@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat-Regular'), url('../fnt/Montserrat-Regular.woff2') format("woff2");
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat-Medium'), url('../fnt/Montserrat-Medium.woff2') format("woff2");
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat-Bold'), url('../fnt/Montserrat-Bold.woff2') format("woff2");
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat-ExtraBold'), url('../fnt/Montserrat-ExtraBold.woff2') format("woff2");
}
@keyframes niceShow {
  0% {
    height: 0;
  }
  70% {
    height: 50px;
  }
  100% {
    height: auto;
  }
}
.niceShow {
  animation: niceShow 0.1s ease-in forwards;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
* {
  outline: 0;
}
body,
p,
ul,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
iframe {
  border: 0;
}
.disabled {
  pointer-events: none;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}
a.mail:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -3px;
  border-bottom: 1px solid #40b4ed;
  transition: all 0.3s ease-out;
}
a.mail:hover:after {
  border-bottom-color: #fff0;
}
.b {
  font-weight: 700;
}
sup {
  font-size: 0.6em;
}
img,
svg {
  max-width: 100%;
  max-height: 100%;
  float: left;
}
.row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
h1,
.h1 {
  font-weight: 400;
  font-size: 34px;
  line-height: 42px;
}
h2,
.h2 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}
@media screen and (max-width: 820px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.niceScrollbar {
  scrollbar-width: thin;
}
.niceScrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.niceScrollbar::-webkit-scrollbar-thumb {
  background-color: #dadbdf;
  border-radius: 10px;
}
.spacer {
  flex-grow: 1;
}
html,
body {
  width: 100%;
  min-height: 100vh;
  font: 400 18px Montserrat, sans-serif;
  line-height: 24px;
  background-color: #fff;
  color: #fff;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: Montserrat, sans-serif;
}
main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-position: 80% 0;
}
main section:last-child {
  flex-grow: 1;
}
@media screen and (max-width: 820px) {
  main {
    background-size: 100%;
    background-position: 100px 0;
  }
}
.section-footer {
  flex-shrink: 0;
}
:root {
  --wWidth: 1920px;
  --wPadding: 30px;
}
@media screen and (max-width: 820px) {
  :root {
    --wPadding: 16px;
  }
}
section,
header,
footer {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 60px;
  background: url('') 50% 50% / cover no-repeat;
}
section .w,
header .w,
footer .w,
section .ww,
header .ww,
footer .ww {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100%;
}
section .w,
header .w,
footer .w {
  z-index: 1;
  flex-direction: column;
  max-width: var(--wWidth);
  margin: 0 auto;
  padding: 0 var(--wPadding);
  overflow: visible;
}
@media screen and (max-width: 820px) {
  section .w,
  header .w,
  footer .w {
    padding: 0 40px;
  }
}
@media screen and (max-width: 560px) {
  section .w,
  header .w,
  footer .w {
    padding: 0 20px;
  }
}
.cols {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  align-items: flex-start;
}
.cols.-cols2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.itms {
  display: flex;
}
.itms:after {
  content: 'flickity';
  display: none;
}
.itms > .itm > .img {
  position: relative;
  float: left;
  overflow: hidden;
}
.itms > .itm > .img img {
  float: left;
  min-height: 100%;
  transition: all 0.3s ease-out;
}
.itms > .itm > .img + .txt {
  float: left;
  width: 100%;
}
.spacer {
  flex-grow: 1;
  min-width: 32px;
}
.button {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 150px;
  height: 52px;
  float: left;
  margin: 0;
  padding: 3px 36px ;
  border-radius: 50px;
  outline: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #000;
  letter-spacing: 0.02em;
  white-space: nowrap;
  background-color: #fff;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease-out;
}
.button.-disabled {
  pointer-events: none;
  filter: brightness(0.7);
}
.button.-dark {
  background-color: #ffffff;
  color: #fff;
}
.button:hover,
.button:focus {
  opacity: 0.7;
}
.button + .button {
  margin-left: 20px;
}
.buttons {
  display: flex;
  justify-content: center;
}
.btn-close,
.flickity-fullscreen-button-exit {
  position: absolute;
  float: left;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAfCAYAAADwbH0HAAABMklEQVRIidWWwUoDMRCGPym0UJRFcC2CR0+FvoSP2cfYmx68i0gRb7UelIKiryDqYZIyLCsmcSbgDws7k53/25CdbEZAA3wAX9TRMTABWAFdDJy1AN6BpQ6ugGkFaAeMdfLVEX4GvAGXGqoHtw7wJF9reJafFbzIJxZdI+1WBaqLnwvgp8Am1B3kQodMUuC5z5uYmUJTTV2gffM7oFX5WcjfekA1/AG4D/A23Mc4WXsF8BZpE61zZB921xz4DNe8xODfzLi/pjFeI+vvoga4Qb7g2cDLbDzgDdKjP5n/Nu4CdYHnmpnA94PJY6ZJhD8hf7gsTZGW2ZYUK3hW/V+hRT5W0Cw/a2iS7xi4QM6+ltA+/AU5w++gHbLXLobrTOE7zrICNGqCTHIFcAScVIBGjYDDb+DxZtR3I+c9AAAAAElFTkSuQmCC') 50% 50% no-repeat;
  background-size: 30px;
  transition: all 0.3s ease-out;
}
.btn-close:hover,
.flickity-fullscreen-button-exit:hover {
  background-size: 20px;
}
.flickity-fullscreen-button-exit {
  filter: invert();
}
.flickity-fullscreen-button-exit .flickity-button-icon {
  display: none;
}
/*.mobmenu_shown {
	display: none;
	justify-content: flex-start;
	align-items: center;
	background: #fff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxMCAxNiI+PHBhdGggZmlsbD0iIzJCNUE4NCIgZD0iTTkuNSA4IDIgMTUuNS45NSAxNC40NSA3LjQgOCAuOTUgMS41NSAyIC41IDkuNSA4WiIvPjwvc3ZnPg==') 98% 50% no-repeat;
	background-size: 12px;
	.f(500, 18px, 26px, @ctext);
	text-transform: none;

	&:hover {background-color: #fff}
}*/
.form .input {
  display: flex;
  flex-direction: column;
  align-items: start;
  transition: all 0.3s ease-out;
}
.form .input label {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}
.form .input input {
  height: 60px;
  padding: 0 16px;
  border: 1px solid #343434;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  background-color: transparent;
  transition: all 0.3s ease-out;
}
.form .input input:focus {
  border-color: #ffffff;
  background-color: #fff;
}
.form .input input.-err.-err {
  border-color: red;
}
.form .input label + input {
  margin-top: 12px;
}
.form .input.-err.-err input {
  border-color: red;
}
html.-modal,
html.-menuShown {
  overflow: hidden;
}
html.-modal,
html.-menuShown,
html.-modal .section-header,
html.-menuShown .section-header {
  padding-right: 17px;
}
.js-popup-open {
  cursor: pointer;
}
.popup_cont {
  display: flex;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-out;
}
.popup_cont.-shown {
  opacity: 1;
  pointer-events: all;
  z-index: 1000;
}
.popup_cont .popup {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 560px;
  margin: 16px;
  padding: 74px 40px 60px;
  background-color: #f2f2f2;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.popup_cont .popup-close {
  position: absolute;
  top: 20px;
  z-index: 100;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMjMyMzIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTEgMSAxMiAxMk0xIDEzIDEzIDEiLz48L3N2Zz4=") 50% 50% no-repeat;
  cursor: pointer;
}
.popup_cont .popup-close:hover {
  opacity: 0.8;
}
.popup_cont .popup .title {
  text-align: center;
  font-size: 40px;
  line-height: 46px;
}
.popup_cont .popup .subttl {
  margin-top: 28px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
}
.popup_cont .popup .content {
  margin-top: 28px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup_cont .popup .content.form {
  display: flex;
  flex-direction: column;
}
.popup_cont .popup .content.form input,
.popup_cont .popup .content.form textarea {
  width: 100%;
  height: 60px;
  padding: 0 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
}
.popup_cont .popup .content.form input::-webkit-input-placeholder,
.popup_cont .popup .content.form textarea::-webkit-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
}
.popup_cont .popup .content.form input:-moz-placeholder,
.popup_cont .popup .content.form textarea:-moz-placeholder {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
}
.popup_cont .popup .content.form input::-moz-placeholder,
.popup_cont .popup .content.form textarea::-moz-placeholder {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
}
.popup_cont .popup .content.form input:-ms-input-placeholder,
.popup_cont .popup .content.form textarea:-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
}
.popup_cont .popup .content.form textarea {
  padding-top: 15px;
  background-color: transparent;
  border: 1px solid #343434;
}
.popup_cont .popup .content.form textarea:focus {
  background-color: #ffffff;
  border: 1px solid #013362;
}
.popup_cont .popup .content.form .input + .input {
  margin-top: 28px;
}
.popup_cont .popup .content.form .input input,
.popup_cont .popup .content.form .input textarea,
.popup_cont .popup .content.form .button {
  width: 100%;
}
.popup_cont .popup .content.form .input.checkbox {
  position: relative;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.popup_cont .popup .content.form .input.checkbox input {
  display: none;
}
.popup_cont .popup .content.form .input.checkbox label {
  padding-left: 52px;
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.02em;
  user-select: none;
}
.popup_cont .popup .content.form .input.checkbox label:before,
.popup_cont .popup .content.form .input.checkbox label:after {
  content: '';
  position: absolute;
  float: left;
  transition: all 0.3s ease-out;
}
.popup_cont .popup .content.form .input.checkbox label:before {
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #343434;
  background-color: transparent;
}
.popup_cont .popup .content.form .input.checkbox label:after {
  opacity: 0;
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.popup_cont .popup .content.form .input.checkbox input:checked ~ label:before {
  border-color: #ffffff;
  background-color: #fff;
}
.popup_cont .popup .content.form .input.checkbox input:checked ~ label:after {
  opacity: 1;
}
.popup_cont .popup .content.form .button {
  margin-top: 32px;
  border-radius: 2px;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 820px) {
  .popup_cont .popup {
    min-width: 90%;
    padding: 50px 30px;
  }
  .popup_cont .popup .title {
    font-size: 32px;
    line-height: 38px;
  }
  .popup_cont .popup .subttl {
    margin-top: 16px;
  }
}
.popup_cont.result .popup {
  text-align: center;
}
.popup_cont.result .popup .ttl {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.popup_cont.result .popup .txt {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.popup_cont.result .popup .err {
  display: none;
}
.popup_cont.result.-err .popup .succ {
  display: none;
}
.popup_cont.result.-err .popup .err {
  display: block;
}
.spoiler .spttl {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.spoiler .spttl:before,
.spoiler .spttl:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
}
.spoiler .spttl:after {
  transform: rotate(90deg);
}
.spoiler:not(.-opened) .spttl:hover {
  color: #ffffff;
}
.spoiler.-opened {
  padding-bottom: 36px;
}
.spoiler.-opened .spttl:after {
  transform: rotate(90deg) rotateY(90deg);
}
.spoiler.-opened .spcont {
  height: 100px;
  animation: niceShow 0.1s ease-in forwards;
}
.spoiler .spcont {
  overflow: hidden;
  height: 0;
  transition: all 0.3s ease-out;
}
.spoiler .spcont a {
  display: inline-block;
  color: #ffffff;
}
.spoiler .spcont a:hover {
  background-color: #ccc;
}
html.-menuShown {
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  html.-menuShown,
  html.-menuShown .section-header {
    padding-right: 0;
  }
}
:root {
  --section-header-height: 80px;
}
body.-scrolled .section-header {
  background-color: #ffffff;
}
body.-scrolled .section-header .logo.-white {
  opacity: 0;
}
body.-scrolled .section-header .logo.-color {
  opacity: 1;
}
body.-scrolled .menuToggler_cont .line {
  background-color: #000;
}
html.-menuShown .menuMob {
  right: 0;
}
.flickity-enabled {
  position: relative;
  overflow-x: hidden;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-enabled.is-draggable {
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#inconsists .flickity-page-dots {
  display: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  top: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flickity-button {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjM0YzRDM4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42IiBkPSJNMi41IDE2aDI4LjI1bTAgMEwyNCAyMi43NU0zMC43NSAxNiAyNCA5LjI1Ii8+PC9zdmc+") 50% 50% no-repeat;
  background-size: 32px;
  cursor: pointer;
  /*@media @sdesktop {
		&.previous, &.next {
			top: 100%;
			left: 50%;
			right: initial;
			margin-top: 30px;
		}
		&.previous {margin-left: -54px}
		&.next.next {margin-left: 12px}
	}*/
  /*@media @mobile {
		&.previous, &.next {margin-top: 0}
	}*/
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.flickity-button .flickity-button-icon {
  display: none;
}
.flickity-button.previous {
  left: -4vw;
  transform: rotate(180deg);
}
.flickity-button.next {
  right: -4vw;
}
.flickity-button.previous,
.flickity-button.next {
  top: 100%;
  left: 50%;
  right: initial;
  margin-top: 30px;
}
.flickity-button.previous {
  margin-left: -54px;
}
.flickity-button.next.next {
  margin-left: 12px;
}
.flickity-button #bigSlider .flickity-enabled {
  overflow: hidden;
  padding-bottom: 50px;
}
#bigSlider.flickity-enabled {
  overflow: hidden;
  padding-bottom: 50px;
}
#bigSlider .flickity-button.previous,
.flickity-button.next {
  display: none;
}
.nooverflow .flickity-viewport {
  overflow: visible;
}
.nooverflow:not(.flickity-enabled) .itm:not(:first-child) {
  display: none;
}
.nooverflow .flickity-viewport .itm:not(.is-selected) {
  opacity: 0;
}
.nooverflow .flickity-viewport.is-pointer-down .itm:has(+ .itm.is-selected),
.nooverflow .flickity-viewport.is-pointer-down .itm.is-selected + .itm {
  opacity: 0.8;
}
.section-requisites {
  margin-top: 100px;
  margin-bottom: 60px;
}
.section-requisites .w {
  padding: 0;
}
@media screen and (max-width: 1680px) {
  .section-requisites .w {
    padding: 0 30px;
  }
}
.section-requisites .w h1 {
  margin-top: 36px;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #000;
}
@media screen and (max-width: 1340px) {
  .section-requisites .w h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #000;
  }
}
.section-requisites .w table {
  border-collapse: collapse;
  margin-top: 36px;
}
.section-requisites .w table td,
.section-requisites .w table th {
  border: 1px solid #aaaaaa;
  padding: 5px;
}
@media screen and (max-width: 1340px) {
  .section-requisites .w table td,
  .section-requisites .w table th {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000;
  }
}
.section-requisites .w table .k1 {
  font-weight: 500;
}
@media screen and (max-width: 1340px) {
  .section-requisites .w table .k1 {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000;
  }
}
.section-header {
  position: fixed;
  z-index: 100;
  height: var(--section-header-height);
  margin-top: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease-out;
}
.section-header .w {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 80px;
  max-width: var(--wWidth);
  background: transparent;
}
@media screen and (max-width: 1340px) {
  .section-header .w {
    padding: 0 40px;
  }
}
@media screen and (max-width: 560px) {
  .section-header .w {
    padding: 0 28px;
  }
}
.section-header .w .logo_cont {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 160px;
  margin-right: auto;
  transition: all 0.3s ease-out;
}
.section-header .w .logo_cont .logo {
  position: absolute;
  display: block;
  width: 100%;
  transition: all 0.3s ease-out;
}
.section-header .w .logo_cont .logo img {
  display: block;
  width: 160px;
  height: 24px;
}
.section-header .w .logo_cont .logo.-color {
  display: none;
}
@media screen and (max-width: 560px) {
  .section-header .w .logo_cont {
    width: 110px;
  }
}
.section-header .w .log_in {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: auto;
  transition: all 0.3s ease-out;
}
.section-header .w .log_in .log_in_href { display: inline-flex; align-items: center; gap: 10px; }
.section-header .w .log_in .log_in_href.-color { display: none; }
.section-header .w .log_in .log_in_href .log-in-ico { width: 20px; height: 20px; display: inline-block; color: currentColor; }
.section-header .w .log_in .log_in_href .log-in-text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  position: relative;
  transition: color 0.2s ease;
}
/* underline on hover (thin line, left to right) */
.section-header .w .log_in .log_in_href .log-in-text::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -4px; height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s ease;
}
.section-header .w .log_in .log_in_href:hover .log-in-text { color: #387ae2; }
.section-header .w .log_in .log_in_href:hover .log-in-text::after { transform: scaleX(1); }
.section-header .w .log_in .log_in_href:hover .log-in-ico { color: #387ae2; }
/* scrolled (light header) variants */
body.-scrolled .section-header .w .log_in .log_in_href.-color .log-in-text { color: #272e3f; }
body.-scrolled .section-header .w .log_in .log_in_href.-color .log-in-ico { color: #a7b0c4; }
body.-scrolled .section-header .w .log_in .log_in_href.-color:hover .log-in-text { color: #387ae2; }
body.-scrolled .section-header .w .log_in .log_in_href.-color:hover .log-in-ico { color: #387ae2; }

/* explicit default colors for white-on-hero state */
.section-header .w .log_in .log_in_href.-white .log-in-text { color: #fff; }
.section-header .w .log_in .log_in_href.-white .log-in-ico { color: #fff; }

/* Footer menu hover effect same as login (thin underline animation) */
.section-footer .w .footer-menu .itm {
  position: relative;
  display: inline-block;
  transition: color 0.2s ease;
}
.section-footer .w .footer-menu .itm::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -4px; height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s ease;
}
.section-footer .w .footer-menu .itm:hover { color: #ffffff; }
.section-footer .w .footer-menu .itm:hover::after { transform: scaleX(1); }
body.-scrolled .section-header .w .log_in .log_in_href.-color:hover .log-in-text { color: #387ae2; }
body.-scrolled .section-header {
  background: #ffffff;
}
body.-scrolled .section-header .w .logo.-white {
  display: none;
}
body.-scrolled .section-header .w .logo.-color {
  display: block;
}
body.-scrolled .section-header .w .log_in_href.-white { display: none; }
body.-scrolled .section-header .w .log_in_href.-color { display: inline-flex; }
.section-footer {
  margin-top: 0;
  min-height: 240px;
  background: url('../img/footer-bg.jpg') no-repeat center center;
  background-size: cover;
  background-color: #1d2540;
}
.section-footer .w {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 25px 80px;
  min-height: 240px;
}
@media screen and (max-width: 820px) {
  .section-footer .w {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
  }
}
.section-footer .w .footer-menu {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
@media screen and (max-width: 1340px) {
  .section-footer .w .footer-menu {
    gap: 40px;
  }
}
@media screen and (max-width: 560px) {
  .section-footer .w .footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .section-footer .w {
    padding: 25px 28px;
  }
}
.section-footer .w .footer-menu .itm,
.section-footer .w .footer-menu .copy {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  letter-spacing: 10%;
}
.section-footer .w .footer-logo .logo img { width: 160px; height: 24px; display: block; filter: brightness(0) invert(1); }
@media screen and (max-width: 1340px) {
  .section-footer .w .footer-menu .itm,
  .section-footer .w .footer-menu .copy {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #ffffff;
  }
}
@media screen and (max-width: 820px) {
  .section-footer .w .footer-menu .itm,
  .section-footer .w .footer-menu .copy {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #ffffff;
  }
}
@media screen and (max-width: 560px) {
  .section-footer .w .footer-menu .copy {
    grid-column: 1/3;
  }
}
.section-how {
  margin-top: 0;
}
.section-how .w {
  padding: 120px 200px;
}
@media screen and (max-width: 1680px) {
  .section-how .w {
    padding: 120px 80px;
  }
}
@media screen and (max-width: 1340px) {
  .section-how .w {
    padding: 120px 40px;
  }
}
@media screen and (max-width: 820px) {
  .section-how .w {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 560px) {
  .section-how .w {
    padding: 60px 28px;
  }
}
.section-how .w .ttl {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 90px;
  color: linear-gradient(135.8deg, #1D4AA6 3.02%, #0B1D40 163.58%);
  letter-spacing: 4%;
  text-align: center;
  background: linear-gradient(135.8deg, #1D4AA6 3.02%, #0B1D40 163.58%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 100px;
}
@media screen and (max-width: 1340px) {
  .section-how .w .ttl {
    font-weight: 700;
    font-size: 78px;
    line-height: 78px;
    color: linear-gradient(135.8deg, #1D4AA6 3.02%, #0B1D40 163.58%);
  }
}
@media screen and (max-width: 820px) {
  .section-how .w .ttl {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: linear-gradient(135.8deg, #1D4AA6 3.02%, #0B1D40 163.58%);
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 560px) {
  .section-how .w .ttl {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: linear-gradient(135.8deg, #1D4AA6 3.02%, #0B1D40 163.58%);
    margin-bottom: 40px;
  }
}
.section-how .w .how-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 480px;
}
@media screen and (max-width: 820px) {
  .section-how .w .how-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.section-how .w .how-list .how-itm {
  position: relative;
  display: flex;
  flex-direction: column;
  border-left: 3px solid #1d4aa6;
  padding: 40px;
  padding-top: 60px;
  overflow: visible;
}
@media screen and (max-width: 1340px) {
  .section-how .w .how-list .how-itm {
    padding: 28px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 820px) {
  .section-how .w .how-list .how-itm {
    padding: 28px;
    padding-right: 120px;
  }
}
@media screen and (max-width: 560px) {
  .section-how .w .how-list .how-itm {
    padding-right: 60px;
  }
}
.section-how .w .how-list .how-itm .name {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 50px;
  color: #1d2540;
  letter-spacing: 2%;
  text-transform: uppercase;
  margin-bottom: 200px;
}
@media screen and (max-width: 1340px) {
  .section-how .w .how-list .how-itm .name {
    font-weight: 900;
    font-size: 38px;
    line-height: 40px;
    color: #1d2540;
    margin-bottom: 152px;
  }
}
@media screen and (max-width: 820px) {
  .section-how .w .how-list .how-itm .name {
    font-weight: 900;
    font-size: 34px;
    line-height: 36px;
    color: #1d2540;
    margin-bottom: 40px;
  }
}
.section-how .w .how-list .how-itm .txt {
  padding-right: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #5d667b;
  letter-spacing: 2%;
}
@media screen and (max-width: 1340px) {
  .section-how .w .how-list .how-itm .txt {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #5d667b;
  }
}
@media screen and (max-width: 820px) {
  .section-how .w .how-list .how-itm .txt {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #5d667b;
  }
}
.section-how .w .how-list .itm1 {
  background: url('../img/num1.png') no-repeat bottom right -50px;
}
@media screen and (max-width: 820px) {
  .section-how .w .how-list .itm1 {
    background: url('../img/num1.png') no-repeat bottom right 0;
    background-size: contain;
  }
}
@media screen and (max-width: 560px) {
  .section-how .w .how-list .itm1 {
    background: url('../img/num1.png') no-repeat bottom right 0;
    background-size: contain;
  }
}
.section-how .w .how-list .itm2 {
  background: url('../img/num2.png') no-repeat bottom right 0px;
}
@media screen and (max-width: 820px) {
  .section-how .w .how-list .itm2 {
    background: url('../img/num2.png') no-repeat bottom right 0px;
    background-size: contain;
  }
}
@media screen and (max-width: 560px) {
  .section-how .w .how-list .itm2 {
    background: url('../img/num2.png') no-repeat bottom right 0px;
    background-size: contain;
  }
}
.section-how .w .how-list .itm3 {
  background: url('../img/num3.png') no-repeat bottom right 0px;
}
@media screen and (max-width: 820px) {
  .section-how .w .how-list .itm3 {
    background: url('../img/num3.png') no-repeat bottom right 0;
    background-size: contain;
  }
}
@media screen and (max-width: 560px) {
  .section-how .w .how-list .itm3 {
    background: url('../img/num3.png') no-repeat bottom right 0;
    background-size: contain;
  }
}
.section-promo {
  margin-top: 0;
  background: url('../img/promo-bg.jpg') no-repeat center center;
  background-size: cover;
  background-color: #9bb2e4;
}
.section-promo .w {
  display: flex;
  flex-direction: column;
  padding: 0;
  min-height: 880px;
  padding-top: 260px;
  padding-bottom: 120px;
}
@media screen and (max-width: 820px) {
  .section-promo .w {
    min-height: 856px;
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 560px) {
  .section-promo .w {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-promo .w .content .ttl {
  padding: 0 200px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 100px;
  color: linear-gradient(135.8deg, #1D4AA6 3.02%, #0B1D40 163.58%);
  letter-spacing: 3px;
  text-align: center;
  background: linear-gradient(135.8deg, #1D4AA6 3.02%, #0B1D40 163.58%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 20px;
}
@media screen and (max-width: 1680px) {
  .section-promo .w .content .ttl {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1340px) {
  .section-promo .w .content .ttl {
    font-weight: 700;
    font-size: 78px;
    line-height: 88px;
    color: linear-gradient(135.8deg, #1D4AA6 3.02%, #0B1D40 163.58%);
  }
}
@media screen and (max-width: 820px) {
  .section-promo .w .content .ttl {
    padding: 0 40px;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    color: linear-gradient(135.8deg, #1D4AA6 3.02%, #0B1D40 163.58%);
  }
}
@media screen and (max-width: 560px) {
  .section-promo .w .content .ttl {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: linear-gradient(135.8deg, #1D4AA6 3.02%, #0B1D40 163.58%);
  }
}
.section-promo .w .content .subttl {
  padding: 0 200px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 50px;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 152px;
}
@media screen and (max-width: 1680px) {
  .section-promo .w .content .subttl {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1340px) {
  .section-promo .w .content .subttl {
    font-weight: 700;
    font-size: 32px;
    line-height: 47px;
    color: #ffffff;
  }
}
@media screen and (max-width: 820px) {
  .section-promo .w .content .subttl {
    padding: 0 40px;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: #ffffff;
  }
}
@media screen and (max-width: 560px) {
  .section-promo .w .content .subttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    color: #ffffff;
    margin-bottom: 72px;
  }
}
.section-promo .w .content .text {
  display: flex;
  justify-content: space-between;
  margin: 0 60px;
  border-bottom: 3px solid #ffffff;
  padding-bottom: 8px;
}
@media screen and (max-width: 1340px) {
  .section-promo .w .content .text {
    margin: 0 40px;
  }
}
@media screen and (max-width: 820px) {
  .section-promo .w .content .text {
    display: none;
  }
}
.section-promo .w .content .text .word {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 40px;
  color: #ffffff;
  letter-spacing: 0.6em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1680px) {
  .section-promo .w .content .text .word {
    letter-spacing: 0.5em;
  }
}
@media screen and (max-width: 1340px) {
  .section-promo .w .content .text .word {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    letter-spacing: 0.4em;
  }
}
@media screen and (max-width: 1200px) {
  .section-promo .w .content .text .word {
    letter-spacing: 0.3em;
  }
}
@media screen and (max-width: 900px) {
  .section-promo .w .content .text .word {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 820px) {
  .section-promo .w .content .text .word {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
  }
}
.section-promo .w .content .text-mob {
  display: none;
}
@media screen and (max-width: 820px) {
  .section-promo .w .content .text-mob {
    display: block;
  }
}
.section-promo .w .content .text-mob .bl {
  display: flex;
  margin: 0 40px;
  border-bottom: 3px solid #ffffff;
  padding-bottom: 8px;
  justify-content: space-between;
}
.section-promo .w .content .text-mob .bl .word {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  color: #ffffff;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .section-promo .w .content .text-mob .bl .word {
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 480px) {
  .section-promo .w .content .text-mob .bl .word {
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #ffffff;
  }
}
.section-promo .w .content .text-mob .b2 {
  padding-top: 8px;
}
.section-steps {
  margin-top: 0;
  min-height: 1100px;
}
@media screen and (max-width: 1680px) {
  .section-steps {
    min-height: 1200px;
  }
}
@media screen and (max-width: 1340px) {
  .section-steps {
    min-height: 1100px;
  }
}
@media screen and (max-width: 1200px) {
  .section-steps {
    min-height: 1200px;
  }
}
@media screen and (max-width: 1100px) {
  .section-steps {
    min-height: 1300px;
  }
}
.section-steps .w {
  padding: 120px 200px;
  padding-bottom: 0;
}
@media screen and (max-width: 1680px) {
  .section-steps .w {
    padding: 120px 80px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1340px) {
  .section-steps .w {
    padding: 120px 40px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  .section-steps .w {
    padding: 80px 40px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 560px) {
  .section-steps .w {
    padding: 60px 40px;
    padding-bottom: 0;
  }
}
.section-steps .w .ttl {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 90px;
  color: linear-gradient(135.8deg, #1D4AA6 3.02%, #0B1D40 163.58%);
  letter-spacing: 3px;
  text-align: center;
  background: linear-gradient(135.8deg, #1D4AA6 3.02%, #0B1D40 163.58%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 40px;
}
@media screen and (max-width: 1340px) {
  .section-steps .w .ttl {
    font-weight: 700;
    font-size: 78px;
    line-height: 78px;
    color: linear-gradient(135.8deg, #1D4AA6 3.02%, #0B1D40 163.58%);
  }
}
@media screen and (max-width: 820px) {
  .section-steps .w .ttl {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: linear-gradient(135.8deg, #1D4AA6 3.02%, #0B1D40 163.58%);
  }
}
@media screen and (max-width: 560px) {
  .section-steps .w .ttl {
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: linear-gradient(135.8deg, #1D4AA6 3.02%, #0B1D40 163.58%);
  }
}
.section-steps .w .steps {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 32px;
}
@media screen and (max-width: 820px) {
  .section-steps .w .steps {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 450px) {
  .section-steps .w .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-steps .w .steps .step {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #838ca2;
  letter-spacing: 1px;
  text-align: center;
  border-bottom: 3px solid #e7e9ee;
  padding: 18px;
  cursor: pointer;
}
@media screen and (max-width: 1340px) {
  .section-steps .w .steps .step {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #838ca2;
  }
}
@media screen and (max-width: 820px) {
  .section-steps .w .steps .step {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #838ca2;
  }
}
.section-steps .w .steps .step4 {
  grid-column: 4/6;
}
@media screen and (max-width: 820px) {
  .section-steps .w .steps .step4 {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 450px) {
  .section-steps .w .steps .step4 {
    grid-column: 2/3;
  }
}
@media screen and (max-width: 820px) {
  .section-steps .w .steps .step1 {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 450px) {
  .section-steps .w .steps .step1 {
    grid-column: 1/2;
  }
}
.section-steps .w .steps .step-active {
  border-bottom: 3px solid #1d4aa6;
  background: linear-gradient(135.8deg, #1D4AA6 3.02%, #0B1D40 163.58%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section-steps .w .itms .flickity-viewport {
  overflow: visible;
}
.section-steps .w .itms .flickity-page-dots {
  bottom: 10px;
}
.section-steps .w .itms:not(.flickity-enabled) .itm:not(:first-child) {
  display: none;
}
.section-steps .w .itms .flickity-viewport .itm:not(.is-selected) {
  opacity: 0;
}
.section-steps .w .itms .flickity-viewport.is-pointer-down .itm:has(+ .itm.is-selected),
.section-steps .w .itms .flickity-viewport.is-pointer-down .itm.is-selected + .itm {
  opacity: 0.8;
}
.section-steps .w .itms .itm {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  min-height: 640px;
}
@media screen and (max-width: 820px) {
  .section-steps .w .itms .itm {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.section-steps .w .itms .itm .img img {
  display: block;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 820px) {
  .section-steps .w .itms .itm .img {
    margin-bottom: 28px;
  }
  .section-steps .w .itms .itm .img img {
    height: auto;
    width: 100%;
    object-fit: contain;
  }
}
.section-steps .w .itms .itm .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  padding-right: 0;
}
@media screen and (max-width: 820px) {
  .section-steps .w .itms .itm .txt {
    padding: 28px 0;
  }
}
.section-steps .w .itms .itm .txt .ttl {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
  color: #2a314b;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 1340px) {
  .section-steps .w .itms .itm .txt .ttl {
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    color: #2a314b;
  }
}
@media screen and (max-width: 820px) {
  .section-steps .w .itms .itm .txt .ttl {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #2a314b;
    text-align: center;
  }
}
.section-steps .w .itms .itm .txt .slide-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
@media screen and (max-width: 1100px) {
  .section-steps .w .itms .itm .txt .slide-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 820px) {
  .section-steps .w .itms .itm .txt .slide-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .section-steps .w .itms .itm .txt .slide-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-steps .w .itms .itm .txt .slide-list .slide-itm {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 140px;
}
@media screen and (max-width: 1100px) {
  .section-steps .w .itms .itm .txt .slide-list .slide-itm {
    min-height: auto;
  }
}
.section-steps .w .itms .itm .txt .slide-list .slide-itm .name {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #5d667b;
  letter-spacing: 2px;
  align-self: flex-start;
}
@media screen and (max-width: 1340px) {
  .section-steps .w .itms .itm .txt .slide-list .slide-itm .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #5d667b;
  }
}
@media screen and (max-width: 820px) {
  .section-steps .w .itms .itm .txt .slide-list .slide-itm .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #5d667b;
    text-align: center;
    align-self: center;
  }
}
.section-steps .w .itms .itm .txt .slide-list .slide-itm .text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #5d667b;
  letter-spacing: 1px;
}
@media screen and (max-width: 1340px) {
  .section-steps .w .itms .itm .txt .slide-list .slide-itm .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #5d667b;
  }
}
@media screen and (max-width: 820px) {
  .section-steps .w .itms .itm .txt .slide-list .slide-itm .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #5d667b;
    text-align: center;
  }
}
.section-steps .w .itms .itm .txt .item-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media screen and (max-width: 560px) {
  .section-steps .w .itms .itm .txt .item-links {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-steps .w .itms .itm .txt .item-links .item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background-color: #f1f3f8;
  text-align: center;
}
.section-steps .w .itms .itm .txt .item-links .item .item-link {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  color: #272e3f;
  letter-spacing: 0px;
  padding: 20px;
}
@media screen and (max-width: 1340px) {
  .section-steps .w .itms .itm .txt .item-links .item .item-link {
    font-weight: 900;
    font-size: 13px;
    line-height: 23px;
    color: #272e3f;
  }
}
@media screen and (max-width: 820px) {
  .section-steps .w .itms .itm .txt .item-links .item .item-link {
    font-weight: 900;
    font-size: 12px;
    line-height: 22px;
    color: #272e3f;
    text-align: center;
  }
}
.section-steps .w .itms .itm3 .txt .slide-list,
.section-steps .w .itms .itm4 .txt .slide-list,
.section-steps .w .itms .itm6 .txt .slide-list {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1100px) {
  .section-steps .w .itms .itm3 .txt .slide-list,
  .section-steps .w .itms .itm4 .txt .slide-list,
  .section-steps .w .itms .itm6 .txt .slide-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 820px) {
  .section-steps .w .itms .itm3 .txt .slide-list,
  .section-steps .w .itms .itm4 .txt .slide-list,
  .section-steps .w .itms .itm6 .txt .slide-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .section-steps .w .itms .itm3 .txt .slide-list,
  .section-steps .w .itms .itm4 .txt .slide-list,
  .section-steps .w .itms .itm6 .txt .slide-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-steps .w .itms .itm3 .txt .item-links,
.section-steps .w .itms .itm4 .txt .item-links,
.section-steps .w .itms .itm6 .txt .item-links {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 560px) {
  .section-steps .w .itms .itm3 .txt .item-links,
  .section-steps .w .itms .itm4 .txt .item-links,
  .section-steps .w .itms .itm6 .txt .item-links {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-steps .w .itms .itm5 .txt .item-links {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 560px) {
  .section-steps .w .itms .itm5 .txt .item-links {
    grid-template-columns: repeat(1, 1fr);
  }
}
