.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_po6EOcmFPQos {
    padding-top: 0vh;
    padding-bottom: 15vh;
    height: 665px;
    background-image: url(../../img/privacidade-banner.jpg);
    background-position: 0% 0%, 50% 0%;
    background-size: auto, cover;
    color: #fff;
    border-width: 3.5em;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-color: var(--primary);
}

@media (max-width: 479px) {
    #section_po6EOcmFPQos {
        padding-top: 0vh;
        padding-bottom: 15vh;
        height: 350px;
        background-image: url(../../img/privacidade-banner.jpg);
        background-position: 0% 0%, 50% 0%;
        background-size: auto, cover;
        color: #fff;
    }
}


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

#cont_2rNQUm1WKRbA {
    padding-top: 22vh;
}

#image_d1lv3Xf6tBS1 {
    width: 750px;
    height: auto;
    max-width: 80px;
}

#div_gqhVgUdJjgjk {
    text-align: right;
}

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

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

#div_OsuvllEr6E0Q {
    text-align: center;
}

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

#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;
}

#cont_Qb3bIPnnYpri {
    text-align: left;
}

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

#text_dLKI62OQ8IAK {
    display: block;
    margin-top: 0px;
}

#header_eVSKn64I1hy4 {
    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: underline;
}

#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-gnSSpPgyJVo2>a:hover {
    color: #ffffff;
    text-decoration: none;
    border-style: solid;
    border-width: 0px;
    border-color: rgba(0, 0, 0, 0.216);
}

#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;
}

#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%;
}

#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-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;
    }
}

@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_eVSKn64I1hy4 a:hover {
        color: #ffffff;
    }
    #header_eVSKn64I1hy4: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%;
    }
}