.btn {
    display: flex;
    width: min-content;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    min-width: 130px;
    padding: 10px 20px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    white-space: nowrap;
    transition: .3s ease all;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    background-color: #8f69d4;
    font-family: "Open Sans", sans-serif;
    text-decoration: none
}

.btn_two {
    background-color: #fff;
    color: #7d37e2;
    padding: 12px 40px;
    min-height: auto
}

.btn-three {
    min-height: 48px;
    padding: 0px 20px 0px 16px;
    gap: 4px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff
}

.btn_text-laranja {
    color: #ffa273
}

.btn:hover {
    background-color: #7d37e2
}

.btn-three:hover {
    background-color: #fff;
    color: #7d37e2
}

.btn-three:hover svg path {
    stroke: #7d37e2
}

.btn svg {
    display: block;
    width: 24px;
    height: 24px;
    transition: .3s ease all
}

.btn svg path {
    transition: .3s ease all
}

.btn-flutuante {
    position: fixed;
    right: 5vw;
    bottom: 20vh;
    z-index: 9
}

.btn-flutuante__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: .3s ease all;
    overflow: hidden;
    text-decoration: none;
    border-radius: 4px 32px 32px 4px;
    padding: 15px 0
}

.btn-flutuante__overflow {
    transform: translateX(110%);
    transition: .5s ease all
}

.btn-flutuante__content:hover .btn-flutuante__overflow {
    transform: translateX(0%)
}

.btn-flutuante__text {
    border-radius: 4px 32px 32px 4px;
    background: #f9fafb;
    box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, .2);
    padding: 8px 70px 6px 12px;
    max-width: 150px
}

.btn-flutuante__text p {
    margin: 0
}

.btn-flutuante__title {
    color: #00ab5f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em
}

.btn-flutuante__lead {
    color: #4f587e;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em
}

.btn-flutuante__icon {
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: #00ab5f;
    position: absolute;
    right: 0
}

.btn-flutuante__icon svg {
    display: block;
    width: 40px;
    height: 40px
}

@media only screen and (max-width: 992px) {
    .btn-flutuante {
        bottom: 5vh
    }
}

.section-hero {
    position: relative;
    overflow: hidden;
    width: 100%
}

.hero-desktop {
    display: flex
}

.hero-mobile {
    display: none
}

.selo-geral {
    width: 1180px
}

.hero--header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1216px;
    display: flex;
    justify-content: space-between;
    align-items: start
}

.frame--video {
    width: 100%;
    position: absolute;
    top: 33%;
    left: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.frame--video img,
.frame--video iframe {
    width: 100%;
    height: 580px;
    display: block;
    max-width: 1024px;;
}

.hero-header__left {
    display: flex;
    flex-direction: column;
    gap: 44px;
    margin-top: 50px;
    margin-left: 100px
}

.hero--header__title {
    position: absolute;
    top: 360px;
    left: 83px;
    z-index: 2;
}

.hero__cta-btn{
    display: flex;
    height: 48px;
    width: fit-content;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 4px;
    background: #dc235a;
    text-decoration: none;
    color: #FFF;;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.selo-geral {
    position: absolute;
    left: -290px;
    top: -20px;
    z-index: 1
}

.hero--header h1 {
    margin: 0;
    color: #111d4a;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 12px
}

.hero-title__svgs {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.hero-title__svgs svg {
    position: absolute;
    width: auto
}

.hero-title__svgs svg:first-child {
    left: 50%;
    transform: translateX(-50%)
}

.hero-title__svgs svg:last-child {
    top: 3px;
    left: 50%;
    transform: translateX(-50%)
}

.hero--bottom {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 300px
}

.logos_container {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 100px
}

@media screen and (max-width: 768px) {
    .hero-desktop {
        display: none
    }

    .hero-mobile img {
        width: 100%;
        height: auto;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }

    .selo-geral {
        position: relative;
        width: 300px;
        left: -168px;
        top: -50px;
        z-index: 10
    }

    .hero--header__title {
        position: absolute;
        top: 120px;
        left: 24px;
        font-size: 16px;
        text-align: left
    }

    .hero-header__right img {
        position: absolute;
        width: 60%;
        left: 160px;
        top: 150px
    }
}

@media screen and (max-width: 768px) {
    .section-hero {
        position: relative;
        overflow: hidden;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .hero-desktop {
        display: none
    }

    .hero-mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 1097px;
        position: relative;
        align-items: center;
        justify-content: center
    }

    .hero-mobile img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }

    .selo-geral {
        position: relative;
        width: 300px;
        max-width: 300px;
        top: -46px;
        z-index: 10
    }

    .hero--header__title {
        font-weight: bold;
        position: relative;
        top: -140px;
        left: -150px;
        text-align: center
    }

    .hero--header__title h1 {
        font-size: 14px
    }

    .hero-title__svgs svg:last-child {
        left: -30%
    }

    .hero-title__svgs svg:first-child {
        left: -30%
    }

    .hero-header__right img {
        max-width: 250px;
        position: absolute;
        top: 0
    }

    .frame--video {
        position: absolute;
        top: 170px;
        left: auto;
        max-width: 350px;
        margin: 20px auto
    }

    .frame--video img,
    .frame--video iframe {
        width: 100%;
        height: auto
    }

    .hero--bottom {
        top: 40%;
        bottom: 0;
        width: auto
    }

    .logos_container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 26px
    }

    .logos_container img {
        width: 100px
    }

    .logos_container img:nth-child(3) {
        width: 150px
    }

    .logos_container img:nth-child(4) {
        width: 150px
    }
}

.section-diferenciais {
    background-color: #fff;
    position: relative;
    bottom: 100px
}

.diferenciais__cta {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.diferenciais__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto
}

.diferenciais__container h2 {
    margin: 0;
    color: #192a6b;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.diferenciais__container p {
    margin: 0;
    color: #48536c;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%
}

.btn-desk {
    display: flex
}

.btn-mob {
    display: none
}

.diferenciais__cta-btn {
    height: 48px;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 4px;
    background: #96D200;;
    text-decoration: none;
    color: #FFF;;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.diferenciais__list {
    width: 320px
}

.diferenciais__list ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center
}

.diferenciais__list ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    padding: 12px;
    color: #48536c;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media screen and (max-width: 768px) {
    .btn-desk {
        display: none
    }

    .btn-mob {
        display: flex
    }

    .hero__cta-btn{
        height: 32px;
        padding: 0px 16px;
        margin-left: 64px;
        font-size: 12px;
    }

    .section-diferenciais {
        margin-top: -100px
    }

    .diferenciais__container {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .diferenciais__container h2 {
        font-size: 24px
    }

    .diferenciais__img {
        display: none
    }
}

.section-meio {
    position: relative;
    left: 0;
    top: -240px
}

.meio__container {
    display: flex;
    padding: 64px 104px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    border-radius: 16px;
    background: #f3f5f6
}

.meio__text-top {
    color: #48536c;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    border-bottom: 1px solid #48536c;
    padding: 0px 0px 24px 0px
}

.meio__text-mid {
    color: #192a6b;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.meio__text-bottom {
    color: #48536c;
    border-top: 1px solid #48536c;
    padding: 24px 0px 0px 0px;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%
}

@media screen and (max-width: 768px) {
    .section-meio {
        margin-top: -220px;
        z-index: 100
    }

    .meio__container {
        padding: 32px 24px;
        border-radius: 8px
    }

    .meio__text-top {
        font-size: 14px
    }

    .meio__text-mid {
        font-size: 24px
    }

    .meio__text-bottom {
        font-size: 14px
    }
}

.section-metodologia {
    position: sticky;
    background-color: #ffc800;
    padding: 64px 216px
}

.metodologia__container {
    display: flex;
    gap: 32px;
    padding-bottom: 60px
}

.metodologia__left {
    top: 0;
    position: sticky;
    align-self: flex-start;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.metodologia__left h1 {
    color: #192a6b;
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: 400;
    line-height: 120%
}

.metodologia__left p {
    color: #48536c;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 180%
}

.metodologia__right {
    width: 50%;
    position: relative
}

.cards-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    min-height: calc(100vh + 300px);
    padding-bottom: 32px
}

.card {
    position: sticky;
    height: auto;
    top: 20px;
    left: 0;
    transition: top .3s ease-out;
    display: flex;
    height: auto;
    padding: 48px 24px;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 12px;
    background: linear-gradient(180deg, var(--newton-white, #fff) 67.22%, #ffc800 192.05%)
}

/* .card-content {
    width: 74%
} */

.card-content h3 {
    margin: 0;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%
}

.card-content p {
    color: #48536c;
    margin: 0;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%
}

.card-ciencia h3 {
    color: #8749a7
}

.card-engenharia h3 {
    color: #4888a5
}

.card-tecnologia h3 {
    color: #49a7a4
}

.card-artes h3 {
    color: #82a235
}

.card-matematica h3 {
    color: #e77222
}

@media screen and (max-width: 768px) {
    .section-metodologia {
        padding: 32px 20px;
        position: relative
    }

    .metodologia__container {
        flex-direction: column
    }

    .metodologia__left {
        width: 100%;
        position: static
    }

    .metodologia__right {
        width: 100%
    }

    .cards-container {
        position: static;
        min-height: auto;
        padding-bottom: 0
    }

    .card {
        position: static;
        top: auto;
        padding: 36px 24px;
        flex-wrap: wrap
    }

    .card-content {
        width: 100%
    }
}

.geral-l01 {
    opacity: 0;
    fill: url(#gradiente-icones)
}

.geral-l02 {
    fill: url(#gradiente-icones)
}

.geral-l03 {
    fill: none;
    stroke: blue;
    stroke-width: 2.3;
    stroke-miterlimit: 10
}

.geral-l04 {
    fill: #fff
}

.geral-l05 {
    fill: #fff;
    stroke: blue;
    stroke-width: 2.3;
    stroke-miterlimit: 10
}

.geral-l06 {
    fill: none;
    stroke: #e52e2c;
    stroke-width: .5;
    stroke-miterlimit: 10
}

.geral-l07 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}

#selo-graf-num-20-geral {
    fill: url(#gradiente-icones-20)
}

#selo-graf-textos-geral {
    fill: url(#gradiente-icones-20)
}

.icones-geral {
    opacity: 0
}

#foguete {
    opacity: 0
}

#fundo-foguete {
    fill: #ffc800
}

#planeta-fundo {
    fill: #ffc800
}

#satelite-fundo {
    fill: #ffc800
}

.ciencias-l01 {
    opacity: 0;
    fill: url(#gradiente-ciencias-icones)
}

.ciencias-l02 {
    fill: url(#gradiente-ciencias-icones)
}

.ciencias-l03 {
    fill: none;
    stroke: url(#gradiente-ciencias-icones);
    stroke-width: 2.3;
    stroke-miterlimit: 10
}

.ciencias-l04 {
    fill: #fff
}

.ciencias-l05 {
    fill: #fff;
    stroke: url(#gradiente-ciencias-icones);
    stroke-width: 2.3;
    stroke-miterlimit: 10
}

.ciencias-l06 {
    clip-path: url(#mask_dna_00000083782204566650253150000011473586665429075895_)
}

.ciencias-l07 {
    fill: none;
    stroke: url(#gradiente-ciencias-icones);
    stroke-width: 3;
    stroke-miterlimit: 10
}

.icones-ciencias {
    opacity: 0
}

#dna {
    transform: rotate(43deg);
    transform-origin: 100.6731px 114.9851px
}

.engenharias-l01 {
    fill: url(#gradiente-engenharias-icones)
}

.engenharias-l02 {
    fill: url(#gradiente-engenharias-icones)
}

.engenharias-l03 {
    fill: url(#gradiente-engenharias-icones)
}

.engenharias-l04 {
    opacity: 0;
    fill: url(#gradiente-engenharias-icones)
}

.engenharias-l05 {
    fill: none;
    stroke: url(#gradiente-engenharias-icones);
    stroke-width: 2.3;
    stroke-miterlimit: 10
}

.engenharias-l06 {
    fill: #fff
}

.engenharias-l07 {
    fill: none
}

.icones-engenharias {
    opacity: 0
}

#mao-robo {
    transform-origin: 100.6731px 114.9851px
}

.tecnologia-l01 {
    fill: url(#gradiente-tecnologia-icones)
}

.tecnologia-l02 {
    opacity: 0;
    fill: url(#gradiente-tecnologia-icones)
}

.tecnologia-l03 {
    fill: none;
    stroke: url(#gradiente-tecnologia-icones);
    stroke-width: 2.3;
    stroke-miterlimit: 10
}

.tecnologia-l04 {
    fill: #fff
}

.tecnologia-l05 {
    fill: none;
    stroke: url(#gradiente-tecnologia-icones);
    stroke-width: 1.8;
    stroke-miterlimit: 10
}

.icones-tecnologia {
    opacity: 0
}

.artes-l01 {
    opacity: 0;
    fill: url(#gradiente-artes-icones)
}

.artes-l02 {
    fill: url(#gradiente-artes-icones)
}

.artes-l03 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: url(#gradiente-artes-icones)
}

.artes-l04 {
    fill: none;
    stroke: url(#gradiente-artes-icones);
    stroke-width: 2.3;
    stroke-miterlimit: 10
}

.artes-l05 {
    fill: #fff
}

.artes-l06 {
    fill: none
}

#ic-principal-fundo,
#ic-principal-contorno-balao {
    transform-origin: 321.2283px 107.2285px
}

#ic-principalspot {
    transform-origin: 103.2558px 76.3628px
}

.icones-artes {
    opacity: 0
}

.matematica-l01 {
    fill: url(#gradiente-matematica-icones)
}

.matematica-l02 {
    opacity: 0;
    fill: url(#gradiente-matematica-icones)
}

.matematica-l03 {
    fill: none;
    stroke: url(#gradiente-matematica-icones);
    stroke-width: 2.3;
    stroke-miterlimit: 10
}

.matematica-l04 {
    fill: #fff
}

.icones-matematica {
    opacity: 0
}

#calc,
#ic-principal-calc-btn path,
#ic-principal-calc-fundo {
    transform-origin: 321.2283px 107.2285px
}

#ic-principal-cilindro {
    transform-origin: 120px 100px
}

.section__formulario {
    background: linear-gradient(135deg, #4751a8 10.54%, #111d4b 84.86%);
    display: flex;
    padding: 64px 216px;
    justify-content: center;
    align-items: flex-start
}

.formulario__container {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.formulario__form {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, .1)
}

.formulario__left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 380px
}

.formulario__title {
    margin: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.formulario__description {
    margin: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%
}

.formulario__content {
    display: flex;
    flex-direction: column;
    width: 100%
}

.group-input {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    gap: 4px
}

.group-input label {
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.group-input span {
    color: red
}

.formulario-control {
    display: flex;
    padding: 12px 12px 12px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    background: #f3f5f6
}

.formulario-title h2 {
    margin: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.form-btn {
    display: flex;
    height: 48px;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #96D200;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none;
    border: none;
}

.form-btn:hover {
    background: #d8567d;
}

@media screen and (max-width: 768px) {

    .formulario__container {
      
        flex-wrap: wrap
    }
    .conheca-cards .conheca-card__item {
        
        margin-right: 16px
    }
    .section__formulario {
        padding: 32px 20px;
        flex-direction: column;
        align-items: center
    }

    .formulario__container {
        align-items: center;
        justify-content: center;
        gap: 32px;
        padding: 0 12px
    }

    .formulario__form {
        width: 100%;
        padding: 24px
    }

    .formulario__left {
        width: 100%;
        padding: 0 12px
    }

    .formulario__right {
        display: flex;
        justify-content: center;
        width: 100%
    }

    .formulario__title {
        font-size: 24px
    }

    .formulario__description {
        font-size: 14px
    }

    .formulario__content {
        width: 100%
    }
}

.msg-success-form-contato{
    color: #FFF;
}

.section-conheca {
    display: flex;
    padding: 64px 112px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    background: #ffd333;
    overflow-x: hidden;
}

.conheca-container {
    width: 100%
}

.conheca-header {
    display: flex;
    justify-content: center
}

.conheca-header h2 {
    margin: 0;
    color: #111d4a;
    text-align: center;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

/* .conheca-cards {
    display: flex;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    margin-top: 32px;
    overflow: hidden
} */
.conheca-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    align-items: center;
    gap: 12px;
    align-self: stretch;
    margin-top: 32px;
    overflow: visible; 
  }

.conheca-cards.flickity-enabled {
    display: block;
    overflow: visible
}

.conheca-cards .flickity-viewport {
    overflow: visible !important;
    padding: 0 10px
}

.conheca-cards .conheca-card__item {
    width: 280px;
    flex: 0 0 auto;
}

.flickity-enabled .conheca-card__item:last-child {
    margin-right: 0
}

.conheca-card__item-header {
    display: flex;
    padding: 30px 75px;
    height: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 4px 4px 0px 0px
}

.conheca-card__item:nth-child(1) .conheca-card__item-header {
    background: #8448d1
}

.conheca-card__item:nth-child(2) .conheca-card__item-header {
    background: #2c7bd8
}

.conheca-card__item:nth-child(3) .conheca-card__item-header {
    background: #2fafa6
}

.conheca-card__item:nth-child(4) .conheca-card__item-header {
    background: #003a59
}

.conheca-card__item-body {
    display: flex;
    height: 140px;
    padding: 16px 20px 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    background: #fff;
    color: #5d677d;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.conheca-card__item-footer {
    display: flex;
    border-radius: 0px 0px 4px 4px;
    padding: 0px 20px 24px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #fff
}

.conheca-card__item-footer a {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #1670c0;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none
}

@media screen and (max-width: 768px) {
    .section-conheca {
        padding: 32px 20px
    }

    .conheca-header h2 {
        font-size: 24px
    }

    .conheca-cards {
        display: block;
        overflow: visible
    }
}

.footer {
    background-color: #ffc800
}

.footer-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.footer-logo img {
    display: block;
    object-fit: contain;
    object-position: center
}

.footer-socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px
}

.footer-social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50px
}

.footer-social__link img {
    display: block;
    width: 24px;
    height: 24px
}

.footer-logo-content {
    padding: 34px 0;
    display: flex;
    gap: 32px
}

.footer_content {
    width: 100%
}

.content-title {
    padding: 0px 0px 16px 0
}

.content-title h3 {
    margin: 0;
    color: #111d4a;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.content-title h6 {
    margin: 0;
    color: #111d4a;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%
}

.footer-content-above {
    display: flex;
    justify-content: space-between
}

.content-links {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    padding-top: 12px;
    border-top: 1px solid #111d4a
}

.content-links a {
    color: #333f5b;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-decoration: none
}

.content-links a:hover {
    text-decoration: underline
}

@media only screen and (max-width: 992px) {
    .footer-grid {
        align-items: center;
        justify-content: space-between
    }

    .footer-logo-content {
        flex-direction: column;
        gap: 8px
    }

    .footer-content-above {
        flex-direction: column;
        gap: 8px
    }

    .content-links {
        flex-direction: column;
        gap: 8px
    }
}

html,
body {
    scroll-behavior: smooth;
    margin: 0;
    box-sizing: border-box
}

body {
    position: relative;
    font-family: "Open Sans", sans-serif
}

img,
svg {
    display: block
}

.hidden {
    display: none !important
}

.svg {
    display: block
}

.svg svg {
    display: block;
    position: relative
}

.svg--width svg {
    width: 100%
}

.svg--height svg {
    height: 100%
}

.section__wrapper {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1216px;
    margin: 0 auto;
    box-sizing: border-box
}

.section {
    position: relative;
    padding: 50px 0;
    width: 100%
}

.title-line {
    display: block;
    margin-top: 10px;
    width: 80px;
    height: 3px;
    background-color: #95c11f
}

@media only screen and (max-width: 1200px) {
    .section__wrapper {
        padding: 0 20px;
        width: 100%
    }
}