/**
Theme Name: RG
Author: Moio
Author URI: https://moio.io/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rg
Template: astra
*/

/***********************************************/
/******           TYPOGRAPHY             *******/
/***********************************************/
/* Barlow: 400 - 600 - 700i */
@font-face {
    font-family: 'Barlow';
    src: url('assets/fonts/Barlow-Regular.woff2') format('woff2'),
    url('assets/fonts/Barlow-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url('assets/fonts/Barlow-SemiBold.woff2') format('woff2'),
    url('assets/fonts/Barlow-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url('assets/fonts/Barlow-BoldItalic.woff2') format('woff2'),
    url('assets/fonts/Barlow-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Barlow Condensed: 500 - 600i - 700i */
@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/BarlowCondensed-Medium.woff2') format('woff2'),
    url('assets/fonts/BarlowCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/BarlowCondensed-SemiBold.woff2') format('woff2'),
    url('assets/fonts/BarlowCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/BarlowCondensed-SemiBoldItalic.woff2') format('woff2'),
        url('assets/fonts/BarlowCondensed-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url('assets/fonts/BarlowCondensed-BoldItalic.woff2') format('woff2'),
    url('assets/fonts/BarlowCondensed-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

html, body {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
}

h1, h2, h3 {
    font-family: 'Barlow Condensed';
    font-weight: bold;
    font-style: italic;
}

/***********************************************/
/******       ELEMENTOR OVERRIDE        *******/
/***********************************************/
.elementor-button-wrapper .elementor-button {
    transform: skew(calc(-1 * var(--skew)));
    padding: 0.7em 3.4em;
}
.elementor-button-wrapper .elementor-button .elementor-button-content-wrapper {
    transform: skew(var(--skew));
}
.elementor-button-wrapper .elementor-button .elementor-button-text {
    font-family: 'Barlow Condensed';
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;

    background: var(--ast-global-color-2);
    z-index: 1;
    padding-right: 0.3em;
    transform: translateX(1em);
    transition: all 0.3s ease;;
}

/* Add arrow */

.elementor-button-wrapper .elementor-button:hover,
.elementor-button-wrapper .elementor-button:focus {
    background-color: #C71519;
}

.elementor-button-wrapper .elementor-button-content-wrapper::after {
    content: '';
    display: block;
    position: relative;
    height: 1em;
    width: 1em;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 18 18'%3E%3Cpath fill='%23fff' d='M10.71637,9.00021l-7.80695,7.80695H-.00098l7.80737-7.80695L-.00098,1.19284h2.9104l7.80695,7.80737ZM10.19403,1.19284h-2.9104l7.80737,7.80737-7.80737,7.80695h2.9104l7.80695-7.80695L10.19403,1.19284Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;

    transform: translateX(calc(-100% - 0.5rem));
    transition: all 0.3s ease;

}
.elementor-button-wrapper a:hover .elementor-button-content-wrapper::after {
    transform: translateX(0);
}
.elementor-button-wrapper a.elementor-button:hover .elementor-button-text {
    transform: translateX(0);
    background: #C71519;


}

.elementor-widget-heading h2.elementor-heading-title {line-height: 1.1em;}

/***********************************************/
/******            HELPERS               *******/
/***********************************************/

:root {
    --skew: 21deg;
}

.color-secondary {
    color: var(--ast-global-color-2);
}

.text--outlined h2 {
    -webkit-text-stroke: 1px var(--ast-global-color-1);
    color: transparent !important;
}

.title--large h2 {
    font-size: 60px !important;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1em !important;
}
@media screen and (min-width: 600px) {
    .title--large h2 {
        font-size: 90px !important;
    }
}
@media screen and (min-width: 1000px) {
    .title--large h2 {
        font-size: min(140px, 8vw) !important;
    }
}

/***********************************************/
/******             HEADER               *******/
/***********************************************/
.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
    transform: skew(calc(-1 * var(--skew)));
    border-radius: 0;
    padding: 10px;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu-toggle-icon {
    transform: skew(var(--skew));
}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {width: 40px;height:40px;}


/* Popup menu mobile */
.ast-mobile-popup-inner .header-widget-area[data-section="sidebar-widgets-header-widget-1"] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ast-mobile-popup-inner .social-icons {font-size: 22px;display: flex;gap: 1em;}
.ast-mobile-popup-inner .social-icons a {color: #fff;}
.ast-mobile-popup-inner .social-icons a:hover {color: var(--ast-global-color-1);}
.ast-mobile-popup-inner .social-icons svg {width: auto;height: 1em;}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .wp-block-search__label {display: none;}
.ast-mobile-popup-drawer.active .menu-toggle-close {position: absolute;top: 50px;right: 50px;}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .wp-block-search__inside-wrapper {
    display: flex;
    border: 0 none;
    box-shadow: none;
    outline: none;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .wp-block-search__inside-wrapper .wp-block-search__input {
    transform: scaleX(0);
    transform-origin: right center;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .wp-block-search__inside-wrapper .wp-block-search__button {
    color: #fff;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner .wp-block-search__inside-wrapper .wp-block-search__button svg * {
    fill: currentColor;
}

.ast-stick-primary-below-wrapper {
    padding-left: 40px;
    padding-right: 40px;
}

@media screen and (max-width: 599px) {
    .ast-stick-primary-below-wrapper {padding-left: 20px;padding-right: 20px;}
    .ast-builder-grid-row.ast-grid-center-col-layout {grid-template-columns: 0 auto 1fr; gap: 0;}
    .site-logo-img img {max-width: 120px;}
}


.ast-stick-primary-below-wrapper.ast-sticky-active {
    padding-top: 40px;
    padding-bottom: 40px;
}


/* Custom functionalities */
.wp-block-search__inside-wrapper {position: relative;}
.wp-block-search__inside-wrapper .custom-form--trigger{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* slide menu mobile */
.ast-mobile-header-content .header-widget-area[data-section="sidebar-widgets-header-widget-1"] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ast-mobile-header-content .widget_media_image img {
    max-width: 120px;
    padding-top: 20px;
}
.ast-mobile-header-content .social-icons {font-size: 22px;display: flex;gap: 1em;}
.ast-mobile-header-content .social-icons a {color: #fff;}
.ast-mobile-header-content .social-icons a:hover {color: var(--ast-global-color-1);}
.ast-mobile-header-content .social-icons svg {width: auto;height: 1em;}

.ast-mobile-header-content .wp-block-search__label {display: none;}
.ast-mobile-header-content .menu-toggle-close {position: absolute;top: 50px;right: 50px;}

.wp-block-search__inside-wrapper .wp-block-search__button svg,
.ast-mobile-header-content.active .wp-block-search__inside-wrapper .wp-block-search__input {
    transition: transform 0.4s cubic-bezier(1,-0.45, 0.48, 1.47);
}

.ast-mobile-header-content .wp-block-search__inside-wrapper {
    display: flex;
    border: 0 none;
    box-shadow: none;
    outline: none !important;
}
.ast-mobile-header-content .wp-block-search__inside-wrapper .wp-block-search__input {
    transform: scaleX(0);
    transform-origin: right center;
    border: 0 none;
}
.ast-mobile-header-content .wp-block-search__inside-wrapper .wp-block-search__button {
    color: #fff;
    box-shadow: none;
}
.ast-mobile-header-content .wp-block-search__inside-wrapper .wp-block-search__button svg * {
    fill: currentColor;
}

.wp-block-search__inside-wrapper.active .custom-form--trigger {display: none;}
.wp-block-search__inside-wrapper.active .wp-block-search__button svg {transform: rotate(-90deg);}
.wp-block-search__inside-wrapper.active .wp-block-search__button:hover svg {transform: rotate(-90deg) scale(1.1);}
.ast-mobile-header-content .wp-block-search__inside-wrapper.active .wp-block-search__input {transform: scale(1);}

/* Hide main header logo when menu open */
body.ast-main-header-nav-open .ast-primary-header-bar .site-branding {display: none !important;}

body .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}

#ast-mobile-header .content-align-flex-start {
    max-height: 100vh;
    height: 100vh;
    width: 100vw !important;


    position: fixed;
    top: 0 !important;
    left: 0;
    padding: 5%;

    display: flex;
    flex-flow: column;
    justify-content: space-between;

    transform: translateX(150%);
    transition: transform 0.3s ease-in-out;
}

/* FIX safari issues */
.hero--full-height {min-height: 100vh !important;}
@supports (height: 100dvh) or (width: 100dvw) {
    #ast-mobile-header .content-align-flex-start {
        max-height: 100dvh;
        height: 100dvh;
        width: 100dvw !important;
    }
}

/* Fix scroll issues */
.hero--full-height {overflow-x: hidden !important;}


body.ast-main-header-nav-open #ast-mobile-header .content-align-flex-start {
    transform: translateX(0);
}

body.ast-header-break-point .ast-primary-header-bar {border: 0 none !important;}

.ast-hfb-header .ast-builder-menu-mobile .main-header-menu {background: transparent;}

.ast-mobile-header-wrap,
.ast-stick-primary-below-wrapper.ast-header-sticked {position: relative;z-index:999;}

body.ast-main-header-nav-open {
    height: 100vh;
    overflow-y: hidden;
}

.content-align-flex-start .ast-builder-layout-element.ast-builder-menu-mobile,
.ast-header-break-point .ast-main-header-bar-alignment,
.main-header-bar-navigation,
.ast-hfb-header .ast-builder-menu-mobile .main-header-menu {display: flex;flex: 1;}

body.ast-header-break-point .ast-builder-menu-mobile .main-navigation {display: flex !important;}

.ast-header-break-point .ast-main-header-bar-alignment {height: 100%;}

.ast-hfb-header .ast-builder-menu-mobile .main-header-menu {flex-flow: column !important;gap: 4%;justify-content: center;align-items: center;height:100%;}

/* .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu-toggle-icon {
    transform: skew(var(--skew));
} */

/***********************************************/
/******              MENU                *******/
/***********************************************/
#ast-mobile-popup-wrapper .ast-mobile-popup-drawer .ast-mobile-popup-inner {
    /* position: relative; */
}
#ast-mobile-popup-wrapper .ast-mobile-popup-drawer .ast-mobile-popup-inner .ast-mobile-popup-header {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
}
.ast-mobile-popup-content {
    flex: 1;/* Full height */
    padding: 20px;
}
.ast-mobile-popup-content[style*="block"] {
    display: flex !important;
    flex-flow: column;
}
.ast-mobile-popup-content .header-widget-area[data-section="sidebar-widgets-header-widget-1"] {
    margin-top: auto;
}

.ast-mobile-popup-content .ast-builder-menu-mobile,
.ast-mobile-popup-content .ast-builder-menu-mobile .ast-main-header-bar-alignment,
.ast-mobile-popup-content .ast-builder-menu-mobile .ast-main-header-bar-alignment .main-header-bar-navigation,
.ast-mobile-popup-content .ast-builder-menu-mobile .ast-main-header-bar-alignment .main-header-bar-navigation .site-navigation,
.ast-mobile-popup-content .ast-builder-menu-mobile .ast-main-header-bar-alignment .main-header-bar-navigation .site-navigation .site-navigation,
.ast-mobile-popup-content .ast-builder-menu-mobile .ast-main-header-bar-alignment .main-header-bar-navigation .site-navigation .main-navigation .main-header-menu {
    display: flex;
    flex-flow: column;
    flex: 1;
}
.ast-mobile-popup-content .ast-builder-menu-mobile .ast-main-header-bar-alignment .main-header-bar-navigation .site-navigation .main-navigation .main-header-menu {
    display: flex;
    flex-flow: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
    text-align: center;
    font-size: min(60px, 7vw);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1em;
    font-family: 'Barlow Condensed';
    font-style: italic;
}


.video-large__ico-play {}
.video-large__ico-play .elementor-custom-embed-play svg path {fill: var(--ast-global-color-2);transition: all 0.2s ease-in-out;}
.video-large__ico-play:hover .elementor-custom-embed-play svg path {fill: var(--ast-global-color-0);}


/***********************************************/
/******             FOOTER               *******/
/***********************************************/
footer a,
footer p,
footer h2,
footer .widget-title {color: #fff;}

footer h2,
footer .widget-title {font-size: 16px !important;text-transform: uppercase;}

footer .site-primary-footer-wrap {padding-left: 20px;padding-right: 20px;}

footer address {font-weight: 400;font-family:'Barlow';font-style: normal;}
footer address a {display: block;}


@media screen and (min-width: 768px) {
    footer .site-footer-section-4 [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap,
    footer .site-footer-section-4 .menu-legal-container {text-align: right;}
    /* .footer_menu--legal {text-align: right;} */
}

footer .widget_nav_menu li {
    line-height: 1.1em;
}
footer .widget_nav_menu li:not(last-child) {
    padding-bottom: 0.5em;
}

/***********************************************/
/******        HORIZONTAL SCROLL         *******/
/***********************************************/
/* .horizontal-panes__wrapper {} */
.horizontal-panes--container,
.horizontal-panels--container {
    transition: none !important;
}
.horizontal-panes__wrapper,
.horizontal-panels__wrapper {
    max-width: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 !important;
    overflow: hidden; 

    transition: none !important;
}
.horizontal-panes__wrapper .horizontal-pane,
.horizontal-panels__wrapper .horizontal-panel {
    position: relative;
    min-width: 100dvw;
    height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    text-align: left;
    /* border-right: 1px solid #f00; */
    
    transition: none !important;
}
.horizontal-panels__wrapper--parallax /*.horizontal-panel*/ {
    width: 500vw;
}
.horizontal-panes__wrapper .horizontal-pane > div:last-child,
.horizontal-panels__wrapper .horizontal-pane > div:last-child {
    opacity: 0.2;
}

.pane__text-wrapper {
    /* transform: translateX(100%); */
}


.container__parallax {
    /*width: 500%;*/
    min-height: 100vh;
    display: flex;
    flex-wrap: nowrap;
}
  
.container__parallax .panel {
    /* font-weight: 300; */
    min-width: 100vw;

    min-height: 100vh;
    /* padding-left: 0.6rem;
    padding-right: 0.6rem; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.container__parallax,
.container__parallax .panel {transition: none !important;overflow: hidden;}

.container__parallax .panel > .elementor-element {height: 100% !important;overflow: hidden;}

.container__parallax .panel .animated_item {
    display: block;
    width: 100%;
    /* display: inline-flex !important; */
    /* display: inline-flex !important; */
    /* width: 50% !important; */
    /* display: block;
    width:100%;
    height: 80px !important;
    text-align: center;
    line-height: 80px;
    background-color: white;
    border-radius: 8px;
    color: #222;
    font-weight: 700;
    margin-left: 20px; */
    will-change: transform;

    position: relative;
    z-index: 1;
}
.container__parallax .panel .parallax__bg-img--wrapper {
    transition: none !important;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100vh;
    min-width: 130%;
}
.container__parallax .panel .parallax__bg-img,
.container__parallax .panel .parallax__bg-img img {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100vh;
    min-width: 150%;
}
.container__parallax .panel > div:last-child {
    box-shadow: inset 0px 0px 50px 20px #00000063;
}

.container__parallax .panel h2 {
    font-size: 30px !important;
    text-transform: uppercase;
}

.container__parallax .panel > div:first-child {
    padding-left: 20px;
    padding-right: 20px;
    /* padding-right: 150px; */

    /* min-width: 66%; */
}

@media screen and (min-width: 768px) {
    .container__parallax .panel h2 {font-size: 40px !important;}

    .container__parallax .panel > div:first-child {
        padding-left: 8vw;
        padding-right: 150px;
    
        min-width: 66%;
    }
}
@media screen and (min-width: 1200px) {
    .container__parallax .panel > div:first-child {
        min-width: 50%;
    }
    .container__parallax .panel h2 {font-size: 60px !important;}

}

@media screen and (max-width: 767px) {
    .container__parallax {gap: 60px !important;padding-top:60px !important;}
    .container__parallax .panel {align-items: stretch;min-height: auto;}
    .container__parallax .panel > .elementor-element {height: auto !important;}
    .container__parallax .panel > div:first-child {padding-bottom: 2rem;}
    .container__parallax .panel > div:last-child {min-height: 100vw;}
    .container__parallax .panel .parallax__bg-img--wrapper {
        background-size: cover;
        min-height: 100%;
        min-width: 100%;
    }
}


/***************************************************/
/******            LOGO REVEAL               *******/
/***************************************************/

#logoRevealerWhite {position: absolute;}


/***********************************************/
/******            MARQUEE               *******/
/***********************************************/

/*.marquee__wrapper {
    --marquee-gap: 1rem;
    display: flex;
    overflow: hidden;
    justify-content: space-around;
    gap: var(--marquee-gap);
    position: relative;
    user-select: none;
}
.marquee__wrapper .marquee__content {
    min-width: 100%;
    gap: var(--marquee-gap);
    flex: none;
    justify-content: space-around;
    display: flex;
}
.marquee__wrapper .marquee__content.marquee {
    animation: scroll 10s linear infinite;
}
.marquee__wrapper .marquee__content .marquee__text {
    color: #000;
    text-transform: uppercase;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 9vw;
    font-weight: 900;
    line-height: 1;
}*/
/*@keyframes marquee {
    from {transform: translateX(0);}
    to {transform: translateX(calc(-100% - var(--marquee-gap)));}
}*/

body .marquee__wrapper .marquee__content .marquee__item {
    font-size: min(8vw, 50px);
}

.elementor-widget-ucaddon_parallax_titles {
    --title-size: 50px;
}
@media screen and (min-width: 768px) {
    .elementor-widget-ucaddon_parallax_titles {
        --title-size: 6.2vw;
        /* --title-size: 80px; */
    }
}
/*@media screen and (min-width: 992px) {
    .elementor-widget-ucaddon_parallax_titles {
        --title-size: 120px;
    }
} */

/* .elementor-widget-ucaddon_parallax_titles .parallax__titles--wrapper {position: relative;} */
/* .elementor-widget-ucaddon_parallax_titles .parallax__titles--wrapper > .parallax__title--background--wrapper {position: absolute;top: 0;} */
.elementor-widget-ucaddon_parallax_titles .parallax__titles--wrapper h1,
.elementor-widget-ucaddon_parallax_titles .parallax__titles--wrapper span {
    font-family: 'Barlow Condensed' !important;
    font-style: italic !important;
    text-transform: uppercase;
}
.elementor-widget-ucaddon_parallax_titles .parallax__titles--wrapper h1 {
    /*display: block;
    width: 100%;*/
    /* Fix text sizes */
    width: max-content;
    
    font-size: var(--title-size);
    color: #fff;
}

.elementor-widget-ucaddon_parallax_titles .parallax__titles--wrapper span {
    display: block;
    font-size: var(--title-size);
    transform: scale(3) translateY(-5%);
    color: transparent;
    -webkit-text-stroke: 0.3px #fff;
}




/************************************/
/*            HOME                  */
/************************************/



.homepage__hero h2 {
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    font-size: 50px !important;
}

@media screen and (min-width: 768px) {
    .homepage__hero h2 {
        font-size: 80px !important;
    }
}
@media screen and (min-width: 992px) {
    .homepage__hero h2 {
        font-size: 120px !important;
    }
}


.text--outlined.text--outlined--white h2 {
    /* -webkit-text-stroke: 1px #fff; */
    -webkit-text-stroke: 1px var(--ast-global-color-2);
}

/* .text--name {max-width: } */


.text---revealer {max-width: 40em !important;}
.text---revealer h3 {
    font-size: min(45px, 5vw) !important;
    max-width: 15em !important;
}

.text-conectarredes {
    display: block;
    font-size: 3.5em;
    line-height: 0.8em;
}
.text-redes {
    font-size: 1.7em;
    line-height: 0.8em;
}

.marquee_white-stroke-absolute--top {}
.elementor-widget-ucaddon_marquee[class*="absolute"] {position: absolute;height: 50%;}
.elementor-widget-ucaddon_marquee[class*="absolute"] .elementor-widget-container{display: flex;align-items: center;}
.elementor-widget-ucaddon_marquee[class*="absolute"] .marquee__wrapper .marquee__content .marquee__item {font-size: min(32vw, 50vh);font-style: italic;padding: 0;}
.elementor-widget-ucaddon_marquee[class*="white"] {--marquee-color: #fff;}
.elementor-widget-ucaddon_marquee[class*="white"] .marquee__wrapper .marquee__content .marquee__item {color: var(--marquee-color);}
.elementor-widget-ucaddon_marquee[class*="stroke"] .marquee__wrapper .marquee__content .marquee__item {color: transparent;-webkit-text-stroke: 1px var(--marquee-color);}
.elementor-widget-ucaddon_marquee[class*="absolute--top"] {top: 0;}
.elementor-widget-ucaddon_marquee[class*="absolute--bottom"] {bottom: 0;}




.section__services {
    padding: 0 6vmin 20vh 6vmin;
}

.section__services--title {
    padding-top: 80px;
    /* margin-bottom: 65vh !important; */
    /* padding-bottom: 60px; */
    /* position: sticky !important; */
    /* top: 0; */
    z-index: 1;
    background-color: var(--ast-global-color-5);
}

.section__services--js .section_services--title-js {
    background: #fff;
    z-index: 2;
}
/*.section__services--js.sticked .section_services--title-js {
    background: #fff;
    z-index: 2;
}*/

/* @media screen and (min-width: 768px) {
    .section__services--title {
        padding-top: 100px;
        margin-bottom: 20em;
        padding-bottom: 80px;
    }
} */
@media screen and (min-width: 992px) {
    .section__services--title {
        position: sticky !important;
        top: 0;
        padding-top: 10vh;
        /* margin-bottom: 20em !important; */
        padding-bottom: 6vmin;
    }
}

.services__list {
    
}
.services__list .elementor-icon-list-items > .elementor-icon-list-item {
    padding: 0;
    /* padding: 20px 0; */
    border-bottom: 1px solid var(--ast-global-color-6);
}
.services__list .elementor-icon-list-items > .elementor-icon-list-item:first-child {
    border-top: 1px solid var(--ast-global-color-6);
}
.services__list a {
    /* padding: 20px 0; */
    padding: 0.5em 0;
    font-size: 22px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: bold;
    font-family: 'Barlow Condensed';
    font-style: italic;    
}
@media screen and (min-width: 768px) {
    .services__list a {
        font-size: 38px !important;
    }
}
@media screen and (min-width: 992px) {
    .services__list a {
        font-size: 50px !important;
    }
}


.services__list a:hover {
    color: var(--ast-global-color-1);
}
.services__list .elementor-icon-list-items > .elementor-icon-list-item a {justify-content: space-between !important;padding-right: 20px;gap: 20px;}
.services__list .elementor-icon-list-items > .elementor-icon-list-item .elementor-icon-list-icon {
    order: 2;font-size: 1em;transition: transform 0.2s ease-in-out;
}
.services__list .elementor-icon-list-items > .elementor-icon-list-item .elementor-icon-list-icon svg {width: 1em;height: 1em;}


.services__list.active a {
    opacity: 0.5;
}
.services__list.active a:hover {
    opacity: 1;
}
.services__list.active a:hover .elementor-icon-list-icon {
    /* transform: translateX(15px); */

    -webkit-animation: shake-horizontal 5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
            animation: shake-horizontal 5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}


/*.shake-horizontal {
    -webkit-animation: shake-horizontal 5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
            animation: shake-horizontal 5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}*/

.services__list--wrapper  .grid_spacer {
    width: 100%;
    height: 80px;
    background: rgb(255,255,255);
    position: sticky;
    bottom: 0;
}

@media screen and (min-width: 768px) {.services__list--wrapper  .grid_spacer {height: 100px}}
@media screen and (min-width: 992px) {.services__list--wrapper  .grid_spacer {height: 150px}}



.section_projects--title-js {
    transition: none !important;
    background: #fff;
    padding-bottom: 60px !important;
    z-index: 2 !important;
}
.section_projects--title-js {
    display: grid !important;
    grid-template-columns: 1fr;
}

/*@media screen and (min-width: 992px) {
    .projects__title--wrapper {
        position: sticky !important;
        top: 0;
        align-self: flex-start !important;
    }
}*/

/* @media screen and (max-width: 991px) {
    .projects__title--wrapper {z-index: 2 !important;padding-bottom: 60px !important;background-color: var(--ast-global-color-0);}
} */




.projects__list--wrapper {
    position: relative;
    /* padding-left: 100px !important; */
}
.projects__list--wrapper > div {
    padding-left: 100px !important;
}
/* .projects__list--wrapper::after {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
} */
.projects__list--wrapper .grid_gradient {
    align-self: flex-start !important;
    width: 100%;
    height: 100px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    position: sticky;
    bottom: 0;
}

.projects__list--wrapper .grid_sticky-mask--top {
    position: sticky;
    top: 0;
    width: 100%;
    background: rgb(255,255,255);
    z-index: 1;
}


.projects__list--wrapper a {
    display: inline-flex;
    width: auto;
    font-size: 1.3em;
    line-height: 1.2em;
    font-family: 'Barlow Condensed';
    max-width: 16em;
    /* background-color: var(--ast-global-color-2); */
    color: var(--ast-global-color-0);
    /* transform: skew(calc(-1 * var(--skew))); */
    text-decoration: none !important;
    position: relative;
    left: -80px;
    z-index: 0;

    /* max-width: 250px; */
}
.projects__list--wrapper a .button_text {
    text-decoration: none !important;
    position: relative;
    /* transform: skew(var(--skew)); */
    padding: 0.5em 1.5em;
    z-index: 0;
}
.projects__list--wrapper a .button_text::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--ast-global-color-2);
    transform: skew(calc(-1 * var(--skew)));
    z-index: -1;
}
.projects__list--wrapper a .button_icon {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 110px;
    height: 100%;
    /* background-image: url('https://rgsportsolutions.com/sportsolution/wp-content/uploads/2024/09/rg_icon__arrow.svg'); */
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    transform: skew(calc(-1 * var(--skew))) translateX(0);
    z-index: -1;
    opacity: 0;

    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    /* background-size: 1em;     */
}
.projects__list--wrapper a .button_icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /* right: 0; */
    width: 100%;
    height: 100%;
    background-image: url('https://rgsportsolutions.com/wp-content/uploads/2024/09/rg_icon__arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2em;
    transform: skew(var(--skew));
}
.projects__list--wrapper a:hover .button_icon {
    transform: skew(calc(-1 * var(--skew))) translateX(100%);
    opacity: 1;
}

.projects__list--wrapper a::after {
}

/*       Video hover        */

@media screen and (max-width: 767px) {
    .elementor-widget-n-tabs .e-n-tabs-heading {display: flex !important;}
    body .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true],
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {margin: 0 !important;}
}

.e-n-tabs button {transform: skew(calc(-1 * var(--skew)));}
.e-n-tabs button .e-n-tab-title-text {
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
    font-weight: bold;
    font-style: italic;
    transform: skew(var(--skew));
}

.elementor-widget-n-tabs .e-n-tabs-content {overflow: hidden;}

.videos__grid--hover {overflow: hidden !important;}

.videos__grid--hover {}
.videos__grid--hover .video__wrapper {opacity: 0;transform: translateX(50%);}
.videos__grid--hover .video__wrapper a {text-decoration: none;}
.videos__grid--hover .video__info {padding-top: 1rem;}
.videos__grid--hover .video__info .badge {text-transform: uppercase;color: var(--ast-global-color-2);font-weight: bold;}
.videos__grid--hover .video__info h3 {
    font-size: 2rem;
    font-weight: 800;
    font-family: 'Barlow Condensed';
    line-height: 1.1em;
}
.videos__grid--hover .video__hover {
    position: relative;
    padding-bottom: 90%;
}
.videos__grid--hover .video__hover video {}
.videos__grid--hover .video__hover img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}
.videos__grid--hover .video__hover:hover img {
    /* opacity: 0;
    display: none; */
}
.videos__grid--hover .video__hover video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    
    opacity: 0;

    transition: opacity 0.3s ease-in-out;
}
.videos__grid--hover .video__hover:hover video {
    opacity: 1;
}
.videos__grid--hover .video__wrapper a:hover .video__info h3 {
    color: var(--ast-global-color-2);
}

@media screen and (max-width: 767px) {
    .videos__grid--hover > .e-con-inner {
        display: flex !important;
        flex-flow: column;
    }
}

/************************************/
/*            SERVICES              */
/************************************/

.work-wtih-us__wrapper::before {
    mix-blend-mode: multiply !important;
}

/* .uc_classic_carousel.uc_carousel--testimonial {
    padding: 0 80px;
} */

.uc_classic_carousel.uc_carousel--testimonial .owl-nav .owl-prev,
.uc_classic_carousel.uc_carousel--testimonial .owl-nav .owl-next {font-size: 22px !important;}

.uc_classic_carousel.uc_carousel--testimonial .uc_classic_carousel_content {text-align: left;}
.uc_classic_carousel.uc_carousel--testimonial .uc_classic_carousel_placeholder img {height: auto !important;}

@media screen and (max-width: 767px) {
    .uc_classic_carousel.uc_carousel--testimonial .owl-nav {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4rem;
    }

    .uc_classic_carousel.uc_carousel--testimonial .owl-nav .owl-prev,
    .uc_classic_carousel.uc_carousel--testimonial .owl-nav .owl-next{
        position: relative !important;
        top: 0 !important;
        transform: none !important;
    }
    .uc_classic_carousel.uc_carousel--testimonial .uc_classic_carousel_placeholder {
        max-width: min(400px, 80%);
        margin: 0 auto 2rem;
    }
    .uc_classic_carousel.uc_carousel--testimonial .uc_classic_carousel_content {position: relative;}
    .uc_classic_carousel.uc_carousel--testimonial .carouselquotes {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

}
@media screen and (min-width: 768px) {
    .uc_classic_carousel.uc_carousel--testimonial .ue-carousel-item {
        display: flex;
    }
    .uc_classic_carousel.uc_carousel--testimonial .uc_classic_carousel_placeholder {flex: 1 0 40%;}
    .uc_classic_carousel.uc_carousel--testimonial {
        padding: 0 80px;
    }

    
    .uc_classic_carousel.uc_carousel--testimonial .owl-nav .owl-prev,
    .uc_classic_carousel.uc_carousel--testimonial .owl-nav .owl-next{
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .uc_classic_carousel.uc_carousel--testimonial .owl-nav .owl-prev {left: -50px !important;}
    .uc_classic_carousel.uc_carousel--testimonial .owl-nav .owl-next {right: -50px !important;}
}
@media screen and (min-width: 992px) {
    .uc_classic_carousel.uc_carousel--testimonial {
        padding: 0;
    }
    .uc_classic_carousel.uc_carousel--testimonial .owl-nav .owl-prev,
    .uc_classic_carousel.uc_carousel--testimonial .owl-nav .owl-next {font-size: 40px !important;}
}

.proyect__media-gallery .elementor-element.elementor-arrows-position-outside .swiper {
    width: 100% !important;
}

body .proyect__media-gallery .elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal {
    /* display: none !important; */
    display: flex;
    align-items: center;
    top: auto;
    bottom: -50px;

    left: 50%;
}
body .proyect__media-gallery .elementor-widget-n-carousel.elementor-element .swiper-pagination-bullet {
    background: var(--ast-global-color-2);
    width: 12px;
    height: 12px;
    opacity: 1;
}
body .proyect__media-gallery .elementor-widget-n-carousel.elementor-element .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
}
body .proyect__media-gallery .elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev svg *,
body .proyect__media-gallery .elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next svg * {
    fill: #fff !important;
}
body .proyect__media-gallery .elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev,
body .proyect__media-gallery .elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next {
    background: var(--ast-global-color-2);
    border-radius: 50%;
    padding: 0.4em;
    font-size: 1.8rem;
    top: 50%;
}
body .proyect__media-gallery .elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev {
    left: -1.2rem;
}
body .proyect__media-gallery .elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next {
    right: -1.2rem;
}

@media screen and (max-width: 767px) {
    .proyect__media-gallery > .elementor-widget-n-carousel > .elementor-widget-container {
        position: relative;
        padding-bottom: 80px;
    }
    .proyect__media-gallery > .elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev {
        position: absolute !important;
        top: auto !important;
        bottom: 0 !important;
        left: 40% !important;
        transform: translateX(-100%) !important;
    }
    .proyect__media-gallery > .elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next {
        position: absolute !important;
        top: auto !important;
        bottom: 0 !important;
        right: 40% !important;
        transform: translateX(100%) !important;
    }
    
}

/* Fix mobile overflow */

.ast-container {
    /* max-width: 100vw;
    overflow-x: hidden; */
}


@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}



/* Team carousel */


.team_carousel .ue-carousel-item {
    display: flex !important;
}
.team_carousel .ue-carousel-item > .uc_classic_carousel_placeholder {flex: 0 1 40%;}
.team_carousel .ue-carousel-item > .uc_classic_carousel_placeholder img {height: auto !important;}
.team_carousel .ue-carousel-item > .uc_classic_carousel_content {flex: 0 1 60%;}
.team_carousel .uc_classic_carousel_content p {margin: 0 !important;}

.team_carousel .card_carousel_charge {
    color: var(--ast-global-color-2);
    text-transform: uppercase;
    font-weight: 600;

    line-height: 1.1em;
}
.team_carousel .card_carousel_title {
    color: var(--ast-global-color-3);
    font-family: 'Barlow Condensed';
    text-transform: uppercase;

    font-style: italic;
    /* font-size: 2em; */
    line-height: 1em;
    font-weight: 800 !important;

    font-size: 1.7em;
    padding-top: 0.5rem;
}
.team_carousel .card_carousel_text {
    color: var(--ast-global-color-3) !important;
    margin-top: 2em !important;
    line-height: 1.2em;
}
.team_carousel .owl-dots {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    align-items: stretch;
}
.team_carousel .owl-dots .owl-dot {
    flex: 1 1 auto;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    border-radius: 0 !important;
    appearance: none;
    box-shadow: none !important;
    
    display: flex !important;
    align-items: center;
    flex-flow: column;
    
    position: relative;
    overflow: hidden;

    transition: all 0.2s ease-in-out;
}
.team_carousel .owl-dots .owl-dot > span:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: red;
    opacity: 0.5; */
    z-index: 9;
}
.team_carousel .owl-dots .owl-dot.active {
    filter: grayscale(1);
}
/*.team_carousel .owl-dots .owl-dot .card_carousel_charge {
    margin-top: auto;
}*/
.team_carousel .image__deco--wrapper {
    display: inline-flex;
    position: relative;
    padding-top: 3%;
    padding-right: 7%;
}
.team_carousel .image__deco--wrapper .image__deco--mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.team_carousel .image__deco--wrapper .image__deco--mask,
.team_carousel .image__deco--wrapper .image__deco--mask path {
    transition: all 0.3s ease-in-out;
}
.team_carousel .owl-dots .image__deco--wrapper {
    margin-bottom: 1rem;
}
.team_carousel .owl-item.active .image__deco--wrapper .image__deco--mask path {
    stroke: var(--ast-global-color-2) !important;
}

.team_carousel .owl-dots .owl-dot:hover .image__deco--wrapper .image__deco--mask path {
    stroke: var(--ast-global-color-2) !important;
}
.team_carousel .owl-dots .owl-dot .card_carousel_title {
    transition: color 0.3s ease-in-out;
}
.team_carousel .owl-dots .owl-dot:hover .card_carousel_title {
    color: var(--ast-global-color-2);
}

.uc_classic_carousel.team_carousel .uc_carousel{
    display: none;
}
.team_carousel--mobile {
    display: grid;
    gap: 4rem;
}
.team_carousel--mobile .ue-carousel-item {
    flex-flow: column;
}
.team_carousel--mobile .ue-carousel-item .uc_classic_carousel_placeholder {
    padding: 0 20% 2rem;
}
.team_carousel--mobile .ue-carousel-item .card_carousel_charge,
.team_carousel--mobile .ue-carousel-item .card_carousel_title {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .uc_classic_carousel.team_carousel .uc_carousel {
        display: block;
    }
    .team_carousel--mobile {
        display: none;
    }
}
.uc_classic_carousel.icons_carousel {}

@media screen and (min-width: 768px) {
    .uc_classic_carousel.icons_carousel .owl-carousel .owl-stage-outer {
        transform: translate3d(calc(-1 * ((33.333vw - 90px) + -180px)), 0px, 0px);
        overflow: visible;
    }
}
/* Same height */
.uc_classic_carousel.icons_carousel .owl-stage {display: flex;}
.uc_classic_carousel.icons_carousel .owl-stage .owl-item {flex: 1;}
.uc_classic_carousel.icons_carousel .owl-stage .owl-item > div,
.uc_classic_carousel.icons_carousel .owl-stage .owl-item > div > div {height: 100%;}
.uc_classic_carousel.icons_carousel .owl-stage .owl-item .ue-carousel-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    
    /* transform: skew(calc(-1 * var(--skew))); */
}
.uc_classic_carousel.icons_carousel .owl-stage .owl-item {
    transform: skew(calc(-1 * var(--skew)));
    border: 2px solid var(--ast-global-color-1);
}
.uc_classic_carousel.icons_carousel .owl-stage .owl-item > div {
    transform: skew(var(--skew));
}
.uc_classic_carousel.icons_carousel .owl-stage .owl-item .ue-carousel-item {
    border: 0 none !important;
}
.uc_classic_carousel.icons_carousel .card_carousel_text {
    font-size: 1.1rem;
    line-height: 1.2em;
}


.uc_classic_carousel.icons_carousel .dots-wrap {
    position: relative;
    /* margin-top: 1.5em; */
    filter: url(#goo);
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.uc_classic_carousel.icons_carousel .dots-wrap .owl-dots {
    margin-top: 0 !important;
    display: flex;
} 

.uc_classic_carousel.icons_carousel .dots-wrap button.owl-dot,
.uc_classic_carousel.icons_carousel .dots-wrap .dot-current-bg {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 0;
    line-height: 15px;
    background: var(--ast-global-color-2);
    border-radius: 50%;
    margin: 0 3px;
    border: none;
    outline: none;
}
.uc_classic_carousel.icons_carousel .dots-wrap .dot-current-bg {
    position: absolute;
    left: 50%;
    top: 0;
    transform: scale(1.2);
}
.uc_classic_carousel.icons_carousel .custom_dotsandnav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem
}

@media screen and (max-width: 767px) {
    .uc_classic_carousel.icons_carousel {
        width: 100vw;
        overflow: hidden;
    }
    /* .uc_classic_carousel.icons_carousel {
        padding: 8vw;
        --skew: 12deg;
    } */
    /* .uc_classic_carousel.icons_carousel .owl-carousel .owl-stage-outer {
        overflow: visible !important;
    } */
}


/* .uc_classic_carousel.icons_carousel .dots-wrap .custom_prev,
.uc_classic_carousel.icons_carousel .dots-wrap .custom_next {
    position: absolute;
}
.uc_classic_carousel.icons_carousel .dots-wrap .custom_prev {left: -25px;}
.uc_classic_carousel.icons_carousel .dots-wrap .custom_next {right: 25px;} */

.uc_classic_carousel.icons_carousel .custom_prev,
.uc_classic_carousel.icons_carousel .custom_next {
    display: inline-flex;
    padding: 0 20px;
    color: var(--ast-global-color-2);
    cursor: pointer;
}
.uc_classic_carousel.icons_carousel .custom_prev:hover,
.uc_classic_carousel.icons_carousel .custom_next:hover {
    color: var(--ast-global-color-1);
}


/* Gravity */

.gform_required_legend {display: none;}

body .gform_wrapper[class*="gform-theme--"] .gform-field-label {
    font-size: 1rem;
    font-family: 'Barlow Condensed';
    font-weight: bold;
    font-style: italic;
    padding-left: 0.5em;
}
body .gform_wrapper[class*="gform-theme--"] input {
    border-radius: 0;
    box-shadow: none;
}
body .gform_wrapper[class*="gform-theme--"] input:not([type="checkbox"]),
body .gform_wrapper[class*="gform-theme--"] textarea {
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 2px solid var(--ast-global-color-1);
}
body .gform_wrapper[class*="gform-theme--"] input[type="submit"] {
    background: var(--ast-global-color-2) !important;
    box-shadow: none !important;
    border-radius: 0 !important;

    
    font-size: 1rem !important;
    font-family: 'Barlow Condensed' !important;
    font-weight: bold !important;
    font-style: italic !important;
    line-height: 1em !important;
    text-transform: uppercase !important;
    padding: 0.3em 3em !important;
}

body .gform_wrapper[class*="gform-theme--"] .custom_submit_btn {
    position: relative;
    background: var(--ast-global-color-2);
    transform: skew(calc(-1 * var(--skew)));

    display: flex;
    align-items: center;
    
    font-size: 1rem;
    line-height: 1em;
    padding: 0 0.5em;
    /* padding: 0.2em 2em; */

    transition: all 0.15s ease-in-out;
}
/* body .gform_wrapper[class*="gform-theme--"] .custom_submit_btn::after {
    content: '';
    display: block;
    position: relative;
    height: 1em;
    width: 1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 18 18'%3E%3Cpath fill='%23fff' d='M10.71637,9.00021l-7.80695,7.80695H-.00098l7.80737-7.80695L-.00098,1.19284h2.9104l7.80695,7.80737ZM10.19403,1.19284h-2.9104l7.80737,7.80737-7.80737,7.80695h2.9104l7.80695-7.80695L10.19403,1.19284Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transform: skew(var(--skew)) translateX(-100%);
    transition: all 0.3s ease;
}  */
body .gform_wrapper[class*="gform-theme--"] .custom_submit_btn input[type="submit"] {
    /* transform: skew(var(--skew)) translateX(0.5em); */
    transform: skew(var(--skew));
    /* padding: 0 !important; */
    /* background: transparent !important; */

    /* padding: 0 !important; */
    /* z-index: 1;
    position: relative; */
}
body .gform_wrapper[class*="gform-theme--"] .custom_submit_btn:hover {
    background-color: #C71519;
}
/* body .gform_wrapper[class*="gform-theme--"] .custom_submit_btn:hover::after {
    transform: skew(var(--skew)) translateX(5px);
} */
body .gform_wrapper[class*="gform-theme--"] .custom_submit_btn:hover input[type="submit"] {
    /* transform: skew(var(--skew)) translateX(-5px); */
    background-color: #C71519 !important;
}


/* .team_carousel .image__deco--wrapper::after {
    content: '';
    position: absolute;
    left: 10%;
    top: -10%;
    width: 100%;
    height: 100%;
} */


/*  */
#page {
    /* max-width: 100dvw; */
    /* overflow: hidden; */
}

.elementor .elementor-element.elementor-widget-image-gallery .gallery {
    margin: 0 !important;
}


/* #main.site-main {
    width: 100dvw;
    overflow-x: hidden;
} */


/* .ast-page-builder-template .site-content > .ast-container {
    max-width: 100vw;
    max-width: 100dvw;
} */


/* 404 fixes */
body.error404 .site-content .ast-container {
    max-width: 100%;
    padding: 0;
}

/* Search results */
body.search.search-no-results .site-content .ast-container,
body.search.search-results .site-content .ast-container {
    max-width: 100%;
    padding: 0;
}

body.search.search-no-results .site-content .ast-container .elementor-widget-archive-posts .elementor-grid {
    grid-template-columns: 1fr;
    text-align: center;
}

/* Cookies Plugin */
body.cmplz-document .ast-container {
    /* width: min(100%, var(--container-max-width, 1140px)); */
    /* font-size: 1rem; */
    max-width: 100%;
    margin: 0 auto;
    padding: 0 !important;
    /* padding-top: 150px; */
}
body.cmplz-document.ast-plain-container.ast-no-sidebar .ast-container  #primary {margin-top: 0 !important;}
/*body.cmplz-document .ast-container .entry-header {
    padding: 120px 0;
    width: 100%;
    position: relative;
    background-color: transparent;
}*/

body.cmplz-document .site-content {
    position: relative;
    padding-top: 180px;
}
body.cmplz-document .site-content::before {
    position: absolute;
    width: 100%;
    height: 1000px;
    background-color: var(--ast-global-color-0);
}
body #cmplz-document,
body.cmplz-document .ast-container .entry-header {
    width: min(100%, var(--container-max-width, 1140px));
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px 120px;
    font-size: 1rem;
}
body.cmplz-document .ast-container .entry-header {
	padding: 120px 20px;
}
body.cmplz-document .site-logo-img img {filter: brightness(0);}
#cmplz-document p {
    font-size: 1em;
}
body.cmplz-document #cmplz-document h2 {
	margin-top: 1.8em;
	margin-bottom: 1em;
}