body::-webkit-scrollbar {
    width: 15px !important;
    -webkit-appearance: none !important;
    -webkit-overflow-scrolling: auto !important;
    overflow: auto !important;
}
      
body::-webkit-scrollbar-thumb {
    background: #0BD904 !important;
    border: none !important;
    -webkit-border-radius: 10px !important;
    box-shadow: 0px 11px 10px -4px rgb(27 16 23 / 23%), inset -9px 1px 7px rgb(255 255 255 / 1%), inset -1px -4px 12px rgb(255 255 255 / 10%), inset 3px 3px 1px rgb(255 255 255 / 21%), inset 20px -12px 27px rgb(5 89 2 / 53%) !important;
}
      
body::-webkit-scrollbar-thumb:hover {
    background: #079c02 !important;
}
  
body::-webkit-scrollbar-track {
    background: #DCE2E8 !important;
}


#content {
	padding-top: 50px;
}
 
.ast-above-header-wrap {
    background-color: #6f01de;
}

.ast-theme-transparent-header #masthead {
    position: fixed;
    left: 0;
    right: 0;
    background-color: #e6efffcf;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(20px);
}
.ast-logo-title-inline .ast-site-identity {
    padding: 0 !important;
}
.ast-logo-title-inline .site-logo-img {
    padding-right: 0 !important;
}
.page_item a {
    color: #484848;
}
ul.sub-menu {
    border: none !important;
    border-radius: 15px !important;
    width: max-content !important;
    background-color: #e6efff !important;
}

.my-link a {
    font-family: 'Roboto Condensed' !important;
    color: #1e8cbe;
}

.my-link a:hover {
    color: #80bdd8;
}
  
  
body .is-layout-flow > * + * {
    margin-block-start: 10px;
}

.page-numbers {
    border-radius: 30px;
    background: #d5e1f8 !important;
}

.uagb-text-link {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 212px;
    height: 60px;
    background: linear-gradient(85.03deg, #055902 -54.69%, #64CE6D 120.3%);
    box-shadow: 0px 13px 30px rgb(5 89 2 / 25%), inset 2px 4px 15px -3px rgb(232 236 240 / 15%), inset 7px -1px 19px -3px rgb(232 236 240 / 30%), inset 0px -7px 13px 2px rgb(5 89 2 / 14%), inset -15px 4px 16px rgb(232 236 240 / 31%);
    border-radius: 100px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.9);
    transition: 0.3s;
}
.uagb-text-link:hover {
	color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 13px 30px rgba(5, 89, 2, 0), inset 2px 4px 15px -3px rgba(232, 236, 240, 0.15), inset 7px -1px 19px -3px rgba(232, 236, 240, 0.3), inset 0px -7px 13px 2px rgba(5, 89, 2, 0.14), inset -15px 4px 16px rgba(232, 236, 240, 0.31);
}

  
.green-button .wp-element-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 212px;
    height: 60px;
    background: linear-gradient(85.03deg, #055902 -54.69%, #64CE6D 120.3%);
    box-shadow: 0px 13px 30px rgb(5 89 2 / 25%), inset 2px 4px 15px -3px rgb(232 236 240 / 15%), inset 7px -1px 19px -3px rgb(232 236 240 / 30%), inset 0px -7px 13px 2px rgb(5 89 2 / 14%), inset -15px 4px 16px rgb(232 236 240 / 31%);
    border-radius: 100px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.9);
    transition: 0.3s;
}
.green-button .wp-element-button:hover {
    color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 13px 30px rgba(5, 89, 2, 0), inset 2px 4px 15px -3px rgba(232, 236, 240, 0.15), inset 7px -1px 19px -3px rgba(232, 236, 240, 0.3), inset 0px -7px 13px 2px rgba(5, 89, 2, 0.14), inset -15px 4px 16px rgba(232, 236, 240, 0.31);
}
  
.learn-button .wp-element-button {
    color: #6B6A6A;
    background-color: #e6efff00;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 135px;
    height: 24px;
    line-height: 105%;
    text-align: center;
    letter-spacing: 0.025em;
}
.learn-button .wp-element-button:hover{
    background-color: #e6efff00;
}
  
.bubble-button .wp-element-button {
    color: #6B6A6A;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 0px 9px 7px;
    width: 277px;
    height: 60px;
    letter-spacing: 0.05em;
    background: #D5E1F8;
    box-shadow: 0px 13px 25px rgb(72 72 72 / 25%), inset 0px 4px 16px rgb(131 131 131 / 10%);
    border-radius: 100px;
    transition: 0.3s;
}
.bubble-button .wp-element-button:hover {
    color: #6B6A6A;
    background: #D5E1F8;
    box-shadow: 0px 13px 25px rgb(72 72 72 / 0%), inset 0px 4px 16px rgb(131 131 131 / 10%);
}
.bubble-button .wp-element-button:focus {
    color: #6B6A6A;
    background: #D5E1F8;
    box-shadow: 0px 13px 25px rgb(72 72 72 / 0%), inset 0px 4px 16px rgb(131 131 131 / 10%);
}
.bubble-button .wp-element-button img {
    margin-top: 4px;
}
  
.simple-button .wp-element-button {	 
    background-color: #e6efff00;	   color: #838383;	 
    display: flex;	 
    flex-direction: row;	 
    justify-content: center;	 
    align-items: center;
    padding: 0px 5px;	 
    gap: 10px;	 
}	 
.simple-button .wp-element-button:hover {	 
    background-color: #e6efff00 !important;	 
    color: #838383 !important;
}
  
.airbnb-button .wp-element-button {
    padding-left: 25px !important;
    display: flex;
    align-items: center;
    gap: 15px;
    overflow: hidden;
    border-radius: 15px;
    font-family: 'Roboto Condensed' !important;
}
  
iframe.yt-frame {
    aspect-ratio: 16 / 9;
	border-radius: 15px;
    filter: drop-shadow(25px 25px 20px rgba(0, 0, 0, 0.15));
}
  
.header-block {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 80vh !important;
    align-items: center !important;
}
.center {
    justify-content: center;
}
  
.how-it-works {
    background-image: url(https://projectavatar.fun/wp-content/uploads/2022/09/How-it-works-block.jpg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
  
.avatar-stalker {
    background-image: url(https://projectavatar.fun/wp-content/uploads/2022/09/How-it-works-block.jpg);
    background-size: auto 80%;
    background-position: center;
    background-repeat: no-repeat;
}
  
.animation {
    background: #ffffff00;
    border-radius: 32px;
    transition: 0.3s;
}
.animation:hover {
    background: #ffffff69;
    border-radius: 32px;
}
  
.offer-form form {
    display: flex !important;
    gap: 15px !important;
    align-items: baseline !important;
    justify-content: center !important;
    padding: 0px 60px 0px 60px !important;
    max-width: 1200px !important;
    margin: auto !important;
    flex-wrap: wrap;
}
  
.form-contact form {
    width: 246px;
    display: flex !important;
    gap: 15px !important;
    align-items: baseline !important;
    justify-content: center !important;
    padding: 0px 0px 30px 0px !important;
    margin: auto !important;
    flex-wrap: wrap;
}
textarea#message {
    height: 141px;
    resize: none;
}
  
.form-tb form {
      display: flex !important;
    gap: 15px !important;
    align-items: baseline !important;
    justify-content: center !important;
    padding: 15px 60px 0px 60px !important;
    max-width: 1200px !important;
    margin: auto !important;
}
.wpcf7-response-output {
    display: none;
}
.wpcf7 form>div, .wpcf7 form>p {
    margin-bottom: 0px !important;
}
.wpcf7 .wpcf7-form-control-wrap {
    display: flex !important;
    width: auto;
}

.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
    width: 100%;
    height: 47px;
    padding: 15px;
    border: none;
    background: rgba(213, 225, 248, 0.76);
    box-shadow: inset -2px -2px 3px rgb(255 255 255 / 73%), inset 3px 3px 5px rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.wpcf7 textarea {
	  height: 103px !important;
    resize: none !important;
}
.wpcf7-not-valid {
    border: 1px solid red !important;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.green-button-form {
    font-family: 'fixel' !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    width: 212px !important;
    height: 60px !important;
    background: linear-gradient(85.03deg, #055902 -54.69%, #64CE6D 120.3%) !important;
    box-shadow: 0px 13px 30px rgb(5 89 2 / 25%), inset 2px 4px 15px -3px rgb(232 236 240 / 15%), inset 7px -1px 19px -3px rgb(232 236 240 / 30%), inset 0px -7px 13px 2px rgb(5 89 2 / 14%), inset -15px 4px 16px rgb(232 236 240 / 31%) !important;
    border-radius: 100px !important;
    padding: 0px !important;
    font-size: 20px !important;
    line-height: 30px !important;
    text-align: center !important;
    letter-spacing: 0.05em !important;
    color: rgba(255, 255, 255, 0.9) !important;
    transition: 0.3s !important;
}
.green-button-form:hover {
    box-shadow: 0px 13px 30px rgba(5, 89, 2, 0), inset 2px 4px 15px -3px rgba(232, 236, 240, 0.15), inset 7px -1px 19px -3px rgba(232, 236, 240, 0.3), inset 0px -7px 13px 2px rgba(5, 89, 2, 0.14), inset -15px 4px 16px rgba(232, 236, 240, 0.31) !important;
}
  
.animation img {
    box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 35%);
}
.animation img {
    box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 35%);
}
  
  
.benefits-block {
    background-image: url(https://projectavatar.fun/wp-content/uploads/2022/09/How-it-works-block.jpg);
    background-size: auto 90%;
    background-position-y: bottom;
    background-position-x: 30%;
    background-repeat: no-repeat;
}
  
div#wpsisac-slick-carousal-1 img {
    border-radius: 15px !important;
}
  
div#wpsisac-slick-carousal-2 img {
    border-radius: 15px !important;
}
  
.shadow {	 
    text-shadow: 0px -2px 36px #000000;
}
  
.light-shadow {
    text-shadow: 0px 0px 35px #76909b;
}
  
.none {
    display: none !important;
}
  
.fixed {
    position: fixed;
}
  
  
.block-about {
    background-image: url(https://projectavatar.fun/wp-content/uploads/2022/09/How-it-works-block.jpg);
    background-size: auto 80%;
    background-position-x: 70%;
    background-repeat: no-repeat;
    background-position-y: bottom;
}
  
.icons {
    gap: inherit !important;
}
.icon-title {	 
    width: 72px !important;	 
    font-size: 13px !important;	 
    text-transform: uppercase !important;	 
    font-weight: 600 !important;
    color: #6B6A6A !important;
}
.icon-title figcaption {	 
    margin-top:0px !important;
	margin-bottom: 10px  !important;
	line-height: 20px;
}
.icon-zoom {
    width: 60px !important;
}
.icon-title-zoom {	 
    font-family: 'fixel' !important;	 
    font-size: 14px !important;	 
    line-height: 130% !important;	 
    letter-spacing: 0.01em !important;	 
    text-align: center !important;
    background: linear-gradient(225deg, #00A4EB 0.03%, #006ED2 100.03%) !important;	 
    -webkit-background-clip: text !important;	 
    -webkit-text-fill-color: transparent !important;	 
    background-clip: text !important; 
}
.icon-title-zoom figcaption {	 
    margin-top:0px !important;
	margin-bottom: 15px  !important;
	line-height: 20px;
}
.price-icon {
    margin-left: 10px;
}
  
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 8px !important;
    line-height: 1.1 !important;
}
  
  
.blue-zoom em {
    font-style: normal;
    background: linear-gradient(180deg, #00A4EB 50%, #006ED2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none !important;
}
  
  
.epic-fun {
    grid-template-columns: 80px !important;
    max-width: 365px !important;
}
.epic-fun figure {
    width: 80px;
    background-color: #D5E1F8;
    border-radius: 100px 100px 0px 100px;
}
.epic-fun .wp-block-media-text__content {
    background-color: #D5E1F8 !important;
    padding-left: 10px !important;
    border-radius: 10px 15px 15px 0px;
}
.epic-fun p {
    margin-bottom: 10px;
    margin-top: 10px;
}
  
.wpsisac-slick-carousal.design-6 .slick-arrow {
    top: 45% !important;
}
  
.wpsisac-slick-carousal button.slick-prev {
    background: rgba(255,255,255,0) url(https://projectavatar.fun/wp-content/uploads/2022/08/left.png) center center no-repeat !important;
    background-size: 55px 55px !important;
    outline: none !important;
    width: 50px;
    height: 50px;
    box-shadow: 0px 13px 25px rgb(72 72 72 / 25%), inset 0px 4px 16px rgb(131 131 131 / 10%);
    border-radius: 100px !important;
    transition: 0.3s !important;
}
  
.wpsisac-slick-carousal button.slick-prev:hover, .wpsisac-slick-carousal button.slick-prev:focus {
    background: rgba(255,255,255,0) url(https://projectavatar.fun/wp-content/uploads/2022/08/left.png) center center no-repeat !important;
    background-size: 55px 55px !important;
    outline: none !important;
    width: 50px;
    height: 50px;
    box-shadow: 0px 13px 25px rgb(72 72 72 / 0%), inset 0px 4px 16px rgb(131 131 131 / 0%) !important;
    border-radius: 100px !important;
}
  
.wpsisac-slick-carousal button.slick-next {
    background: rgba(255,255,255,0) url(https://projectavatar.fun/wp-content/uploads/2022/08/right.png) center center no-repeat !important;
    background-size: 55px 55px !important;
    outline: none !important;
    width: 50px;
    height: 50px;
    box-shadow: 0px 13px 25px rgb(72 72 72 / 25%), inset 0px 4px 16px rgb(131 131 131 / 10%);
    border-radius: 100px !important;
    transition: 0.3s !important;
}
.wpsisac-slick-carousal button.slick-next:hover, .wpsisac-slick-carousal button.slick-next:focus {
    background: rgba(255,255,255,0) url(https://projectavatar.fun/wp-content/uploads/2022/08/right.png) center center no-repeat !important;
    background-size: 55px 55px !important;
    outline: none !important;
    width: 50px;
    height: 50px;
    box-shadow: 0px 13px 25px rgb(72 72 72 / 0%), inset 0px 4px 16px rgb(131 131 131 / 0%);
    border-radius: 100px !important;
}
  
.wpsisac-slick-carousal .slick-dots {
    padding: 20px 0px 0px 0px !important
}
  
.wpsisac-slick-carousal .slick-dots li button {
    background: #D5E1F8 !important;
    border: none !important;
}
  
.wpsisac-slick-carousal .slick-dots li.slick-active button {
    background: #48AB4D !important;
}
  
  
.ty-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 60vh !important;
    align-items: flex-end !important;
    max-width: 1100px !important;
}
.ty-right {
    justify-content: flex-end;
}
.social-icons {
    padding-right: 0px !important;
    padding-left: 0px !important;
    grid-gap: 15px !important;
}
  
  
.site-footer {
    background-image: url(https://projectavatar.fun/wp-content/uploads/2022/08/footer-1.jpg) !important;
    background-size: auto 100% !important;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    background-color: #e6efff00 !important;
    border: none !important;
    padding-top: 65px !important;
    padding-bottom: 0px !important;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background-color: #e6efff00 !important;
}
.site-footer-section-1 {
	flex-basis: 30%;
}
.site-footer-section-2 {
	flex-basis: 30%;
}
.site-footer-section-3 {
    flex-basis: 30%;
	padding-left: 55px;
}
.site-footer-below-section-1.site-footer-section.site-footer-section-1 a {
    font-family: 'Roboto Condensed' !important;
    text-decoration: none;
}
.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.site-footer-below-section-1.site-footer-section.site-footer-section-1 {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
#astra-footer-menu {
    display: flex !important;
    justify-content: space-around !important;
    flex-wrap: wrap !important;
    align-items: flex-end !important;
    font-size: 17px !important;
    gap: 30px !important;
}
#menu-item-1646 {
    width: 258px;
}
.ast-builder-layout-element.ast-flex.site-footer-focus-item {
    width: auto;
}
  
  
.ast-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ast-full-width {
    padding: 80px 25px 0px 25px !important;
    width: min-content;
}
.post-content.ast-grid-common-col {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 25px;
}
.ast-blog-featured-section.post-thumb.ast-grid-common-col.ast-float {
    order: 2;
    width: 370px;
    margin-bottom: 10px !important;
}
img.attachment-large.size-large.wp-post-image.jetpack-lazy-image.jetpack-lazy-image--handled {
    border-radius: 15px !important;
}
.post-content .entry-header {
    width: 523px !important;
}
header.entry-header {
    order: 1;
    margin: 0 !important;
}
a {
    text-decoration: none !important;
}
.post-content.ast-grid-common-col div:last-child {
    order: 3;
}
.ast-row p {
    max-width: 593px;
    margin-bottom: 8px;
}
h2.entry-title {
    margin: 0 !important;
    font-size: 40px;
}
h2 {
    line-height: 1 !important;
}
p.read-more {
    font-size: 30px;
}
  
.left img {
    float: left;
    margin: 5px 50px 20px 0px;
    border-radius: 15px;
}
    
.right img {
    float: right;
    margin: 5px 0px 20px 50px;
    border-radius: 15px;
}
  
ol {
    margin-left: 0px !important;
}
  
  
.flex-cards-2 {
    display: flex;
    max-width: 1260px !important;
    justify-content: space-around;
    flex-wrap: wrap !important;
    gap: 60px 17px !important;
}
.adaptive-card-2 {
    max-width: 371px;
    flex-basis: auto !important;
}
  
div#book-game {
    margin: auto;
}
.flex-cards-1 {
    padding-right: 0px !important;
    padding-left: 0px !important;
    max-width: 1400px !important;
    justify-content: space-around;
    flex-wrap: wrap !important;
    gap: 60px 17px !important;
    margin:auto !important;
}
.adaptive-card-1 {
    max-width: 371px;
    flex-basis: auto !important;
	border-radius: 32px;
	transition: 0.3s;
}
.adaptive-card-1:hover {
    background: linear-gradient(180deg, #ffffff91, transparent);
}
  
  
#post-755 div.wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none {
    margin: auto !important;
}
#post-1687 div.wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none {
    margin: auto !important;
}
  
#post-2903 header.entry-header.ast-header-without-markup {
    display: none;
}
#post-2925 header.entry-header.ast-header-without-markup {
    display: none;
}


.my-accordion h2.uagb-question {
    font-size: 25px;
}

.my-sticky-block {
	top: calc(150px + var(--wp-admin--admin-bar--position-offset, 0px));
    position: sticky;
    z-index: 10;
}

.my-sticky-block h3 {
    font-family: 'Roboto Condensed' !important;
    text-transform: initial;
}

.my-sticky-block h2 {
	  padding-top: 8px;
    padding-bottom: 16px;
}

.my-sticky-block article {
	  margin-bottom: 1em !important;
}

.my-sticky-block .wpnbha {
	  margin-bottom: 0em !important;
}

#ast-scroll-top {
    background: linear-gradient(85.03deg, #055902 -54.69%, #64CE6D 120.3%);
	  box-shadow: 0px 13px 30px rgb(5 89 2 / 25%), inset 2px 4px 15px -3px rgb(232 236 240 / 15%), inset 7px -1px 19px -3px rgb(232 236 240 / 30%), inset 0px -7px 13px 2px rgb(5 89 2 / 14%), inset -15px 4px 16px rgb(232 236 240 / 31%);
}

.my-social-icon {
	  background: linear-gradient(85.03deg, #055902 -54.69%, #64CE6D 120.3%) !important;
	  box-shadow: 0px 13px 30px rgb(5 89 2 / 25%), inset 2px 4px 15px -3px rgb(232 236 240 / 15%), inset 7px -1px 19px -3px rgb(232 236 240 / 30%), inset 0px -7px 13px 2px rgb(5 89 2 / 14%), inset -15px 4px 16px rgb(232 236 240 / 31%);
}    
  
@media only screen and (max-width: 921px) {
	.mobile-game-cards div {
        background-image: none !important;
    }
	  
    h2#best-virtual-team-building-games-in-zoom {
        font-size: 42px !important;
    }
      
    .error-background {
        margin-top: 50px;
    }
    .error-background img {
        height: 40% !important;
    }
    .error-text {
        padding-top: 0px !important;
    }
      
    .content-block {
        padding-top: 120px !important;
    }
    .contact-text {
        padding-top: 0px !important;
    }
      
    .th-mobile-block {
        min-height: 75vh !important;
        margin-top: 70px;
    }
    .th-mobile {
        padding-top: 0px !important;
    }
	
	  .fixed {
        position: inherit;
    }
}
  
@media only screen and (max-width: 781px) {
	.bubble-button .wp-element-button img {
        margin-top: 0px;
    }
	
	  .mobileshow { 
        display:block !important;
	  }
	  .mobilehide { 
        display:none !important;
	  }
      
    .how-it-works-st {
        padding:0px !important;
        gap: 1px !important;
    }
    .how-it-works-st-text {
        padding-top: 10px !important;
        order: 2 !important;
        padding-left: 20px !important;
        max-width: 420px !important;
        flex-grow: 0 !important;
        margin: auto !important;
    }
    .how-it-works-st-img {
        padding-top: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        display: flex !important;
        justify-content: center !important;
        order: 1;
        overflow: hidden;
    }
    .how-it-works-st-img figure {
        display: flex;
    }
    .how-it-works-st-img figure img {
        max-width: 534px;
        height: auto;
        padding-right: 21px;
    }
      
    .how-it-works-block {
        display: none;
    }
      
    .post-content .entry-header {
        width: 323px !important;
    }
    .ast-blog-featured-section.post-thumb.ast-grid-common-col.ast-float {
      width: 315px;
    }
      
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
        margin-left: 60px !important;
        margin-right: 60px !important;
        padding-top: 20px !important;
    }
      
    .form-tb form {
        flex-wrap: wrap;
    }
      
    .mob-gap {
        gap: 15px !important;
    }
    .epic-fun-mob {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
      
    .is-layout-flow.wp-block-column.max-content-items {
        flex-basis: content !important;
    }
    .tested-services-mob {
        padding-left: 0px !important;
        text-align: center;
    }
      
    .mobile-title-text {
        font-size: 34px !important;
    }
	
	.behind-text {
		order: 2;
	}
	.behind-img {
		order: 1;
	}
	
	.center-text-mobile h3 {
        text-align: center;
    }
}
  
@media only screen and (max-width: 544px) {
	  .site-footer-section-3 {
	    padding-left: 0px;
			flex-basis: auto;
}
	
    .wp-block-columns .wp-block-column:not(:last-child) {
        margin-bottom: 0px !important;
    }
      
    .offer-form form {
        padding: 15px 10px 0px 10px !important;
    }
	
	.mobile-game-cards {
		padding-right: 20px !important;
        padding-left: 20px !important;
	}
	
	.my-accordion h2.uagb-question {
    font-size: 18px;
}
}


  
  
@media only screen and (max-width: 450px) {
	.header-block {
		height: 650px !important;
	}
	   
    .learn-button .wp-element-button {
        padding-top: 20px !important;
    }
      
    img.wp-image-1542.jetpack-lazy-image.jetpack-lazy-image--handled {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #ff5a60;
    }
    .wpsisac-slick-carousal.design-6 {
        margin-bottom: 0px !important;
    }
      
    .form-tb form {
        padding: 15px 25px 0px 25px !important;
    }
}