:active,
:focus {
    outline: none;
}
*,
:after,
:before {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
main,
menu,
nav,
section {
    display: block;
}
img {
    max-width: 100%;
}
main {
    overflow: hidden;
}
button {
    background: transparent;
}
li:empty,
p:empty {
    display: none;
}
button,
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    cursor: pointer;
    background: transparent;
}
strong {
    font-weight: 700;
}
a {
    text-decoration: none;
    color: inherit;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
}
input[type="number"] {
    -moz-appearance: textfield !important;
}
html {
    margin-top: 0 !important;
}
#wpadminbar {
    opacity: 0.1;
}
#wpadminbar:hover {
    opacity: 0.3;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
b {
    font-weight: 700;
}
html {
    font-size: 0.52085vw;
    scroll-behavior: smooth;
}
@media screen and (max-width: 800px) {
    html {
        font-size: 2.5vw;
    }
    .fullpage-loader__logo {
        position: relative;
        width: 100%;
    }
    .fullpage-loader__logo img {
        margin: 0 auto;
        width: 60% !important;
    }
}
@media screen and (min-width: 2270px) {
    html {
        font-size: 0.45085vw;
    }
}
body {
    color: #022539;
    font-family: Montserrat, sans-serif;
}
@media screen and (max-width: 800px) {
    .body-noscroll {
        overflow: hidden;
    }
}
.preload * {
    transition: none !important;
}
.fullpage-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: #fff;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fullpage-loader .fullpage-loader__logo {
    position: relative;
}
.fullpage-loader .fullpage-loader__logo img {
    width: 20rem;
}
.fullpage-loader .fullpage-loader__logo:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: shine 2.5s ease-in-out infinite;
    animation: shine 2.5s ease-in-out infinite;
    background: hsla(0, 0%, 100%, 0.8);
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 50%, hsla(0, 0%, 100%, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#00ffffff",GradientType=1);
}
@-webkit-keyframes shine {
    0% {
        transform: translateX(-100%) skew(-30deg);
    }
    to {
        transform: translateX(200%) skew(-30deg);
    }
}
@keyframes shine {
    0% {
        transform: translateX(-100%) skew(-30deg);
    }
    to {
        transform: translateX(200%) skew(-30deg);
    }
}
.fullpage-loader--invisible {
    opacity: 0;
}
::-webkit-scrollbar {
    width: 1rem;
}
::-webkit-scrollbar-track {
    background-color: hsla(0, 0%, 93.3%, 0.45);
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
    background: #422c5d;
}
.privacy-policy .s1_post {
    margin-bottom: 20rem;
}
@media screen and (max-width: 800px) {
    .privacy-policy .s1_post {
        margin-bottom: 7rem;
    }
}
.sectionHeader {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sectionHeader--subtitle {
    color: #014375;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}
.sectionHeader--title {
    color: #022539;
    font-size: 4.8rem;
    font-weight: 700;
    position: relative;
}
.sectionHeader--title:before {
    content: "";
    width: 0.2rem;
    height: 100%;
    background-color: #014375;
    position: absolute;
    left: -2.6rem;
}
@media screen and (max-width: 800px) {
    .sectionHeader {
        padding-left: 1rem !important;
        margin-left: 2rem !important;
    }
    .sectionHeader--title {
        font-size: 3.8rem;
    }
    .sectionHeader--title:before {
        left: -2.5rem !important;
    }
}
.s1_post {
    padding: 6.3rem 35rem 0;
}
.s1_post--editor {
    font-size: 1.7rem;
}
.s1_post--editor h1,
.s1_post--editor h2,
.s1_post--editor h3,
.s1_post--editor h4,
.s1_post--editor h5,
.s1_post--editor h6 {
    font-weight: 700;
}
.s1_post--editor h1 {
    font-size: 2em;
}
.s1_post--editor h2 {
    font-size: 1.5em;
}
.s1_post--editor h3 {
    font-size: 1.3em;
}
.s1_post--editor h4 {
    font-size: 1em;
}
.s1_post--editor h5 {
    font-size: 0.83em;
}
.s1_post--editor h6 {
    font-size: 0.67em;
}
.s1_post--editor li,
.s1_post--editor p {
    font-size: 1em;
    line-height: 2em;
    letter-spacing: 0.06px;
}
.s1_post--editor strong {
    font-size: 700;
    color: #014375;
}
.s1_post--editor u {
    text-decoration: underline;
}
.s1_post--editor i {
    font-style: italic;
}
.s1_post--editor ol,
.s1_post--editor ul {
    margin-left: 1.5rem;
}
.s1_post--editor blockquote {
    position: relative;
    margin-left: 4.5rem;
}
.s1_post--editor blockquote:before {
    content: "";
    width: 1rem;
    height: 100%;
    background: #014375;
    position: absolute;
    left: -4.5rem;
}
.s1_post--editor img {
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
}
.s1_post--editor .alignleft {
    margin: 0.5rem 4rem 2rem 0;
}
.s1_post--editor .alignright {
    margin: 0.5rem 0 2rem 4rem;
}
.s1_post--editor .aligncenter {
    margin: 3rem auto;
}
.s1_post--editor .alignnone {
    margin: 3rem 0;
}
@media screen and (max-width: 800px) {
    .s1_post {
        padding: 0 2rem;
    }
}
.pageHeader {
    width: 100%;
    height: 65.4rem;
    position: relative;
}
.pageHeader:before {
    content: "";
    width: 278.8rem;
    height: 100%;
    background-image: url(../../assets/wwa.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-position: 100%;
    z-index: -1;
    top: -9rem;
    right: -11.5rem;
}
.pageHeader__header {
    padding-top: 25rem;
    margin-left: 32rem;
}
.pageHeader__header--title {
    color: #022539;
    font-size: 5rem;
    font-weight: 700;
}
.pageHeader__header--subtitle {
    color: #014375;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}
@media screen and (max-width: 800px) {
    .pageHeader {
        margin-top: 4rem;
        height: 40rem !important;
    }
    .pageHeader:before {
        top: 0 !important;
        right: -25rem !important;
    }
    .pageHeader--title {
        margin-left: 3rem;
        padding-top: 10rem;
    }
    .pageHeader__header {
        margin-left: 3rem !important;
        padding-top: 10rem !important;
    }
}
@media screen and (min-width: 2270px) {
    .pageHeader__header {
        padding-top: 17rem !important;
        margin-left: 64rem !important;
    }
}
@media screen and (min-width: 2270px) {
    .header__bottom__nav > .menu {
        display: flex;
        list-style: none;
    }
    .header__bottom__nav > .menu > .menu-item {
        font-size: 1.3rem !important;
    }
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2.8rem 9.3rem 2.8rem 15.5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 1rem 0.6rem -0.3rem rgba(0, 0, 0, 0.02);
    font-size: 1.4rem;
}
.header__branding {
    width: 14rem;
    align-self: center;
    font-size: 0;
}
.header__branding img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.header__main {
    width: 100%;
    height: 100%;
}
.header__main,
.header__main__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header__main__nav {
    margin-right: 11.8rem;
}
.header__main__nav > .menu {
    display: flex;
    align-items: center;
    list-style: none;
}
.header__main__nav > .menu > .menu-item {
    color: #022539;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    margin-left: 3.5rem;
    transition: all 0.2s;
    position: relative;
}
.header__main__nav > .menu > .menu-item:hover > a {
    color: #014375;
}
.header__main__nav > .menu > .menu-item:first-child {
    margin-left: 0;
}
.header__main__nav > .menu > .menu-item > .sub-menu {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    position: absolute;
    padding-top: 3rem;
    z-index: 98;
    width: 450%;
    left: -73%;
    background-color: #fff;
    border-radius: 0.8rem;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    transition: opacity 0.25s ease-in-out;
}
.header__main__nav > .menu > .menu-item > .sub-menu > li {
    text-align: left;
    margin-bottom: 2.7rem;
    padding: 0 2rem;
}
.header__main__nav > .menu > .menu-item > .sub-menu > li:hover > a {
    color: #014375;
}
.header__main__nav > .menu .sub-menu-toggle {
    width: 1.1rem;
    height: 0.6rem;
    position: absolute;
    top: 0.6rem;
    right: -1.7rem;
    transition: all 0.1s ease-in-out;
}
.header__main__nav > .menu .sub-menu-toggle img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.header__main__nav > .menu .menu-item-has-children {
    flex-direction: row;
}
@media (hover: hover) {
    .header__main__nav > .menu .menu-item-has-children:hover > .sub-menu {
        height: auto;
        opacity: 1;
        visibility: visible;
        padding-top: 3rem;
    }
    .header__main__nav > .menu .menu-item-has-children:hover .sub-menu-toggle {
        opacity: 1;
    }
}
.header__main__nav > .menu .menu-item-has-children .sub-menu {
    left: -2rem;
    opacity: 0;
    padding-top: 0;
    visibility: hidden;
    width: 28rem;
    height: 0;
    position: absolute;
}
.header__main__nav > .menu .menu-item-has-children .sub-menu--active {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding-top: 3rem;
}
.header__main__nav > .menu > .active > a {
    color: #014375;
    font-weight: 700;
}
.header__main__contact {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    margin-right: 5.8rem;
}
.header__main__contact:after {
    content: "";
    width: 0.2rem;
    height: 100%;
    background-color: #014375;
    position: absolute;
    top: 0;
    right: -3.5rem;
}
.header__main__contact__contactForms {
    display: flex;
    margin-right: 6.1rem;
}
.header__main__contact__contactForms--single {
    color: #022539;
    font-size: 1.4rem;
    font-weight: 400;
    display: flex;
    margin-left: 3.9rem;
}
.header__main__contact__contactForms--single:first-child {
    margin-left: 0;
}
.header__main__contact__contactForms--single:first-child:before {
    content: "";
    display: none;
}
.header__main__contact__contactForms--single span {
    font-weight: 700;
    color: #014375;
    margin-left: 1.1rem;
    transition: 0.1s;
}
.header__main__contact__contactForms--single span:hover {
    color: #022539;
}
.header__main__contact__socialMedia {
    display: flex;
}
.header__main__contact__socialMedia--single {
    width: 2.4rem;
    font-size: 0;
    margin-left: 3.5rem;
}
.header__main__contact__socialMedia--single img {
    width: 100%;
    height: 100%;
}
.header__main__contact__socialMedia--single:first-child {
    margin-left: 0;
}
.header__main__lang {
    display: flex;
    list-style: none;
}
.header__main__lang > .lang-item {
    color: #022539;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin-left: 1.4rem;
    transition: 0.1s;
}
.header__main__lang > .lang-item:hover {
    color: #014375;
}
.header__main__lang > .lang-item:before {
    content: "";
    width: 0.1rem;
    height: 100%;
    background-color: #022539;
    position: absolute;
    left: -0.7rem;
    top: 0;
}
.header__main__lang > .lang-item:first-child {
    margin-left: 0;
}
.header__main__lang > .lang-item:first-child:before {
    display: none;
}
.header__main__lang > .current-lang {
    font-weight: 700;
    color: #014375;
}
.header .menuButton {
    display: none;
    font-size: 0;
}
@media screen and (max-width: 800px) {
    .header {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        padding: 3rem 2rem;
    }
    .header__branding {
        display: block;
        align-self: flex-start;
    }
    .header__main {
        position: fixed;
        width: 100vw;
        height: 100vh;
        z-index: 98;
        top: 0;
        left: 0;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        list-style: none;
        transition: transform 0.3s ease-in-out 0.1s;
        transform: translateX(105vw);
        margin-top: 0;
        margin-left: 0;
        margin-right: 0 !important;
        padding: 10rem 3rem 5rem;
        overflow-y: hidden;
        overflow-x: hidden;
    }
    .header__main--active {
        transform: translateX(0);
    }
    .header__main__nav {
        height: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        transition: transform 0.3s ease-in-out 0.1s;
        padding-bottom: 5rem;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .header__main__nav,
    .header__main__nav .menu {
        width: 100%;
        flex-direction: column;
        list-style: none;
    }
    .header__main__nav .menu > .menu-item {
        color: #022539;
        font-size: 1.8rem;
        font-weight: 700;
        text-align: center;
        margin: 1.4rem 0 !important;
    }
    .header__main__nav .menu > .menu-item > .sub-menu {
        width: 100%;
        margin-left: 2rem;
        padding-top: 0;
        visibility: hidden;
        height: 0;
        position: static;
        transition: all 0.1s ease-in-out;
    }
    .header__main__nav .menu > .menu-item > .sub-menu--active {
        height: auto;
        visibility: visible;
        padding-top: 3rem;
    }
    .header__main__nav .menu > .menu-item > .sub-menu .menu-item {
        color: #022539;
        font-size: 1.6rem;
        font-weight: 500;
        text-align: left;
    }
    .header__main__nav .menu > .menu-item .sub-menu-toggle {
        opacity: 1;
        top: 0.8rem;
        right: 5.3rem;
    }
    .header__main__nav .menu > .active {
        margin-top: 3rem !important;
        text-shadow: 0 0 0.001rem transparent, 0 0 0.001rem transparent, 0 0 0.001rem transparent;
    }
    .header__main__contact {
        display: none;
    }
    .menuButton {
        display: flex !important;
        cursor: pointer;
        position: relative;
    }
    .menuButton__container {
        width: 3.5rem;
        height: 2.4rem;
        display: inline-block;
        position: relative;
    }
    .menuButton__mid {
        height: 0.2rem;
        top: 50%;
        transform: translateY(-50%);
        transition: background-color 0.1s ease-in-out 0.2s;
    }
    .menuButton__mid,
    .menuButton__mid:after,
    .menuButton__mid:before {
        left: 0.2rem;
        width: 3.2rem;
        background-color: #014375;
        position: absolute;
        left: 0;
    }
    .menuButton__mid:after,
    .menuButton__mid:before {
        content: "";
        transition: transform 0.2s 0.2s;
    }
    .menuButton__mid:before {
        top: -0.8rem;
        height: 0.2rem;
    }
    .menuButton__mid:after {
        top: 0.8rem;
        height: 0.2rem;
    }
    #menu-close {
        top: 4rem;
        right: 4rem;
    }
    #menu-close .menuButton__mid {
        color: #014375;
    }
    #menu-close .menuButton__mid:after,
    #menu-close .menuButton__mid:before {
        content: "";
        left: 0;
        transition: transform 0.2s 0.2s;
        left: 0.2rem;
        width: 3.2rem;
        background-color: #014375;
        position: absolute;
    }
    .menuButton,
    .menuButton--active {
        position: absolute;
        right: 4rem;
        top: 4rem;
    }
    .menuButton--active {
        position: fixed;
    }
    .menuButton--active .menuButton__mid {
        background-color: transparent;
    }
    .menuButton--active .menuButton__mid:after,
    .menuButton--active .menuButton__mid:before {
        background-color: #fff;
    }
    .menuButton--active .menuButton__mid:before {
        transform: translateY(0.8rem) rotate(45deg);
    }
    .menuButton--active .menuButton__mid:after {
        transform: translateY(-0.8rem) rotate(-45deg);
    }
}
.footer {
    background-color: #d4d4d4;
    padding: 7.8rem 32rem 3.7rem 10.6rem;
}
.footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__top--branding {
    font-size: 0;
    width: 14rem;
    align-self: center;
    margin-top: 5rem;
    margin-left: 0.8rem;
}
.footer__top--branding img {
    width: 100%;
}
.footer__top__contact {
    justify-self: flex-start;
    margin-right: auto;
    margin-left: 6.5rem;
    margin-top: 1.8rem;
}
.footer__top__contact--single {
    color: #022539;
    font-size: 1.4rem;
    font-weight: 400;
    display: flex;
    margin-top: 1rem;
}
.footer__top__contact--single:first-child {
    margin-top: 0;
    margin-left: 0;
}
.footer__top__contact--single:first-child:before {
    content: "";
    display: none;
}
.footer__top__contact--single span {
    font-weight: 700;
    color: #014375;
    margin-left: 1.1rem;
}
.footer__top__navWrap {
    flex-direction: column;
}
.footer__top__navWrap,
.footer__top__navWrap__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer__top__navWrap__nav > .menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin-right: 3rem;
}
.footer__top__navWrap__nav > .menu > .menu-item {
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    margin-left: 3.5rem;
    transition: 0.1s;
}
.footer__top__navWrap__nav > .menu > .menu-item:hover {
    color: #014375;
}
.footer__top__navWrap__nav > .menu > .menu-item:first-child {
    margin-left: 0;
}
.footer__top__navWrap__nav > .menu .menu-item-has-children,
.footer__top__navWrap__nav > .menu > .menu-item .sub-menu {
    display: none;
}
.footer__top__navWrap__nav > .menu .current_page_item {
    color: #014375;
    font-weight: 700;
}
.footer__top__navWrap__nav__socials--single {
    font-size: 0;
    display: flex;
}
.footer__top__navWrap--info {
    font-size: 0;
    align-self: flex-end;
    margin-top: 3.6rem;
    width: 10.6rem;
}
.footer__top__navWrap--info img {
    width: 100%;
}
.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: flex-end;
    width: 128rem;
    margin-left: auto;
    margin-top: 4rem;
}
.footer__bottom--text {
    color: #3b3b3b;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.1rem;
}
.footer__bottom--text b {
    font-weight: 700;
}
#cookies-message {
    color: #fff;
    font-size: 1.4rem;
    padding: 2rem 1rem;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
}
#accept-cookies-checkbox {
    background-color: #014375;
    color: #fff;
    border: 0.2rem solid #014375;
    transition: all 0.25s;
    padding: 0.8rem 2rem;
    display: inline-block;
    margin-left: 5rem;
    text-decoration: none;
    font-size: 1.5rem;
    border-radius: 2.4rem;
    cursor: pointer;
}
#accept-cookies-checkbox:hover {
    background-color: transparent;
    border-color: #014375;
}
@media screen and (max-width: 800px) {
    .footer {
        margin-top: 0;
        padding: 2rem 4rem 0;
    }
    .footer__top {
        padding: 4rem 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer__top--branding {
        width: 14rem;
        margin-top: -1rem;
        margin-bottom: 5rem;
    }
    .footer__top__contact {
        margin-left: 0;
        flex-direction: column;
    }
    .footer__top__contact__single {
        max-width: 30rem;
        font-size: 1.6rem;
    }
    .footer__top__navWrap__nav,
    .footer__top__navWrap__nav > .menu {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer__top__navWrap__nav > .menu {
        margin-right: 0;
        margin-top: 4rem;
    }
    .footer__top__navWrap__nav > .menu > .menu-item {
        margin-left: 0;
        margin-bottom: 1.6rem;
        font-size: 1.6rem;
    }
    .footer__top__navWrap__nav > .menu > .menu-item .sub-menu {
        display: block;
        list-style: none;
        margin-left: 1rem;
        margin-top: 1rem;
    }
    .footer__top__navWrap__nav > .menu > .menu-item .sub-menu .menu-item {
        margin-bottom: 1rem;
        color: #07324b;
    }
    .footer__top__navWrap__nav > .menu > .menu-item .sub-menu .menu-item:last-child {
        margin-bottom: 0;
    }
    .footer__top__navWrap__nav > .menu .menu-item-has-children {
        display: block;
    }
    .footer__top__navWrap__nav__socials {
        margin-top: 2.8rem;
    }
    .footer__top__navWrap--info {
        align-self: flex-start;
    }
    .footer__bottom {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 2rem;
    }
    .footer__bottom--text {
        margin-bottom: 2rem;
        font-size: 1.2rem;
    }
    .footer__bottom .privacy {
        display: flex;
        flex-direction: column;
    }
    .footer__bottom .privacy a {
        margin-top: 1rem;
    }
}
.s1_homepage {
    width: 100%;
    height: 82.4rem;
    margin-top: 17rem;
    margin-bottom: 6rem;
    position: relative;
}
.s1_homepage:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../assets/wave.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    transform: scale(1.05);
    top: -8rem;
    left: -5rem;
}
.s1_homepage__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 58rem;
    margin-top: 7.8rem;
    margin-left: 32rem;
}
.s1_homepage__content--title {
    color: #022539;
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 8.5rem;
}
.s1_homepage__content--text {
    color: #022539;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.7rem;
    margin: 3.4rem 0 5.2rem;
}
.s1_homepage__content--button {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(103deg, #014375, #72B6E9);
    background-size: 100% 100%;
    padding: 1.7rem 3rem;
    margin-top: 0.8rem;
    border-radius: 3rem;
    transition: background 0.5s;
    display: flex;
    align-items: center;
    position: relative;
}
.s1_homepage__content--button span {
    margin-left: 1rem;
    transition: transform 0.2s;
    position: relative;
}
.s1_homepage__content--button:hover {
    border-color: #fff;
    color: #fff;
    background-size: 300% 300%;
}
.s1_homepage__content--button:hover span {
    transform: translateX(1rem);
}
.s2_homepage {
    padding: 0 32rem;
    margin-bottom: 8.6rem;
}
.s2_homepage__header {
    margin-bottom: 6.7rem;
    padding-left: 4rem;
}
.s2_homepage__header h2:before {
    left: -4rem;
}
.s2_homepage__repeat {
    width: 131rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 12.3rem;
    column-gap: 12.3rem;
    row-gap: 8rem;
}
.s2_homepage__repeat__single {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.s2_homepage__repeat__single--title {
    color: #022539;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-bottom: 2.2rem;
}
.s2_homepage__repeat__single--text {
    color: #022539;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    line-height: 2.7rem;
    width: 100%;
    margin-bottom: 4.5rem;
}
.s2_homepage__repeat__single .btn {
    color: #022539;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-self: center;
    justify-self: flex-end;
    margin-top: auto;
    background: none;
    border: 0.2rem solid #014375;
    border-radius: 2.7rem;
    padding: 1.7rem 3rem;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, #014375 0);
    background-position: 25%;
    background-size: 400%;
    transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
}
.s2_homepage__repeat__single .btn span {
    width: 0.7rem;
    height: 1.2rem;
    margin-left: 0.7rem;
}
.s2_homepage__repeat__single .btn span path {
    stroke: #022539;
    transition: all 0.5s;
}
.s2_homepage__repeat__single .btn:hover {
    color: #fff;
    background-position: 100%;
}
.s2_homepage__repeat__single .btn:hover span path {
    stroke: #fff;
}
.s3_homepage {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 9rem 32rem 9.7rem;
    background-color: #f6f7f9;
    position: relative;
}
.s3_homepage:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../assets/bg2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.s3_homepage__header {
    margin-left: 2.8rem;
}
.s3_homepage__repeat {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 32rem;
    column-gap: 32rem;
    row-gap: 5rem;
    margin-top: 7.5rem;
    position: relative;
    z-index: 1;
}
.s3_homepage__repeat__single--title {
    color: #022539;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.s3_homepage__repeat__single--text {
    color: #022539;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.7rem;
}
.s3_homepage--button {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(103deg, #014375, #4d3891);
    background-size: 100% 100%;
    padding: 1.7rem 3rem;
    margin-top: 8.5rem;
    border-radius: 3rem;
    transition: background 0.5s;
    display: flex;
    align-items: center;
    align-self: flex-end;
    position: relative;
}
.s3_homepage--button span {
    margin-left: 1rem;
    transition: transform 0.2s;
    position: relative;
}
.s3_homepage--button:hover {
    border-color: #fff;
    color: #fff;
    background-size: 300% 300%;
}
.s3_homepage--button:hover span {
    transform: translateX(1rem);
}
.s4_homepage {
    width: 100%;
    padding: 10.2rem 36rem 10.2rem 35rem;
    background-image: linear-gradient(104deg, #72B6E9, #014375);
    display: flex;
    justify-content: center;
    align-items: center;
}
.s4_homepage__header {
    margin-right: 31rem;
}
.s4_homepage__header h2 {
    color: #fff;
}
.s4_homepage__text {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.7rem;
    width: 43rem;
}
.s5_homepage {
    padding: 0 40rem;
    margin-top: 14.5rem;
    margin-bottom: 17.5rem;
    flex-wrap: wrap;
}
.s5_homepage,
.s5_homepage__single {
    display: flex;
    justify-content: center;
}
.s5_homepage__single {
    align-items: center;
    width: 15.8rem;
    height: 6.4rem;
    margin: 0 3.85rem;
}
.s5_homepage__single img {
    width: 100%;
    height: 100%;
}
.s6_homepage {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 19rem;
    padding: 0 37rem;
}
.s6_homepage__header {
    margin-bottom: 10rem;
}
.s6_homepage .swiper-container {
    width: 102rem;
}
.s6_homepage__single {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.s6_homepage__single--text {
    color: #022539;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    line-height: 2.7rem;
    width: 64rem;
}
.s6_homepage__single--title {
    color: #022539;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-top: 2rem;
    width: 64rem;
}
.swiper-button-next,
.swiper-button-prev {
    width: 9.6rem !important;
    height: 7rem !important;
    top: calc(100% - 15.5rem) !important;
}
.swiper-button-next:before,
.swiper-button-prev:before {
    content: "";
    width: 100%;
    height: 410%;
    position: absolute;
    z-index: 0;
    background-color: #fff;
    pointer-events: none;
}
.swiper-button-prev {
    left: 0 !important;
}
.swiper-button-prev:after {
    content: "" !important;
    width: 6.4rem;
    height: 6.4rem;
    position: absolute;
    left: 0;
    z-index: 1;
    border-radius: 100%;
    border: 0.1rem solid #d6dcdf;
}
.swiper-button-prev img {
    position: absolute;
    left: 3.2rem;
    z-index: 3;
    transition: 0.2s ease;
}
.swiper-button-prev:hover img {
    transform: translateX(-2rem);
}
.swiper-button-next {
    right: 0 !important;
}
.swiper-button-next:after {
    content: "" !important;
    width: 6.4rem;
    height: 6.4rem;
    position: absolute;
    right: 0;
    z-index: 1;
    border-radius: 100%;
    border: 0.1rem solid #d6dcdf;
}
.swiper-button-next img {
    position: absolute;
    right: 3.2rem;
    z-index: 3;
    transform: rotate(180deg);
    transition: 0.2s ease;
}
.swiper-button-next:hover img {
    transform: translateX(2rem) rotate(180deg);
}
@media screen and (max-width: 800px) {
    .s1_homepage {
        padding: 0 2rem;
        margin-top: 10rem;
        height: auto;
    }
    .s1_homepage:before {
        top: 5rem;
        left: auto;
        right: 0;
    }
    .s1_homepage__content {
        width: 100%;
        margin-left: 0;
        margin-top: -5rem;
        padding: 5rem 0;
    }
    .s1_homepage__content--title {
        font-size: 4.5rem;
        line-height: 6rem;
    }
    .s1_homepage__content--text {
        font-size: 1.4rem;
    }
    .s1_homepage__content--button {
        font-size: 1.2rem;
    }
    .s2_homepage {
        padding: 0 2rem;
        margin-top: 12rem;
    }
    .s2_homepage__header {
        margin-left: 3rem;
    }
    .s2_homepage__repeat {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 5rem;
    }
    .s2_homepage__repeat__single--text {
        margin-bottom: 2rem;
    }
    .s3_homepage {
        padding: 7rem 2rem 9rem;
    }
    .s3_homepage__header {
        margin-left: 3rem;
    }
    .s3_homepage__repeat {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 5rem;
    }
    .s3_homepage--button {
        align-self: center;
        margin-top: 5rem;
    }
    .s4_homepage {
        padding: 10rem 2rem;
        flex-direction: column;
    }
    .s4_homepage__header {
        margin-right: 0;
        margin-left: 3rem;
        margin-bottom: 6.5rem;
    }
    .s4_homepage__text {
        width: 100%;
    }
    .s5_homepage {
        grid-template-columns: repeat(1, 1fr);
    }
    .s5_homepage,
    .s6_homepage {
        margin-bottom: 10rem;
        padding: 0 2rem;
    }
    .s6_homepage__header {
        margin-bottom: 5rem;
    }
    .s6_homepage .swiper-container,
    .s6_homepage__single--title {
        width: 100%;
    }
    .s6_homepage__single--text {
        width: 100%;
        padding-top: 2rem;
    }
    .s6_homepage__single:before {
        position: absolute;
        content: "";
        background-color: #014375;
        left: 0;
        width: 0;
        height: 0.2rem;
        -webkit-animation: progressbar 4s linear infinite;
        animation: progressbar 4s linear infinite;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
        border-radius: 0.5rem;
    }
    @-webkit-keyframes progressbar {
        0% {
            width: 0;
        }
        to {
            width: 100%;
        }
    }
    @keyframes progressbar {
        0% {
            width: 0;
        }
        to {
            width: 100%;
        }
    }
    .s6_homepage .swiper-button-next,
    .s6_homepage .swiper-button-prev {
        display: none;
    }
}
.s1_contact {
    margin-top: 5rem;
    margin-bottom: 10.9rem;
    padding: 0 32rem;
    display: flex;
    justify-content: space-between;
}
.s1_contact__contact {
    display: flex;
    flex-direction: column;
}
.s1_contact__contact__single {
    margin-bottom: 4rem;
}
.s1_contact__contact__single--title {
    color: #014375;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5rem;
}
.s1_contact__contact__single__address {
    display: flex;
}
.s1_contact__contact__single__address:last-child {
    margin-bottom: 0;
}
.s1_contact__contact__single__address--title {
    color: #151515;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 3rem;
    display: flex;
    transition: 0.1s;
}
.s1_contact__contact__single__address--title:hover {
    color: #014375;
}
.s1_contact__contact__single__address--text {
    color: #151515;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 3rem;
    margin-top: -1rem;
}
.s1_contact__form {
    width: 64rem;
    margin-top: -0.8rem;
}
.s1_contact__form--title {
    color: #014375;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5.3rem;
}
#map,
iframe {
    width: calc(100% - 64rem);
    height: 54.4rem;
    margin: 0 auto 9rem;
}
iframe {
    display: block;
}
.contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contact__top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4.6rem;
    column-gap: 4.6rem;
    margin-bottom: 1.8rem;
}
.contact__mid {
    width: 100%;
}
.contact__mid input {
    margin-bottom: 1.8rem;
}
.contact__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 0.5rem;
}
.contact__single {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
}
.contact__single--input,
.contact__single--textarea {
    color: #412e80;
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
    border-radius: 0.6rem;
    border: 0.1rem solid #412e80;
    padding: 1.2rem 2.9rem;
    transition: 0.1s;
}
.contact__single--input::-moz-placeholder,
.contact__single--textarea::-moz-placeholder {
    color: #412e80;
    font-size: 1.6rem;
    font-weight: 500;
    -moz-transition: 0.1s;
    transition: 0.1s;
}
.contact__single--input:-ms-input-placeholder,
.contact__single--textarea:-ms-input-placeholder {
    color: #412e80;
    font-size: 1.6rem;
    font-weight: 500;
    -ms-transition: 0.1s;
    transition: 0.1s;
}
.contact__single--input::placeholder,
.contact__single--textarea::placeholder {
    color: #412e80;
    font-size: 1.6rem;
    font-weight: 500;
    transition: 0.1s;
}
.contact__single--input:active,
.contact__single--input:focus,
.contact__single--textarea:active,
.contact__single--textarea:focus {
    border-color: #014375;
    color: #014375;
}
.contact__single--input:active::-moz-placeholder,
.contact__single--input:focus::-moz-placeholder,
.contact__single--textarea:active::-moz-placeholder,
.contact__single--textarea:focus::-moz-placeholder {
    color: #014375;
}
.contact__single--input:active:-ms-input-placeholder,
.contact__single--input:focus:-ms-input-placeholder,
.contact__single--textarea:active:-ms-input-placeholder,
.contact__single--textarea:focus:-ms-input-placeholder {
    color: #014375;
}
.contact__single--input:active::placeholder,
.contact__single--input:focus::placeholder,
.contact__single--textarea:active::placeholder,
.contact__single--textarea:focus::placeholder {
    color: #014375;
}
.contact__single--textarea {
    height: 25.8rem;
}
.contact__single--label {
    display: none;
}
.contact label {
    font-size: 0;
}
.contact--privacy {
    width: 100%;
    margin-top: 3.4rem;
}
.contact--privacy label {
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}
.contact--privacy input {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 3.3rem;
    margin-top: 0.2rem;
    background-color: #fff;
    transition: 0.2s;
    border-radius: 0.6rem;
    border: 0.2rem solid #412e80;
    padding: 0.5rem 0.4rem;
}
.contact--privacy input:checked {
    background-image: url(../../assets/check.svg);
    background-size: 75%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #412e80;
}
.contact--privacy span {
    color: #022539;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    line-height: 3rem;
    width: 100%;
}
.contact .form-button {
    color: #022539;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-self: flex-end;
    background: none;
    border: 0.2rem solid #014375;
    border-radius: 2.7rem;
    padding: 1.7rem 7.2rem;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, #014375 0);
    background-position: 25%;
    background-size: 400%;
    transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
    margin-top: 4rem;
}
.contact .form-button span {
    width: 0.7rem;
    height: 1.2rem;
    margin-left: 0.7rem;
}
.contact .form-button span path {
    stroke: #022539;
    transition: all 0.5s;
}
.contact .form-button:hover {
    color: #fff;
    background-position: 100%;
}
.contact .form-button:hover span path {
    stroke: #fff;
}
.wpcf7-response-output {
    display: none !important;
}
.screen-reader-response {
    margin-bottom: 2rem;
    margin-left: 1rem;
    margin-top: 2rem;
}
.screen-reader-response p {
    color: #022539;
    font-size: 1.8rem;
    font-weight: 700;
}
.screen-reader-response ul {
    margin-left: 2rem;
    margin-top: 1rem;
}
.screen-reader-response ul li {
    color: #022539;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 800px) {
    .s1_contact {
        padding: 0 2rem;
        flex-direction: column;
    }
    .s1_contact__form {
        width: 100%;
        margin-top: 4rem;
    }
    .s1_contact__form--title {
        margin-bottom: 3rem;
    }
    #map {
        width: calc(100% - 4rem);
        height: 36rem;
    }
    .contact__top {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 1.4rem;
    }
    .contact__bottom {
        flex-direction: column;
    }
    .contact--privacy {
        width: 100%;
    }
    .contact--button {
        margin-bottom: 0;
    }
}
.page-template-template_contact .cowork {
    margin-top: 0;
}
.s1_aboutUs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    margin-bottom: 9rem;
    margin-left: 6rem;
}
.s1_aboutUs__text {
    color: #022539;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    width: 95rem;
    padding-left: 20.4rem;
}
.s4_aboutUs {
    padding: 6.3rem 35rem 7.5rem;
    background-image: linear-gradient(109deg, #412e80, #150e2d);
}
.s4_aboutUs__header {
    margin-bottom: 8.1rem;
}
.s4_aboutUs__header h2,
.s4_aboutUs__header h3 {
    color: #fff;
}
.s4_aboutUs__wrap__row {
    width: 131rem;
    margin: 0 auto 19.4rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 16rem;
    column-gap: 16rem;
    position: relative;
}
.s4_aboutUs__wrap__row:before {
    content: "";
    height: 6.6rem;
    width: 1.5rem;
    background-image: url(../../assets/arrbottom.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    right: 8.4rem;
    top: 12rem;
}
.s4_aboutUs__wrap__row:last-child {
    margin-bottom: 0;
}
.s4_aboutUs__wrap__row:last-child:before {
    display: none;
}
.s4_aboutUs__wrap__row:nth-child(2n) {
    direction: rtl;
}
.s4_aboutUs__wrap__row:nth-child(2n):before {
    left: 8.4rem;
    right: auto;
}
.s4_aboutUs__wrap__row:nth-child(2n) .s4_aboutUs__wrap__row__single:before {
    background-image: url(../../assets/arrleft.svg);
}
.s4_aboutUs__wrap__row:nth-child(2n) .s4_aboutUs__wrap__row__single:first-child:before {
    display: none;
}
.s4_aboutUs__wrap__row:nth-child(2n) .s4_aboutUs__wrap__row__single:nth-child(4):before {
    display: block;
}
.s4_aboutUs__wrap__row__single {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}
.s4_aboutUs__wrap__row__single:before {
    content: "";
    width: 6.6rem;
    height: 1.5rem;
    background-image: url(../../assets/arrright.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: absolute;
    right: -9.5rem;
}
.s4_aboutUs__wrap__row__single:nth-child(4):before {
    display: none;
}
.s4_aboutUs__wrap__row__single--no {
    color: #014375;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    transition: all 0.35s ease;
    margin-bottom: 0.8rem;
}
.s4_aboutUs__wrap__row__single--text {
    color: #f6f7f9;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    transition: all 0.35s ease;
    line-height: 3rem;
}
.s4_aboutUs__wrap__row__single:hover .s4_aboutUs__wrap__row__single--no {
    transform: scale(1.15);
}
.s4_aboutUs__wrap__row__single:hover .s4_aboutUs__wrap__row__single--text {
    transform: scale(1.1);
}
.s2_aboutUs {
    padding: 0 35rem;
    margin-bottom: 8.6rem;
    margin-top: 13.4rem;
}
.s2_aboutUs__header {
    margin-bottom: 10.2rem;
}
.s2_aboutUs__repeat {
    width: 119rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 3.2rem;
    column-gap: 3.2rem;
    row-gap: 8rem;
}
.s2_aboutUs__repeat__single {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.s2_aboutUs__repeat__single--title {
    color: #022539;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-bottom: 4.6rem;
}
.s2_aboutUs__repeat__single__text {
    height: 100%;
    display: flex;
    align-items: flex-start;
}
.s2_aboutUs__repeat__single--text {
    color: #022539;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    line-height: 2.7rem;
    width: 100%;
}
.s3_aboutUs {
    width: 100%;
    height: 65rem;
    padding: 13.1rem 35rem 0;
    margin-top: -2rem;
    display: flex;
    flex-direction: column;
    position: relative;
}
.s3_aboutUs:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../assets/wwave2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -1rem;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.s3_aboutUs__wrap {
    margin-right: auto;
    margin-left: auto;
    margin-top: 6.2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.s3_aboutUs__wrap__single {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.8rem;
    height: 6.4rem;
    margin: 0 3.85rem;
}
.s3_aboutUs__wrap__single img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 800px) {
    .s1_aboutUs {
        margin-top: 6rem;
        padding: 0 2rem;
        margin-left: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .s1_aboutUs__header {
        margin-left: 3rem;
        margin-bottom: 5rem;
    }
    .s1_aboutUs__text {
        width: 100%;
        padding-left: 0;
    }
    .s4_aboutUs {
        padding: 10rem 2rem;
    }
    .s4_aboutUs__header {
        margin-left: 3rem;
    }
    .s4_aboutUs__wrap__row {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 17rem;
        margin-bottom: 17rem;
    }
    .s4_aboutUs__wrap__row:before {
        display: none;
    }
    .s4_aboutUs__wrap__row:nth-child(2n) .s4_aboutUs__wrap__row__single:before {
        background-image: url(../../assets/arrbottom.svg);
    }
    .s4_aboutUs__wrap__row:nth-child(2n) .s4_aboutUs__wrap__row__single:first-child:before {
        display: block;
    }
    .s4_aboutUs__wrap__row:nth-child(2n) .s4_aboutUs__wrap__row__single:nth-child(4):before {
        display: none;
    }
    .s4_aboutUs__wrap__row__single:before {
        background-image: url(../../assets/arrbottom.svg);
        width: 5.6rem;
        height: 10.5rem;
        right: 15.2rem;
        top: 9rem;
    }
    .s4_aboutUs__wrap__row__single:nth-child(4):before {
        display: block;
    }
    .s2_aboutUs {
        padding: 0 2rem;
        margin-top: 8rem;
    }
    .s2_aboutUs__header {
        margin-left: 3rem;
    }
    .s2_aboutUs__repeat {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 5rem;
    }
    .s3_aboutUs {
        padding: 0 2rem;
        margin-top: 11rem;
    }
    .s3_aboutUs__header {
        margin-left: 3rem;
    }
    .s3_aboutUs__wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}
.s1_offer {
    padding: 0 32rem;
    display: flex;
    flex-direction: column;
    margin-top: 6rem;
    margin-left: 7rem;
}
.s1_offer__single {
    display: flex;
    justify-content: center;
    margin-bottom: 7.2rem;
}
.s1_offer__single:nth-child(2n) {
    flex-direction: row-reverse;
    margin-left: -20.5rem;
}
.s1_offer__single:nth-child(2n) .s1_offer__single__img {
    margin-right: 0;
    margin-left: 8.4rem;
}
.s1_offer__single:nth-child(2n) .s1_offer__single__content {
    margin-top: -6rem;
}
.s1_offer__single:last-child .s1_offer__single__img:before {
    left: auto;
    right: 7rem;
    height: 50rem;
}
.s1_offer__single__img {
    width: 40.8rem;
    height: 54.5rem;
    margin-right: 16.4rem;
    position: relative;
}
.s1_offer__single__img:before {
    content: "";
    width: 36.6rem;
    height: 52.5rem;
    border: 0.3rem solid #412e80;
    position: absolute;
    top: 5.1rem;
    left: 8rem;
    z-index: -1;
}
.s1_offer__single__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.s1_offer__single__content {
    width: 64.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.s1_offer__single__content--title {
    color: #022539;
    font-size: 4.8rem;
    font-weight: 700;
    margin-bottom: 3.2rem;
}
.s1_offer__single__content--text {
    color: #022539;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.7rem;
    margin-bottom: 3.4rem;
}
.s1_offer__single__content__list {
    list-style: none;
    margin-left: 3.5rem;
}
.s1_offer__single__content__list--single {
    color: #022539;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.7rem;
    margin-top: 2rem;
    position: relative;
}
.s1_offer__single__content__list--single:before {
    content: "";
    width: 0.7rem;
    height: 1.2rem;
    background-image: url(../../assets/list_style.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.6rem;
    left: -3.7rem;
}
.s1_offer__single__content__list--single:first-child {
    margin-top: 0;
}
.s2_offer {
    width: 64rem;
    margin: 14.2rem auto 12.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.s2_offer--text {
    color: #022539;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 3.6rem;
    margin-bottom: 4rem;
}
.s2_offer--button {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(90deg, #014375 0, #4d3891);
    background-size: 100% 100%;
    padding: 1.7rem 3rem;
    margin-top: 0.8rem;
    border-radius: 3rem;
    transition: background 0.5s;
    display: flex;
    align-items: center;
    position: relative;
}
.s2_offer--button span {
    margin-left: 1rem;
    transition: transform 0.2s;
    position: relative;
}
.s2_offer--button:hover {
    border-color: #fff;
    color: #fff;
    background-size: 300% 300%;
}
.s2_offer--button:hover span {
    transform: translateX(1rem);
}
@media screen and (max-width: 800px) {
    .s1_offer {
        padding: 0 2rem;
        margin-left: 0;
    }
    .s1_offer__single {
        flex-direction: column;
    }
    .s1_offer__single:nth-child(2n) {
        margin-left: 0;
        flex-direction: column;
    }
    .s1_offer__single:nth-child(2n) .s1_offer__single__img {
        margin-right: 0;
        margin-left: 0;
    }
    .s1_offer__single:nth-child(2n) .s1_offer__single__content {
        margin-top: 0;
    }
    .s1_offer__single:last-child .s1_offer__single__img:before {
        right: 4rem;
    }
    .s1_offer__single__img {
        width: 100%;
        height: 54.5rem;
        margin-bottom: 2rem;
    }
    .s1_offer__single__img:before {
        width: 90%;
        height: 84%;
        position: absolute;
        top: 4.1rem;
        left: 4rem;
        z-index: -1;
    }
    .s1_offer__single__content {
        width: 100%;
    }
    .s1_offer__single__content--title {
        font-size: 4rem;
    }
    .s2_offer {
        width: 100%;
        margin-top: 2rem;
    }
}
/*# sourceMappingURL=app.css.map*/