/** variables **/
/*==================== GOOGLE FONTS ====================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/*==================== VARIABLES CSS ====================*/
:root {
    --header-height: 3rem;
    --typewriterSpeed: 6s;
    --typewriterCharacters: 23;

    /*========== Colors ==========*/
    --hue-color: 166;

    /* HSL color mode */
    --c-yellow: #fbb03b;
    --first-color-second: #00a562;
    --first-color-alt: hsl(var(--hue-color), 57%, 53%);
    --first-color-lighter: hsl(var(--hue-color), 92%, 85%);
    --title-color: hsl(var(--hue-color), 8%, 15%);
    --text-color: hsl(var(--hue-color), 8%, 45%);
    --text-colors: #282829;
    --text-color-light: hsl(var(--hue-color), 8%, 65%);
    --input-color: hsl(var(--hue-color), 70%, 96%);
    --body-color: hsl(var(--hue-color), 60%, 99%);
    --container-color: #FFF;
    --scroll-bar-color: hsl(var(--hue-color), 12%, 90%);
    --scroll-thumb-color: hsl(var(--hue-color), 12%, 80%);

    /*========== Font and typography ==========*/
    --body-font: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --big-font-size: 2rem;
    --h1-font-size: 1.5rem;
    --h2-font-size: 1.25rem;
    --h3-font-size: 1.125rem;
    --normal-font-size: .938rem;
    --small-font-size: .813rem;
    --smaller-font-size: .75rem;

    /*========== Font weight ==========*/
    --font-medium: 500;
    --font-semi-bold: 600;

    /*========== Margenes Bottom ==========*/
    --mb-0-25: .25rem;
    --mb-0-5: .5rem;
    --mb-0-75: .75rem;
    --mb-1: 1rem;
    --mb-1-5: 1.5rem;
    --mb-2: 2rem;
    --mb-2-5: 2.5rem;
    --mb-3: 3rem;

    /*========== z index ==========*/
    --z-tooltip: 10;
    --z-fixed: 100;
    --z-modal: 1000;
}

._3tVyU{
padding: 30px 30px 30px 30px;
}
._3tVyU-dark{
padding: 30px 3px 30px 3px;
}
._3tVyU-dark2{
padding: 20px 3px 20px 3px;
}
.yellow {
    color: var(--c-yellow);
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #fff;
    scrollbar-width: none;
    -ms-overflow-style: none;
    font-family: 'Roboto', sans-serif;
}

body::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    background: 0 0;
}
.bcommon-tl{
	font-size: .9rem;
    font-weight: 800;
    text-transform: uppercase;
    padding: 30px 0 20px 15px;
    letter-spacing: .8px;
}
h3{
	font-size: .8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .8px;
}


* {

    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: none;
    outline: 0;
    font-family: 'Roboto', sans-serif;
}

:not(input):not(textarea):not(button) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button {
    color: inherit;
    font: inherit;
    margin: 0;
    background: 0 0;
    border: none;
    border-color: transparent;
    outline: 0;
    padding: 0;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*! CSS Used from: Embedded */
[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-downArrow:before {
    content: "\E906";
}

/*! CSS Used from: Embedded */
.aTA49 {
    background: #fff;
    height: 100%;
    position: relative;
}

._1rlBJ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 45%;
}

._158Ea {
    background-repeat: no-repeat;
    height: 100%;
    width: 45%;
    background-size: contain;
    background-position: center center;
    margin: 0 auto;
    display: inline-block;
    border-left: 32px solid #fff;
}

._2yYj6 {
    margin-top: 48px;
    font-size: .86rem;
    color: #a9abb2;
    line-height: 1.5;
}

._3jq9- {
    padding: 0 62px 0 32px;
}

._3Xca2 {
    margin-top: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

._3Xca2+._2yYj6 {
    margin-top: 16px;
}

/*! CSS Used from: Embedded */
._2yoTv {
    height: 100%;
}

._3TIcv {
    z-index: 1000020200;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: none;
}

._3JaG6 {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 200;
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    -o-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    -webkit-animation: _2RsLF .3s ease-in;
    animation: _2RsLF .3s ease-in;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

._1r-M3 {
    z-index: 201;
}

/*! CSS Used from: Embedded */
.ScreenReaderOnly_screenReaderOnly___ww-V {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    display: block;
    font-size: 1px;
    line-height: 1px;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    white-space: nowrap;
    height: 1px;
    width: 1px;
}

/*! CSS Used from: Embedded */
.ScreenReaderOnly_screenReaderOnly___ww-V {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    display: block;
    font-size: 1px;
    line-height: 1px;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    white-space: nowrap;
    height: 1px;
    width: 1px;
}

/*! CSS Used from: Embedded */
._3gfxq {
    background: #fff;
    border-bottom: 1px solid rgba(40, 44, 63, .1);
    height: 52px;
    width: 100%;
    z-index: 6;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    contain: content;
}

.eR8c- {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
   
    width: 100%;
}

._1jnwd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.anfG9 {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*! CSS Used from: Embedded */
._2QN4q {
    padding: 16px 16px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: 0;
    outline: 0;
}

.uHGrw {
    stroke-width: 0;
    stroke: currentColor;
    width: 20px;
    height: 20px;
    fill: #3d4152;
    vertical-align: middle;
}

.uHGrw-dark {
    stroke-width: 0;
    stroke: currentColor;
    width: 20px;
    height: 20px;
    fill: #fff;
    vertical-align: middle;
}



._10bNg {
    min-height: 100%;
    background-color: #f4f4f5;
}

.JkZWM {
    background-color: #fff;
}
.JkZWM-dark {
    background-color: #000;
}
.JkZWM-dark2 {
    background-color: #f3b385;
}
.eu0e1 {
    font-size: 1rem;
    margin: 0;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.eu0e1-dark {
    font-size: 1rem;
    margin: 0;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: var(--text-color);
}

.gx0pw {
    border-bottom: 1px solid #e9e9eb;
}

.gx0pw:last-child {
    border-bottom: 0;
}

._1nTmK {
    padding: 18px 16px;
}

._3ynEi {
    padding: 0 16px 18px;
}

._192TJ {
    font-size: .93rem;
    color: #93959f;
    white-space: pre-wrap;
}

._6SwGo {
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

._6nPU {
    width: 50%;
    text-align: center;
    margin-right: 24px;
}

._6nPU:last-child {
    margin-right: 0;
}

.ziBLE {
    font-size: .86rem;
    font-weight: 400;
    color: #93959f;
    margin-top: 8px;
}

._16wcb {
    font-size: .93rem;
    font-weight: 500;
    color: #fc8019;
    text-transform: uppercase;
    margin: 8px 0 8px;
    text-decoration: none;
    display: block;
}

._2Fyqj {
    padding: 0 !important;
    border-radius: 6px !important;
    font-weight: 600;
}

/*! CSS Used from: Embedded */
._2N4la {
    margin-top: 28px;
}

._2N4la ._3_wTA {
    font-size: .86rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 30px 0 30px 15px;
    letter-spacing: .8px;
}

/*! CSS Used from: Embedded */
._3tVyU ._2DP9e {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    width: 100%;
}

._3tVyU .J0y6m {
    font-size: .86rem !important;
    color: #93959f;
    -webkit-transition: -webkit-transform .35s ease-in;
    transition: -webkit-transform .35s ease-in;
    -o-transition: transform .35s ease-in;
    transition: transform .35s ease-in;
    transition: transform .35s ease-in, -webkit-transform .35s ease-in;
    font-weight: 600;
}

._3tVyU .J0y6m._3lD0G {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

._3tVyU ._39p-f {
    display: none;
}

._3tVyU ._39p-f._3lD0G {
    display: block;
    -webkit-animation: _3Dwbz .35s ease-in;
    animation: _3Dwbz .35s ease-in;
}


._3KGDS {
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: 1px solid #e46d47;
    background-color: #fff;
    color: #e46d47;
    line-height: 38px;
    height: 40px;
    font-weight: 600;
    border-radius: 2px;
}

._3KGDS:hover {
    text-decoration: none;
}

/*! CSS Used keyframes */
@-webkit-keyframes _2RsLF {
    from {
        -webkit-transform: translate3d(0, 56px, 0);
        transform: translate3d(0, 56px, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes _2RsLF {
    from {
        -webkit-transform: translate3d(0, 56px, 0);
        transform: translate3d(0, 56px, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes _3Dwbz {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes _3Dwbz {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
