*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  min-width: 320px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: relative;
  text-rendering: optimizeSpeed;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  margin: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

button {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: not-allowed;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
}
a:hover, a:focus {
  outline: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 0;
  text-align: left;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input,
textarea {
  font: inherit;
  color: inherit;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #ccc;
  opacity: 1;
}

textarea {
  resize: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden,
[hidden] {
  display: none !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

:focus-visible {
  outline: 2px dashed #005fcc;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 1rem 0;
}

code,
pre {
  font-family: monospace, monospace;
  font-size: 1rem;
  overflow-x: auto;
}

strong {
  font-weight: bold;
}

@font-face {
  font-family: "KappaDisplay";
  src: url("../fonts/Light/KappaDisplay-Light.eot");
  src: url("../fonts/Light/KappaDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Light/KappaDisplay-Light.woff") format("woff"), url("../fonts/Light/KappaDisplay-Light.ttf") format("truetype"), url("../fonts/Light/KappaDisplay-Light.svg#KappaDisplayLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KappaDisplay";
  src: url("../fonts/Regular/KappaDisplay-Regular.eot");
  src: url("../fonts/Regular/KappaDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Regular/KappaDisplay-Regular.woff") format("woff"), url("../fonts/Regular/KappaDisplay-Regular.ttf") format("truetype"), url("../fonts/Regular/KappaDisplay-Regular.svg#KappaDisplayRegular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KappaDisplay";
  src: url("../fonts/Bold/KappaDisplay-Bold.eot");
  src: url("../fonts/Bold/KappaDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Bold/KappaDisplay-Bold.woff") format("woff"), url("../fonts/Bold/KappaDisplay-Bold.ttf") format("truetype"), url("../fonts/Bold/KappaDisplay-Bold.svg#KappaDisplayBold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KappaDisplay";
  src: url("../fonts/Black/KappaDisplay-Black.eot");
  src: url("../fonts/Black/KappaDisplay-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Black/KappaDisplay-Black.woff") format("woff"), url("../fonts/Black/KappaDisplay-Black.ttf") format("truetype"), url("../fonts/Black/KappaDisplay-Black.svg#KappaDisplayBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  max-width: 100%;
}
@media (min-width: 575px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 820px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1202px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1502px;
  }
}

body {
  color: #1E3B70;
  font-size: 22px;
  font-family: "KappaDisplay", sans-serif;
}

html :where(.wp-block) {
  max-width: 90% !important;
}

.editor-styles-wrapper {
  padding-bottom: 0 !important;
  overflow: hidden;
}

html {
  margin-top: 0 !important;
}

.overflow_body {
  overflow: hidden;
}

.btn-up {
  position: fixed;
  right: 20px;
  bottom: 190px;
  width: 39px;
  height: 39px;
  background: #98AE35;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
}
@media (max-width: 820px) {
  .btn-up {
    right: 8px;
  }
}
.btn-up.show {
  opacity: 1;
  pointer-events: visible;
}
.btn-up:hover {
  opacity: 0.7;
}

.m-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}
.m-contact a {
  color: #fff;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .m-contact a {
    font-size: 22px;
  }
}
.m-contact a svg {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-contact a:hover {
  opacity: 0.7;
}
.m-contact a:nth-child(2) svg {
  position: relative;
  top: 3px;
}

.s-content-page {
  margin: 111px 0 140px 0;
}
@media (max-width: 576px) {
  .s-content-page {
    margin: 60px 0;
  }
}
.s-content-page h1 {
  margin-bottom: 50px;
  color: #1E3B70;
}
@media (max-width: 576px) {
  .s-content-page h1 {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .s-content-page h2 {
    font-size: 35px;
  }
}
.s-content-page h2, .s-content-page h3, .s-content-page h4, .s-content-page h5, .s-content-page h6 {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .s-content-page h2, .s-content-page h3, .s-content-page h4, .s-content-page h5, .s-content-page h6 {
    margin-bottom: 15px;
  }
}
.s-content-page a {
  color: #1E3B70;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .s-content-page a {
    word-break: break-all;
  }
}
.s-content-page a:hover {
  text-decoration: none;
}
.s-content-page p {
  margin-bottom: 22px;
}
@media (max-width: 576px) {
  .s-content-page p {
    margin-bottom: 20px;
  }
}
.s-content-page ul {
  list-style-type: disc;
}
.s-content-page ol {
  list-style-type: decimal;
}
.s-content-page ul, .s-content-page ol {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 820px) {
  .s-content-page ul, .s-content-page ol {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .s-content-page ul, .s-content-page ol {
    font-size: 16px;
  }
}
.s-content-page ul li, .s-content-page ol li {
  margin-bottom: 15px;
  list-style-position: inside;
}
@media (max-width: 820px) {
  .s-content-page ul li, .s-content-page ol li {
    margin-bottom: 10px;
  }
}
.s-content-page ul li:last-child, .s-content-page ol li:last-child {
  margin-bottom: 0;
}
.s-content-page img {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .s-content-page img {
    margin-bottom: 15px;
  }
}

p a {
  font-weight: bold;
  text-decoration: underline;
  color: #1E3B70;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
p a:hover {
  text-decoration: none;
}

.s-opening-hours {
  background: #C0074A;
  padding: 17px 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}
@media (max-width: 1536px) {
  .s-opening-hours {
    padding: 17px 45px;
  }
}
@media (max-width: 992px) {
  .s-opening-hours {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s-opening-hours p {
  font-weight: 400;
  font-size: clamp(14px, 100vw / 1440 * 16, 16px);
  color: #fff;
  margin: clamp(0px, 100vw / 1440 * 0, 0px) clamp(20px, 100vw / 1440 * 70, 70px) clamp(0px, 100vw / 1440 * 0, 0px) clamp(0px, 100vw / 1440 * 0, 0px);
}
@media (max-width: 992px) {
  .s-opening-hours p {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.s-opening-hours a {
  font-weight: 700;
  font-size: clamp(14px, 100vw / 1440 * 16, 16px);
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.s-opening-hours a:hover {
  text-decoration: none;
}
.s-opening-hours .close-banner {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  pointer-events: auto;
}
@media (max-width: 992px) {
  .s-opening-hours .close-banner {
    right: 10px;
    top: 10px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.s-opening-hours.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-hero {
  position: relative;
}
.s-hero .bg {
  width: 100%;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 270px 0 0;
}
@media (max-width: 576px) {
  .s-hero .bg {
    border-radius: 15px 100px 0px 0px;
    height: 196px;
  }
}
.s-hero .wrapper-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 580px;
  padding-top: 273px;
  padding-left: 114px;
}
@media (max-width: 820px) {
  .s-hero .wrapper-content {
    padding-left: 25px;
  }
}
@media (max-width: 576px) {
  .s-hero .wrapper-content {
    height: auto;
    position: static;
    padding: 32px 21px 10px 25px;
    background: #EFEFEF;
  }
}
.s-hero .grid {
  background: #EFEFEF;
  padding-bottom: 114px;
}
@media (max-width: 820px) {
  .s-hero .grid {
    padding-bottom: 41px;
  }
}
.s-hero .grid .inner-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 14px;
  position: relative;
  z-index: 9;
  max-width: 1152px;
  margin: -91px auto 0 auto;
}
@media (max-width: 1024px) {
  .s-hero .grid .inner-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 670px;
  }
}
@media (max-width: 576px) {
  .s-hero .grid .inner-box {
    margin-top: 0;
    padding: 20px 20px 0 20px;
  }
}
@media (min-width: 1920px) {
  .s-hero .grid .inner-box {
    max-width: 1502px;
  }
}
.s-hero .grid .inner-box .left-box article {
  background: #1464DA;
}
.s-hero .grid .inner-box .left-box article p {
  margin-bottom: 41px;
}
@media (max-width: 576px) {
  .s-hero .grid .inner-box .left-box article p {
    margin-bottom: 22px;
  }
}
.s-hero .grid .inner-box .right-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 820px) {
  .s-hero .grid .inner-box .right-box {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.s-hero .grid .inner-box .right-box article {
  background: #1E3B70;
  position: relative;
}
.s-hero .grid .inner-box .right-box article:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1px;
  height: 222px;
  background: #fff;
}
@media (max-width: 820px) {
  .s-hero .grid .inner-box .right-box article:after {
    width: calc(100% - 62px);
    height: 1px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: auto;
    bottom: 0;
  }
}
.s-hero .grid .inner-box .right-box article:last-child:after {
  content: none;
}
.s-hero .grid .inner-box article {
  padding: 54px 50px;
}
@media (max-width: 1280px) {
  .s-hero .grid .inner-box article {
    padding: 36px 31px;
  }
}
.s-hero .grid .inner-box article p {
  color: #fff;
}

.s-text {
  margin: clamp(85px, 100vw / 1440 * 98, 98px) clamp(0px, 100vw / 1440 * 0, 0px) clamp(95px, 100vw / 1440 * 240, 240px) clamp(0px, 100vw / 1440 * 0, 0px);
  text-align: center;
}
@media (max-width: 576px) {
  .s-text {
    text-align: left;
  }
}
.s-text h2 {
  font-size: 50px;
}
@media (max-width: 576px) {
  .s-text h2 {
    font-size: 34px;
  }
}
.s-text .wrapper-text {
  max-width: 875px;
  margin: 0 auto 53px auto;
}
@media (max-width: 576px) {
  .s-text .wrapper-text {
    margin-bottom: 42px;
  }
}
.s-text .wrapper-text p {
  margin-bottom: 35px;
}
.s-text .wrapper-text p:last-child {
  margin-bottom: 0;
}
.s-text .wrapper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 55px;
}
@media (max-width: 576px) {
  .s-text .wrapper-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s-text.s-text-2 {
  margin: clamp(15px, 100vw / 1440 * 98, 98px) clamp(0px, 100vw / 1440 * 0, 0px) clamp(35px, 100vw / 1440 * 128, 128px) clamp(0px, 100vw / 1440 * 0, 0px);
}
.s-text.s-text-2 .wrapper-text {
  max-width: 763px;
  margin: 0 auto;
}
.s-text.s-text-2 .wrapper-text p {
  font-size: 20px;
}
.s-text.s-text-3 {
  margin: clamp(76px, 100vw / 1440 * 98, 98px) clamp(0px, 100vw / 1440 * 0, 0px) clamp(76px, 100vw / 1440 * 128, 128px) clamp(0px, 100vw / 1440 * 0, 0px);
}
.s-text.s-text-3 .wrapper-text {
  max-width: 677px;
}
.s-text.s-text-3 .wrapper-text p {
  font-size: 20px;
}
.s-text.s-text-4 {
  margin: clamp(15px, 100vw / 1440 * 98, 98px) clamp(0px, 100vw / 1440 * 0, 0px) clamp(71px, 100vw / 1440 * 71, 71px) clamp(0px, 100vw / 1440 * 0, 0px);
}

.s-flotte {
  margin: clamp(76px, 100vw / 1440 * 98, 98px) clamp(0px, 100vw / 1440 * 0, 0px) clamp(76px, 100vw / 1440 * 275, 275px) clamp(0px, 100vw / 1440 * 0, 0px);
}
@media (max-width: 576px) {
  .s-flotte {
    overflow: hidden;
  }
}
.s-flotte .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 992px) {
  .s-flotte .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.s-flotte .left-box p {
  max-width: 387px;
  margin-bottom: 35px;
}
@media (max-width: 820px) {
  .s-flotte .left-box p {
    max-width: none;
  }
}
.s-flotte .right-box > img {
  max-width: 763px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 309px;
  margin-top: -15px;
}
@media (max-width: 1280px) {
  .s-flotte .right-box > img {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0;
    max-width: 100%;
  }
}

.s-boxes {
  margin: clamp(106px, 100vw / 1440 * 90, 90px) clamp(0px, 100vw / 1440 * 0, 0px) clamp(48px, 100vw / 1440 * 127, 127px) clamp(0px, 100vw / 1440 * 0, 0px);
}
.s-boxes .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 992px) {
  .s-boxes .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.s-boxes .grid article {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.2);
  padding: 32px 50px 51px 50px;
}
@media (max-width: 1366px) {
  .s-boxes .grid article {
    padding: 32px 28px;
  }
}
.s-boxes .grid article img {
  height: 60px;
  margin-bottom: 22px;
}
.s-boxes .grid article h5 {
  color: #1E3B70;
}
@media (max-width: 1366px) {
  .s-boxes .grid article h5 {
    font-size: 21px;
  }
}
@media (max-width: 992px) {
  .s-boxes .grid article h5 {
    font-size: 22px;
  }
}
.s-boxes .grid article p {
  margin-bottom: 43px;
}
@media (max-width: 576px) {
  .s-boxes .grid article p {
    margin-bottom: 26px;
  }
}

.s-quote {
  margin: clamp(35px, 100vw / 1440 * 120, 120px) auto clamp(0px, 100vw / 1440 * 0, 0px) auto;
}
.s-quote .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 629px 1fr;
  grid-template-columns: 629px 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1280px) {
  .s-quote .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .s-quote .grid {
    display: block;
  }
}
@media (min-width: 1920px) {
  .s-quote .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.s-quote .grid img {
  border-radius: 30px 270px 0px 0px;
}
@media (max-width: 576px) {
  .s-quote .grid img {
    border-radius: 15px 100px 0px 0px;
  }
}
.s-quote .grid blockquote {
  background: #1E3B70;
  position: relative;
  height: 100%;
  max-height: 371px;
  padding: 83px 114px 83px 164px;
}
@media (max-width: 1280px) {
  .s-quote .grid blockquote {
    padding: 78px 45px 40px 45px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .s-quote .grid blockquote {
    padding: 83px 26px 63px 14px;
  }
}
.s-quote .grid blockquote p {
  position: relative;
  z-index: 9;
}
.s-quote .grid blockquote:before {
  content: "";
  position: absolute;
  width: 500px;
  height: 100%;
  left: -500px;
  background: #1E3B70;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1280px) {
  .s-quote .grid blockquote:before {
    width: 200px;
    left: -200px;
  }
}
@media (max-width: 992px) {
  .s-quote .grid blockquote:before {
    content: none;
  }
}
.s-quote .grid blockquote:after {
  content: "";
  position: absolute;
  left: 79px;
  top: 36px;
  background: url("../img/quote.svg") no-repeat;
  width: 103px;
  height: 91px;
  background-size: contain;
}
@media (max-width: 576px) {
  .s-quote .grid blockquote:after {
    left: -15px;
    top: 24px;
  }
}
.s-quote .grid blockquote figcaption {
  margin-top: 45px;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 576px) {
  .s-quote .grid blockquote figcaption {
    margin-top: 17px;
  }
}
.s-quote .grid blockquote figcaption strong {
  font-weight: 900;
}

.s-icons {
  padding: clamp(60px, 100vw / 1440 * 144, 144px) clamp(0px, 100vw / 1440 * 0, 0px) clamp(76px, 100vw / 1440 * 150, 150px) clamp(0px, 100vw / 1440 * 0, 0px);
  background: #EFEFEF;
  text-align: center;
}
@media (max-width: 576px) {
  .s-icons {
    text-align: left;
  }
}
.s-icons h2 {
  margin-bottom: 81px;
}
@media (max-width: 576px) {
  .s-icons h2 {
    margin-bottom: 51px;
  }
}
.s-icons .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  max-width: 87%;
  margin: 0 auto;
  gap: 32px;
}
@media (max-width: 992px) {
  .s-icons .grid {
    max-width: none;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .s-icons .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media (max-width: 576px) {
  .s-icons .grid article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.s-icons .grid article img {
  margin: 0 auto 18px auto;
  height: 60px;
}
@media (max-width: 576px) {
  .s-icons .grid article img {
    margin-left: 0;
    margin-right: 30px;
    height: auto;
    width: 60px;
    margin-bottom: 0;
  }
}

.s-timeline {
  margin: clamp(60px, 100vw / 1440 * 142, 142px) clamp(0px, 100vw / 1440 * 0, 0px) clamp(36px, 100vw / 1440 * 179, 179px) clamp(0px, 100vw / 1440 * 0, 0px);
  text-align: center;
  overflow: hidden;
}
@media (max-width: 576px) {
  .s-timeline {
    text-align: left;
  }
}
.s-timeline h2 {
  margin-bottom: 92px;
}
@media (max-width: 576px) {
  .s-timeline h2 {
    margin-bottom: 49px;
  }
}
.s-timeline .timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.s-timeline .timeline .item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .s-timeline .timeline .item {
    padding-bottom: 40px;
  }
}
.s-timeline .timeline .item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  bottom: 0;
  width: 6px;
  height: 100%;
  background: #EFEFEF;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 576px) {
  .s-timeline .timeline .item:before {
    left: 8px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.s-timeline .timeline .item:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13px;
  height: 13px;
  background: #1464DA;
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 576px) {
  .s-timeline .timeline .item:after {
    left: 11px;
  }
}
.s-timeline .timeline .item p {
  max-width: 285px;
  margin-left: auto;
}
.s-timeline .timeline .item.left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 576px) {
  .s-timeline .timeline .item.left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.s-timeline .timeline .item.left .content {
  text-align: left;
}
.s-timeline .timeline .item.left .content p {
  max-width: 285px;
  margin-right: auto;
  margin-left: 0;
}
.s-timeline .timeline .item.right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.s-timeline .timeline .item .content {
  width: 44%;
  text-align: right;
}
@media (max-width: 576px) {
  .s-timeline .timeline .item .content {
    width: auto;
    text-align: left;
    margin-left: 59px;
    margin-top: 3px;
  }
}
.s-timeline .timeline .item .content .date {
  color: #1464DA;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 3px;
}
.s-timeline .timeline .item:last-child {
  padding-bottom: 0;
}
.s-timeline .timeline .item:last-child:before {
  height: calc(100% - 10px);
}
@media (max-width: 576px) {
  .s-timeline .timeline .item:last-child:before {
    height: calc(100% - 61px);
  }
}

.s-text-image {
  margin: clamp(36px, 100vw / 1440 * 100, 100px) clamp(0px, 100vw / 1440 * 0, 0px) clamp(76px, 100vw / 1440 * 130, 130px) clamp(0px, 100vw / 1440 * 0, 0px);
}
.s-text-image .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 122px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 576px) {
  .s-text-image .grid {
    gap: 81px;
  }
}
@media (max-width: 992px) {
  .s-text-image .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.s-text-image .grid img {
  width: 100%;
  display: block;
}

.s-full-image img {
  width: 100%;
  height: 398px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 576px) {
  .s-full-image img {
    height: 196px;
  }
}

.s-links {
  margin: clamp(46px, 100vw / 1440 * 80, 80px) clamp(0px, 100vw / 1440 * 0, 0px) clamp(67px, 100vw / 1440 * 67, 67px) clamp(0px, 100vw / 1440 * 0, 0px);
  text-align: center;
}
@media (max-width: 576px) {
  .s-links {
    text-align: left;
  }
}
.s-links h2 {
  font-size: 50px;
}
@media (max-width: 576px) {
  .s-links h2 {
    font-size: 34px;
  }
}
.s-links p {
  max-width: 745px;
  margin: 0 auto;
  font-size: 20px;
}
.s-links .wrapper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media (max-width: 576px) {
  .s-links .wrapper-nav {
    margin-top: 44px;
  }
}
.s-links nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  padding: 13px 51px;
  -webkit-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
@media (max-width: 576px) {
  .s-links nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 8px);
    gap: 24px;
    padding: 32px 51px;
    text-align: center;
  }
}
.s-links nav a {
  font-weight: 900;
  font-size: 22px;
  color: #1E3B70;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.s-links nav a:hover {
  opacity: 0.7;
}

.s-slider {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .s-slider {
    padding: 23px 0 0 0;
  }
}
.s-slider .wrapper-title {
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 992px) {
  .s-slider .wrapper-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .s-slider .wrapper-title {
    max-width: 91%;
    margin-left: auto;
    margin-right: auto;
  }
}
.s-slider .wrapper-title h2, .s-slider .wrapper-title h4 {
  color: #fff;
}
.s-slider .wrapper-title h2 strong, .s-slider .wrapper-title h4 strong {
  color: #fff;
}
.s-slider .wrapper-title h2 {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .s-slider .wrapper-title h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s-slider .wrapper-navigation {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-slider .wrapper-navigation .swiper-pagination-1 {
  width: 115px;
  color: #fff;
}
.s-slider .wrapper-navigation .swiper-pagination-1 span {
  color: #fff;
  font-size: 18px;
}
.s-slider .wrapper-navigation .swiper-pagination-1 span.swiper-pagination-current {
  font-weight: 700;
}
@media (max-width: 992px) {
  .s-slider .wrapper-navigation .swiper-pagination-1 {
    width: auto;
    white-space: nowrap;
    margin-left: auto;
  }
}
.s-slider .wrapper-navigation .swiper-pagination-2 span {
  width: 11px;
  height: 11px;
  background: #8795B0;
  opacity: 1;
}
@media (max-width: 992px) {
  .s-slider .wrapper-navigation .swiper-pagination-2 span {
    margin: 0 2px;
  }
}
.s-slider .wrapper-navigation .swiper-pagination-2 span.swiper-pagination-bullet-active {
  background: #1464DA;
}
@media (max-width: 992px) {
  .s-slider .wrapper-navigation .swiper-pagination-2 {
    width: auto;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (max-width: 992px) {
  .s-slider .wrapper-navigation {
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 24px;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .s-slider .wrapper-navigation {
    margin-right: 25px;
  }
}
.s-slider .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
@media (max-width: 992px) {
  .s-slider .grid {
    display: block;
  }
}
.s-slider .slider-btn-right {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  right: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 99;
}
@media (max-width: 992px) {
  .s-slider .slider-btn-right {
    width: 30px;
    height: 30px;
    right: 32px;
  }
}
@media (max-width: 576px) {
  .s-slider .slider-btn-right {
    right: 8px;
  }
}
.s-slider p {
  color: #fff;
}
@media (max-width: 992px) {
  .s-slider p {
    padding: 0 25px;
  }
}
.s-slider .swiper-slide {
  overflow: hidden;
  height: auto;
}
@media (max-width: 992px) {
  .s-slider .swiper-slide {
    min-height: 450px;
  }
}
@media (max-width: 576px) {
  .s-slider .swiper-slide {
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .s-slider .swiper-slide:nth-child(3), .s-slider .swiper-slide:nth-child(4) {
    padding-right: 50px;
    padding-bottom: 35px;
  }
}
.s-slider ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 34px;
}
.s-slider ul li:last-child {
  margin-bottom: 0;
}
.s-slider ul li img {
  width: 70px;
  height: 36px;
}
@media (max-width: 992px) {
  .s-slider ul {
    padding: 0 25px;
  }
}
.s-slider .right-box {
  position: relative;
}
.s-slider .image-slider {
  max-width: none;
  width: 800px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-left: -43px;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .s-slider .image-slider {
    width: 650px;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .s-slider .image-slider {
    width: 550px;
  }
}
@media (max-width: 992px) {
  .s-slider .image-slider {
    width: 540px;
    bottom: 0;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .s-slider .image-slider {
    width: 465px;
    left: -25px;
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 421px) {
  .s-slider .image-slider {
    width: 420px;
  }
}
.s-slider.s-slider-2 .wrapper-title h2, .s-slider.s-slider-2 .wrapper-title h4 {
  color: #1E3B70;
}
.s-slider.s-slider-2 .wrapper-title h2 strong, .s-slider.s-slider-2 .wrapper-title h4 strong {
  color: #1E3B70;
}
.s-slider.s-slider-2 p {
  color: #1E3B70;
}
.s-slider.s-slider-2 ul li {
  color: #1E3B70;
}
.s-slider.s-slider-2 .swiper-pagination-1 {
  color: #1E3B70;
}
.s-slider.s-slider-2 .swiper-pagination-1 span {
  color: #1E3B70;
}
@media (max-width: 992px) {
  .s-slider .m-slider-pc {
    display: none;
  }
}
.s-slider .m-slider-mob {
  display: none;
}
@media (max-width: 992px) {
  .s-slider .m-slider-mob {
    display: block;
    max-width: 670px;
    margin: 0 auto;
  }
}

.s-reiseangebote {
  margin: clamp(76px, 100vw / 1440 * 146, 146px) clamp(0px, 100vw / 1440 * 0, 0px) clamp(76px, 100vw / 1440 * 190, 190px) clamp(0px, 100vw / 1440 * 0, 0px);
}
.s-reiseangebote .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.8fr 1fr;
  grid-template-columns: 1.8fr 1fr;
  gap: 109px;
}
@media (max-width: 992px) {
  .s-reiseangebote .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .s-reiseangebote .grid {
    gap: 20px;
  }
}
.s-reiseangebote .left-box .wrapper-img {
  position: relative;
}
.s-reiseangebote .left-box .wrapper-img .image {
  margin-bottom: 38px;
}
.s-reiseangebote .left-box .wrapper-img .image img {
  border-radius: 30px 270px 0 0;
}
@media (max-width: 576px) {
  .s-reiseangebote .left-box .wrapper-img .image img {
    border-radius: 15px 100px 0px 0px;
  }
}
.s-reiseangebote .left-box .wrapper-img .circle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 190px;
  height: 190px;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .s-reiseangebote .left-box .wrapper-img .circle {
    width: 155px;
    height: 155px;
    right: 0px;
    top: -90px;
  }
}
.s-reiseangebote .left-box h3 {
  margin-bottom: 36px;
}
@media (max-width: 576px) {
  .s-reiseangebote .left-box h3 br {
    display: none;
  }
}
.s-reiseangebote .right-box {
  padding-top: 40px;
}
.s-reiseangebote .right-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  padding: 13px 15px;
  border-bottom: 1px solid #EFEFEF;
}
.s-reiseangebote .right-box ul li:last-child {
  border-bottom: 0;
}

.s-bewerbung {
  margin: clamp(76px, 100vw / 1440 * 150, 150px) clamp(0px, 100vw / 1440 * 0, 0px) clamp(130px, 100vw / 1440 * 185, 185px) clamp(0px, 100vw / 1440 * 0, 0px);
}
.s-bewerbung .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.94fr 1fr;
  grid-template-columns: 0.94fr 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 992px) {
  .s-bewerbung .grid {
    display: block;
  }
}
@media (min-width: 1600px) {
  .s-bewerbung .grid {
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
  }
}
@media (min-width: 1920px) {
  .s-bewerbung .grid {
    -ms-grid-columns: 1.1fr 1fr;
    grid-template-columns: 1.1fr 1fr;
  }
}
.s-bewerbung .left-box {
  background: #1E3B70;
  border-radius: 30px 270px 0 0;
  padding: 82px 114px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1280px) {
  .s-bewerbung .left-box {
    padding: 50px 90px;
  }
}
@media (max-width: 576px) {
  .s-bewerbung .left-box {
    border-radius: 15px 100px 0px 0px;
    padding: 32px 21px 54px 21px;
  }
}
.s-bewerbung .left-box h3, .s-bewerbung .left-box p {
  color: #fff;
}
@media (max-width: 576px) {
  .s-bewerbung .left-box h3 {
    font-size: 28px;
  }
  .s-bewerbung .left-box h3 br {
    display: none;
  }
}
.s-bewerbung .left-box p {
  margin-bottom: 73px;
}
@media (max-width: 576px) {
  .s-bewerbung .left-box p {
    margin-bottom: 24px;
  }
}
.s-bewerbung .right-box {
  position: relative;
  margin-left: -46px;
}
@media (max-width: 992px) {
  .s-bewerbung .right-box {
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .s-bewerbung .right-box {
    margin-left: -146px;
  }
}
.s-bewerbung .right-box .circle-link {
  position: absolute;
  right: 83px;
  top: -122px;
  -webkit-animation: float-rotate 2s ease-in-out infinite alternate;
          animation: float-rotate 2s ease-in-out infinite alternate;
  width: 210px;
  height: 210px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .s-bewerbung .right-box .circle-link {
    top: auto;
    bottom: -100px;
  }
}
@media (max-width: 576px) {
  .s-bewerbung .right-box .circle-link {
    width: 155px;
    height: 155px;
    bottom: -64px;
    right: 20px;
  }
}
.s-bewerbung .right-box .circle-link img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes float-rotate {
  0% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  100% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
}
@keyframes float-rotate {
  0% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  100% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
}
.s-bewerbung.s-bewerbung-2 {
  margin: clamp(71px, 100vw / 1440 * 71, 71px) auto clamp(76px, 100vw / 1440 * 185, 185px) auto;
}
.s-bewerbung.s-bewerbung-2 .left-box {
  padding: 111px 102px 11px 102px;
}
@media (max-width: 1280px) {
  .s-bewerbung.s-bewerbung-2 .left-box {
    padding: 50px 70px;
  }
}
@media (max-width: 576px) {
  .s-bewerbung.s-bewerbung-2 .left-box {
    border-radius: 15px 100px 0px 0px;
    padding: 32px 21px 54px 21px;
  }
}
.s-bewerbung.s-bewerbung-2 address {
  font-size: 22px;
  color: #fff;
  font-style: normal;
  line-height: 1.7;
  margin-bottom: 62px;
}
.s-bewerbung.s-bewerbung-2 address strong {
  font-weight: 900;
}

.m-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 96%;
  width: 100%;
}
@media (max-width: 992px) {
  .m-width {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 820px) {
  .m-width {
    margin-left: 8px;
    margin-right: 8px;
    max-width: calc(100% - 16px);
  }
}
@media (min-width: 1920px) {
  .m-width {
    max-width: 1680px;
  }
}

main {
  position: relative;
}

html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 103px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 992px) {
  header {
    height: 85px;
  }
}
header .burger {
  display: none;
}
@media (max-width: 992px) {
  header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
}
header .close_menu {
  display: none;
  width: 42px;
  height: 31px;
  margin-left: auto;
  z-index: 999;
}
header .close_menu img {
  width: 100%;
  height: 100%;
}
header .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .wrapper-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  header .wrapper-menu {
    display: contents;
  }
}
@media (max-width: 992px) {
  header .wrapper-menu .btn.pc {
    display: none;
  }
}
header .wrapper-menu .btn.mob {
  display: none;
}
@media (max-width: 992px) {
  header .wrapper-menu .btn.mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
  }
}
header .logo {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 240px;
  height: 164px;
  background-color: #1464da;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (max-width: 992px) {
  header .logo {
    margin-right: auto;
    width: 161px;
    height: 100px;
  }
}
header .logo img.pc {
  width: 29.0277777778vw;
}
@media (max-width: 992px) {
  header .logo img.pc {
    display: none;
  }
}
header .logo img.mob {
  display: none;
}
@media (max-width: 992px) {
  header .logo img.mob {
    display: block;
  }
}
header .logo img.fixed, header .logo img.logo-fixed {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 18%;
  opacity: 0;
  -webkit-transition: bottom 0.4s;
  transition: bottom 0.4s;
}
@media (max-width: 992px) {
  header .logo img.fixed, header .logo img.logo-fixed {
    bottom: -2%;
  }
}
header .logo-fixed {
  -webkit-transform: translateY(-1000%);
      -ms-transform: translateY(-1000%);
          transform: translateY(-1000%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header.fixed {
  -webkit-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.2);
  height: 65px;
}
header.fixed .logo {
  -webkit-transform: translate(-50%, -99px);
      -ms-transform: translate(-50%, -99px);
          transform: translate(-50%, -99px);
  overflow: hidden;
}
@media (max-width: 992px) {
  header.fixed .logo {
    -webkit-transform: translate(-50%, -35px);
        -ms-transform: translate(-50%, -35px);
            transform: translate(-50%, -35px);
  }
}
header.fixed .logo img.pc, header.fixed .logo img.mob {
  opacity: 0;
}
header.fixed .logo img.fixed, header.fixed .logo img.logo-fixed {
  bottom: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  header.fixed .logo img.fixed, header.fixed .logo img.logo-fixed {
    bottom: 8%;
  }
}

.input_def, textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #778186;
  border-radius: 5px;
  padding: 8px 10px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

textarea {
  height: 172px !important;
  resize: none;
}

::-webkit-input-placeholder {
  color: #778186;
}

::-moz-placeholder {
  color: #778186;
}

:-ms-input-placeholder {
  color: #778186;
}

:-moz-placeholder {
  color: #778186;
}

.module-accordion .accordion-item {
  position: relative;
  -webkit-box-shadow: 0px 1px 7px #DBDBDB;
          box-shadow: 0px 1px 7px #DBDBDB;
}
.module-accordion .accordion-item .head {
  background-color: #FFFFFF;
  color: #563e6e;
  padding: 20px 30px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-accordion .accordion-item .head:hover {
  background-color: #ffe77a;
}
.module-accordion .accordion-item .head:hover .arrow {
  opacity: 1;
}
.module-accordion .accordion-item .arrow {
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.module-accordion .accordion-item .active {
  background-color: #ffe77a;
}
.module-accordion .accordion-item .arrow-animate {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}
.module-accordion .accordion-item .content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.module-accordion .accordion-item .content ul, .module-accordion .accordion-item .content ol {
  list-style: inside;
  line-height: 1.7;
}
.module-accordion .accordion-item .content p, .module-accordion .accordion-item .content ul, .module-accordion .accordion-item .content ol {
  font-size: 22px;
  color: #fff;
  max-width: 566px;
}
.module-accordion .accordion-item .content p a, .module-accordion .accordion-item .content ul a, .module-accordion .accordion-item .content ol a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.module-accordion .accordion-item .content p a:hover, .module-accordion .accordion-item .content ul a:hover, .module-accordion .accordion-item .content ol a:hover {
  opacity: 0.7;
}
.module-accordion .accordion-item .content p:last-child, .module-accordion .accordion-item .content ul:last-child, .module-accordion .accordion-item .content ol:last-child {
  margin-bottom: 0;
}
.module-accordion .accordion-item.active .head {
  background-color: #ffe77a;
}
.module-accordion .accordion-item.active .arrow {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}
.module-accordion .accordion-item.active .content {
  max-height: 2000px;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

.module__check input, .module__radio input {
  display: none;
}

.module__check {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module__check .text {
  font-size: 18px;
  color: #FFFFFF;
  padding-top: 3px;
}
.module__check .check {
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid red;
}
.module__check input:checked + .check {
  background: #fff url("../img/checkbox-icon.svg") no-repeat center center;
}

.module__radio {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  direction: ltr;
}
.module__radio .text {
  font-size: 18px;
  line-height: 24px;
  color: #32313B;
}
.module__radio .check {
  width: 21px;
  height: 21px;
  border: 2px solid #65656C;
  margin-right: 11px;
  border-radius: 50%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.module__radio input:checked + .check {
  background: transparent;
  border: 2px solid #4BBD8C;
}
.module__radio input:checked + .check:before {
  content: "";
  background: #4BBD8C;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.module-tabs .tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.module-tabs .tabs-nav li {
  list-style: none;
  margin-right: 20px;
}
.module-tabs .tabs-nav li:last-child {
  margin-right: 0;
}

.field-wrapper {
  position: relative;
}
.field-wrapper label {
  white-space: nowrap;
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 15px;
  color: #778186;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.field-wrapper.focused label {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: -8px;
  font-size: 10px;
  background: #fff;
  padding: 3px;
  z-index: 999;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
}
.breadcrumbs li {
  list-style: none;
  margin-right: 19px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumbs li:after {
  content: "";
  background: url("../img/arrow-down-lang.svg") no-repeat;
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 5px;
  height: 10px;
}
.breadcrumbs li:last-child {
  margin-right: 0;
}
.breadcrumbs li:last-child:after {
  content: none;
}
.breadcrumbs li span, .breadcrumbs li a {
  font-size: 14px;
  font-weight: 300;
  color: #A1A1A1;
  white-space: nowrap;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #1464DA;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  height: 53px;
  white-space: nowrap;
  padding: 0 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 576px) {
  .btn:hover {
    background: #3884F4;
    border-color: #3884F4;
    color: #fff;
  }
}
.btn.btn-border {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}
@media screen and (min-width: 576px) {
  .btn.btn-border:hover {
    background: #3884F4;
    color: #fff;
    border: 1px solid #3884F4;
  }
}
.btn.btn-border-2 {
  border: 1px solid #1464DA;
  color: #1464DA;
  background: none;
}
@media screen and (min-width: 576px) {
  .btn.btn-border-2:hover {
    background: #3884F4;
    border-color: #3884F4;
    color: #fff;
  }
}

p {
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 576px) {
  p {
    font-size: 18px;
  }
}

h1 {
  font-weight: 400;
  font-size: 70px;
  color: #fff;
  line-height: 1.1;
  -ms-hyphens: auto;
      hyphens: auto;
}
h1 strong {
  font-weight: 900;
}
@media (max-width: 820px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 40px;
    color: #1E3B70;
  }
}

h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
  -ms-hyphens: auto;
      hyphens: auto;
  margin-bottom: 33px;
}
@media (max-width: 576px) {
  h2 {
    margin-bottom: 23px;
  }
}
h2 strong {
  font-weight: 900;
  color: #1464DA;
}
@media (max-width: 576px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
  -ms-hyphens: auto;
      hyphens: auto;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  h3 {
    font-size: 34px;
  }
}
h3 strong {
  font-weight: 900;
  color: #1464DA;
}

h4 {
  font-weight: 700;
  font-size: 25px;
  -ms-hyphens: auto;
      hyphens: auto;
}

h5 {
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 13px;
  color: #fff;
  line-height: 1;
  -ms-hyphens: auto;
      hyphens: auto;
}

blockquote p {
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
}

.swiper-container {
  position: relative;
}

.slider_1_css {
  overflow: hidden;
  max-width: 420px;
}
@media (max-width: 992px) {
  .slider_1_css {
    max-width: none;
  }
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1200px;
  margin: 20px auto;
  height: 600px;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

body {
  padding-top: 103px;
}
@media (max-width: 992px) {
  body {
    padding-top: 127px;
  }
}

.main_menu {
  margin-right: 29px;
}
@media (max-width: 992px) {
  .main_menu {
    position: fixed;
    left: 0;
    top: 0;
    background: #EFEFEF;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    padding: 131px 30px 31px 30px;
    margin-right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
  }
}
.main_menu.active {
  pointer-events: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.main_menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .main_menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.main_menu > ul > li {
  list-style: none;
  margin: clamp(0px, 100vw / 1440 * 0, 0px) clamp(20px, 100vw / 1440 * 56, 56px) clamp(0px, 100vw / 1440 * 0, 0px) clamp(0px, 100vw / 1440 * 0, 0px);
  position: relative;
}
@media (max-width: 992px) {
  .main_menu > ul > li {
    margin-right: 0;
    border-bottom: 1px solid #1E3B70;
    width: 100%;
  }
}
.main_menu > ul > li:last-child {
  margin-right: 0;
}
.main_menu > ul > li > a {
  font-weight: 900;
  font-size: 20px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main_menu > ul > li > a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .main_menu > ul > li > a {
    font-size: 17px;
    color: #2F3B38;
    padding: 21px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_menu > ul > li > a:hover {
    text-decoration: none;
  }
}
.main_menu > ul > li:nth-child(2) {
  margin-right: 446px;
}
.main_menu > ul > li.current_page_item a {
  color: #1464DA;
  text-decoration: none;
}
.main_menu .menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_menu .menu-item-has-children > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .main_menu .menu-item-has-children > a span {
    width: 14px;
    height: 8px;
    position: absolute;
    top: 30px;
    right: 38px;
  }
}
@media (max-width: 992px) {
  .main_menu .menu-item-has-children > a span img {
    -webkit-filter: brightness(0) saturate(100%);
            filter: brightness(0) saturate(100%);
  }
}
.main_menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: visible;
}
@media (min-width: 992px) {
  .main_menu .menu-item-has-children:hover .icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.main_menu .menu-item-has-children.active > a {
  background: #B9B2A2;
  border-bottom: 1px transparent;
  border-radius: 70px;
  color: #fff;
}
.main_menu .menu-item-has-children.active .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main_menu .sub-menu {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  background: #B9B2A2;
  top: 56px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  min-width: 294px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
}
@media (max-width: 992px) {
  .main_menu .sub-menu {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.main_menu .sub-menu:before {
  content: "";
  width: 100%;
  height: 33px;
  background: transparent;
  position: absolute;
  top: -33px;
  left: 0;
}
@media (max-width: 992px) {
  .main_menu .sub-menu:before {
    content: none;
  }
}
@media (max-width: 992px) {
  .main_menu .sub-menu {
    background: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    min-width: auto;
    padding: 0;
    position: static;
    opacity: 1;
    display: none;
    margin: 15px 0;
  }
}
.main_menu .sub-menu li {
  list-style: none;
  position: relative;
}
.main_menu .sub-menu li:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
  width: 80%;
  height: 1px;
  background: #847B4F;
}
@media (max-width: 992px) {
  .main_menu .sub-menu li:before {
    content: none;
  }
}
.main_menu .sub-menu li:last-child:before {
  content: none;
}
.main_menu .sub-menu li a {
  font-size: 18px;
  color: #fff;
  padding: 20px 40px;
  display: block;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .main_menu .sub-menu li a {
    color: #2F3B38;
    padding: 18px 59px;
  }
}
.main_menu .sub-menu li a:hover {
  background: #847B4F;
}
@media (max-width: 992px) {
  .main_menu .sub-menu li a:hover {
    background: none;
  }
}
@media (max-width: 992px) {
  .main_menu .sub-menu.active {
    display: block;
  }
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border-color: red;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 13px 10px;
}

.wpcf7-list-item {
  margin-left: 0;
}

.module__check, .wpcf7-list-item {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  margin-bottom: 34px;
}
.module__check .text, .wpcf7-list-item .text {
  font-size: 14px;
  line-height: 180%;
  color: #D9CDC7;
}
.module__check .wpcf7-list-item-label, .wpcf7-list-item .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module__check .wpcf7-list-item-label:before, .wpcf7-list-item .wpcf7-list-item-label:before {
  width: 22px;
  height: 22px;
  border: 1px solid #D9CDC7;
  border-radius: 4px;
  margin-right: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.module__check input:checked + .wpcf7-list-item-label:before, .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  background: url("../img/check.svg") no-repeat center center;
  border: 1px solid #219653;
}

.wpcf7-spinner {
  margin: 0;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 30px;
}
.wpcf7-spinner:before {
  content: none;
}

.s-footer {
  width: 100%;
}
.s-footer a {
  color: #fff;
}
.s-footer .wrapper-top {
  background: #1E3B70;
  padding: 43px 0 55px 0;
  text-align: center;
}
@media (max-width: 820px) {
  .s-footer .wrapper-top {
    padding: 43px 0 46px 0;
  }
}
.s-footer .wrapper-top address {
  font-style: normal;
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
}
@media (max-width: 820px) {
  .s-footer .wrapper-top address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s-footer .wrapper-top address span {
  margin: 0 20px;
}
@media (max-width: 820px) {
  .s-footer .wrapper-top address span {
    margin: 0;
  }
}
.s-footer .wrapper-top address strong {
  font-weight: 900;
}
.s-footer .wrapper-top .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media (max-width: 820px) {
  .s-footer .wrapper-top .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s-footer .wrapper-top .line p {
  margin-right: 20px;
}
.s-footer .wrapper-top .line a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-right: 20px;
}
.s-footer .wrapper-top .line a svg {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.s-footer .wrapper-top .line a:last-child {
  margin-right: 0;
}
.s-footer .wrapper-bottom {
  margin-bottom: 30px;
  background: #1464DA;
  padding: 16px 0 19px 0;
}
@media (max-width: 820px) {
  .s-footer .wrapper-bottom {
    padding: 10px 0 21px 0;
    margin-bottom: 8px;
  }
}
.s-footer .wrapper-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 820px) {
  .s-footer .wrapper-bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
.s-footer .wrapper-bottom nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.s-footer .wrapper-bottom nav ul li a {
  font-size: 18px;
}
.s-footer .wrapper-bottom .copyright {
  font-size: 14px;
  color: #fff;
}
/*# sourceMappingURL=main.css.map */
