.ch-nav {
    justify-content: space-between;
}

.ch-nav:hover {
    align-items: center;
}

.ch-navbar {
    height: 80px;
    padding-left: 8%;
    padding-right: 8%;
}

.ch-nav-icon {
    font-size: 18px;
    color: #a6a6a6;
    line-height: 100%;
}

.ch-nav-link {
    font-size: 16px;
    color: #333333;
}

.ch-nav-link:hover {
    color: #000000;
}

.ch-nav-brand {
    width: 50px;
}

.ch-nav-button {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 100px;
    min-width: 100px;
    color: #ffffff;
}

.ch-nav-button:hover {
    opacity: 0.8;
    background-color: rgba(0, 0, 0, 1);
    color: #ffffff;
}

.ch-nav-dropdown {
    padding-left: 0px;
    padding-right: 0px;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
}

.ch-navbar-dropdown {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    padding-left: 30px;
    padding-right: 30px;
    min-width: 150px;
    background-color: rgb(255, 255, 255);
}

.ch-nav-link-dropdown {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ch-nav-toggle-button {
    color: #333333;
    line-height: 1;
}

.ch-nav-toggle-button:hover {
    color: #000000;
}

@media (max-width: 991px) {
    .ch-nav-link {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .ch-nav-brand {
        max-width: 200px;
        margin-bottom: 60px;
    }
    .ch-nav-button {
        margin-top: 20px;
    }
    .ch-navbar-dropdown {
        background-color: rgb(255, 255, 255);
        padding-top: 80px;
        padding-bottom: 14px;
        padding-left: 8%;
        padding-right: 8%;
        box-shadow: 0;
        border-radius: 0px;
    }
    .ch-nav-close-button {
        top: 32px;
        right: 8%;
        width: 24px;
    }
    .ch-navbar-container {
        background-color: rgb(255, 255, 255);
        padding-left: 8%;
        padding-right: 8%;
        padding-top: 80px;
        padding-bottom: 140px;
        align-items: flex-start;
        text-align: left;
        justify-content: center;
    }
    .ch-nav-link-dropdown {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .ch-nav-toggle-button:hover {
        color: #000000;
    }
    .ch-nav-toggle-button {
        color: #333333;
        line-height: 1;
        margin-top: 2px;
    }
    .ch-nav-close-button-dropdown {
        left: 8%;
        top: 34px;
        width: 12px;
    }
    .ch-navbar-folded-desktop .ch-navbar-container,
    .ch-navbar-folded-tablet .ch-navbar-container,
    .ch-navbar-folded-mobile .ch-navbar-container {
        justify-content: center;
    }
}

@media (max-width: 479px) {
    .ch-nav-button {
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 28px;
        line-height: 30px;
    }
    h2 {
        font-size: 24px;
        line-height: 27px;
    }
    h3 {
        font-size: 22px;
        line-height: 25px;
    }
}

@media (max-width: 479px) {
    h1 {
        font-size: 26px;
        line-height: 28px;
    }
    h2 {
        font-size: 23px;
        line-height: 25px;
    }
    h3 {
        font-size: 21px;
        line-height: 24px;
    }
}

body {
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Helvetica Neue", sans-serif;
}

a {
    color: #333333;
    font-weight: 600;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-family: "Helvetica Neue", sans-serif;
}

h1 {
    font-family: "Helvetica Neue", sans-serif;
}

h2 {
    font-family: "Helvetica Neue", sans-serif;
}

h3 {
    font-family: "Helvetica Neue", sans-serif;
}

h4 {
    font-family: "Helvetica Neue", sans-serif;
}

h5 {
    font-family: "Helvetica Neue", sans-serif;
}

.btn {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: rgb(255, 255, 255);
    opacity: 0.8;
    font-weight: 600;
    white-space: normal;
}

.btn:hover {
    color: #ffffff;
    background-color: #545454;
    opacity: 0.8;
}

.input {
    opacity: 0.8;
    border-style: none;
    background-color: rgb(255, 255, 255);
    font-size: 20px;
}

blockquote {
    font-family: "Helvetica Neue", sans-serif;
}

.text-link-extern {
    display: inline-block;
    color: #1955f7;
    line-height: 180%;
    text-decoration: none;
}

@media (max-width: 767px) {
    h1 {
        font-size: 28px;
        line-height: 30px;
    }
    h2 {
        font-size: 24px;
        line-height: 27px;
    }
    h3 {
        font-size: 22px;
        line-height: 25px;
    }
}

@media (max-width: 479px) {
    h1 {
        font-size: 26px;
        line-height: 28px;
    }
    h2 {
        font-size: 23px;
        line-height: 25px;
    }
    h3 {
        font-size: 21px;
        line-height: 24px;
    }
}

#section_mzkHaR1KxtTl {
    padding-top: 10vh;
    padding-bottom: 10vh;
    color: #ffffff;
    background-color: var(--primary);
}

#section_6Sz2lv33YcyB {
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-image: url(../../img/index-reference.jpg);
    background-position: 50% 50%;
    background-size: cover;
    color: #ffffff;
}

#section_mgEBXYLfNcMc {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

#link-gnSSpPgyJVo2>a a {
    color: #000000;
}

.link-bellow a {
    color: #fff;
}

.link-bellow>a a {
    color: #fff;
}

#link-csiHnvSTazHQ>a a {
    color: #000000;
}

#link-2tU47wPQ7q4c>a a:hover {
    color: rgba(0, 0, 0, 0.216);
}

#link-2tU47wPQ7q4c>a a {
    color: #000000;
}

#link-p389AHKKfRjY>a a:hover {
    color: rgba(0, 0, 0, 0.216);
}

#link-p389AHKKfRjY>a a {
    color: #000000;
}

#link-ow6mdTLiuDbg>a a:hover {
    color: rgba(0, 0, 0, 0.216);
}

#link-ow6mdTLiuDbg>a a {
    color: #000000;
}

#link-gG9ShuUw3Yeg>a a:hover {
    color: rgba(0, 0, 0, 0.216);
}

#link-gG9ShuUw3Yeg>a a {
    color: #000000;
}

#div_CFB6z7p6w4nw {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

#headline_xqKhA7EbTtdW {
    margin-bottom: 25px;
    margin-top: 25px;
}

#image_ESGX5Nn38liS {
    width: 240px;
    height: auto;
    max-width: 123px;
}

#div_KZlQUdEAajtq {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

#headline_kXLXfA1awm8W {
    margin-bottom: 25px;
    margin-top: 25px;
}

#div_RNpa01b71DYh {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

#headline_DhUjCifYpM4Y {
    margin-bottom: 25px;
    margin-top: 25px;
}

#image_uANbxQJPx4dH {
    width: 240px;
    height: auto;
    max-width: 123px;
}

#image_0XZQ0dHuJyAv {
    width: 240px;
    height: auto;
    max-width: 123px;
}

#div_pQwRVKLsUhJ6 {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 31px;
    color: #333333;
    max-width: 736px;
    background-color: rgba(255, 255, 255, 0.6);
}

#headline_08sMyzPXBUTg {
    margin-bottom: 0px;
    margin-top: 0px;
}

#headline_9ru0l8Z6RFpU {
    margin-bottom: 0px;
    margin-top: 0px;
}

#text_toRADnOmuVSF {
    display: block;
    margin-top: 16px;
    margin-bottom: 19px;
}

#div_GBecdMdFzUzw {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 31px;
    color: #333333;
    max-width: 736px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.6);
    display: inline-block;
}

#headline_eZB99X5GX9zx {
    margin-bottom: 0px;
    margin-top: 0px;
}

#text_zebHqBbl1s0J {
    display: block;
    margin-top: 16px;
    margin-bottom: 19px;
}

#headline_NlO5iLCKk0LO {
    margin-bottom: 0px;
    margin-top: 0px;
}

#cont_TUmNSHcUtAbW {
    margin-top: 45px;
    text-align: right;
}

#cont_O2Q5w5SXwHbL {
    margin-top: 45px;
    text-align: left;
}

#div_yraTOhEfNvIf {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 31px;
    color: #333333;
    max-width: 736px;
    text-align: left;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
}

#headline_ixpCMIOOp9mJ {
    margin-bottom: 0px;
    margin-top: 0px;
}

#text_qO76WsrFyeaQ {
    display: block;
    margin-top: 16px;
    margin-bottom: 19px;
}

#headline_4B5nYOkxm3em {
    margin-bottom: 0px;
    margin-top: 0px;
}

#cont_Yv3pf7sz7Do8 {
    margin-top: 45px;
    text-align: right;
}

#div_ubjeFnhQQoUG {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 31px;
    color: #333333;
    max-width: 736px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.6);
    display: inline-block;
}

#headline_tCIEp1mybizA {
    margin-bottom: 0px;
    margin-top: 0px;
}

#text_LnIxeBVuQODy {
    display: block;
    margin-top: 16px;
    margin-bottom: 19px;
}

#headline_fAF08v9luY0o {
    margin-bottom: 0px;
    margin-top: 0px;
}

#section_iMrDq8b1KBW3 {
    padding-top: 10vh;
    padding-bottom: 10vh;
    color: #ffffff;
    background-color: var(--primary);
}

#div_DCbNukTp0xR6 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

#text_PQ9hJMpoffs0 {
    display: block;
}

#btn_YNKvPyyVAhto {
    font-weight: 600;
    margin-top: 36px;
    padding: 15px 60px;
}

#div_kFSUcYbaf0D0 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

#text_fYsLbiubQZ90 {
    display: block;
}

#btn_zBeV6DRdrEC7 {
    font-weight: 600;
    margin-top: 36px;
    padding: 15px 60px;
}

#cont_s2LumeI3zP0O {
    text-align: center;
}

#headline_21i81B8wddQD {
    margin-top: 32px;
}

#headline_xKXzJF6lSQIe {
    margin-top: 32px;
}

#section-5f50b1f406 {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

#cont_5f50b1f4d3 {
    text-align: center;
}

#headline_5f50b1f432 {
    font-style: italic;
    margin-bottom: 48px;
}

#section-5f50b26d9e {
    padding-top: 0vh;
    padding-bottom: 10vh;
    height: 665px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.215), rgba(0, 0, 0, 0.215)), url("../../img/banner/plantacao.jpg");
    background-position: center -160px;
    background-size: cover;
    color: #fff;
}

#div_5f50b26d30 {
    text-align: center;
}

#image_5f50b26db0 {
    width: 120px;
    height: auto;
    max-width: 120px;
}

#cont_5f50b26d8c {
    padding-top: 15vh;
}

#div_5f50b26d32 {
    text-align: center;
}

#headline_5f50b26d88 {
    text-transform: uppercase;
    font-weight: 600;
}

#headline_5f50b26d7e {
    text-align: center;
}

#btn_5f50b26d1f {
    margin-top: 36px;
    padding: 15px 60px;
    font-weight: 600;
}

#btn_5f50b26d1f:hover {
    animation-name: pop;
}

#header_eVSKn64I1hy4 {
    color: #b0b2b1;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
}

#header_bellow {
    color: #b0b2b1;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
}

#header_eVSKn64I1hy4 a:hover {
    text-decoration: none;
}

#header_bellow a:hover {
    text-decoration: none;
}

#brand-ddHudRW6ypvd {
    padding-top: 7px;
    padding-bottom: 10px;
    line-height: 32px;
    max-width: 250px;
    color: #fff;
}

#logo-Vho5mptOwkEU {
    width: 100%;
    max-width: 0px;
}

#link-gnSSpPgyJVo2>a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    font-weight: 600;
    color: #fff;
}

.link-bellow>a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    font-weight: 600;
    color: #fff;
}

#link-gnSSpPgyJVo2>a:hover {
    color: #ffffff;
    text-decoration: none;
    border-style: solid;
    border-width: 0px;
    border-color: rgba(0, 0, 0, 0.216);
}

.link-bellow>a:hover {
    color: #ffffff;
    text-decoration: none;
}

#header_eVSKn64I1hy4:hover {
    color: rgba(0, 0, 0, 0.216);
}

#link-csiHnvSTazHQ>a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    color: #fff;
}

#link-csiHnvSTazHQ>a:hover {
    color: #ffffff;
    text-decoration: none;
    border-style: solid;
    border-width: 0px;
    border-color: rgba(0, 0, 0, 0.216);
}

#link-2tU47wPQ7q4c>a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    color: #fff;
}

#link-2tU47wPQ7q4c>a:hover {
    color: #ffffff;
    text-decoration: none;
    border-style: solid;
    border-width: 0px;
    border-color: rgba(0, 0, 0, 0.216);
}

#link-p389AHKKfRjY>a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    color: #fff;
}

#link-p389AHKKfRjY>a:hover {
    color: #ffffff;
    text-decoration: none;
    border-style: solid;
    border-width: 0px;
    border-color: rgba(0, 0, 0, 0.216);
}

#link-ow6mdTLiuDbg>a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    color: #fff;
}

#link-ow6mdTLiuDbg>a:hover {
    color: #ffffff;
    text-decoration: none;
    border-style: solid;
    border-width: 0px;
    border-color: rgba(0, 0, 0, 0.216);
}

#link-gG9ShuUw3Yeg>a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    color: #fff;
}

#link-gG9ShuUw3Yeg>a:hover {
    color: #ffffff;
    text-decoration: none;
    border-style: solid;
    border-width: 0px;
    border-color: rgba(0, 0, 0, 0.216);
}

#brand-ddHudRW6ypvd:hover {
    color: #000000;
}

#section_Dq32ABiMHVry {
    height: 630px;
    padding-top: 32vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.337), rgba(0, 0, 0, 0.337)), url(../../img/index-call.jpg);
    background-position: 0% 0%, 50% 0%;
    background-size: auto, cover;
    color: #ffffff;
    text-align: center;
}

#btn_2TNPIKwamQHW {
    margin-top: 0px;
    padding: 15px 50px;
    font-weight: 600;
}

#headline_4XrGQUZE8cbP {
    margin-bottom: 0px;
    margin-top: 0px;
}

#div_BLVFk3BoWlWF {
    margin-top: 45px;
}

#undefined_awnQ1Hwe7pFi {
    margin-top: 22px;
    margin-bottom: 22px;
    text-align: left;
}

#undefined_awnQ1Hwe7pFi label input {
    margin-right: 6px;
    margin-left: -20px;
}

#btn_VGX5NxWoERWF {
    color: #333;
    width: 100%;
    padding: 14px 0;
}

#in_KoIBdon2XYjT {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 50px;
}

#eRGShFqQ6WQnxlLco {
    color: #ffffff;
}

#text_n0O28YJsIMoK a {
    color: #ffffff;
}

#text_n0O28YJsIMoK a:hover {
    color: rgba(255, 255, 255, 0.558);
}

#text_LQ5T4qo6CC2G a {
    color: #ffffff;
}

#text_LQ5T4qo6CC2G a:hover {
    color: rgba(255, 255, 255, 0.558);
}

#text_Et6JBYEG1vf3 a {
    color: #ffffff;
}

#text_Et6JBYEG1vf3 a:hover {
    color: rgba(255, 255, 255, 0.558);
}

#text_aMe9eERGIVqK a {
    color: #ffffff;
}

#text_aMe9eERGIVqK a:hover {
    color: rgba(255, 255, 255, 0.558);
}

#text_WBffQQT1BemI a {
    color: #ffffff;
}

#text_WBffQQT1BemI a:hover {
    color: rgba(255, 255, 255, 0.558);
}

#text_4H8n9vhu4rR6 a {
    color: #ffffff;
}

#text_4H8n9vhu4rR6 a:hover {
    color: rgba(255, 255, 255, 0.558);
}

#text_6UU9Z6RClUk2 a {
    color: #ffffff;
}

#text_6UU9Z6RClUk2 a:hover {
    color: rgba(255, 255, 255, 0.558);
}

#text_pFWK0CBes2AC a {
    color: #ffffff;
}

#text_pFWK0CBes2AC a:hover {
    color: rgba(255, 255, 255, 0.558);
}

#text_2J8I7e6Rrmpm a {
    color: #ffffff;
}

#text_2J8I7e6Rrmpm a:hover {
    color: rgba(255, 255, 255, 0.558);
}

#text_9o05HDlEKjFT a {
    color: #ffffff;
}

#text_9o05HDlEKjFT a:hover {
    color: rgba(255, 255, 255, 0.558);
}

#text_eiKu5CuDq5UX a {
    color: #ffffff;
}

#text_eiKu5CuDq5UX a:hover {
    color: rgba(255, 255, 255, 0.558);
}

#text_PcZrRqF5WrSQ a {
    color: #ffffff;
}

#text_PcZrRqF5WrSQ a:hover {
    color: rgba(255, 255, 255, 0.558);
}

#text_Of1GrcnIW6r1 a {
    color: #ffffff;
}

#text_Of1GrcnIW6r1 a:hover {
    color: rgba(255, 255, 255, 0.558);
}

#section_aCG9SdvmO6F5 {
    padding-top: 10vh;
    padding-bottom: 10vh;
    border-width: 3.5em;
    border-color: var(--primary);
    border-style: solid;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    color: #ffffff;
    text-decoration: none;
    background-color: rgb(64, 64, 64);
}

#cont_i8QdDmncMebk {
    text-align: center;
}

#headline_IIMME6Ut3pNC {
    margin-bottom: 45px;
}

#headline_j5GwquiolrZJ {
    margin-bottom: 0px;
    margin-top: 64px;
}

#text_JTA55kBuqox7 {
    display: block;
    margin-top: 16px;
    margin-bottom: 19px;
}

#div_cqOhBi5rzRDQ {
    margin-top: 32px;
}

#text_n0O28YJsIMoK {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 19px;
}

#div_aVSrhMJTFhzu {
    margin-top: 20px;
}

#text_LQ5T4qo6CC2G {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 19px;
    margin-left: 0px;
}

#text_Et6JBYEG1vf3 {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 19px;
    margin-left: 32px;
}

#text_aMe9eERGIVqK {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 19px;
    margin-left: 32px;
}

#text_WBffQQT1BemI {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 19px;
    margin-left: 32px;
}

#text_4H8n9vhu4rR6 {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 19px;
    margin-left: 32px;
}

#text_6UU9Z6RClUk2 {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 19px;
    margin-left: 32px;
}

#div_JjT6Kqp5jLDo {
    margin-top: 20px;
}

#text_pFWK0CBes2AC {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 19px;
}

#text_2J8I7e6Rrmpm {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 19px;
    margin-left: 32px;
}

#text_9o05HDlEKjFT {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 19px;
    margin-left: 32px;
}

#text_eiKu5CuDq5UX {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 19px;
    margin-left: 32px;
}

#text_PcZrRqF5WrSQ {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 19px;
    margin-left: 32px;
}

#text_Of1GrcnIW6r1 {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 19px;
    margin-left: 32px;
}

#div_Z7GFmh5L7EMQ {
    margin-top: 32px;
}

#ePVUjcIQuHVsaI9Qm {
    text-align: left;
}

#eOYx2q83cm1I6ziEA {
    text-align: right;
}

#i_Ti8TT0hXAOmG {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: rgb(59, 89, 152);
}

#i_ybFSqJxXWkow {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16px;
    background-color: rgb(64, 153, 255);
}

#i_ocqBL13I6BjJ {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 16px;
    background-color: rgb(196, 48, 43);
}

#i_Sn8rZG1spECP {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 10px;
    margin-left: 16px;
    background-color: rgb(18, 101, 103);
}

#i_Ti8TT0hXAOmG:hover {
    opacity: 70px;
    background-color: rgba(59, 89, 152, 0.7);
}

#i_ybFSqJxXWkow:hover {
    background-color: rgba(64, 153, 255, 0.7);
}

#i_ocqBL13I6BjJ:hover {
    background-color: rgba(196, 48, 43, 0.7);
}

#i_Sn8rZG1spECP:hover {
    background-color: rgba(18, 101, 103, 0.7);
}

#text_eR5KwREwdlns {
    display: block;
    margin-bottom: 20px;
}

#link-1 {
    color: #ffffff;
}

#link-2 {
    color: #ffffff;
}

#link-3 {
    color: #ffffff;
}

#link-4 {
    color: #ffffff;
}

#link-5 {
    color: #ffffff;
}

#link-5:hover {
    color: rgba(255, 255, 255, 0.558);
}

#link-6 {
    color: #ffffff;
}

#link-6:hover {
    color: rgba(255, 255, 255, 0.558);
}

#link-7 {
    color: #ffffff;
}

#link-7:hover {
    color: rgba(255, 255, 255, 0.558);
}

#link-8 {
    color: #ffffff;
}

#link-8:hover {
    color: rgba(255, 255, 255, 0.558);
}

#link-9 {
    color: #ffffff;
}

#link-9:hover {
    color: rgba(255, 255, 255, 0.558);
}

#link-10 {
    color: #ffffff;
}

#link-10:hover {
    color: rgba(255, 255, 255, 0.558);
}

#link-11 {
    color: #ffffff;
}

#link-11:hover {
    color: rgba(255, 255, 255, 0.558);
}

#link-12 {
    color: #ffffff;
}

#link-12:hover {
    color: rgba(255, 255, 255, 0.558);
}

#link-13 {
    color: #ffffff;
}

#link-13:hover {
    color: rgba(255, 255, 255, 0.558);
}

#link-14 {
    color: #ffffff;
}

#link-14:hover {
    color: rgba(255, 255, 255, 0.558);
}

#link-15 {
    color: #ffffff;
}

#link-15:hover {
    color: rgba(255, 255, 255, 0.558);
}

#link-16 {
    color: #ffffff;
}

#link-16:hover {
    color: rgba(255, 255, 255, 0.558);
}

#link-17 {
    color: #ffffff;
}

#link-17:hover {
    color: rgba(255, 255, 255, 0.558);
}

#link-18 {
    color: #ffffff;
}

#link-19 {
    color: #ffffff;
}

#link-18:hover {
    color: rgba(255, 255, 255, 0.558);
}

#link-19:hover {
    color: rgba(255, 255, 255, 0.558);
}

#text-6045ed6333 a {
    color: #ffffff;
}

#text-6045ed6333 a:hover {
    color: rgba(255, 255, 255, 0.558);
}

#text-6045ed6333 {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 19px;
    margin-left: 0px;
}

@media (max-width: 991px) {
    #link-gnSSpPgyJVo2>a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .link-bellow>a {
        padding-left: 10px;
        padding-right: 10px;
    }
    #link-csiHnvSTazHQ>a {
        padding-left: 10px;
        padding-right: 10px;
    }
    #link-2tU47wPQ7q4c>a {
        padding-left: 10px;
        padding-right: 10px;
    }
    #link-p389AHKKfRjY>a {
        padding-left: 10px;
        padding-right: 10px;
    }
    #link-ow6mdTLiuDbg>a {
        padding-left: 10px;
        padding-right: 10px;
    }
    #link-gG9ShuUw3Yeg>a {
        padding-left: 10px;
        padding-right: 10px;
    }
    #cont_5f50b26d8c {
        padding-top: 7vh;
    }
}

@media (max-width: 991px) {
    #link-1>a {
        padding-left: 20px;
        padding-right: 20px;
    }
    #link-2>a {
        padding-left: 20px;
        padding-right: 20px;
    }
    #link-3>a {
        padding-left: 20px;
        padding-right: 20px;
    }
    #link-4>a {
        padding-left: 20px;
        padding-right: 20px;
    }
    #link-5>a {
        margin-left: 20px;
    }
    #link-IUhn11fnAKjc>a {
        padding-left: 20px;
        padding-right: 20px;
    }
    #link-4dZhtWO9VSV4>a {
        padding-left: 20px;
        padding-right: 20px;
    }
    #link-rwIh9rgFOEOL>a {
        padding-left: 20px;
        padding-right: 20px;
    }
    #link-qzSWnqGqFieM>a {
        margin-left: 20px;
    }
    #link-NcZcI8ZZssdD>a {
        padding-left: 20px;
        padding-right: 20px;
    }
    #link-9R2E8U8caZUV>a {
        padding-left: 20px;
        padding-right: 20px;
    }
    #link-SKDKTkp7QhaM>a {
        padding-left: 20px;
        padding-right: 20px;
    }
    #link-raFOZ6TXWcIk>a {
        padding-left: 20px;
        padding-right: 20px;
    }
    #link-UZ4kWWHGNRpk>a {
        padding-left: 20px;
        padding-right: 20px;
    }
    #link-9da6flU5JeUS>a {
        padding-left: 20px;
        padding-right: 20px;
    }
    #link-tfeaTEcnveGR>a {
        padding-left: 20px;
        padding-right: 20px;
    }
    #link-zyRIBaSOZMRx>a {
        padding-left: 20px;
        padding-right: 20px;
    }
    #text_pqoexrZy8AYb {
        margin-left: 32px;
    }
    #text_DoPRhhFUbhxL {
        margin-left: 19px;
    }
    #headline_1O9GVedef3uX {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #toggle-button {
        background-color: transparent;
        line-height: 32px;
        padding-bottom: 0px;
        padding-top: 2px;
        opacity: 1;
    }
    #link-5>a {
        margin-left: 0px;
    }
    #toggle-button:hover {
        color: #ffffff;
    }
    #link-qzSWnqGqFieM>a {
        margin-left: 0px;
    }
    #text_ZqH7TelG5DyC {
        width: 50%;
        margin-left: 0px;
    }
    #text_pqoexrZy8AYb {
        width: 50%;
    }
    #text_DoPRhhFUbhxL {
        width: 50%;
    }
    #text_aVkKaCTtiOQu {
        width: 50%;
    }
    #text_qB3ZbDgjOi2u {
        width: 50%;
    }
    #text_V86KWJshL31B {
        width: 50%;
        margin-left: 0px;
    }
    #text_MsK4WHIk7CaE {
        width: 50%;
        margin-left: 0px;
    }
    #text_qeZhriSurVae {
        width: 50%;
        margin-left: 0px;
    }
    #text_fUe7FRC9B9Fw {
        width: 50%;
        margin-left: 0px;
    }
    #text_U1uVqZwvEqag {
        width: 50%;
        margin-left: 0px;
    }
    #headline_1O9GVedef3uX {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    #toggle-rEwlZrOG6EKT {
        line-height: 32px;
        padding-bottom: 0px;
        padding-top: 2px;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0);
    }
    #toggle-rEwlZrOG6EKT:hover {
        color: #ffffff;
    }
    #header_eVSKn64I1hy4 {
        color: #ffffff;
    }
    #header_bellow {
        color: #ffffff;
    }
    #header_eVSKn64I1hy4 a:hover {
        color: #ffffff;
    }
    #header_bellow a:hover {
        color: #ffffff;
    }
    #header_eVSKn64I1hy4:hover {
        color: #ffffff;
    }
    #header_bellow:hover {
        color: #ffffff;
    }
    #eyaICQqsOIjtYeCDu {
        padding-top: 24px;
    }
    #text_LQ5T4qo6CC2G {
        margin-left: 0px;
    }
    #text_n0O28YJsIMoK {
        width: 50%;
    }
    #text_aMe9eERGIVqK {
        width: 50%;
        margin-left: 0px;
    }
    #text_WBffQQT1BemI {
        width: 50%;
        margin-left: 0px;
    }
    #text_4H8n9vhu4rR6 {
        width: 50%;
        margin-left: 0px;
    }
    #text_6UU9Z6RClUk2 {
        width: 50%;
        margin-left: 0px;
    }
    #text_pFWK0CBes2AC {
        width: 50%;
    }
    #text_2J8I7e6Rrmpm {
        width: 50%;
        margin-left: 0px;
    }
    #text_9o05HDlEKjFT {
        width: 50%;
        margin-left: 0px;
    }
    #text_eiKu5CuDq5UX {
        width: 50%;
        margin-left: 0px;
    }
    #text_PcZrRqF5WrSQ {
        width: 50%;
        margin-left: 0px;
    }
    #text_Of1GrcnIW6r1 {
        width: 50%;
        margin-left: 0px;
    }
    #text-6045ed6333 {
        margin-left: 0px;
    }
}

@media (max-width: 479px) {
    #text_n0O28YJsIMoK {
        display: block;
        width: 100%;
    }
    #text_aMe9eERGIVqK {
        display: block;
        width: 100%;
    }
    #text_WBffQQT1BemI {
        display: block;
        width: 100%;
    }
    #text_4H8n9vhu4rR6 {
        display: block;
        width: 100%;
    }
    #text_6UU9Z6RClUk2 {
        display: block;
        width: 100%;
    }
    #text_pFWK0CBes2AC {
        display: block;
        width: 100%;
    }
    #text_2J8I7e6Rrmpm {
        display: block;
        width: 100%;
    }
    #text_9o05HDlEKjFT {
        display: block;
        width: 100%;
    }
    #text_eiKu5CuDq5UX {
        display: block;
        width: 100%;
    }
    #text_PcZrRqF5WrSQ {
        display: block;
        width: 100%;
    }
    #text_Of1GrcnIW6r1 {
        display: block;
        width: 100%;
    }
    #ePVUjcIQuHVsaI9Qm {
        text-align: center;
    }
    #eOYx2q83cm1I6ziEA {
        text-align: center;
        padding-top: 21px;
    }
}

@media (max-width: 479px) {
    #text_ZqH7TelG5DyC {
        display: block;
    }
    #text_pqoexrZy8AYb {
        display: block;
        width: 100%;
    }
    #text_DoPRhhFUbhxL {
        display: block;
        width: 100%;
    }
    #text_aVkKaCTtiOQu {
        display: block;
        width: 100%;
    }
    #text_qB3ZbDgjOi2u {
        display: block;
        width: 100%;
    }
    #text_V86KWJshL31B {
        display: block;
        width: 100%;
    }
    #text_MsK4WHIk7CaE {
        display: block;
        width: 100%;
    }
    #text_qeZhriSurVae {
        display: block;
        width: 100%;
    }
    #text_fUe7FRC9B9Fw {
        display: block;
        width: 100%;
    }
    #text_U1uVqZwvEqag {
        display: block;
        width: 100%;
    }
}