@import "../css/lib/slick/slick.min.css";
body,
button,
input,
select,
optgroup,
textarea,
p,
.p {
  font-family: "sofia-pro", s-apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 1279px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea,
  p,
  .p {
    font-size: min(max(16px, 16 * 1.5 / 768 * 100vw), 16 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea,
  p,
  .p {
    font-size: min(max(18px, 18 / 1280 * 100vw), 18px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea,
  p,
  .p {
    font-size: min(max(18px / 1.2, 18 / 1.2 / 900 * 100vh), 18px);
  }
}
@media only screen and (min-width: 1921px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea,
  p,
  .p {
    font-size: calc(18px * 1.2);
  }
}

p,
.p {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.38;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

.introTitle {
  color: #ffffff;
  position: relative;
  font-family: "PlayfairDisplay", s-apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.65em;
}
@media only screen and (max-width: 1279px) {
  .introTitle {
    font-size: min(max(12px, 12 * 1.5 / 768 * 100vw), 12 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .introTitle {
    font-size: min(max(20px, 20 / 1280 * 100vw), 20px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .introTitle {
    font-size: min(max(20px / 1.2, 20 / 1.2 / 900 * 100vh), 20px);
  }
}
@media only screen and (min-width: 1921px) {
  .introTitle {
    font-size: calc(20px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  .introTitle {
    margin-bottom: min(max(25px, 25 * 1.5 / 768 * 100vw), 25 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .introTitle {
    margin-bottom: min(max(50px, 50 / 1280 * 100vw), 50px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .introTitle {
    margin-bottom: min(max(50px / 1.2, 50 / 1.2 / 900 * 100vh), 50px);
  }
}
@media only screen and (min-width: 1921px) {
  .introTitle {
    margin-bottom: calc(50px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  .introTitle ~ .introTitle {
    font-size: min(max(12px, 12 * 1.5 / 768 * 100vw), 12 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .introTitle ~ .introTitle {
    font-size: min(max(12px, 12 / 1280 * 100vw), 12px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .introTitle ~ .introTitle {
    font-size: min(max(12px / 1.2, 12 / 1.2 / 900 * 100vh), 12px);
  }
}
@media only screen and (min-width: 1921px) {
  .introTitle ~ .introTitle {
    font-size: calc(12px * 1.2);
  }
}

.row-title {
  width: 70%;
  margin-inline: auto;
  text-align: center;
  color: #5273b3;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .row-title {
    margin-bottom: min(max(20px, 20 * 1.5 / 768 * 100vw), 20 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .row-title {
    margin-bottom: min(max(50px, 50 / 1280 * 100vw), 50px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .row-title {
    margin-bottom: min(max(50px / 1.2, 50 / 1.2 / 900 * 100vh), 50px);
  }
}
@media only screen and (min-width: 1921px) {
  .row-title {
    margin-bottom: calc(50px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  .row-title {
    width: 100%;
  }
}
.row-title.bg-title:before {
  content: attr(data-text);
  position: absolute;
  color: rgba(255, 255, 255, 0.45);
  top: 0;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
@media only screen and (max-width: 1279px) {
  .row-title.bg-title:before {
    font-size: min(max(120px, 120 * 1.5 / 768 * 100vw), 120 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .row-title.bg-title:before {
    font-size: min(max(250px, 250 / 1280 * 100vw), 250px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .row-title.bg-title:before {
    font-size: min(max(250px / 1.2, 250 / 1.2 / 900 * 100vh), 250px);
  }
}
@media only screen and (min-width: 1921px) {
  .row-title.bg-title:before {
    font-size: calc(250px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  .row-title.bg-title:before {
    max-width: calc(100vw - min(max(40px, 7.8125vw), 60px));
    left: calc(0px - (100vw - 100%) / 2 + min(max(40px, 7.8125vw), 60px));
  }
}
@media only screen and (min-width: 1280px) {
  .row-title.bg-title:before {
    max-width: unset;
    right: calc(0px - (100vw - 100%) / 2 + min(max(74px, 5.78125vw), 75px));
  }
}

.row-desc {
  text-align: center;
  width: 70%;
  margin-inline: auto;
}
@media only screen and (max-width: 1279px) {
  .row-desc {
    margin-bottom: min(max(26px, 26 * 1.5 / 768 * 100vw), 26 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .row-desc {
    margin-bottom: min(max(37px, 37 / 1280 * 100vw), 37px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .row-desc {
    margin-bottom: min(max(37px / 1.2, 37 / 1.2 / 900 * 100vh), 37px);
  }
}
@media only screen and (min-width: 1921px) {
  .row-desc {
    margin-bottom: calc(37px * 1.2);
  }
}

.c-container--xsmall .row-title,
.c-container--xsmall .row-desc {
  width: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  clear: both;
  margin-top: 0;
  margin-bottom: 0.8em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "PlayfairDisplay", s-apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: normal;
}

h1,
.h1 {
  line-height: 1.12;
}
@media only screen and (max-width: 1279px) {
  h1,
  .h1 {
    font-size: min(max(28px, 28 * 1.5 / 768 * 100vw), 28 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  h1,
  .h1 {
    font-size: min(max(48px, 48 / 1280 * 100vw), 58px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  h1,
  .h1 {
    font-size: min(max(48px / 1.2, 48 / 1.2 / 900 * 100vh), 48px);
  }
}
@media only screen and (min-width: 1921px) {
  h1,
  .h1 {
    font-size: calc(58px * 1.2);
  }
}

h2,
.h2 {
  line-height: 1.22;
}
@media only screen and (max-width: 1279px) {
  h2,
  .h2 {
    font-size: min(max(28px, 28 * 1.5 / 768 * 100vw), 28 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  h2,
  .h2 {
    font-size: min(max(40px, 40 / 1280 * 100vw), 45px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  h2,
  .h2 {
    font-size: min(max(40px / 1.2, 40 / 1.2 / 900 * 100vh), 40px);
  }
}
@media only screen and (min-width: 1921px) {
  h2,
  .h2 {
    font-size: calc(45px * 1.2);
  }
}

h3,
.h3 {
  line-height: 1.25;
}
@media only screen and (max-width: 1279px) {
  h3,
  .h3 {
    font-size: min(max(28px, 28 * 1.5 / 768 * 100vw), 28 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  h3,
  .h3 {
    font-size: min(max(40px, 40 / 1280 * 100vw), 40px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  h3,
  .h3 {
    font-size: min(max(40px / 1.2, 40 / 1.2 / 900 * 100vh), 40px);
  }
}
@media only screen and (min-width: 1921px) {
  h3,
  .h3 {
    font-size: calc(40px * 1.2);
  }
}

h4,
.h4 {
  line-height: 1.16;
}
@media only screen and (max-width: 1279px) {
  h4,
  .h4 {
    font-size: min(max(20px, 20 * 1.5 / 768 * 100vw), 20 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  h4,
  .h4 {
    font-size: min(max(37px, 37 / 1280 * 100vw), 37px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  h4,
  .h4 {
    font-size: min(max(37px / 1.2, 37 / 1.2 / 900 * 100vh), 37px);
  }
}
@media only screen and (min-width: 1921px) {
  h4,
  .h4 {
    font-size: calc(37px * 1.2);
  }
}

h5,
.h5 {
  line-height: 1.09;
}
@media only screen and (max-width: 1279px) {
  h5,
  .h5 {
    font-size: min(max(20px, 20 * 1.5 / 768 * 100vw), 20 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  h5,
  .h5 {
    font-size: min(max(32px, 32 / 1280 * 100vw), 32px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  h5,
  .h5 {
    font-size: min(max(32px / 1.2, 32 / 1.2 / 900 * 100vh), 32px);
  }
}
@media only screen and (min-width: 1921px) {
  h5,
  .h5 {
    font-size: calc(32px * 1.2);
  }
}

h6,
.h6 {
  font-weight: 800;
  line-height: 1.35;
}
@media only screen and (max-width: 1279px) {
  h6,
  .h6 {
    font-size: min(max(12px, 12 * 1.5 / 768 * 100vw), 12 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  h6,
  .h6 {
    font-size: min(max(14px, 14 / 1280 * 100vw), 14px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  h6,
  .h6 {
    font-size: min(max(14px / 1.2, 14 / 1.2 / 900 * 100vh), 14px);
  }
}
@media only screen and (min-width: 1921px) {
  h6,
  .h6 {
    font-size: calc(14px * 1.2);
  }
}

.single-post {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #233768;
}
.single-post * {
  color: #ffffff;
}
.single-post *:after {
  color: #ffffff;
}
.single-post > div {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 1279px) {
  .single-post > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-post__image {
  position: relative;
  overflow: hidden;
  order: -1;
}
.single-post__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.single-post__image a img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow-clip-margin: content-box;
  display: block;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.single-post__image a img:hover {
  transform: scale(1.1);
}
.single-post__info {
  display: flex;
  flex-direction: column;
  align-self: center;
}
@media only screen and (max-width: 1279px) {
  .single-post__info {
    padding-block: min(max(14px, 14 * 1.5 / 768 * 100vw), 14 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .single-post__info {
    padding-block: min(max(16px, 16 / 1280 * 100vw), 16px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .single-post__info {
    padding-block: min(max(16px / 1.2, 16 / 1.2 / 900 * 100vh), 16px);
  }
}
@media only screen and (min-width: 1921px) {
  .single-post__info {
    padding-block: calc(16px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  .single-post__info {
    padding-inline: min(max(27px, 27 * 1.5 / 768 * 100vw), 27 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .single-post__info {
    padding-inline: min(max(17px, 17 / 1280 * 100vw), 30px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .single-post__info {
    padding-inline: min(max(17px / 1.2, 17 / 1.2 / 900 * 100vh), 17px);
  }
}
@media only screen and (min-width: 1921px) {
  .single-post__info {
    padding-inline: calc(30px * 1.2);
  }
}
.single-post__info-date {
  font-weight: 200;
}
@media only screen and (max-width: 1279px) {
  .single-post__info-date {
    font-size: min(max(11px, 11 * 1.5 / 768 * 100vw), 11 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .single-post__info-date {
    font-size: min(max(12px, 12 / 1280 * 100vw), 12px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .single-post__info-date {
    font-size: min(max(12px / 1.2, 12 / 1.2 / 900 * 100vh), 12px);
  }
}
@media only screen and (min-width: 1921px) {
  .single-post__info-date {
    font-size: calc(12px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  .single-post__info-date {
    margin-bottom: min(max(7px, 7 * 1.5 / 768 * 100vw), 7 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .single-post__info-date {
    margin-bottom: min(max(12px, 12 / 1280 * 100vw), 30px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .single-post__info-date {
    margin-bottom: min(max(12px / 1.2, 12 / 1.2 / 900 * 100vh), 12px);
  }
}
@media only screen and (min-width: 1921px) {
  .single-post__info-date {
    margin-bottom: calc(30px * 1.2);
  }
}
.single-post__info-title {
  font-family: "sofia-pro", s-apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 800;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .single-post__info-title {
    font-size: min(max(16px, 16 * 1.5 / 768 * 100vw), 16 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .single-post__info-title {
    font-size: min(max(16px, 16 / 1280 * 100vw), 16px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .single-post__info-title {
    font-size: min(max(16px / 1.2, 16 / 1.2 / 900 * 100vh), 16px);
  }
}
@media only screen and (min-width: 1921px) {
  .single-post__info-title {
    font-size: calc(16px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  .single-post__info-title {
    padding-bottom: min(max(10px, 10 * 1.5 / 768 * 100vw), 10 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .single-post__info-title {
    padding-bottom: min(max(13px, 13 / 1280 * 100vw), 13px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .single-post__info-title {
    padding-bottom: min(max(13px / 1.2, 13 / 1.2 / 900 * 100vh), 13px);
  }
}
@media only screen and (min-width: 1921px) {
  .single-post__info-title {
    padding-bottom: calc(13px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  .single-post__info-title {
    margin-bottom: min(max(13px, 13 * 1.5 / 768 * 100vw), 13 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .single-post__info-title {
    margin-bottom: min(max(13px, 13 / 1280 * 100vw), 13px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .single-post__info-title {
    margin-bottom: min(max(13px / 1.2, 13 / 1.2 / 900 * 100vh), 13px);
  }
}
@media only screen and (min-width: 1921px) {
  .single-post__info-title {
    margin-bottom: calc(13px * 1.2);
  }
}
.single-post__info-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #ffffff;
  width: 25%;
}
.single-post__info-title:hover ~ .btn-arrow {
  transform: translateX(5px);
}
.single-post__info-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 200;
}
@media only screen and (max-width: 1279px) {
  .single-post__info-excerpt {
    font-size: min(max(16px, 16 * 1.5 / 768 * 100vw), 16 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .single-post__info-excerpt {
    font-size: min(max(14px, 14 / 1280 * 100vw), 16px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .single-post__info-excerpt {
    font-size: min(max(14px / 1.2, 14 / 1.2 / 900 * 100vh), 14px);
  }
}
@media only screen and (min-width: 1921px) {
  .single-post__info-excerpt {
    font-size: calc(16px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  .single-post__info-excerpt {
    margin-bottom: min(max(35px, 35 * 1.5 / 768 * 100vw), 35 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .single-post__info-excerpt {
    margin-bottom: min(max(35px, 35 / 1280 * 100vw), 35px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .single-post__info-excerpt {
    margin-bottom: min(max(35px / 1.2, 35 / 1.2 / 900 * 100vh), 35px);
  }
}
@media only screen and (min-width: 1921px) {
  .single-post__info-excerpt {
    margin-bottom: calc(35px * 1.2);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  .single-post__info-excerpt {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-width: 1279px) {
  .single-post__info-excerpt {
    margin-bottom: min(max(8px, 8 * 1.5 / 768 * 100vw), 8 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) {
  .single-post__info-excerpt {
    margin-bottom: min(max(8px, 8 / 1280 * 100vw), 8px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .single-post__info-excerpt {
    margin-bottom: min(max(8px / 1.2, 8 / 1.2 / 900 * 100vh), 8px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1921px) {
  .single-post__info-excerpt {
    margin-bottom: calc(8px * 1.2);
  }
}
.single-post__info .btn-arrow {
  margin-top: auto;
  margin-left: auto;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.single-post__info .btn-arrow:hover {
  transform: translateX(5px);
}

.slick-slider {
  width: 100%;
}

.slick-list {
  width: 100%;
}
.slick-list .slick-slide {
  padding-left: 2px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  overflow: hidden;
  transform: translateY(-50%);
  visibility: hidden;
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 1279px) {
  .slick-arrow {
    height: min(max(12px, 12 * 1.5 / 768 * 100vw), 12 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .slick-arrow {
    height: min(max(12px, 12 / 1280 * 100vw), 12px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .slick-arrow {
    height: min(max(12px / 1.2, 12 / 1.2 / 900 * 100vh), 12px);
  }
}
@media only screen and (min-width: 1921px) {
  .slick-arrow {
    height: calc(12px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  .slick-arrow {
    width: min(max(21px, 21 * 1.5 / 768 * 100vw), 21 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .slick-arrow {
    width: min(max(21px, 21 / 1280 * 100vw), 21px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .slick-arrow {
    width: min(max(21px / 1.2, 21 / 1.2 / 900 * 100vh), 21px);
  }
}
@media only screen and (min-width: 1921px) {
  .slick-arrow {
    width: calc(21px * 1.2);
  }
}
.slick-arrow:after {
  content: "\e902";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: visible;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  line-height: 1;
}
@media only screen and (max-width: 1279px) {
  .slick-arrow:after {
    font-size: min(max(12px, 12 * 1.5 / 768 * 100vw), 12 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .slick-arrow:after {
    font-size: min(max(12px, 12 / 1280 * 100vw), 12px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .slick-arrow:after {
    font-size: min(max(12px / 1.2, 12 / 1.2 / 900 * 100vh), 12px);
  }
}
@media only screen and (min-width: 1921px) {
  .slick-arrow:after {
    font-size: calc(12px * 1.2);
  }
}
.slick-arrow.slick-prev {
  right: calc(100% + 10px);
}
.slick-arrow.slick-prev:after {
  transform: scaleX(-1);
}
.slick-arrow.slick-next {
  left: calc(100% + 10px);
}
.slick-arrow span {
  display: none;
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
}

.slick-dots {
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  .slick-dots li {
    width: min(max(13px, 13 * 1.5 / 768 * 100vw), 13 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .slick-dots li {
    width: min(max(13px, 13 / 1280 * 100vw), 13px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .slick-dots li {
    width: min(max(13px / 1.2, 13 / 1.2 / 900 * 100vh), 13px);
  }
}
@media only screen and (min-width: 1921px) {
  .slick-dots li {
    width: calc(13px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  .slick-dots li {
    height: min(max(13px, 13 * 1.5 / 768 * 100vw), 13 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .slick-dots li {
    height: min(max(13px, 13 / 1280 * 100vw), 13px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .slick-dots li {
    height: min(max(13px / 1.2, 13 / 1.2 / 900 * 100vh), 13px);
  }
}
@media only screen and (min-width: 1921px) {
  .slick-dots li {
    height: calc(13px * 1.2);
  }
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-dots li button:before {
  width: 100%;
  height: 100%;
  line-height: 1;
}
@media only screen and (max-width: 1279px) {
  .slick-dots li button:before {
    font-size: min(max(13px, 13 * 1.5 / 768 * 100vw), 13 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .slick-dots li button:before {
    font-size: min(max(13px, 13 / 1280 * 100vw), 13px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .slick-dots li button:before {
    font-size: min(max(13px / 1.2, 13 / 1.2 / 900 * 100vh), 13px);
  }
}
@media only screen and (min-width: 1921px) {
  .slick-dots li button:before {
    font-size: calc(13px * 1.2);
  }
}
.slick-dots li:not(.slick-active) button {
  transform: scale(0.8);
}

.value .tabs {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media only screen and (max-width: 1279px) {
  .value .tabs {
    column-gap: min(max(60px, 60 * 1.5 / 768 * 100vw), 60 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .value .tabs {
    column-gap: min(max(40px, 40 / 1280 * 100vw), 60px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .value .tabs {
    column-gap: min(max(40px / 1.2, 40 / 1.2 / 900 * 100vh), 40px);
  }
}
@media only screen and (min-width: 1921px) {
  .value .tabs {
    column-gap: calc(60px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  .value .tabs {
    row-gap: min(max(15px, 15 * 1.5 / 768 * 100vw), 15 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .value .tabs {
    row-gap: min(max(15px, 15 / 1280 * 100vw), 15px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .value .tabs {
    row-gap: min(max(15px / 1.2, 15 / 1.2 / 900 * 100vh), 15px);
  }
}
@media only screen and (min-width: 1921px) {
  .value .tabs {
    row-gap: calc(15px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  .value .tabs {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1279px) {
  .value .tabs-lines {
    margin-right: min(max(60px, 60 * 1.5 / 768 * 100vw), 60 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .value .tabs-lines {
    margin-right: min(max(40px, 40 / 1280 * 100vw), 60px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .value .tabs-lines {
    margin-right: min(max(40px / 1.2, 40 / 1.2 / 900 * 100vh), 40px);
  }
}
@media only screen and (min-width: 1921px) {
  .value .tabs-lines {
    margin-right: calc(60px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  .value .tabs-lines {
    margin-bottom: min(max(15px, 15 * 1.5 / 768 * 100vw), 15 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .value .tabs-lines {
    margin-bottom: min(max(15px, 15 / 1280 * 100vw), 15px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .value .tabs-lines {
    margin-bottom: min(max(15px / 1.2, 15 / 1.2 / 900 * 100vh), 15px);
  }
}
@media only screen and (min-width: 1921px) {
  .value .tabs-lines {
    margin-bottom: calc(15px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  .value .tabs-lines {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1279px) {
  .value .tabs-lines svg {
    max-height: 125px;
  }
}
.value .tabs-lines svg line {
  opacity: 0.3;
  transition: opacity linear 0.3s;
}
.value .tabs-lines svg line.selected {
  opacity: 1;
}
.value .tabs-title {
  display: flex;
  width: 18%;
  justify-content: center;
  flex-direction: column;
  row-gap: 7px;
}
@media only screen and (max-width: 1279px) {
  .value .tabs-title {
    display: none;
  }
}
.value .tabs-title .tab-title {
  position: relative;
}
.value .tabs-title .tab-title input {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
@media only screen and (min-width: 1280px) {
  .value .tabs-title .tab-title input:hover + label {
    background-size: 100% 100%;
  }
  .value .tabs-title .tab-title input:hover + label:after {
    opacity: 1;
  }
}
.value .tabs-title .tab-title input.selected + label {
  z-index: calc(var(--tabsLength) + 1);
}
@media only screen and (min-width: 1280px) {
  .value .tabs-title .tab-title input.selected + label {
    background-size: 100% 100%;
  }
  .value .tabs-title .tab-title input.selected + label:after {
    opacity: 1;
  }
}
.value .tabs-title .tab-title label {
  font-weight: 200;
  line-height: 1.38;
  position: relative;
  display: inline;
  letter-spacing: 0.032em;
  clear: both;
  position: relative;
  background-image: linear-gradient(transparent calc(100% - 1px), #233768);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  display: inline;
  transition: background-size 0.5s;
}
@media only screen and (max-width: 1279px) {
  .value .tabs-title .tab-title label {
    font-size: min(max(16px, 16 * 1.5 / 768 * 100vw), 16 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .value .tabs-title .tab-title label {
    font-size: min(max(16px, 16 / 1280 * 100vw), 16px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .value .tabs-title .tab-title label {
    font-size: min(max(16px / 1.2, 16 / 1.2 / 900 * 100vh), 16px);
  }
}
@media only screen and (min-width: 1921px) {
  .value .tabs-title .tab-title label {
    font-size: calc(16px * 1.2);
  }
}
@media only screen and (min-width: 1280px) {
  .value .tabs-title .tab-title label:hover,
  .value .tabs-title .tab-title label:active {
    background-size: 100% 100%;
  }
}
.value .tabs-title .tab-title label:after {
  content: "";
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 16px;
  height: 2px;
  transition: opacity linear 0.4s;
}
.value .tabs-title .tab-title label.tab-label-1 {
  z-index: 8;
}
.value .tabs-title .tab-title label.tab-label-2 {
  z-index: 7;
}
.value .tabs-title .tab-title label.tab-label-3 {
  z-index: 6;
}
.value .tabs-title .tab-title label.tab-label-4 {
  z-index: 5;
}
.value .tabs-title .tab-title label.tab-label-5 {
  z-index: 4;
}
.value .tabs-title .tab-title label.tab-label-6 {
  z-index: 3;
}
.value .tabs-title .tab-title label.tab-label-7 {
  z-index: 2;
}
.value .tabs-title .tab-title label.tab-label-8 {
  z-index: 1;
}
.value .tabs-content {
  position: relative;
  width: 53%;
  z-index: var(--tabsLength);
  overflow: hidden;
  border-left: 1px solid transparent;
}
@media only screen and (max-width: 1279px) {
  .value .tabs-content {
    width: 100%;
    border: none;
    overflow: visible;
  }
}
@media only screen and (max-width: 1279px) {
  .value .tabs-content .slick-list {
    display: flex;
    flex-direction: column;
  }
}
.value .tabs-content div {
  position: absolute;
  height: 100%;
  top: 0;
  border-right: 1px solid transparent;
  z-index: 1;
  opacity: 1;
  transition: transform linear 0.3s;
  transform-origin: left;
  align-items: center;
}
@media only screen and (max-width: 1279px) {
  .value .tabs-content div {
    padding-inline: min(max(35px, 35 * 1.5 / 768 * 100vw), 35 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .value .tabs-content div {
    padding-inline: min(max(35px, 35 / 1280 * 100vw), 35px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .value .tabs-content div {
    padding-inline: min(max(35px / 1.2, 35 / 1.2 / 900 * 100vh), 35px);
  }
}
@media only screen and (min-width: 1921px) {
  .value .tabs-content div {
    padding-inline: calc(35px * 1.2);
  }
}
@media only screen and (min-width: 991px) {
  .value .tabs-content div {
    display: flex;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@media only screen and (max-width: 1279px) {
  .value .tabs-content div {
    transform: none;
    flex-wrap: wrap;
    position: relative;
    border: none;
    padding: 0;
    height: auto;
    text-align: center;
    width: 100%;
  }
}
.value .tabs-content div.selected {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  transition: none;
  transition: all linear 0.3s 0.5s;
}
.value .tabs-content div p {
  font-weight: 200;
  margin: 0;
}
@media only screen and (max-width: 1279px) {
  .value .tabs-content div p {
    font-size: min(max(16px, 16 * 1.5 / 768 * 100vw), 16 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .value .tabs-content div p {
    font-size: min(max(22px, 22 / 1280 * 100vw), 22px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .value .tabs-content div p {
    font-size: min(max(22px / 1.2, 22 / 1.2 / 900 * 100vh), 22px);
  }
}
@media only screen and (min-width: 1921px) {
  .value .tabs-content div p {
    font-size: calc(22px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  .value .tabs-content div p {
    color: #233768;
  }
}
.value .tabs-content div h5 {
  display: none;
  font-family: "sofia-pro", s-apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 800;
}
@media only screen and (max-width: 1279px) {
  .value .tabs-content div h5 {
    font-size: min(max(26px, 26 * 1.5 / 768 * 100vw), 26 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  .value .tabs-content div h5 {
    font-size: min(max(26px, 26 / 1280 * 100vw), 26px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .value .tabs-content div h5 {
    font-size: min(max(26px / 1.2, 26 / 1.2 / 900 * 100vh), 26px);
  }
}
@media only screen and (min-width: 1921px) {
  .value .tabs-content div h5 {
    font-size: calc(26px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  .value .tabs-content div h5 {
    display: block;
  }
}
@media only screen and (max-width: 1279px) {
  .value .tabs-content .slick-dots {
    display: none !important;
  }
}
.value:not(.light) .tabs-lines svg line {
  stroke: #233768;
}
.value:not(.light) .tabs-title .tab-title label:before,
.value:not(.light) .tabs-title .tab-title label:after {
  background-color: #233768;
}
.value:not(.light) .tabs-content {
  border-left-color: #233768;
}
.value:not(.light) .tabs-content div {
  border-right-color: #233768;
}
.value:not(.light) .tabs-content div h5 {
  color: #233768;
}
@media only screen and (max-width: 1279px) {
  .value:not(.light) .tabs-content .slick-arrow:after {
    color: #233768;
  }
}
.value.light .tabs-lines svg line {
  stroke: #ffffff;
}
.value.light .tabs-title .tab-title label {
  color: #ffffff;
}
.value.light .tabs-title .tab-title label:before {
  background-color: #ffffff;
}
.value.light .tabs-content {
  border-left-color: #ffffff;
}
.value.light .tabs-content div {
  border-right-color: #ffffff;
}
.value.light .tabs-content div p {
  color: #ffffff;
}
.value.light .tabs-content div h5 {
  color: #ffffff;
}
@media only screen and (max-width: 1279px) {
  .value.light .tabs-content .slick-arrow:after {
    color: #ffffff;
  }
}

@media only screen and (min-width: 991px) {
  .header.stickyHeader {
    background-color: transparent;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1279px) {
  .header.stickyHeader {
    padding-block: min(max(30px, 30 * 1.5 / 768 * 100vw), 30 * 1.5px);
  }
}
@media only screen and (min-width: 991px) and (min-width: 1280px) {
  .header.stickyHeader {
    padding-block: min(max(55px, 55 / 1280 * 100vw), 55px);
  }
}
@media only screen and (min-width: 991px) and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  .header.stickyHeader {
    padding-block: min(max(55px / 1.2, 55 / 1.2 / 900 * 100vh), 55px);
  }
}
@media only screen and (min-width: 991px) and (min-width: 1921px) {
  .header.stickyHeader {
    padding-block: calc(55px * 1.2);
  }
}

.main-wrapper {
  z-index: 9;
}
@media only screen and (min-width: 991px) {
  .main-wrapper {
    position: fixed;
    inset: 0;
  }
}

main {
  background-color: #233768;
  height: calc(var(--vh, 1vh) * 100);
}
@media only screen and (max-width: 991px) {
  main {
    height: auto;
  }
}
@media only screen and (min-width: 991px) {
  main {
    overflow: hidden;
  }
}
main .right-nav {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1279px) {
  main .right-nav {
    top: calc(13% + var(--hh));
  }
}
@media only screen and (max-width: 991px) {
  main .right-nav {
    display: none;
  }
}
main .right-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main .right-nav ul li:before {
  display: none;
}
main .right-nav ul li {
  color: #ffffff;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: flex-end;
  font-weight: 300;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  main .right-nav ul li {
    margin-block: min(max(25px, 25 * 1.5 / 768 * 100vw), 25 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main .right-nav ul li {
    margin-block: min(max(30px, 30 / 1280 * 100vw), 30px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main .right-nav ul li {
    margin-block: min(max(30px / 1.2, 30 / 1.2 / 900 * 100vh), 30px);
  }
}
@media only screen and (min-width: 1921px) {
  main .right-nav ul li {
    margin-block: calc(30px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main .right-nav ul li {
    column-gap: min(max(15px, 15 * 1.5 / 768 * 100vw), 15 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main .right-nav ul li {
    column-gap: min(max(15px, 15 / 1280 * 100vw), 15px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main .right-nav ul li {
    column-gap: min(max(15px / 1.2, 15 / 1.2 / 900 * 100vh), 15px);
  }
}
@media only screen and (min-width: 1921px) {
  main .right-nav ul li {
    column-gap: calc(15px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main .right-nav ul li {
    font-size: min(max(12px, 12 * 1.5 / 768 * 100vw), 12 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main .right-nav ul li {
    font-size: min(max(12px, 12 / 1280 * 100vw), 12px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main .right-nav ul li {
    font-size: min(max(12px / 1.2, 12 / 1.2 / 900 * 100vh), 12px);
  }
}
@media only screen and (min-width: 1921px) {
  main .right-nav ul li {
    font-size: calc(12px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main .right-nav ul li {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 1279px) {
  main .right-nav ul li {
    width: min(max(8px, 8 * 1.5 / 768 * 100vw), 8 * 1.5px);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1280px) {
  main .right-nav ul li {
    width: min(max(8px, 8 / 1280 * 100vw), 8px);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main .right-nav ul li {
    width: min(max(8px / 1.2, 8 / 1.2 / 900 * 100vh), 8px);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1921px) {
  main .right-nav ul li {
    width: calc(8px * 1.2);
  }
}
@media only screen and (max-width: 1279px) and (max-width: 1279px) {
  main .right-nav ul li {
    height: min(max(2px, 2 * 1.5 / 768 * 100vw), 2 * 1.5px);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1280px) {
  main .right-nav ul li {
    height: min(max(2px, 2 / 1280 * 100vw), 2px);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main .right-nav ul li {
    height: min(max(2px / 1.2, 2 / 1.2 / 900 * 100vh), 2px);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1921px) {
  main .right-nav ul li {
    height: calc(2px * 1.2);
  }
}
main .right-nav ul li:first-of-type {
  margin-top: 0;
}
main .right-nav ul li:last-of-type {
  margin-bottom: 0;
}
main .right-nav ul li:after {
  content: "";
  flex-shrink: 0;
  height: 1px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1279px) {
  main .right-nav ul li:after {
    width: min(max(8px, 8 * 1.5 / 768 * 100vw), 8 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main .right-nav ul li:after {
    width: min(max(42px, 42 / 1280 * 100vw), 42px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main .right-nav ul li:after {
    width: min(max(42px / 1.2, 42 / 1.2 / 900 * 100vh), 42px);
  }
}
@media only screen and (min-width: 1921px) {
  main .right-nav ul li:after {
    width: calc(42px * 1.2);
  }
}
main .right-nav ul li:not(:first-of-type) {
  opacity: 0.3;
}
main .right-nav ul li:hover {
  opacity: 1;
}
main section {
  display: flex;
  align-items: center;
  width: 100%;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 991px) {
  main section {
    height: calc(var(--vh, 1vh) * 100);
    position: absolute;
  }
}
@media only screen and (max-width: 991px) {
  main section {
    padding-top: 120px;
  }
}
main section:not(:first-of-type) {
  transform: scale(1);
  background-color: #233768;
}
@media only screen and (min-width: 991px) {
  main section:not(:first-of-type) {
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 1279px) {
  main section .c-container {
    row-gap: min(max(40px, 40 * 1.5 / 768 * 100vw), 40 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section .c-container {
    row-gap: min(max(40px, 40 / 1280 * 100vw), 90px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section .c-container {
    row-gap: min(max(40px / 1.2, 40 / 1.2 / 900 * 100vh), 40px);
  }
}
@media only screen and (min-width: 1921px) {
  main section .c-container {
    row-gap: calc(90px * 1.2);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-width: 1279px) {
  main section .c-container {
    padding-bottom: min(max(48px, 48 * 1.5 / 768 * 100vw), 48 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) {
  main section .c-container {
    padding-bottom: min(max(48px, 48 / 1280 * 100vw), 48px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section .c-container {
    padding-bottom: min(max(48px / 1.2, 48 / 1.2 / 900 * 100vh), 48px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1921px) {
  main section .c-container {
    padding-bottom: calc(48px * 1.2);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-width: 1279px) {
  main section .c-container {
    padding-right: min(max(100px, 100 * 1.5 / 768 * 100vw), 100 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) {
  main section .c-container {
    padding-right: min(max(220px, 220 / 1280 * 100vw), 220px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section .c-container {
    padding-right: min(max(220px / 1.2, 220 / 1.2 / 900 * 100vh), 220px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1921px) {
  main section .c-container {
    padding-right: calc(220px * 1.2);
  }
}
main section .c-container .c-row.section-title .line {
  opacity: 0.3;
}
main section .c-container .c-row.section-title h1 {
  color: #ffffff;
}
@media only screen and (max-width: 1279px) {
  main section .c-container .c-row.section-title {
    margin-bottom: 20px;
  }
}
main section .c-container .c-row.section-title h2 {
  color: #ffffff;
  margin-bottom: 0;
  max-width: 80%;
}
@media only screen and (max-width: 1679px) {
  main section .c-container .c-row.section-title h2 {
    max-width: 100%;
  }
}
main section .c-container .c-row.section-title p {
  color: #ffffff;
  letter-spacing: 0.032em;
  margin-bottom: 0;
  max-width: 55%;
}
@media only screen and (max-width: 1279px) {
  main section .c-container .c-row.section-title p {
    font-size: min(max(14px, 14 * 1.5 / 768 * 100vw), 14 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section .c-container .c-row.section-title p {
    font-size: min(max(16px, 16 / 1280 * 100vw), 16px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section .c-container .c-row.section-title p {
    font-size: min(max(16px / 1.2, 16 / 1.2 / 900 * 100vh), 16px);
  }
}
@media only screen and (min-width: 1921px) {
  main section .c-container .c-row.section-title p {
    font-size: calc(16px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section .c-container .c-row.section-title p {
    margin-top: min(max(20px, 20 * 1.5 / 768 * 100vw), 20 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section .c-container .c-row.section-title p {
    margin-top: min(max(20px, 20 / 1280 * 100vw), 20px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section .c-container .c-row.section-title p {
    margin-top: min(max(20px / 1.2, 20 / 1.2 / 900 * 100vh), 20px);
  }
}
@media only screen and (min-width: 1921px) {
  main section .c-container .c-row.section-title p {
    margin-top: calc(20px * 1.2);
  }
}
@media only screen and (max-width: 1679px) {
  main section .c-container .c-row.section-title p {
    max-width: 100%;
  }
}
main section .c-container .c-row.section-title .introTitle {
  font-family: "sofia-pro", s-apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1279px) {
  main section .c-container .c-row.section-title .introTitle {
    font-size: min(max(12px, 12 * 1.5 / 768 * 100vw), 12 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section .c-container .c-row.section-title .introTitle {
    font-size: min(max(14px, 14 / 1280 * 100vw), 14px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section .c-container .c-row.section-title .introTitle {
    font-size: min(max(14px / 1.2, 14 / 1.2 / 900 * 100vh), 14px);
  }
}
@media only screen and (min-width: 1921px) {
  main section .c-container .c-row.section-title .introTitle {
    font-size: calc(14px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section .c-container .c-row.section-title .introTitle {
    margin-bottom: min(max(5px, 5 * 1.5 / 768 * 100vw), 5 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section .c-container .c-row.section-title .introTitle {
    margin-bottom: min(max(22px, 22 / 1280 * 100vw), 22px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section .c-container .c-row.section-title .introTitle {
    margin-bottom: min(max(22px / 1.2, 22 / 1.2 / 900 * 100vh), 22px);
  }
}
@media only screen and (min-width: 1921px) {
  main section .c-container .c-row.section-title .introTitle {
    margin-bottom: calc(22px * 1.2);
  }
}
main section .c-container .c-row.section-title .introTitle ~ .introTitle {
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 1279px) {
  main section .c-container .c-row.section-title .introTitle ~ .introTitle {
    margin-top: min(max(20px, 20 * 1.5 / 768 * 100vw), 20 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section .c-container .c-row.section-title .introTitle ~ .introTitle {
    margin-top: min(max(20px, 20 / 1280 * 100vw), 20px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section .c-container .c-row.section-title .introTitle ~ .introTitle {
    margin-top: min(max(20px / 1.2, 20 / 1.2 / 900 * 100vh), 20px);
  }
}
@media only screen and (min-width: 1921px) {
  main section .c-container .c-row.section-title .introTitle ~ .introTitle {
    margin-top: calc(20px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section .c-container .c-row.section-title .introTitle ~ .introTitle {
    font-size: min(max(12px, 12 * 1.5 / 768 * 100vw), 12 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section .c-container .c-row.section-title .introTitle ~ .introTitle {
    font-size: min(max(12px, 12 / 1280 * 100vw), 12px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section .c-container .c-row.section-title .introTitle ~ .introTitle {
    font-size: min(max(12px / 1.2, 12 / 1.2 / 900 * 100vh), 12px);
  }
}
@media only screen and (min-width: 1921px) {
  main section .c-container .c-row.section-title .introTitle ~ .introTitle {
    font-size: calc(12px * 1.2);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  main section .c-container .c-row.section-more {
    position: absolute;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-width: 1279px) {
  main section .c-container .c-row.section-more {
    bottom: min(max(48px, 48 * 1.5 / 768 * 100vw), 48 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) {
  main section .c-container .c-row.section-more {
    bottom: min(max(48px, 48 / 1280 * 100vw), 48px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section .c-container .c-row.section-more {
    bottom: min(max(48px / 1.2, 48 / 1.2 / 900 * 100vh), 48px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1921px) {
  main section .c-container .c-row.section-more {
    bottom: calc(48px * 1.2);
  }
}
main section.intro .repeat-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  display: flex;
  justify-content: space-between;
}
main section.intro .repeat-bg > span {
  flex: 0 0 20%;
  max-width: 20%;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  main section.intro .repeat-bg > span {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  main section.intro .repeat-bg > span {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  main section.intro .repeat-bg > span:nth-of-type(2n + 2) {
    transform: scale(1.7);
  }
}
@media only screen and (min-width: 1921px) {
  main section.intro .repeat-bg > span:nth-of-type(2n + 2) {
    transform: scale(1.4);
  }
}
@media only screen and (max-width: 767px) {
  main section.intro .repeat-bg > span:nth-of-type(2n + 2) {
    margin-left: -10%;
  }
}
@media only screen and (max-width: 1279px) {
  main section.intro .repeat-bg > span:nth-of-type(2n + 2) span {
    background-position: bottom;
  }
  main
    section.intro
    .repeat-bg
    > span:nth-of-type(2n + 2)
    span:nth-of-type(2n + 2) {
    background-position: 0 70%;
  }
}
@media only screen and (max-width: 1279px) {
  main section.intro .repeat-bg > span:last-of-type {
    display: none;
  }
}
main section.intro .repeat-bg > span span {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: blur(6px);
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1921px) {
  main section.intro .repeat-bg > span span {
    filter: blur(9px);
  }
}
@media only screen and (max-width: 1279px) {
  main section.intro .repeat-bg > span span:nth-of-type(2n + 2) {
    background-position: top;
  }
}
@media only screen and (min-width: 1280px) {
  main section.intro .repeat-bg > span span:nth-of-type(2n + 2) {
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 1279px) {
  main section.intro .c-container {
    row-gap: min(max(65px, 65 * 1.5 / 768 * 100vw), 65 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.intro .c-container {
    row-gap: min(max(85px, 85 / 1280 * 100vw), 85px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.intro .c-container {
    row-gap: min(max(85px / 1.2, 85 / 1.2 / 900 * 100vh), 85px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.intro .c-container {
    row-gap: calc(85px * 1.2);
  }
}
main section.intro .c-container .c-row.section-title {
  padding: 0;
  flex: 0 0 72%;
  max-width: 72%;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  main section.intro .c-container .c-row.section-title {
    padding-right: min(max(0px, 0 * 1.5 / 768 * 100vw), 0 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.intro .c-container .c-row.section-title {
    padding-right: min(max(90px, 90 / 1280 * 100vw), 137px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.intro .c-container .c-row.section-title {
    padding-right: min(max(90px / 1.2, 90 / 1.2 / 900 * 100vh), 90px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.intro .c-container .c-row.section-title {
    padding-right: calc(137px * 1.2);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  main section.intro .c-container .c-row.section-title {
    flex: 0 0 63%;
    max-width: 63%;
  }
}
@media only screen and (max-width: 1279px) {
  main section.intro .c-container .c-row.section-title {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
main section.intro .c-container .c-row.section-title:before {
  content: "";
  position: absolute;
  clip-path: polygon(
    100% 0,
    100% 100%,
    0 83%,
    0 67%,
    2px 67%,
    2px 83%,
    calc(100% - 2px) calc(100% - 4px),
    calc(100% - 2px) 4px,
    2px 17%,
    2px 33%,
    0 33%,
    0 17%
  );
  background: #ffffff;
  width: 20%;
  height: 300%;
  top: -100%;
  right: 4%;
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  main section.intro .c-container .c-row.section-title:before {
    height: 280%;
    top: -90%;
  }
}
@media only screen and (max-width: 1279px) {
  main section.intro .c-container .c-row.section-title:before {
    display: none;
  }
}
main section.intro .c-container .c-row.section-title h1 {
  margin: 0;
}
main section.intro .c-container .c-row.section-content {
  flex: 0 0 28%;
  max-width: 28%;
  position: relative;
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  main section.intro .c-container .c-row.section-content {
    flex: 0 0 37%;
    max-width: 37%;
  }
}
@media only screen and (max-width: 1279px) {
  main section.intro .c-container .c-row.section-content {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
main section.intro .c-container .c-row.section-content:before,
main section.intro .c-container .c-row.section-content:after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 35%;
  height: 200%;
  top: -50%;
  left: 0%;
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  main section.intro .c-container .c-row.section-content:before,
  main section.intro .c-container .c-row.section-content:after {
    height: 300%;
    top: -100%;
  }
}
@media only screen and (max-width: 1279px) {
  main section.intro .c-container .c-row.section-content:before,
  main section.intro .c-container .c-row.section-content:after {
    width: 65%;
    left: unset;
  }
}
main section.intro .c-container .c-row.section-content:before {
  clip-path: polygon(
    0 20%,
    2px 20%,
    calc(100% - 2px) 2px,
    calc(100% - 2px) 20%,
    100% 20%,
    100% 0
  );
}
@media only screen and (max-width: 1279px) {
  main section.intro .c-container .c-row.section-content:before {
    right: -8%;
    width: 27%;
    height: 134%;
    top: -17%;
    clip-path: polygon(
      100% 0,
      100% 100%,
      0 90%,
      2px 90%,
      calc(100% - 2px) calc(100% - 4px),
      calc(100% - 2px) 4px,
      2px 10%,
      0 10%
    );
  }
}
main section.intro .c-container .c-row.section-content:after {
  clip-path: polygon(
    0 80%,
    0px calc(80% - 2px),
    100% 100%,
    100% 80%,
    calc(100% - 2px) 80%,
    calc(100% - 2px) 100%
  );
}
@media only screen and (max-width: 1279px) {
  main section.intro .c-container .c-row.section-content:after {
    right: -43%;
    width: 27%;
    height: 84%;
    top: 8%;
    clip-path: polygon(
      100% 0,
      100% 100%,
      0 85%,
      2px 85%,
      calc(100% - 2px) calc(100% - 2px),
      calc(100% - 2px) 2px,
      2px 15%,
      0 15%
    );
  }
}
main section.intro .c-container .c-row.section-content .animate-ltr {
  overflow: hidden;
}
main section.intro .c-container .c-row.section-content p {
  color: #ffffff;
  line-height: 1.31;
  font-weight: 300;
  margin: 0;
  font-size: 16px;
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  main section.intro .c-container .c-row.section-more {
    bottom: min(max(148px, 11.5625vw), 148px);
  }
}
main section.intro .scroll-btn:not(.btnmore) {
  position: absolute;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1279px) {
  main section.intro .scroll-btn:not(.btnmore) {
    bottom: min(max(20px, 20 * 1.5 / 768 * 100vw), 20 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.intro .scroll-btn:not(.btnmore) {
    bottom: min(max(30px, 30 / 1280 * 100vw), 50px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.intro .scroll-btn:not(.btnmore) {
    bottom: min(max(30px / 1.2, 30 / 1.2 / 900 * 100vh), 30px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.intro .scroll-btn:not(.btnmore) {
    bottom: calc(50px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section.intro .scroll-btn:not(.btnmore) svg {
    max-width: min(max(18px, 18 * 1.5 / 768 * 100vw), 18 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.intro .scroll-btn:not(.btnmore) svg {
    max-width: min(max(22px, 22 / 1280 * 100vw), 22px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.intro .scroll-btn:not(.btnmore) svg {
    max-width: min(max(22px / 1.2, 22 / 1.2 / 900 * 100vh), 22px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.intro .scroll-btn:not(.btnmore) svg {
    max-width: calc(22px * 1.2);
  }
}
@media only screen and (min-width: 1921px) {
  main section.intro .scroll-btn:not(.btnmore) svg {
    transform: scale(1.5);
  }
}
main section.intro .scroll-btn:not(.btnmore) svg path {
  animation: infiniteMove 1.3s infinite linear both;
}
main section.approach .repeat-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  display: flex;
  justify-content: space-between;
}
main section.approach .repeat-bg > span {
  flex: 0 0 20%;
  max-width: 20%;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  main section.approach .repeat-bg > span {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  main section.approach .repeat-bg > span {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  main section.approach .repeat-bg > span:nth-of-type(2n + 2) {
    transform: scale(1.7);
  }
}
@media only screen and (min-width: 1921px) {
  main section.approach .repeat-bg > span:nth-of-type(2n + 2) {
    transform: scale(1.4);
  }
}
@media only screen and (max-width: 767px) {
  main section.approach .repeat-bg > span:nth-of-type(2n + 2) {
    margin-left: -10%;
  }
}
@media only screen and (max-width: 1279px) {
  main section.approach .repeat-bg > span:nth-of-type(2n + 2) span {
    background-position: bottom;
  }
  main
    section.approach
    .repeat-bg
    > span:nth-of-type(2n + 2)
    span:nth-of-type(2n + 2) {
    background-position: 0 70%;
  }
}
@media only screen and (max-width: 1279px) {
  main section.approach .repeat-bg > span:last-of-type {
    display: none;
  }
}
main section.approach .repeat-bg > span span {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: blur(6px);
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1921px) {
  main section.approach .repeat-bg > span span {
    filter: blur(9px);
  }
}
@media only screen and (max-width: 1279px) {
  main section.approach .repeat-bg > span span:nth-of-type(2n + 2) {
    background-position: top;
  }
}
@media only screen and (min-width: 1280px) {
  main section.approach .repeat-bg > span span:nth-of-type(2n + 2) {
    transform: scale(0.7);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  main section.approach .c-container {
    align-self: flex-end;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-width: 1279px) {
  main section.approach .c-container {
    padding-bottom: min(max(53px, 53 * 1.5 / 768 * 100vw), 53 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) {
  main section.approach .c-container {
    padding-bottom: min(max(53px, 53 / 1280 * 100vw), 53px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.approach .c-container {
    padding-bottom: min(max(53px / 1.2, 53 / 1.2 / 900 * 100vh), 53px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1921px) {
  main section.approach .c-container {
    padding-bottom: calc(53px * 1.2);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-width: 1279px) {
  main section.approach .c-container {
    row-gap: min(max(25px, 25 * 1.5 / 768 * 100vw), 25 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) {
  main section.approach .c-container {
    row-gap: min(max(25px, 25 / 1280 * 100vw), 25px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.approach .c-container {
    row-gap: min(max(25px / 1.2, 25 / 1.2 / 900 * 100vh), 25px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1921px) {
  main section.approach .c-container {
    row-gap: calc(25px * 1.2);
  }
}
main section.approach .c-container .c-row.section-title h2 {
  max-width: 100%;
}
main section.approach .c-container .c-row .tabs {
  width: 90%;
}
@media only screen and (max-width: 1279px) {
  main section.approach .c-container .c-row .tabs {
    width: 100%;
    padding-left: 4px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  main section.approach .c-container .c-row .tabs-lines {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1279px) {
  main section.approach .c-container .c-row .tabs-lines {
    display: none;
  }
}
main section.approach .c-container .c-row .tabs-title .tab-title label {
  background-image: linear-gradient(transparent calc(100% - 1px), #ffffff);
}
@media only screen and (max-width: 1279px) {
  main section.approach .c-container .c-row .tabs-content div {
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  main section.approach .c-container .c-row.section-more {
    bottom: 0;
    position: relative;
  }
}
main section.investments {
  background-size: cover;
}
main section.investments .repeat-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  display: flex;
  justify-content: space-between;
}
main section.investments .repeat-bg > span {
  flex: 0 0 20%;
  max-width: 20%;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  main section.investments .repeat-bg > span {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  main section.investments .repeat-bg > span {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  main section.investments .repeat-bg > span:nth-of-type(2n + 2) {
    transform: scale(1.7);
  }
}
@media only screen and (min-width: 1921px) {
  main section.investments .repeat-bg > span:nth-of-type(2n + 2) {
    transform: scale(1.4);
  }
}
@media only screen and (max-width: 767px) {
  main section.investments .repeat-bg > span:nth-of-type(2n + 2) {
    margin-left: -10%;
  }
}
@media only screen and (max-width: 1279px) {
  main section.investments .repeat-bg > span:nth-of-type(2n + 2) span {
    background-position: bottom;
  }
  main
    section.investments
    .repeat-bg
    > span:nth-of-type(2n + 2)
    span:nth-of-type(2n + 2) {
    background-position: 0 70%;
  }
}
@media only screen and (max-width: 1279px) {
  main section.investments .repeat-bg > span:last-of-type {
    display: none;
  }
}
main section.investments .repeat-bg > span span {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: blur(6px);
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1921px) {
  main section.investments .repeat-bg > span span {
    filter: blur(9px);
  }
}
@media only screen and (max-width: 1279px) {
  main section.investments .repeat-bg > span span:nth-of-type(2n + 2) {
    background-position: top;
  }
}
@media only screen and (min-width: 1280px) {
  main section.investments .repeat-bg > span span:nth-of-type(2n + 2) {
    transform: scale(0.7);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  main section.investments .c-container {
    padding-bottom: 0;
    position: unset;
  }
}
main section.investments .section-content {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 1279px) {
  main section.investments .section-content {
    height: min(max(130px, 130 * 1.5 / 768 * 100vw), 130 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.investments .section-content {
    height: min(max(130px, 130 / 1280 * 100vw), 130px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.investments .section-content {
    height: min(max(130px / 1.2, 130 / 1.2 / 900 * 100vh), 130px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.investments .section-content {
    height: calc(130px * 1.2);
  }
}
@media only screen and (max-width: 991px) {
  main section.investments .section-content {
    height: auto;
  }
}
@media only screen and (max-width: 1279px) {
  main section.investments .section-content {
    row-gap: min(max(85px, 85 * 1.5 / 768 * 100vw), 85 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.investments .section-content {
    row-gap: min(max(40px, 40 / 1280 * 100vw), 85px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.investments .section-content {
    row-gap: min(max(40px / 1.2, 40 / 1.2 / 900 * 100vh), 40px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.investments .section-content {
    row-gap: calc(85px * 1.2);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  main section.investments .section-content {
    padding-bottom: 0;
    position: unset;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-width: 1279px) {
  main section.investments .section-content {
    padding-bottom: min(max(48px, 48 * 1.5 / 768 * 100vw), 48 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) {
  main section.investments .section-content {
    padding-bottom: min(max(48px, 48 / 1280 * 100vw), 48px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.investments .section-content {
    padding-bottom: min(max(48px / 1.2, 48 / 1.2 / 900 * 100vh), 48px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1921px) {
  main section.investments .section-content {
    padding-bottom: calc(48px * 1.2);
  }
}
main section.investments .section-content .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  main section.investments .section-content .wrap {
    min-height: 300px;
  }
}
@media only screen and (max-width: 1279px) {
  main section.investments .section-content .wrap {
    row-gap: min(max(45px, 45 * 1.5 / 768 * 100vw), 45 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.investments .section-content .wrap {
    row-gap: min(max(45px, 45 / 1280 * 100vw), 45px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.investments .section-content .wrap {
    row-gap: min(max(45px / 1.2, 45 / 1.2 / 900 * 100vh), 45px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.investments .section-content .wrap {
    row-gap: calc(45px * 1.2);
  }
}
main section.investments .section-content .wrap .c-col {
  flex: 0 0 22%;
  max-width: 22%;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1279px) {
  main section.investments .section-content .wrap .c-col {
    padding-left: min(max(60px, 60 * 1.5 / 768 * 100vw), 60 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.investments .section-content .wrap .c-col {
    padding-left: min(max(60px, 60 / 1280 * 100vw), 60px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.investments .section-content .wrap .c-col {
    padding-left: min(max(60px / 1.2, 60 / 1.2 / 900 * 100vh), 60px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.investments .section-content .wrap .c-col {
    padding-left: calc(60px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section.investments .section-content .wrap .c-col {
    padding-bottom: min(max(60px, 60 * 1.5 / 768 * 100vw), 60 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.investments .section-content .wrap .c-col {
    padding-bottom: min(max(60px, 60 / 1280 * 100vw), 60px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.investments .section-content .wrap .c-col {
    padding-bottom: min(max(60px / 1.2, 60 / 1.2 / 900 * 100vh), 60px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.investments .section-content .wrap .c-col {
    padding-bottom: calc(60px * 1.2);
  }
}
@media only screen and (min-width: 991px) {
  main section.investments .section-content .wrap .c-col {
    min-height: 130px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  main section.investments .section-content .wrap .c-col {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1279px) {
  main section.investments .section-content .wrap .c-col {
    padding-left: 0;
    padding-bottom: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  main section.investments .section-content .wrap .c-col {
    text-align: center;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  main section.investments .section-content .wrap .c-col:hover:after {
    background: #ffffff;
  }
  main section.investments .section-content .wrap .c-col:hover p {
    display: block !important;
  }
}
main section.investments .section-content .wrap .c-col:before,
main section.investments .section-content .wrap .c-col:after {
  content: "";
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
  display: block;
  position: absolute;
}
@media only screen and (max-width: 1279px) {
  main section.investments .section-content .wrap .c-col:before,
  main section.investments .section-content .wrap .c-col:after {
    display: none;
  }
}
main section.investments .section-content .wrap .c-col:before {
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
}
@media only screen and (max-width: 1279px) {
  main section.investments .section-content .wrap .c-col:before {
    width: min(max(40px, 40 * 1.5 / 768 * 100vw), 40 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.investments .section-content .wrap .c-col:before {
    width: min(max(40px, 40 / 1280 * 100vw), 40px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.investments .section-content .wrap .c-col:before {
    width: min(max(40px / 1.2, 40 / 1.2 / 900 * 100vh), 40px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.investments .section-content .wrap .c-col:before {
    width: calc(40px * 1.2);
  }
}
main section.investments .section-content .wrap .c-col:after {
  height: calc(100% - 2px) !important;
  top: 1px;
  left: 1px;
  background: #233768;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
@media only screen and (max-width: 1279px) {
  main section.investments .section-content .wrap .c-col:after {
    width: min(max(38px, 38 * 1.5 / 768 * 100vw), 38 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.investments .section-content .wrap .c-col:after {
    width: min(max(38px, 38 / 1280 * 100vw), 38px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.investments .section-content .wrap .c-col:after {
    width: min(max(38px / 1.2, 38 / 1.2 / 900 * 100vh), 38px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.investments .section-content .wrap .c-col:after {
    width: calc(38px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section.investments .section-content .wrap .c-col:after {
    height: min(max(128px, 128 * 1.5 / 768 * 100vw), 128 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.investments .section-content .wrap .c-col:after {
    height: min(max(128px, 128 / 1280 * 100vw), 128px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.investments .section-content .wrap .c-col:after {
    height: min(max(128px / 1.2, 128 / 1.2 / 900 * 100vh), 128px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.investments .section-content .wrap .c-col:after {
    height: calc(128px * 1.2);
  }
}
main section.investments .section-content .wrap .c-col * {
  color: #ffffff;
  margin-bottom: 0;
  font-family: "sofia-pro", s-apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
}
main section.investments .section-content .wrap .c-col h5 {
  letter-spacing: 0.042em;
}
@media only screen and (max-width: 1279px) {
  main section.investments .section-content .wrap .c-col h5 {
    font-size: min(max(21px, 21 * 1.5 / 768 * 100vw), 21 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.investments .section-content .wrap .c-col h5 {
    font-size: min(max(21px, 21 / 1280 * 100vw), 21px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.investments .section-content .wrap .c-col h5 {
    font-size: min(max(21px / 1.2, 21 / 1.2 / 900 * 100vh), 21px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.investments .section-content .wrap .c-col h5 {
    font-size: calc(21px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section.investments .section-content .wrap .c-col h5 {
    padding-top: min(max(25px, 25 * 1.5 / 768 * 100vw), 25 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.investments .section-content .wrap .c-col h5 {
    padding-top: min(max(25px, 25 / 1280 * 100vw), 25px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.investments .section-content .wrap .c-col h5 {
    padding-top: min(max(25px / 1.2, 25 / 1.2 / 900 * 100vh), 25px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.investments .section-content .wrap .c-col h5 {
    padding-top: calc(25px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section.investments .section-content .wrap .c-col h5 {
    padding-top: 0;
  }
}
main section.investments .section-content .wrap .c-col p {
  letter-spacing: 0.028em;
  display: none;
}
@media only screen and (max-width: 1279px) {
  main section.investments .section-content .wrap .c-col p {
    font-size: min(max(14px, 14 * 1.5 / 768 * 100vw), 14 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.investments .section-content .wrap .c-col p {
    font-size: min(max(14px, 14 / 1280 * 100vw), 14px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.investments .section-content .wrap .c-col p {
    font-size: min(max(14px / 1.2, 14 / 1.2 / 900 * 100vh), 14px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.investments .section-content .wrap .c-col p {
    font-size: calc(14px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section.investments .section-content .wrap .c-col p {
    margin-top: min(max(20px, 20 * 1.5 / 768 * 100vw), 20 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.investments .section-content .wrap .c-col p {
    margin-top: min(max(20px, 20 / 1280 * 100vw), 20px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.investments .section-content .wrap .c-col p {
    margin-top: min(max(20px / 1.2, 20 / 1.2 / 900 * 100vh), 20px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.investments .section-content .wrap .c-col p {
    margin-top: calc(20px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section.investments .section-content .wrap .c-col p {
    padding-bottom: min(max(15px, 15 * 1.5 / 768 * 100vw), 15 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.investments .section-content .wrap .c-col p {
    padding-bottom: min(max(20px, 20 / 1280 * 100vw), 20px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.investments .section-content .wrap .c-col p {
    padding-bottom: min(max(20px / 1.2, 20 / 1.2 / 900 * 100vh), 20px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.investments .section-content .wrap .c-col p {
    padding-bottom: calc(20px * 1.2);
  }
}
main section.investments .section-content .wrap .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main section.investments .section-content .wrap .slick-dots li:before {
  display: none;
}
main section.investments .section-content .wrap .slick-dots li {
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
  position: relative;
  background-color: #ffffff;
}
@media only screen and (max-width: 1279px) {
  main section.investments .section-content .wrap .slick-dots li {
    height: min(max(42px, 42 * 1.5 / 768 * 100vw), 42 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.investments .section-content .wrap .slick-dots li {
    height: min(max(42px, 42 / 1280 * 100vw), 42px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.investments .section-content .wrap .slick-dots li {
    height: min(max(42px / 1.2, 42 / 1.2 / 900 * 100vh), 42px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.investments .section-content .wrap .slick-dots li {
    height: calc(42px * 1.2);
  }
}
main section.investments .section-content .wrap .slick-dots li:before {
  display: block;
  content: "";
  clip-path: inherit;
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  background-color: #233768;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
main section.investments .section-content .wrap .slick-dots li button {
  display: none;
}
main
  section.investments
  .section-content
  .wrap
  .slick-dots
  li.slick-active:before {
  background-color: #ffffff;
}
@media only screen and (max-width: 1279px) {
  main section.investments .section-content .btnmore {
    bottom: min(max(48px, 48 * 1.5 / 768 * 100vw), 48 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.investments .section-content .btnmore {
    bottom: min(max(48px, 48 / 1280 * 100vw), 48px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.investments .section-content .btnmore {
    bottom: min(max(48px / 1.2, 48 / 1.2 / 900 * 100vh), 48px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.investments .section-content .btnmore {
    bottom: calc(48px * 1.2);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  main section.investments .section-content .btnmore {
    position: absolute;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-width: 1279px) {
  main section.investments .section-content .btnmore {
    bottom: min(max(48px, 48 * 1.5 / 768 * 100vw), 48 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) {
  main section.investments .section-content .btnmore {
    bottom: min(max(48px, 48 / 1280 * 100vw), 48px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.investments .section-content .btnmore {
    bottom: min(max(48px / 1.2, 48 / 1.2 / 900 * 100vh), 48px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1921px) {
  main section.investments .section-content .btnmore {
    bottom: calc(48px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section.responsibility .repeat-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    display: flex;
    justify-content: space-between;
  }
  main section.responsibility .repeat-bg > span {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) and (max-width: 1279px) {
  main section.responsibility .repeat-bg > span {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 767px) {
  main section.responsibility .repeat-bg > span {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 767px) {
  main section.responsibility .repeat-bg > span:nth-of-type(2n + 2) {
    margin-left: -10%;
  }
}
@media only screen and (max-width: 1279px) {
  main section.responsibility .repeat-bg > span:nth-of-type(2n + 2) span {
    background-position: bottom;
  }
  main
    section.responsibility
    .repeat-bg
    > span:nth-of-type(2n + 2)
    span:nth-of-type(2n + 2) {
    background-position: 0 70%;
  }
  main section.responsibility .repeat-bg > span:last-of-type {
    display: none;
  }
  main section.responsibility .repeat-bg > span span {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: blur(6px);
    display: block;
    height: 100%;
    width: 100%;
  }
  main section.responsibility .repeat-bg > span span:nth-of-type(2n + 2) {
    background-position: top;
  }
}
main section.responsibility:before {
  content: "";
  background-image: var(--image);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  mix-blend-mode: hard-light;
}
@media only screen and (max-width: 1279px) {
  main section.responsibility:before {
    display: none;
  }
}
main section.responsibility .c-container {
  row-gap: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  main section.responsibility .c-container {
    padding-bottom: 0;
  }
}
main section.responsibility .wrap {
  width: 100%;
  min-height: 300px;
}
main section.responsibility .method__tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1679px) {
  main section.responsibility .method__tabs {
    justify-content: space-between;
    width: 85%;
  }
}
@media only screen and (max-width: 991px) {
  main section.responsibility .method__tabs {
    width: 100%;
  }
}
main section.responsibility .method__tabs-btn {
  flex: 0 0 15%;
  text-align: right;
  font-weight: 800;
  color: #ffffff;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  main section.responsibility .method__tabs-btn {
    column-gap: min(max(7px, 7 * 1.5 / 768 * 100vw), 7 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.responsibility .method__tabs-btn {
    column-gap: min(max(13px, 13 / 1280 * 100vw), 13px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.responsibility .method__tabs-btn {
    column-gap: min(max(13px / 1.2, 13 / 1.2 / 900 * 100vh), 13px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.responsibility .method__tabs-btn {
    column-gap: calc(13px * 1.2);
  }
}
@media only screen and (min-width: 991px) {
  main section.responsibility .method__tabs-btn {
    display: flex;
  }
}
@media only screen and (max-width: 1279px) {
  main section.responsibility .method__tabs-btn {
    justify-content: flex-start;
    text-align: left;
    letter-spacing: 0.052em;
    margin-bottom: 0;
    font-weight: 400;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 1279px) {
  main section.responsibility .method__tabs-btn {
    font-size: min(max(26px, 26 * 1.5 / 768 * 100vw), 26 * 1.5px);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1280px) {
  main section.responsibility .method__tabs-btn {
    font-size: min(max(26px, 26 / 1280 * 100vw), 26px);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.responsibility .method__tabs-btn {
    font-size: min(max(26px / 1.2, 26 / 1.2 / 900 * 100vh), 26px);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1921px) {
  main section.responsibility .method__tabs-btn {
    font-size: calc(26px * 1.2);
  }
}
@media only screen and (max-width: 991px) {
  main section.responsibility .method__tabs-btn {
    text-align: center;
  }
}
main section.responsibility .method__tabs-btn:before,
main section.responsibility .method__tabs-btn:after {
  content: "";
  position: relative;
  display: block;
  flex-shrink: 0;
  transform: scaleX(-1);
}
@media only screen and (max-width: 1279px) {
  main section.responsibility .method__tabs-btn:before,
  main section.responsibility .method__tabs-btn:after {
    width: min(max(46px, 46 * 1.5 / 768 * 100vw), 46 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.responsibility .method__tabs-btn:before,
  main section.responsibility .method__tabs-btn:after {
    width: min(max(70px, 70 / 1280 * 100vw), 70px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.responsibility .method__tabs-btn:before,
  main section.responsibility .method__tabs-btn:after {
    width: min(max(70px / 1.2, 70 / 1.2 / 900 * 100vh), 70px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.responsibility .method__tabs-btn:before,
  main section.responsibility .method__tabs-btn:after {
    width: calc(70px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section.responsibility .method__tabs-btn:before,
  main section.responsibility .method__tabs-btn:after {
    height: min(max(136px, 136 * 1.5 / 768 * 100vw), 136 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.responsibility .method__tabs-btn:before,
  main section.responsibility .method__tabs-btn:after {
    height: min(max(220px, 220 / 1280 * 100vw), 220px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.responsibility .method__tabs-btn:before,
  main section.responsibility .method__tabs-btn:after {
    height: min(max(220px / 1.2, 220 / 1.2 / 900 * 100vh), 220px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.responsibility .method__tabs-btn:before,
  main section.responsibility .method__tabs-btn:after {
    height: calc(220px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section.responsibility .method__tabs-btn:before,
  main section.responsibility .method__tabs-btn:after {
    display: none;
  }
}
main section.responsibility .method__tabs-btn:before {
  position: absolute;
  right: 0;
  clip-path: polygon(0% 18%, 100% 2%, 100% 98%, 0% 79%);
  background-color: #ffffff;
  opacity: 0;
  z-index: 1;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
main section.responsibility .method__tabs-btn:after {
  background-image: url("../img/polygon.svg");
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
main section.responsibility .method__tabs-btn:nth-of-type(4):before,
main section.responsibility .method__tabs-btn:nth-of-type(4):after {
  transform: scaleX(-1) scale(1);
  transform-origin: 65% 50%;
}
main section.responsibility .method__tabs-btn:nth-of-type(3):before,
main section.responsibility .method__tabs-btn:nth-of-type(3):after {
  transform: scaleX(-1) scale(0.75);
  transform-origin: 50% 50%;
}
main section.responsibility .method__tabs-btn:nth-of-type(2):before,
main section.responsibility .method__tabs-btn:nth-of-type(2):after {
  transform: scaleX(-1) scale(0.5);
  transform-origin: 35% 50%;
}
main section.responsibility .method__tabs-btn:nth-of-type(1):before,
main section.responsibility .method__tabs-btn:nth-of-type(1):after {
  transform: scaleX(-1) scale(0.25);
  transform-origin: 20% 50%;
}
main section.responsibility .method__tabs-btn:nth-of-type(0):before,
main section.responsibility .method__tabs-btn:nth-of-type(0):after {
  transform: scaleX(-1) scale(0);
  transform-origin: 5% 50%;
}
main section.responsibility .method__tabs-btn:nth-of-type(-1):before,
main section.responsibility .method__tabs-btn:nth-of-type(-1):after {
  transform: scaleX(-1) scale(-0.25);
  transform-origin: -10% 50%;
}
@media only screen and (min-width: 1280px) {
  main section.responsibility .method__tabs-btn.active:before,
  main section.responsibility .method__tabs-btn:hover:before {
    opacity: 1;
  }
}
@media only screen and (max-width: 1279px) {
  main section.responsibility .method__tabs .slick-dots {
    display: none !important;
  }
}
main section.responsibility .method__info {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1279px) and (max-width: 1279px) {
  main section.responsibility .method__info {
    margin-top: min(max(40px, 40 * 1.5 / 768 * 100vw), 40 * 1.5px);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1280px) {
  main section.responsibility .method__info {
    margin-top: min(max(40px, 40 / 1280 * 100vw), 40px);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.responsibility .method__info {
    margin-top: min(max(40px / 1.2, 40 / 1.2 / 900 * 100vh), 40px);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1921px) {
  main section.responsibility .method__info {
    margin-top: calc(40px * 1.2);
  }
}
main section.responsibility .method__info-content {
  width: 100%;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  position: absolute;
  transform-origin: top;
  transform: scaleY(0);
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1279px) {
  main section.responsibility .method__info-content {
    display: none !important;
  }
}
main section.responsibility .method__info-content:not(.active) {
  opacity: 0;
  z-index: -1;
}
main section.responsibility .method__info-content.active {
  position: relative;
  z-index: 0;
  opacity: 1;
  transform: scaleY(1);
}
main section.responsibility .method__info-content ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  flex-direction: column;
}
main section.responsibility .method__info-content ul li:before {
  display: none;
}
main section.responsibility .method__info-content ul li {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  line-height: 1.2;
  color: #ffffff;
}
@media only screen and (max-width: 1279px) {
  main section.responsibility .method__info-content ul li {
    column-gap: min(max(8px, 8 * 1.5 / 768 * 100vw), 8 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.responsibility .method__info-content ul li {
    column-gap: min(max(8px, 8 / 1280 * 100vw), 8px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.responsibility .method__info-content ul li {
    column-gap: min(max(8px / 1.2, 8 / 1.2 / 900 * 100vh), 8px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.responsibility .method__info-content ul li {
    column-gap: calc(8px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section.responsibility .method__info-content ul li {
    font-size: min(max(14px, 14 * 1.5 / 768 * 100vw), 14 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.responsibility .method__info-content ul li {
    font-size: min(max(16px, 16 / 1280 * 100vw), 16px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.responsibility .method__info-content ul li {
    font-size: min(max(16px / 1.2, 16 / 1.2 / 900 * 100vh), 16px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.responsibility .method__info-content ul li {
    font-size: calc(16px * 1.2);
  }
}
main section.responsibility .method__info-content ul li:before {
  content: "";
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #ffffff;
}
@media only screen and (max-width: 1279px) {
  main section.responsibility .method__info-content ul li:before {
    margin-top: min(max(7px, 7 * 1.5 / 768 * 100vw), 7 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.responsibility .method__info-content ul li:before {
    margin-top: min(max(7px, 7 / 1280 * 100vw), 7px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.responsibility .method__info-content ul li:before {
    margin-top: min(max(7px / 1.2, 7 / 1.2 / 900 * 100vh), 7px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.responsibility .method__info-content ul li:before {
    margin-top: calc(7px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section.responsibility .method__info-content ul li:before {
    flex-basis: min(max(8px, 8 * 1.5 / 768 * 100vw), 8 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.responsibility .method__info-content ul li:before {
    flex-basis: min(max(8px, 8 / 1280 * 100vw), 8px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.responsibility .method__info-content ul li:before {
    flex-basis: min(max(8px / 1.2, 8 / 1.2 / 900 * 100vh), 8px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.responsibility .method__info-content ul li:before {
    flex-basis: calc(8px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section.responsibility .method__info-content ul li:before {
    width: min(max(8px, 8 * 1.5 / 768 * 100vw), 8 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.responsibility .method__info-content ul li:before {
    width: min(max(8px, 8 / 1280 * 100vw), 8px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.responsibility .method__info-content ul li:before {
    width: min(max(8px / 1.2, 8 / 1.2 / 900 * 100vh), 8px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.responsibility .method__info-content ul li:before {
    width: calc(8px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section.responsibility .method__info-content ul li:before {
    height: min(max(8px, 8 * 1.5 / 768 * 100vw), 8 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.responsibility .method__info-content ul li:before {
    height: min(max(8px, 8 / 1280 * 100vw), 8px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.responsibility .method__info-content ul li:before {
    height: min(max(8px / 1.2, 8 / 1.2 / 900 * 100vh), 8px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.responsibility .method__info-content ul li:before {
    height: calc(8px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section.responsibility .method__info .slick-arrow {
    display: none !important;
  }
}
@media only screen and (max-width: 1279px) {
  main section.responsibility .method__info .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  main section.responsibility .method__info .slick-dots li:before {
    display: none;
  }
  main section.responsibility .method__info .slick-dots li {
    min-width: 40px;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
    position: relative;
    background-color: #ffffff;
    transform: scaleX(-1);
  }
}
@media only screen and (max-width: 1279px) and (max-width: 1279px) {
  main section.responsibility .method__info .slick-dots li {
    height: min(max(105px, 105 * 1.5 / 768 * 100vw), 105 * 1.5px);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1280px) {
  main section.responsibility .method__info .slick-dots li {
    height: min(max(105px, 105 / 1280 * 100vw), 105px);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.responsibility .method__info .slick-dots li {
    height: min(max(105px / 1.2, 105 / 1.2 / 900 * 100vh), 105px);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1921px) {
  main section.responsibility .method__info .slick-dots li {
    height: calc(105px * 1.2);
  }
}
@media only screen and (max-width: 1279px) and (max-width: 1279px) {
  main section.responsibility .method__info .slick-dots li {
    width: min(max(34px, 34 * 1.5 / 768 * 100vw), 34 * 1.5px);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1280px) {
  main section.responsibility .method__info .slick-dots li {
    width: min(max(34px, 34 / 1280 * 100vw), 34px);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.responsibility .method__info .slick-dots li {
    width: min(max(34px / 1.2, 34 / 1.2 / 900 * 100vh), 34px);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1921px) {
  main section.responsibility .method__info .slick-dots li {
    width: calc(34px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section.responsibility .method__info .slick-dots li:before {
    display: block;
    content: "";
    clip-path: inherit;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    background-color: #233768;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
  }
  main section.responsibility .method__info .slick-dots li button {
    display: none;
  }
  main section.responsibility .method__info .slick-dots li.slick-active:before {
    background-color: #ffffff;
  }
  main section.responsibility .method__info .slick-dots li:nth-of-type(4) {
    transform: scaleX(-1) scale(1);
    transform-origin: 65% 50%;
  }
  main section.responsibility .method__info .slick-dots li:nth-of-type(3) {
    transform: scaleX(-1) scale(0.75);
    transform-origin: 50% 50%;
  }
  main section.responsibility .method__info .slick-dots li:nth-of-type(2) {
    transform: scaleX(-1) scale(0.5);
    transform-origin: 35% 50%;
  }
  main section.responsibility .method__info .slick-dots li:nth-of-type(1) {
    transform: scaleX(-1) scale(0.25);
    transform-origin: 20% 50%;
  }
  main section.responsibility .method__info .slick-dots li:nth-of-type(0) {
    transform: scaleX(-1) scale(0);
    transform-origin: 5% 50%;
  }
  main section.responsibility .method__info .slick-dots li:nth-of-type(-1) {
    transform: scaleX(-1) scale(-0.25);
    transform-origin: -10% 50%;
  }
}
@media only screen and (max-width: 1279px) {
  main section.responsibility .section-more {
    margin-top: min(max(44px, 44 * 1.5 / 768 * 100vw), 44 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.responsibility .section-more {
    margin-top: min(max(50px, 50 / 1280 * 100vw), 50px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.responsibility .section-more {
    margin-top: min(max(50px / 1.2, 50 / 1.2 / 900 * 100vh), 50px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.responsibility .section-more {
    margin-top: calc(50px * 1.2);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-width: 1279px) {
  main section.responsibility .section-more {
    margin-top: min(max(30px, 30 * 1.5 / 768 * 100vw), 30 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) {
  main section.responsibility .section-more {
    margin-top: min(max(30px, 30 / 1280 * 100vw), 30px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.responsibility .section-more {
    margin-top: min(max(30px / 1.2, 30 / 1.2 / 900 * 100vh), 30px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1921px) {
  main section.responsibility .section-more {
    margin-top: calc(30px * 1.2);
  }
}
main section.team {
  background-size: cover;
}
main section.team .repeat-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  display: flex;
  justify-content: space-between;
}
main section.team .repeat-bg > span {
  flex: 0 0 20%;
  max-width: 20%;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  main section.team .repeat-bg > span {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  main section.team .repeat-bg > span {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  main section.team .repeat-bg > span:nth-of-type(2n + 2) {
    transform: scale(1.7);
  }
}
@media only screen and (min-width: 1921px) {
  main section.team .repeat-bg > span:nth-of-type(2n + 2) {
    transform: scale(1.4);
  }
}
@media only screen and (max-width: 767px) {
  main section.team .repeat-bg > span:nth-of-type(2n + 2) {
    margin-left: -10%;
  }
}
@media only screen and (max-width: 1279px) {
  main section.team .repeat-bg > span:nth-of-type(2n + 2) span {
    background-position: bottom;
  }
  main
    section.team
    .repeat-bg
    > span:nth-of-type(2n + 2)
    span:nth-of-type(2n + 2) {
    background-position: 0 70%;
  }
}
@media only screen and (max-width: 1279px) {
  main section.team .repeat-bg > span:last-of-type {
    display: none;
  }
}
main section.team .repeat-bg > span span {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: blur(6px);
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1921px) {
  main section.team .repeat-bg > span span {
    filter: blur(9px);
  }
}
@media only screen and (max-width: 1279px) {
  main section.team .repeat-bg > span span:nth-of-type(2n + 2) {
    background-position: top;
  }
}
@media only screen and (min-width: 1280px) {
  main section.team .repeat-bg > span span:nth-of-type(2n + 2) {
    transform: scale(0.7);
  }
}
main section.team .team-wrap {
  justify-content: flex-start;
  column-gap: 6.2%;
}
@media only screen and (max-width: 1279px) {
  main section.team .team-wrap {
    column-gap: 20px;
    flex-wrap: nowrap;
    overflow: auto;
    width: 100vw;
    padding-bottom: 20px;
    padding-inline: min(max(20px, 3.90625vw), 30px);
    margin-inline: calc(0px - min(max(40px, 7.8125vw), 60px));
  }
}
main section.team .team-wrap .c-col.team {
  flex: 0 0 15%;
  max-width: 15%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 1279px) {
  main section.team .team-wrap .c-col.team {
    row-gap: min(max(6px, 6 * 1.5 / 768 * 100vw), 6 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.team .team-wrap .c-col.team {
    row-gap: min(max(10px, 10 / 1280 * 100vw), 10px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.team .team-wrap .c-col.team {
    row-gap: min(max(10px / 1.2, 10 / 1.2 / 900 * 100vh), 10px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.team .team-wrap .c-col.team {
    row-gap: calc(10px * 1.2);
  }
}
@media only screen and (max-width: 1279px) {
  main section.team .team-wrap .c-col.team {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
main section.team .team-wrap .c-col.team * {
  margin-bottom: 0;
  color: #ffffff;
}
main section.team .team-wrap .c-col.team .team__image img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: cover;
  overflow-clip-margin: content-box;
}
@media only screen and (min-width: 1280px) {
  main
    section.team
    .team-wrap
    .c-col.team
    .team__image:hover
    ~ .team__name
    a:before {
    width: 100%;
    left: 0;
    right: unset;
  }
}
main section.team .team-wrap .c-col.team .team__name {
  width: fit-content;
}
@media only screen and (max-width: 1279px) {
  main section.team .team-wrap .c-col.team .team__name {
    font-size: min(max(20px, 20 * 1.5 / 768 * 100vw), 20 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.team .team-wrap .c-col.team .team__name {
    font-size: min(max(30px, 30 / 1280 * 100vw), 30px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.team .team-wrap .c-col.team .team__name {
    font-size: min(max(30px / 1.2, 30 / 1.2 / 900 * 100vh), 30px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.team .team-wrap .c-col.team .team__name {
    font-size: calc(30px * 1.2);
  }
}
main section.team .team-wrap .c-col.team .team__name a {
  position: relative;
  background-image: linear-gradient(transparent calc(100% - 1px), #233768);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  display: inline;
  transition: background-size 0.5s;
  display: table-caption;
  background-image: linear-gradient(transparent calc(100% - 1px), #ffffff);
}
@media only screen and (min-width: 1280px) {
  main section.team .team-wrap .c-col.team .team__name a:hover,
  main section.team .team-wrap .c-col.team .team__name a:active {
    background-size: 100% 100%;
  }
}
main section.team .team-wrap .c-col.team .team__title {
  letter-spacing: 0.032em;
}
@media only screen and (max-width: 1279px) {
  main section.team .team-wrap .c-col.team .team__title {
    font-size: min(max(12px, 12 * 1.5 / 768 * 100vw), 12 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.team .team-wrap .c-col.team .team__title {
    font-size: min(max(16px, 16 / 1280 * 100vw), 16px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.team .team-wrap .c-col.team .team__title {
    font-size: min(max(16px / 1.2, 16 / 1.2 / 900 * 100vh), 16px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.team .team-wrap .c-col.team .team__title {
    font-size: calc(16px * 1.2);
  }
}
main section.news {
  background-color: #233768;
}
@media only screen and (max-width: 991px) {
  main section.news {
    padding-bottom: 80px;
  }
}
main section.news video {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  mix-blend-mode: lighten;
  pointer-events: none;
  overflow: visible;
}
@media only screen and (max-width: 1279px) {
  main section.news video {
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1921px) {
  main section.news video {
    object-fit: contain;
  }
}
main section.news .c-container {
  position: relative;
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) {
  main section.news .c-container {
    position: unset;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-width: 1279px) {
  main section.news .c-container {
    row-gap: min(max(17px, 17 * 1.5 / 768 * 100vw), 17 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) {
  main section.news .c-container {
    row-gap: min(max(17px, 17 / 1280 * 100vw), 17px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.news .c-container {
    row-gap: min(max(17px / 1.2, 17 / 1.2 / 900 * 100vh), 17px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (min-width: 1921px) {
  main section.news .c-container {
    row-gap: calc(17px * 1.2);
  }
}
main section.news .c-container .c-row {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1279px) {
  main section.news .c-container .c-row {
    column-gap: min(max(40px, 40 * 1.5 / 768 * 100vw), 40 * 1.5px);
  }
}
@media only screen and (min-width: 1280px) {
  main section.news .c-container .c-row {
    column-gap: min(max(17px, 17 / 1280 * 100vw), 40px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1679px) and (max-height: 900px) {
  main section.news .c-container .c-row {
    column-gap: min(max(17px / 1.2, 17 / 1.2 / 900 * 100vh), 17px);
  }
}
@media only screen and (min-width: 1921px) {
  main section.news .c-container .c-row {
    column-gap: calc(40px * 1.2);
  }
}
main section.news .c-container .c-row .c-col {
  flex: 0 0 calc(50% - min(max(17px, 1.328125vw), 40px) / 2);
  max-width: calc(50% - min(max(17px, 1.328125vw), 40px) / 2);
}
@media only screen and (max-width: 1279px) {
  main section.news .c-container .c-row .c-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1921px) {
  main section.news .c-container .c-row .c-col {
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}
main section.news .c-container .c-row .c-col .single-post {
  background-color: rgba(35, 55, 104, 0.9);
  align-items: stretch;
}
@media only screen and (max-width: 1279px) {
  main section.news .c-container .c-row .c-col .single-post__image {
    flex: 0 0 65%;
    max-width: 65%;
  }
}
@media only screen and (max-width: 1279px) {
  main section.news .c-container .c-row .c-col .single-post__info {
    padding-inline: 0;
  }
}
@media only screen and (max-width: 1279px) {
  main section.news .c-container .c-row .c-col .single-post__info-excerpt {
    -webkit-line-clamp: 3;
  }
}
main section.news .c-container .c-row .slick-dots {
  display: none !important;
}

/*# sourceMappingURL=homepage.css.map */
