@charset "utf-8";
@font-face {
  font-family: 'Mal-SemiBold';
  src: url('fonts/Mal-SemiBold.ttf') format('truetype'),
       url('fonts/Mal-SemiBold.woff') format('woff'),
       url('fonts/Mal-SemiBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mal-Black';
  src: url('fonts/Mal-Black.ttf') format('truetype'),
       url('fonts/Mal-Black.woff') format('woff'),
       url('fonts/Mal-Black.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mal-Bold';
  src: url('fonts/Mal-Bold.ttf') format('truetype'),
       url('fonts/Mal-Bold.woff') format('woff'),
       url('fonts/Mal-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mal-Book';
  src: url('fonts/Mal-Book.ttf') format('truetype'),
       url('fonts/Mal-Book.woff') format('woff'),
       url('fonts/Mal-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mal-Heavy';
  src: url('fonts/Mal-Heavy.ttf') format('truetype'),
       url('fonts/Mal-Heavy.woff') format('woff'),
       url('fonts/Mal-Heavy.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mal-Regular';
  src: url('fonts/Mal-Regular.ttf') format('truetype'),
       url('fonts/Mal-Regular.woff') format('woff'),
       url('fonts/Mal-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mal-Light';
  src: url('fonts/Mal-Light.woff') format('woff'),
       url('fonts/Mal-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mal-Thin';
  src: url('fonts/Mal-Thin.woff') format('woff'),
       url('fonts/Mal-Thin.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
*,
form {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.header-wrapper {
    width: 100%;
    padding: 30px 0;
}
.container {
    width: 1180px;
    margin: auto;
}
.c-flexy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#btnclose {
    display: inline-block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    position: absolute;
    right: 30px;
    top: 20px;
}
#menuBtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}
#menuBtn img {
    display: block;
}

.header-top {
    position: relative;
}
.header-top .c-flexy {
    align-items: center;
    justify-content: space-between;
}
.identity {
    margin-right: 40px;
}
.identity img {
    width: 234px;
    display: block;
}
#slidingMenu {
    display: none;
}
.navigation a {
    font-family: "Mal-Bold";
    font-size: 1rem;
    color: #113680;
    font-weight: normal;
    margin-right: 30px;
}
.navigation a:hover, .navigation a.active {
    color: #F0B200;
}
.hero-section {
    width: 100%;
    height: 37.86vw;
    min-height: 500px;
    display: flex;
    align-items: center;
    margin-bottom: 65px;
    position: relative;
}
.hero-image {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}
.hero-text {
    width: 100%;
    position: relative;
    z-index: 10;
}
.hero-text h3 {
    font-family: "Mal-Light";
    font-size: 1.5rem;
    color: #fff;
    font-weight: normal;
}
.hero-text h1 {
    font-family: "Mal-Light";
    font-size: 4.5625rem;
    color: #fff;
    font-weight: normal;
    letter-spacing: -0.07em;
    line-height: 1em;
    margin-top: 15px;
}
.figures-section {
    margin-bottom: 125px;
}
.three-col {
    margin-bottom: 40px;
}
.three-col div.col:first-of-type {
    border-left: 1px solid #C4C4C4;
}
.three-col .col {
    width: 33.33%;
    border-right: 1px solid #C4C4C4;
    padding: 0 30px;
}
.three-col .col h2 {
    font-family: "Mal-Thin";
    font-size: 8.75rem;
    color: #113680;
    font-weight: normal;
    letter-spacing: -0.063em;
    line-height: 0.7em;
    margin-bottom: 20px;
}
.total:after {
    content: "+";
    font-family: "Mal-Thin";
    font-size: 8.75rem;
    color: #F0B200;
    font-weight: normal;
    letter-spacing: -0.063em;
    margin-left: -17px;
    position: relative;
    top: -15px;
}
.three-col .col span {
    font-family: "Mal-Light";
    font-size: 1rem;
    color: #646464;
    font-weight: normal;
    letter-spacing: 0.36em;
}
.text-text {
    font-family: "Mal-Regular";
    font-size: 1.75rem;
    color: #113680;
    font-weight: normal;
    line-height: 1.4em;
}
.underline {
    font-family: "Mal-Bold";
}
.underline span {
     background: transparent linear-gradient(90deg, rgba(240,178,0,0.5), rgba(240,178,0,0.5)) no-repeat 0 89%;
background-size: 100% 7px;
}
.application-card {
    width: 380px;
}
.application-card >div {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.15);
    padding: 20px 44px 30px 44px;
    display: flex;
    flex-direction: column;
}
.student-app-card > div {
    border-top: 14px solid #113680;
}
.professionist-app-card > div {
    border-top: 14px solid #F0B200;
    transform: translateY(-40px);
}
.application-card .card-img {
    text-align: right;
}
.card-txt {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 10%;
}
.card-txt span {
    white-space: nowrap;
}
.card-txt h3 {
    font-family: "Mal-Regular";
    font-size: 2.125rem;
    color: #113680;
    font-weight: normal;
    letter-spacing: -0.063em;
    margin-bottom: 10px;
}
.card-txt p {
    font-family: "Mal-SemiBold";
    font-size: 1rem;
    color: #113680;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 1.6em;
}
.apply-now {
    font-family: "Mal-SemiBold";
    font-size: 1rem;
    color: #113680;
    font-weight: normal;
    text-decoration: underline;
}
.application-section .c-flexy {
    justify-content: center;
    gap: 50px; 
}
.content-cards li:nth-of-type(2n) {
    background-color: #fff;
}
.content-cards li:nth-of-type(2n+1) {
    background-color: #F8F8F8;
}
.wide-container {
    max-width: 1600px;
    margin: auto;
    padding: 0 30px;
}

.content-cards .c-flexy {
    gap: 0 140px;
    align-items: center;
}
.content-cards li {
    margin-bottom: 140px;
}
.content-cards li:last-of-type {
    margin-bottom: 0;
}
@media(max-width:1400px){
    .content-cards .c-flexy {
        gap: 0 60px;
    }
    .content-cards li {
        margin-bottom: 60px;
    }
   
}
.content-cards .c-flexy > div {
    width: 50%;
}
.cc-image img {
    width: 100%;
    display: block;
}
.cc-text h4 {
    font-family: "Mal-SemiBold";
    font-size: 1.125rem;
    color: #888888;
    font-weight: normal;
    letter-spacing: 0.14em;
    margin-bottom: 20px;
}
.cc-text h4:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #E6AD05;
    margin-bottom: 15px;
}
.cc-text p {
    font-family: "Mal-Regular";
    font-size: 1.875rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.03em;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.cc-text .apply-now:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #113680;
    margin-right: 15px;
    vertical-align: middle;
}
.cc-text .underline {
    font-family: "Mal-Regular";
    color: #113680;
}
.center-text {
    text-align: center;
}
.section-title h3 {
    font-family: "Mal-Bold";
    font-size: 1.75rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
}
.section-title p {
    font-family: "Mal-Book";
    font-size: 1.125rem;
    color: #000;
    font-weight: normal;
    line-height: 1.6em;
    max-width: 650px;
    margin: auto;
}
.items-slider .swiper-slide {
    width: 500px;
    height: auto;
}
.item-card {
    background-color: #F7F7F7;
    width: 100%;
    height: 100%;
    padding-top: 58px;
}
.item-text {
    width: 100%;
    text-align: center;
    padding: 25px 55px 45px;
}
.item-text .name {
    font-family: "Mal-Light";
    font-size: 1.375rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.037em;
    margin-bottom: 10px;
}
.item-text .job {
    font-family: "Mal-Bold";
    font-size: 1.375rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.037em;
    display: block;
    margin-bottom: 25px;
}
.item-text .quote {
    font-family: "Mal-Regular";
    font-size: 1.125rem;
    color: #113680;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: 1.6em;
}
.item-text .education {
    font-family: "Mal-Book";
    font-size: 0.875rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.037em;
    display: block;
}
.section-title h4 {
    font-family: "Mal-SemiBold";
    font-size: 1.125rem;
    color: #888888;
    font-weight: normal;
    letter-spacing: 0.14em;
    position: relative;
}
.section-title h4:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #E6AD05;
    top: -15px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}
.application-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 20px;
}
.application-steps:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #C7C7C7;
    position: absolute;
    top: 5px;
    left: 50%;
    z-index: 9;
}
.application-steps li {
    width: 100%;
    display: flex;
}
.application-steps li:last-of-type {
    padding-bottom: 30px;
}
.half {
    width: 50%;
}
.half h3 {
    font-family: "Mal-Bold";
    font-size: 1.75rem;
    color: #000;
    font-weight: normal;
    letter-spacing: -0.01em;
    position: relative;
    margin-bottom: 15px;
}
.half h3:after {
    content: "\2022";
    color: #113680;
    font-family: "Mal-Bold";
    font-size: 2.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    background-color: #FDF4DD;
    z-index: 10;
}
.half p {
    font-family: "Mal-Book";
    font-size: 1.125rem;
    color: #000;
    font-weight: normal;
    line-height: 1.6em;
}
.application-steps li:nth-of-type(2n+1) {
    justify-content: flex-start;
    text-align: right;
}
.application-steps li:nth-of-type(2n) {
    justify-content: flex-end;
}
.application-steps li:nth-of-type(2n+1) .half {
    padding-right: 32px;
    z-index: 10;
}
.application-steps li:nth-of-type(2n) .half {
    padding-left: 32px;
    z-index: 10;
}
.application-steps li:nth-of-type(2n) .half h3:after {
    left: -46px;
}
.application-steps li:nth-of-type(2n+1) .half h3:after {
    right: -46px;
}
.fields-section {
    background: -moz-linear-gradient(top, rgba(242,244,249,1) 0%, rgba(242,244,249,1) 52%, rgba(17,54,128,1) 52%, rgba(17,54,128,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,244,249,1)), color-stop(52%, rgba(242,244,249,1)), color-stop(52%, rgba(17,54,128,1)), color-stop(100%, rgba(17,54,128,1)));
background: -webkit-linear-gradient(top, rgba(242,244,249,1) 0%, rgba(242,244,249,1) 52%, rgba(17,54,128,1) 52%, rgba(17,54,128,1) 100%);
background: -o-linear-gradient(top, rgba(242,244,249,1) 0%, rgba(242,244,249,1) 52%, rgba(17,54,128,1) 52%, rgba(17,54,128,1) 100%);
background: -ms-linear-gradient(top, rgba(242,244,249,1) 0%, rgba(242,244,249,1) 52%, rgba(17,54,128,1) 52%, rgba(17,54,128,1) 100%);
    padding: 75px 0 50px;
}
.section-title h2 {
    font-family: "Mal-Book";
    font-size: 2.875rem;
    color: #113680;
    font-weight: normal;
    letter-spacing: -0.034em;
    margin-bottom: 20px;
}
.blog-title h2 {
    margin-bottom: 50px;
}
.field-card {
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    width: 100%;
    height: 100%;
    padding: 40px 45px;
}
.field-card h2 {
    font-family: "Mal-Bold";
    font-size: 1.875rem;
    color: #113680;
    font-weight: normal;
    letter-spacing: -0.011em;
    margin-bottom: 15px;
}
.field-card p {
    font-family: "Mal-Book";
    font-size: 1rem;
    color: #717171;
    font-weight: normal;
    line-height: 1.6em;
}
.fields-slider .swiper-slide {
    padding-bottom: 40px;
    height: auto!important;
}
.aboutus-section {
    background-color: #113680;
    margin-bottom: 100px;
    overflow-x: hidden;
}
.aboutus-section .col {
    width: 50%;
}
.aboutus-section .background-holder {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.aboutus-section .col .col-inner {
    padding: 3.6vw 3vw 2.5vw;
}
.blog-wrapper {
    width: calc(100% + 50px);
    margin-right: -25px;
    margin-left: -25px;
}
.blog-wrapper .a-card {
    width: 33.33%;
    padding: 0 25px;
    position: relative;
}
.blog-wrapper .a-card_image {
    width: 100%;
    margin-bottom: 20px;
}
.blog-wrapper .a-media {
    width: 100%;
    height: 0;
    padding-bottom: 74.93%;
    background-color: #eee;
}
.blog-wrapper .a-head {
    font-family: "Mal-Heavy";
    font-size: 1.5rem;
    color: #113680;
    font-weight: normal;
    margin-bottom: 15px;
}
.blog-wrapper .a-exc {
    font-family: "Mal-SemiBold";
    font-size: 1rem;
    color: #343434;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 1.5em;
}
.read-a {
    font-family: "Mal-SemiBold";
    font-size: 1rem;
    color: #113680;
    font-weight: normal;
    text-decoration: underline;
}
.read-a:before {
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}
.nl-form {
    display: flex;
}
.nl-input {
    width: 235px;
    height: 35px;
    border: 1px solid #fff;
    padding-left: 15px;
    margin-bottom: 8px;
    font-family: "Mal-Book";
    font-size: 0.875rem;
    color: #000;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    flex-shrink: 0;
    margin-right: 12px;
}
.nl-btn {
    width: 128px;
    height: 35px;
    line-height: 35px;
    background-color: #113680;
     font-family: "Mal-Book";
    font-size: 0.875rem;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    flex-shrink: 0;
    border: none;
    transition-timing-function: ease;
    transition-duration: 0.1s;
    transition-property: background-color;
}
.nl-btn:hover {
    background-color: #F0B200;
}
.apply-btn {
    font-family: "Mal-Bold";
    font-size: 1rem;
    color: #fff;
    font-weight: normal;
    margin-left: 30px;
    text-transform: uppercase;
    background-color: #113680;
    padding: 9px 17px;
    border-radius: 5px;
    transition-timing-function: ease;
    transition-duration: 0.1s;
    transition-property: background-color;
}
.apply-btn:hover {
    background-color: #F0B200;
}
#menuBtn {
    width: 30px;
    height: 20px;
}
#menuBtn img {
    width: 100%;
}
.header-right {
    display: flex;
    align-items: center;
}
.animation{opacity:0;-moz-transform:translateZ(0);-webkit-transform:translateZ(0);transform:translateZ(0)}
.animation.from-bottom{-moz-transform:translateY(30px);-ms-transform:translateY(30px);-webkit-transform:translateY(30px);transform:translateY(30px)}
.animation.from-right{-moz-transform:translateX(30px);-ms-transform:translateX(30px);-webkit-transform:translateX(30px);transform:translateX(30px)}
.animation.from-left{-moz-transform:translateX(-30px);-ms-transform:translateX(-30px);-webkit-transform:translateX(-30px);transform:translateX(-30px)}
.animation.scale{-moz-transform:scale(.7,.7);-ms-transform:scale(.7,.7);-webkit-transform:scale(.7,.7);transform:scale(.7,.7)}
.application-section {
   margin-bottom: 120px; 
}
.content-cards-section {
    margin-bottom: 170px;
}
.section-title {
    margin-bottom: 20px;
}
.items-section .section-title {
    margin-bottom: 75px;
}
.item-image figure {
    width: 195px;
    height: 195px;
    background-color: #ddd;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}
.item-image figure img {
    width: 100%;
}
.items-section {
    margin-bottom: 120px;
}
.application-steps-section {
    margin-bottom: 100px;
}
.lnk-row {
    text-align: center;
    padding-top: 30px;
}
.application-steps-section .lnk-row a {
    font-family: "Mal-Bold";
    font-size: 1rem;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #113680;
    padding: 15px 20px;
    border-radius: 5px;
    transition-timing-function: ease;
    transition-duration: 0.1s;
    transition-property: background-color;
}
.application-steps-section .lnk-row a:hover {
    background-color: #F0B200;
}
.swiper-slide.middle .field-card {
  margin-top: 30px;  
}
.fields-slider {
    padding-top: 30px!important;
    padding-bottom: 80px!important;
}
.fields-section .lnk-row a {
    font-family: "Mal-Regular";
    font-size: 1rem;
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
}
.pre-footer {
    background-color: #F2F2F2;
    padding-top: 100px;
    padding-bottom: 120px;
}
.fields-slider .swiper-pagination {
    bottom: 40px!important;
}
.fields-slider .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: transparent;
    border: 1px solid #fff!important;
    opacity: 1;
    margin: 0 9px!important;
}
.fields-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    border: 1px solid #fff!important;
    margin: 0 9px!important;
}
.fields-section .swiper-button-next, .fields-section .swiper-button-prev {
    position: static!important;
    margin-left: 15px;
    top: 50%;
    width: 11px!important;
    height: 18px!important;
    margin-top: 0!important;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fields-section .swiper-button-next:after, .fields-section .swiper-button-prev:after {
    display: none;
}
.fields-section .swiper-navigation {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 30px;
}
.wide-container .container {
    position: relative;
}
.pre-footer .c-flexy {
    justify-content: space-between;
}
.pre-footer .col {
    width: 50%;
}
.newsletter-col p {
    font-family: "Mal-Book";
    font-size: 1.375rem;
    color: #000;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 30px;
    max-width: 529px;
}
.learn-more {
    font-family: "Mal-Book";
    font-size: 0.8125rem;
    color: #DC0000;
    font-weight: normal;
    text-decoration: underline;
}
.items-section .container {
    position: relative;
}
.items-section .swiper-navigation {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 50px;
    bottom: 30px;
}
.items-section .swiper-button-next, .items-section .swiper-button-prev {
    position: static!important;
    margin-left: 15px;
    top: 50%;
    width: 11px!important;
    height: 18px!important;
    margin-top: 0!important;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.items-section .swiper-button-next:hover svg path, .items-section .swiper-button-prev:hover svg path {
    fill: #113680;
    opacity: 1;
}
.fields-section .swiper-button-next:hover svg path, .fields-section .swiper-button-prev:hover svg path {
    fill: #113680;
    opacity: 1;
}
.items-section .swiper-button-next:after, .items-section .swiper-button-prev:after {
    display: none;
}
.social-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 7%;
}
.social-wrapper span {
    font-family: "Mal-Book";
    font-size: 1.625rem;
    color: #113680;
    font-weight: normal;
    display: block;
    margin-bottom: 29px;
}
.social-links {
    list-style: none;
    display: flex;
}
.social-links li {
    margin-right: 55px;
}
footer {
    padding: 64px 0 78px;
}
.f-col {
    margin-right: 45px;
}
.f-logo {
    width: 192px;
    margin-bottom: 15px;
}
.f-logo img {
    width: 100%;
}
.address {
    font-family: "Mal-SemiBold";
    font-size: 1rem;
    color: #929292;
    font-weight: normal;
    margin-bottom: 5px;
}
.phone {
    font-family: "Mal-Heavy";
    font-size: 1rem;
    color: #113680;
    font-weight: normal;
}
.phone img {
    vertical-align: middle;
    margin-right: 5px;
}
.top-border-list {
    margin-top: 30px;
}
.top-border-list:before {
    content: "";
    display: block;
    width: 55%;
    height: 1px;
    background-color: #113680;
    margin-bottom: 20px;
}
.f-links {
    list-style: none;
    margin-bottom: 35px;
}
.f-links li {
    margin-bottom: 0px;
}
.f-links a {
    font-family: "Mal-SemiBold";
    font-size: 1rem;
    color: #616161;
    font-weight: normal;
    line-height: 1.7em;
}
.top-border-list a {
    color: #929292;
}
.f-col h3 {
    font-family: "Mal-Bold";
    font-size: 1.375rem;
    color: #113680;
    font-weight: normal;
    margin-bottom: 15px;
}
.f-row span {
    font-family: "Mal-SemiBold";
    font-size: 1rem;
    color: #929292;
    font-weight: normal; 
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.f-row img {
    display: inline-block;
    vertical-align: middle;
}
footer .c-flexy > div.f-col:first-of-type {
    margin-right: 80px;
}
.aboutus-section h1 {
    font-family: "Mal-Book";
    font-size: 2.75rem;
    color: #fff;
    font-weight: normal; 
    letter-spacing: -0.063em;
    margin-bottom: 30px;
}
.aboutus-section h1 b {
    font-family: "Mal-Heavy";
}
.aboutus-section p {
    font-family: "Mal-Regular";
    font-size: 1.125rem;
    color: #fff;
    font-weight: normal; 
    margin-bottom: 30px;
    line-height: 1.6em;
    max-width: 531px;
}
.aboutus-section .underline span {
    background: transparent linear-gradient(90deg, rgba(240,178,0,0.5), rgba(240,178,0,0.5)) no-repeat 0 87%;
    background-size: 100% 7px;
}
.blog-section {
    margin-bottom: 120px;
}
.no-bg li {
    background-color: transparent!important;
}
.reduce-margin {
    margin-bottom: 60px;
}
.banner-text-section {
    background-color: #113680;
    margin-bottom: 100px;
}
.banner-wrapper {
    height: 23.229vw;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.text-wrapper {
    padding: 100px 0 130px;
}
.text-wrapper h1 {
    font-family: "Mal-Regular";
    font-size: 3.125rem;
    color: #fff;
    font-weight: normal; 
    letter-spacing: -0.052em;
    margin-bottom: 30px;
    line-height: 1.2em;
}
.advices-section {
    padding: 80px 0 20px;
    background-color: rgba(242,244,249,1);
}
.accordionWrapper {
    max-width: 1067px;
    margin: auto;
    padding-top: 40px;
}
.a-holder {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
  border-radius: 6px;
  margin-bottom: 20px;
}
button.accordion {
    color: #002d5b;
    cursor: pointer;
    padding: 28px 33px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.75rem;
    transition: 0.4s;
    border-radius: 18px;
    background-color: transparent;
    font-family: "Mal-Book";
    letter-spacing: -0.02em;
}
button.accordion span {
    display: block;
    max-width: 85%;
    float: left;
}
button.accordion:after {
    content: '';
    width: 24px;
    height: 14px;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy42MTkiIGhlaWdodD0iMTMuNTAzIiB2aWV3Qm94PSIwIDAgMjMuNjE5IDEzLjUwMyI+DQogIDxwYXRoIGlkPSJJY29uX2lvbmljLWlvcy1hcnJvdy11cCIgZGF0YS1uYW1lPSJJY29uIGlvbmljLWlvcy1hcnJvdy11cCIgZD0iTTE4LDE1LjMyMWw4LjkzLDguOTM3YTEuNjg4LDEuNjg4LDAsMSwwLDIuMzg0LTIuMzkxTDE5LjIsMTEuNzQyYTEuNjg1LDEuNjg1LDAsMCwwLTIuMzI3LS4wNDlMNi42OCwyMS44NmExLjY4OCwxLjY4OCwwLDAsMCwyLjM4NCwyLjM5MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI5LjgwNiAyNC43NTMpIHJvdGF0ZSgxODApIiBmaWxsPSIjMTEzNjgwIi8+DQo8L3N2Zz4NCg==);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
button.accordion.active:after {
   background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy42MTkiIGhlaWdodD0iMTMuNTAzIiB2aWV3Qm94PSIwIDAgMjMuNjE5IDEzLjUwMyI+DQogIDxwYXRoIGlkPSJJY29uX2lvbmljLWlvcy1hcnJvdy11cCIgZGF0YS1uYW1lPSJJY29uIGlvbmljLWlvcy1hcnJvdy11cCIgZD0iTTE4LDE1LjMyMWw4LjkzLDguOTM3YTEuNjg4LDEuNjg4LDAsMSwwLDIuMzg0LTIuMzkxTDE5LjIsMTEuNzQyYTEuNjg1LDEuNjg1LDAsMCwwLTIuMzI3LS4wNDlMNi42OCwyMS44NmExLjY4OCwxLjY4OCwwLDAsMCwyLjM4NCwyLjM5MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02LjE4OCAtMTEuMjUpIiBmaWxsPSIjMTEzNjgwIi8+DQo8L3N2Zz4NCg==);
}
.panel {
  padding: 0 10% 40px 33px;
  display: none;
  background-color: transparent;
}
.panel p {
  font-family: "Mal-Book";
  font-size: 1.375rem;
  letter-spacing: -0.034em;
  color: #575757;
  line-height: 1.6em;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-top: -7px;
}
.panel ul {
    padding: 0 20px;
    margin: 20px 0 0;
    font-family: "Mal-Book";
  font-size: 1.375rem;
  letter-spacing: -0.034em;
  color: #575757;
  line-height: 1.6em;
}
.panel.showing p {
  opacity: 1;
}
.text-left .item-text {
    text-align: left
}
.text-left {
    padding: 42px 55px 0;
}
.text-left .item-text h4 {
    font-family: "Mal-SemiBold";
    font-weight: normal;
    font-size: 1.5em;
    letter-spacing: -0.037em;
    color: #113680;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.text-left .item-text p {
    font-family: "Mal-Regular";
    font-weight: normal;
    font-size: 1.125em;
    letter-spacing: -0.029em;
    color: rgba(0,0,0,0.6);
    line-height: 1.6em;
    padding-right: 20px;
}
.narrow-container {
    max-width: 1050px;
    margin: auto;
}
.advantages-section .sec-title {
    font-family: Mal-Book;
    font-size: 2.4375rem;
    color: rgb(17, 54, 128);
    font-weight: normal;
    letter-spacing: -0.034em;
    margin-bottom: 50px;
    margin-left: 25px;
}
.advantages-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-card {
    width: 33.33%;
    padding: 0 25px 40px;
    
}
.adv-card > div {
    height: 190px;
    width: 100%;
    background-color: #F2F4F9;
    border-radius: 11px;
    display: flex;
    align-items: flex-end;
    padding: 30px 28px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    overflow: hidden;
}
.adv-card > div:hover {
    background-color: #fff;
    box-shadow: 5px 6px 21px rgba(0,0,0,0.15);
    -webkit-box-shadow: 5px 6px 21px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 6px 21px rgba(0,0,0,0.15);;
}
.adv-card h4 {
    font-family: "Mal-SemiBold";
    font-weight: normal;
    font-size: 1.5em;
    letter-spacing: -0.011em;
    color: #fff;
}
.adv-card .apliko-tani {
    font-family: "Mal-Bold";
    font-weight: normal;
    font-size: 1.5em;
    letter-spacing: -0.011em;
    color: #113680;
    background-color: #fff;
    border: 1px solid #063566;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 30px 28px;
    border-radius: 11px;
}
.media-swiper .swiper-slide {
    padding: 0 25px 70px;
}
.media-card figure {
    width: 100%;
    height: 0;
    padding-bottom: 56.287%;
    position: relative;
    overflow: hidden;
    border-radius: 11px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    margin-bottom: 35px;
}
.media-card figure img {
    width: 100%;
}
.media-card iframe {
   position: absolute;
   width: 100%;
   height: 100%;
}
.media-swiper .swiper-pagination {
    text-align: left;
    padding-left: 25px;
}
.media-card h3 {
    font-family: "Mal-Bold";
    font-weight: normal;
    font-size: 2.4375em;
    letter-spacing: -0.034em;
    color: #113680;
    margin-bottom: 7px;
}
.media-card span {
    display: inline-block;
    font-family: "Mal-Book";
    font-weight: normal;
    font-size: 1.25em;
    letter-spacing: -0.034em;
    color: #113680;
}
.media-slider-section {
    margin-bottom: 100px;
}
.media-slider-section .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #113680;
    opacity: 1;
    margin: 0 10px 0 0!important;
}
.media-slider-section .swiper-pagination-bullet-active {
    background: #F0B200;
}
.art-title-banner {
    height: 40.625vw;
    min-height: 350px;
    position: relative;
}
.art-title-banner .banner-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.title-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 11;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 87%);
}
.art-container {
    width: 705px;
    margin: auto;
}
.title-wrapper .art-container {
    align-items: flex-end;
    height: 100%;
    padding-bottom: 120px;
}
.art-title h1 {
    font-family: "Mal-Heavy";
    font-weight: normal;
    font-size: 3.125em;
    color: #fff;
}
.art-title span {
    font-family: "Mal-Regular";
    font-weight: normal;
    font-size: 1em;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}
.art-text {
    padding-top: 50px;
    margin-bottom: 70px;
}
.art-text hr {
    margin: 50px 0 30px;
    opacity: 0.5;
}
.art-text h3 {
    font-family: "Mal-Light";
    font-weight: normal;
    font-size: 1.5em;
    color: #113680;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.art-text p {
    font-family: "Mal-Regular";
    font-weight: normal;
    font-size: 1em;
    color: #585858;
    line-height: 1.7em;
    margin-bottom: 30px;
}
.other-art .a-card {
    display: flex;
    margin-bottom: 30px;
}
.title-header {
    font-family: "Mal-Book";
    font-weight: normal;
    font-size: 2.75em;
    color: #113680;
    letter-spacing: -0.063em;
    margin-bottom: 25px;
}
.other-art .a-card_image {
    width: 40.851%;
    flex-shrink: 0;
    margin-right: 30px;
}
.other-art .a-media {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-color: #eee;
}
.other-art .a-head {
    font-family: "Mal-Heavy";
    font-weight: normal;
    font-size: 1.5em;
    color: #113680;
}
.other-art .a-exc {
    margin-bottom: 25px;
}
.other-art-container {
    padding-bottom: 30px;
}
.kerko-vakanca {
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.search-btn {
    width: 63px;
    height: 63px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi4yODkiIGhlaWdodD0iMjIuMjkzIiB2aWV3Qm94PSIwIDAgMjIuMjg5IDIyLjI5MyI+DQogIDxwYXRoIGlkPSJJY29uX2F3ZXNvbWUtc2VhcmNoIiBkYXRhLW5hbWU9Ikljb24gYXdlc29tZS1zZWFyY2giIGQ9Ik0yMS45ODYsMTkuMjc0bC00LjM0MS00LjM0MWExLjA0NCwxLjA0NCwwLDAsMC0uNzQtLjNIMTYuMkE5LjA1MSw5LjA1MSwwLDEsMCwxNC42MjgsMTYuMnYuNzFhMS4wNDQsMS4wNDQsMCwwLDAsLjMuNzRsNC4zNDEsNC4zNDFhMS4wNDEsMS4wNDEsMCwwLDAsMS40NzYsMGwxLjIzMi0xLjIzMkExLjA1LDEuMDUsMCwwLDAsMjEuOTg2LDE5LjI3NFpNOS4wNTYsMTQuNjI4YTUuNTczLDUuNTczLDAsMSwxLDUuNTczLTUuNTczQTUuNTY5LDUuNTY5LDAsMCwxLDkuMDU2LDE0LjYyOFoiIGZpbGw9IiNmMGIyMDAiLz4NCjwvc3ZnPg0K);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 23px;
    background-color: transparent;
    border: none;
}
.search-input {
    width: 530px;
    height: 63px;
    background: transparent;
    border: none;
    outline: none;
    font-family: "Mal-Bold";
    font-weight: normal;
    font-size: 22px;
    color: #F0B200;
}
.search-input::placeholder {
    font-family: "Mal-Bold";
    font-weight: normal;
    font-size: 22px;
    color: #F0B200;
}
.nav {
    display: none;
}
.menu-toggle {
    position: relative;
}
  #toggle {
  display: none;
}
.hamburger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 30px;
  height: 20px;
  z-index: 5;
  margin-top: -5px;
}

.hamburger div {
    position: relative;
    width: 100%;
    height: 4px;
    border-radius: 0;
    background-color: #113680;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}
.benefits-slider .swiper-slide {
    width: 355px;
}
.benefits-slider .item-text {
    padding: 45px 0;
}
.top-images-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.top-images-slider .swiper-navigation {
    display: flex;
    justify-content: flex-end;
}
.top-images-slider .swiper-button-next, .top-images-slider .swiper-button-prev {
    position: static!important;
    margin-left: 15px;
    top: 50%;
    width: 11px!important;
    height: 18px!important;
    margin-top: 0!important;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.top-images-slider .swiper-button-next:hover svg path, .top-images-slider .swiper-button-prev:hover svg path {
    fill: #113680;
    opacity: 1;
}
.top-images-slider .swiper-button-next:after, .top-images-slider .swiper-button-prev:after {
    display: none;
}
.images-slider .swiper-slide {
    width: 529px;
    height: auto;
    opacity: 0.2;
}
.images-slider img {
    width: 100%;
}
.images-slider .swiper-slide-active {
    opacity: 1;
}
.top-images-slider h2 {
    font-family: "Mal-Heavy";
    font-weight: normal;
    font-size: 1.5em;
    color: #113680;
}
.fields-section .swiper-button-prev, .fields-section .swiper-button-next, .items-section .swiper-button-next, .items-section .swiper-button-prev  {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;   
}
.fields-section .swiper-button-prev, .items-section .swiper-button-prev {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4xMTUiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMS4xMTUgMTgiPg0KICA8cGF0aCBpZD0iSWNvbl9tYXRlcmlhbC1rZXlib2FyZC1hcnJvdy1yaWdodCIgZGF0YS1uYW1lPSJJY29uIG1hdGVyaWFsLWtleWJvYXJkLWFycm93LXJpZ2h0IiBkPSJNMTIuODg1LDI0LjUxbDYuODctNi44ODUtNi44Ny02Ljg4NUwxNSw4LjYyNWw5LDktOSw5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQgMjYuNjI1KSByb3RhdGUoMTgwKSIgb3BhY2l0eT0iMC4zNCIvPg0KPC9zdmc+DQo=);
}
.fields-section .swiper-button-prev:hover, .items-section .swiper-button-prev:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4xMTUiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMS4xMTUgMTgiPg0KICA8cGF0aCBpZD0iSWNvbl9tYXRlcmlhbC1rZXlib2FyZC1hcnJvdy1yaWdodCIgZGF0YS1uYW1lPSJJY29uIG1hdGVyaWFsLWtleWJvYXJkLWFycm93LXJpZ2h0IiBkPSJNMTIuODg1LDI0LjUxbDYuODctNi44ODUtNi44Ny02Ljg4NUwxNSw4LjYyNWw5LDktOSw5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQgMjYuNjI1KSByb3RhdGUoMTgwKSIgZmlsbD0iIzExMzY4MCIvPg0KPC9zdmc+DQo=);
}
.fields-section .swiper-button-next, .items-section .swiper-button-next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4xMTUiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMS4xMTUgMTgiPg0KICA8cGF0aCBpZD0iSWNvbl9tYXRlcmlhbC1rZXlib2FyZC1hcnJvdy1yaWdodCIgZGF0YS1uYW1lPSJJY29uIG1hdGVyaWFsLWtleWJvYXJkLWFycm93LXJpZ2h0IiBkPSJNMTIuODg1LDI0LjUxbDYuODctNi44ODUtNi44Ny02Ljg4NUwxNSw4LjYyNWw5LDktOSw5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjg4NSAtOC42MjUpIiBmaWxsPSIjYThhOGE4Ii8+DQo8L3N2Zz4NCg==);
}
.fields-section .swiper-button-next:hover, .items-section .swiper-button-next:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4xMTUiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMS4xMTUgMTgiPg0KICA8cGF0aCBpZD0iSWNvbl9tYXRlcmlhbC1rZXlib2FyZC1hcnJvdy1yaWdodCIgZGF0YS1uYW1lPSJJY29uIG1hdGVyaWFsLWtleWJvYXJkLWFycm93LXJpZ2h0IiBkPSJNMTIuODg1LDI0LjUxbDYuODctNi44ODUtNi44Ny02Ljg4NUwxNSw4LjYyNWw5LDktOSw5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjg4NSAtOC42MjUpIiBmaWxsPSIjMTEzNjgwIi8+DQo8L3N2Zz4NCg==);
}
.items-section .swiper-pagination {
	position: static;
	padding-top: 20px;
}
.items-slider .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: 0 0;
    border: 1px solid #113680!important;
    opacity: 1;
    margin: 0 9px!important
}
.items-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #113680;
    border: 1px solid #113680!important;
    margin: 0 9px!important
}
@media(max-width:1200px) {
    .container {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .three-col .col h2 {
        font-size: 5.75rem;
    }
    .total:after {
        font-size: 5.75rem;
    }
    .three-col .col span {
        font-size: 0.75rem;
    }
    .cc-text p {
        font-size: 1.25rem;
    }
    .c-flexy {
        flex-wrap: wrap;
    }
    .content-cards .c-flexy {
        gap: 0;
    }
    .content-cards li .cc-text {
        padding: 40px;
    }
    .wide-container {
        padding: 0;
    }
}
@media (min-width: 991px){
    .menu-toggle {
        display: none;
    }
}
@media(max-width:990px){
    .navigation {
        display: none;
    }
    .nav {
        display: block;
        position: fixed;
        background-color: #fff;
        width: 100%;
        height: 100%;
        top: -100%;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        transform: scale(0);
        padding-top: 50px;
        z-index: 9999;
        border-top: 1px solid rgba(17,54,128,0.2);
    }
   
    #toggle:checked + .hamburger .top-bun {
          transform: rotate(-45deg);
          margin-top: 13px;
        }
        #toggle:checked + .hamburger .bottom-bun {
          opacity: 0;
          transform: rotate(45deg);
        }
        #toggle:checked + .hamburger .meat {
          transform: rotate(45deg);
          margin-top: -4px;
        }
        
        #toggle:checked + .hamburger + .nav {
          top: 96px;
          transform: scale(1);
        }
        .nav ul {
            padding-left: 20px;
            list-style: none;
        }
        .nav ul li {
            margin-bottom: 20px;
        }
        .nav ul li a {
            font-family: "Mal-Bold";
            font-size: 2rem;
            color: #113680;
            font-weight: normal;
        }
    .pre-footer .col {
        width: 100%;
    }
    .social-col {
        padding-left: 0;
    }
    .newsletter-col {
        margin-bottom: 30px;
    }
    .social-wrapper {
        padding-top: 30px;
    }
    footer > .container > .c-flexy > div:nth-last-child(-n+3) {
        display: none;
    }
    .fields-section {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .fields-section .swiper-navigation {
        top: -10px;
    }
    .swiper-slide.middle .field-card {
        margin-top: 0;
    }
    .field-card {
        padding: 30px 25px;
    }
    .field-card h2 {
        font-size: 1.375rem;
    }
    .adv-card {
        width: 50%;
        padding: 0 25px 40px;
    }
    .title-wrapper .art-container {
        padding-bottom: 60px;
    }
    .text-wrapper h1 br {
        display: none;
    }
}
@media(max-width:770px) {
    .content-cards .c-flexy > div {
        width: 100%;
    }
    .content-cards li .cc-text {
        order: 2;
    }
    .content-cards li .cc-image {
        order: 1;
    }
    .three-col .col h2 {
        font-size: 4.35rem;
    }
    .total:after {
        font-size: 4.35rem;
    }
    .section-title h2 {
        font-family: "Mal-Book";
        font-size: 2.375rem;
    }
    .aboutus-section .col {
        width: 100%;
    }
    .aboutus-section .background-holder {
        height: 300px;
    }
    .aboutus-section p {
        max-width: 100%;
    }
    .blog-wrapper .a-card {
        width: 100%;
        margin-bottom: 30px;
    }
    .blog-section {
        margin-bottom: 80px;
    }
    .blog-wrapper {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .text-wrapper h1 {
        font-size: 2.125rem;
    }
    .art-container {
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        margin-bottom: 40px;
    }
}
@media(max-width:550px){
    .header-wrapper {
        padding: 15px 0;
    }
    .header-top .c-flexy {
        height: 26px;
    }
    .identity img {
        width: 45vw;
    }
    .apply-btn {
        font-size: 2.5vw;
        margin-left: 15px;
        padding: 7px 13px;
    }
    #toggle:checked + .hamburger + .nav {
        top: 56px;
    }
    .nav ul li a {
        font-size: 6vw;
    }
    .hero-section {
        width: 100%;
        height: auto;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }
    .hero-image {
        position: static;
        height: 250px;
        background-position: right center;
    }
    .hero-text {
        background-color: #113680;
        padding: 30px 0;
    }
    .hero-text h3 {
        font-size: 4vw;
    }
    .hero-text h1 {
        font-size: 10vw;
    }
    .three-col {
        margin-bottom: 30px;
    }
    .three-col .col {
        opacity: 1;
        padding: 0 10px;
    }
    .three-col .col h2 {
        font-size: 11vw;
        font-family: "Mal-Light";
        margin-bottom: 10px;
    }
    .total:after {
        font-size: 11vw;
        font-family: "Mal-Light";
        margin-left: -11px;
        top: -10px;
    }
    .three-col .col span {
        font-size: 2vw;
    }
    .text-text {
        font-size: 6vw;
    }
    .figures-section {
        margin-bottom: 45px;
    }
    .application-card {
        width: 100%;
    }
    .card-txt h3 {
        font-size: 7vw;
    }
    .application-section {
        margin-bottom: 20px;
    }
    .content-cards-section {
        margin-bottom: 50px;
    }
    .section-title {
        padding-right: 20px;
        padding-left: 20px;
    }
    .section-title h3 {
        font-size: 7vw;
    }
    .section-title p {
        font-size: 1rem;
    }
    .half h3 {
        font-size: 5vw;
    }
    .half p {
        font-size: 3.3vw;
        line-height: 1.3em;
    }
    .application-steps-section .lnk-row a {
        font-size: 3vw;
    }
    .half h3:after {
        font-size: 2.6rem;
        position: absolute;
        top: -4px;
        transform: none;
        line-height: 30px;
    }
    .application-steps-section {
        margin-bottom: 70px;
    }
    .fields-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .fields-slider {
        padding-bottom: 40px!important;
    }
    .section-title h2 {
        font-size: 7.5vw;
    }
    .pre-footer {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .newsletter-col p {
        font-size: 4.5vw;
    }
    .nl-input {
        width: calc(100% - 143px);
    }
    .social-wrapper span {
        font-size: 6vw;
    }
    .social-links li {
        margin-right: 25px;
    }
    .items-slider .swiper-slide {
        width: 300px;
    }
    .item-image figure {
        width: 155px;
        height: 155px;
    }
    .item-card {
        padding-top: 40px;
    }
    .item-text {
        text-align: center;
        padding: 25px;
    }
    .benefits-slider .item-text {
        padding: 25px 0;
    }
    .aboutus-section .col .col-inner {
        padding: 30px 20px;
    }
    .aboutus-section h1 {
        font-size: 9vw;
    }
    .aboutus-section p {
        font-size: 4.4vw;
    }
    .aboutus-section .underline span {
        background-size: 100% 5px;
    }
    .aboutus-section {
        margin-bottom: 50px;
    }
    .item-text .name {
        font-size: 5.5vw;
    }
    .blog-wrapper .a-card {
        padding: 10px;
    }
    .blog-wrapper .a-head {
        font-size: 5.7vw;
    }
    .blog-wrapper .a-exc {
        font-size: 4vw;
    }
    .kerko-vakanca {
        width: 100%;
    }
    .search-input {
        width: calc(100% - 43px);
    }
    .search-input::placeholder {
        font-size: 4.2vw;
    }
    .text-wrapper h1 {
        font-size: 8vw;
    }
    .text-wrapper h1 br {
        display: none;
    }
    .search-btn {
        width: 43px;
        height: 43px;
    }
    .text-wrapper {
        padding: 40px 0 50px;
    }
    .banner-text-section {
        margin-bottom: 50px;
    }
    .text-left {
        padding: 22px 20px 0;
    }
    .text-left .item-text h4 {
        font-size: 5.5vw;
    }
    .text-left .item-text p {
        font-size: 4.4vw;
        line-height: 1.3em;
    }
    .items-section {
        margin-bottom: 60px;
    }
    .advices-section {
        padding: 50px 0 20px;
    }
    button.accordion {
        padding: 16px 20px;
        font-size: 5.3vw;
        transition: 0.4s;
        border-radius: 18px;
        background-color: transparent;
        font-family: "Mal-Book";
        letter-spacing: -0.02em;
    }
    button.accordion:after {
        width: 14px;
        height: 14px;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 0;
        background-size: 100%;
    }
    .accordionWrapper {
        padding-top: 20px;
    }
    .panel {
        padding: 16px 20px 30px 16px;
    }
    .panel p {
        font-size: 4.5vw;
        line-height: 1.6em;
    }
    .field-card p {
        font-size: 4vw;
    }
    .advantages-wrapper {
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .advantages-section .sec-title {
        font-size: 9vw;
        margin-bottom: 40px;
        margin-left: 1rem;
    }
    .adv-card {
        padding: 0 .5rem 1rem;
    }
    .adv-card > div {
        padding: 1rem;
        height: 150px;
    }
    .adv-card h4 {
        font-size: 4.5vw;
    }
    .adv-card .apliko-tani {
        padding: 1rem;
        font-size: 4.5vw;
    }
    .media-swiper .swiper-slide {
        padding: 2rem 1rem 3rem;
    }
    .media-card h3 {
        font-size: 6vw;
    }
    .media-card span {
        font-size: 4vw;
    }
    .media-swiper .swiper-pagination {
        padding-left: 1rem;
    }
    .media-slider-section .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
    .media-slider-section {
        margin-bottom: 50px;
    }
    .art-title h1 {
        font-size: 7vw;
    }
    .title-wrapper .art-container {
        padding-bottom: 40px;
    }
   .art-text {
        padding-top: 30px;
        margin-bottom: 40px;
    }
    .art-text h3 {
        font-size: 5.5vw;
    }
    .art-text hr {
        margin: 30px 0 20px
    }
    .title-header {
        font-size: 9vw;
    }
    .other-art .a-card_image {
        margin-right: 20px;
    }
    .other-art .a-head {
        font-size: 5.5vw;
        margin-bottom: 10px;
        line-height: 1.2em;
    }
    .other-art .a-exc {
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    .art-container {
        margin-bottom: 0;
    }
    .art-title span {
        font-size: 3vw;
        margin-bottom: 10px;
    }
    .blog-title h2 {
        margin-bottom: 20px;
    }
    .blog-section {
        margin-bottom: 40px;
    }
    
    .item-text .quote {
        font-size: 4vw;
    }
    .item-text .job {
        font-size: 5.5vw;
        margin-bottom: 20px;
    }
    .images-slider .swiper-slide {
        width: 300px;
    }
}