@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400500600700&display=swap");
.ac_t020_1_0_main {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #4c4c4c;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ac_t020_1_0_main * {
  box-sizing: border-box;
}
.ac_t020_1_0_main a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  display: block;
  padding-inline: 5px;
  -webkit-padding-after: 7px;
          padding-block-end: 7px;
  transition: all 0.85s;
}
.ac_t020_1_0_main a:not(.noUnderline):hover {
  border-color: #c90a73;
}
.ac_t020_1_0_main p {
  font-family: Inter;
  font-weight: 400;
  font-size: clamp(0.75rem, 5vw, 1.125rem);
  line-height: 1.8rem;
}
.ac_t020_1_0_main b {
  font-weight: 600;
}
.ac_t020_1_0_main button.cta {
  background: #c90a73;
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 30px;
  padding-inline: 30px;
  color: #fff;
  gap: 10px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  font-weight: 600;
  font-size: 15px;
}
.ac_t020_1_0_main button.cta:hover {
  transform: translateY(-2px);
}
.ac_t020_1_0_main button.cta svg {
  height: 20px;
}
.ac_t020_1_0_main .secTitle {
  color: #707070;
  font-weight: 600;
  font-size: clamp(1.7rem, 6vw, 2.125rem);
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}
@media (max-width: 500px) {
  .ac_t020_1_0_main .secTitle {
    -webkit-padding-end: 30px;
            padding-inline-end: 30px;
  }
}
.ac_t020_1_0_main .secSubtitle {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 10px;
  color: #c90a73;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}
.ac_t020_1_0_main .headerBg {
  width: 100%;
  background: #102340;
  color: #fff;
}
.ac_t020_1_0_main .headerBg header {
  width: 100%;
  max-width: 1050px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-margin-before: clamp(20px, 11vw, 77px);
          margin-block-start: clamp(20px, 11vw, 77px);
  -webkit-margin-after: 250px;
          margin-block-end: 250px;
  color: #fff;
  box-sizing: border-box;
}
@media (max-width: 1050px) and (max-width: 1050px) {
  .ac_t020_1_0_main .headerBg header {
    padding-inline: 10px;
  }
}
.ac_t020_1_0_main .headerBg header .logo, .ac_t020_1_0_main .headerBg header .logoStatic {
  width: 196px;
  min-width: 196px;
}
.ac_t020_1_0_main .headerBg header .logoStatic {
  display: none;
}
.ac_t020_1_0_main .headerBg header .menu {
  cursor: pointer;
  display: none;
}
@media (max-width: 805px) {
  .ac_t020_1_0_main .headerBg header .menu {
    display: block;
  }
}
.ac_t020_1_0_main .headerBg header nav ul {
  display: flex;
  gap: 64px;
}
.ac_t020_1_0_main .headerBg header nav ul li {
  list-style: none;
  font-family: Inter;
  font-weight: 500;
  font-size: clamp(0.75rem, 5vw, 1.25rem);
}
.ac_t020_1_0_main .headerBg header nav ul li a {
  -webkit-padding-after: 2px;
          padding-block-end: 2px;
}
@media (max-width: 805px) {
  .ac_t020_1_0_main .headerBg header nav {
    position: absolute;
    right: 0;
    top: 50px;
    opacity: 0;
    z-index: 2;
    background: #000;
    border-radius: 4px;
    border: 1px solid #444;
    transition: opacity 0.5s;
  }
  .ac_t020_1_0_main .headerBg header nav ul {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
@media (max-width: 805px) {
  .ac_t020_1_0_main .headerBg header {
    align-items: center;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    padding-block: 5px;
    position: fixed;
    background: rgba(16, 35, 64, 0.96);
    left: 0;
    top: 0;
    z-index: 2;
  }
  .ac_t020_1_0_main .headerBg header .menu:focus + nav {
    opacity: 1;
  }
  .ac_t020_1_0_main .headerBg header .logo {
    display: none;
  }
  .ac_t020_1_0_main .headerBg header .logoStatic {
    display: block;
  }
}
.ac_t020_1_0_main .headerBg .headerContent {
  width: 100%;
  max-width: 1050px;
  margin: auto;
  -webkit-padding-after: 40px;
          padding-block-end: 40px;
}
@media (max-width: 1050px) and (max-width: 1050px) {
  .ac_t020_1_0_main .headerBg .headerContent {
    padding-inline: 10px;
  }
}
.ac_t020_1_0_main .headerBg .headerContent h1 {
  font-size: 72px;
}
.ac_t020_1_0_main .headerBg .headerContent p {
  padding-inline: 10px 30px !important;
}
.ac_t020_1_0_main .actionContent {
  -webkit-margin-before: 170px;
          margin-block-start: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 50px;
  font-size: 30px;
  font-weight: 600;
  padding-inline: 30px;
}
.ac_t020_1_0_main .contentBlockBg {
  width: 100%;
}
.ac_t020_1_0_main .contentBlockBg .contentBlock {
  width: 100%;
  max-width: 1050px;
  margin: auto;
  margin-block: 120px;
}
@media (max-width: 1050px) and (max-width: 1050px) {
  .ac_t020_1_0_main .contentBlockBg .contentBlock {
    padding-inline: 10px;
  }
}
.ac_t020_1_0_main .contentBlockBg .contentBlock h2 {
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
}
.ac_t020_1_0_main .contentBlockBg .contentBlock p {
  max-width: 650px;
  padding-inline: 10px;
}
.ac_t020_1_0_main .contentBlockBg .contentBlock h1, .ac_t020_1_0_main .contentBlockBg .contentBlock h2, .ac_t020_1_0_main .contentBlockBg .contentBlock h3, .ac_t020_1_0_main .contentBlockBg .contentBlock h4, .ac_t020_1_0_main .contentBlockBg .contentBlock h5, .ac_t020_1_0_main .contentBlockBg .contentBlock h6 {
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}
.ac_t020_1_0_main .introBlock .contentBlock {
  margin-block: 60px;
}
.ac_t020_1_0_main .cardsBlock {
  background: #f3f4f6;
}
.ac_t020_1_0_main .cardsBlock .cardContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  -webkit-margin-before: 70px;
          margin-block-start: 70px;
}
.ac_t020_1_0_main .cardsBlock .cardContainer .container, .ac_t020_1_0_main .cardsBlock .cardContainer .flip-box, .ac_t020_1_0_main .cardsBlock .cardContainer .front, .ac_t020_1_0_main .cardsBlock .cardContainer .back {
  width: 440px;
  height: 440px;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  .ac_t020_1_0_main .cardsBlock .cardContainer .container, .ac_t020_1_0_main .cardsBlock .cardContainer .flip-box, .ac_t020_1_0_main .cardsBlock .cardContainer .front, .ac_t020_1_0_main .cardsBlock .cardContainer .back {
    width: calc(100vw - 50px);
    min-height: 440px;
  }
}
.ac_t020_1_0_main .cardsBlock .cardContainer .container, .ac_t020_1_0_main .cardsBlock .cardContainer .flip_box {
  position: relative;
}
.ac_t020_1_0_main .cardsBlock .cardContainer .front, .ac_t020_1_0_main .cardsBlock .cardContainer .back {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 72px 50px;
  color: #fff;
  border-radius: 15px;
}
.ac_t020_1_0_main .cardsBlock .cardContainer .cardTitle {
  font-weight: 700;
  font-size: 22px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
.ac_t020_1_0_main .cardsBlock .cardContainer .cardContent {
  line-height: 28px;
}
.ac_t020_1_0_main .cardsBlock .cardContainer .container {
  -moz-transform: perspective(1200px);
  perspective: 1200px;
}
.ac_t020_1_0_main .cardsBlock .cardContainer .flip_box {
  transition: all 0.5s ease-out;
  transform-style: preserve-3d;
}
.ac_t020_1_0_main .cardsBlock .cardContainer .front {
  background-color: #102340;
}
.ac_t020_1_0_main .cardsBlock .cardContainer .back {
  background-color: #8169fd;
  transform: rotateY(180deg);
}
.ac_t020_1_0_main .cardsBlock .cardContainer .flipped {
  transform: rotateY(-180deg);
}
.ac_t020_1_0_main .cardsBlock .cardContainer .flipped + .r_wrap .b_round {
  background-color: #102340;
  width: 120px;
}
.ac_t020_1_0_main .cardsBlock .cardContainer .flipped + .r_wrap .s_round {
  width: 120px;
}
.ac_t020_1_0_main .cardsBlock .cardContainer .flipped + .r_wrap .in_back {
  display: flex;
}
.ac_t020_1_0_main .cardsBlock .cardContainer .r_wrap {
  position: absolute;
  right: 40px;
  bottom: 38px;
}
.ac_t020_1_0_main .cardsBlock .cardContainer .b_round,
.ac_t020_1_0_main .cardsBlock .cardContainer .s_round {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 60px;
  border-radius: 30px;
  background-color: #c90a73;
  transition: all 0.2s linear;
  cursor: pointer;
  display: flex;
  gap: 5px;
  width: 180px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
}
.ac_t020_1_0_main .cardsBlock .cardContainer .b_round svg,
.ac_t020_1_0_main .cardsBlock .cardContainer .s_round svg {
  height: 18px;
  position: relative;
  top: 1px;
}
.ac_t020_1_0_main .cardsBlock .cardContainer .in_back {
  display: none;
  background-color: #102340;
}
.ac_t020_1_0_main .cardsBlock .cardContainer .b_round {
  opacity: 0;
  background-color: #c90a73;
}
.ac_t020_1_0_main .cardsBlock .cardContainer .b_round_hover {
  transform: scale(1.07);
  opacity: 0.4;
}
.ac_t020_1_0_main .cardsBlock .cardContainer .b_round_back_hover {
  background-color: #102340;
}
.ac_t020_1_0_main .cardsBlock .cardContainer .s_round:active {
  transform: scale(1.7);
  opacity: 0;
}
.ac_t020_1_0_main .cardsBlock .cardContainer .s_round_back {
  background-color: #102340;
}
@media (max-width: 450px) {
  .ac_t020_1_0_main .cardsBlock .cardContainer .container .front, .ac_t020_1_0_main .cardsBlock .cardContainer .container .back {
    padding: 32px;
  }
  .ac_t020_1_0_main .cardsBlock .cardContainer .container .cardTitle {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
  .ac_t020_1_0_main .cardsBlock .cardContainer .container .r_wrap {
    bottom: 18px;
  }
}
.ac_t020_1_0_main .plansBlock {
  background: #102340;
  color: #fff;
}
.ac_t020_1_0_main .plansBlock .secTitle {
  color: #fff;
}
.ac_t020_1_0_main .plansBlock .actionContent {
  -webkit-margin-before: 140px;
          margin-block-start: 140px;
}
.ac_t020_1_0_main .plansBlock .plans {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-inline: 10px;
  display: grid;
}
.ac_t020_1_0_main .plansBlock .plans > li {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.ac_t020_1_0_main .plansBlock .plans .planItem {
  display: flex;
  flex-direction: column;
  background: #43556d;
  background: linear-gradient(90deg, rgb(66, 84, 108) 0%, rgb(51, 68, 94) 100%);
  padding: 33px;
}
.ac_t020_1_0_main .plansBlock .plans .planItem.selected .arrow {
  transform: rotate(180deg);
}
.ac_t020_1_0_main .plansBlock .plans .planItem.selected .content {
  grid-template-rows: 1fr;
}
.ac_t020_1_0_main .plansBlock .plans .title {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 24px;
  cursor: pointer;
}
.ac_t020_1_0_main .plansBlock .plans .title svg {
  height: 20px;
}
.ac_t020_1_0_main .plansBlock .plans .title .arrow {
  transition: all 0.5s linear;
}
.ac_t020_1_0_main .plansBlock .plans .content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 1s;
  overflow: hidden;
}
.ac_t020_1_0_main .plansBlock .plans .content .contentInner {
  min-height: 0;
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr 2fr;
  line-height: 32px;
}
@media (max-width: 600px) {
  .ac_t020_1_0_main .plansBlock .plans .content .contentInner {
    grid-template-columns: 1fr;
    grid-template-rows: auto 20px auto;
  }
  .ac_t020_1_0_main .plansBlock .plans .content .contentInner .left {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}
.ac_t020_1_0_main .plansBlock .plans .content .contentInner .left, .ac_t020_1_0_main .plansBlock .plans .content .contentInner .right {
  flex-basis: 50%;
}
.ac_t020_1_0_main .plansBlock .plans .content .contentInner .left ul, .ac_t020_1_0_main .plansBlock .plans .content .contentInner .right ul {
  list-style-type: disc;
}
.ac_t020_1_0_main .plansBlock .plans .content .contentInner .left {
  max-width: 390px;
}
.ac_t020_1_0_main .caseBlock h3 {
  color: #806afc;
  font-size: 22px;
  font-weight: 600;
}
.ac_t020_1_0_main .caseBlock .tabsItem, .ac_t020_1_0_main .caseBlock .blocksItem {
  margin-block: 60px;
}
.ac_t020_1_0_main .caseBlock .blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-block: 60px;
}
@media (max-width: 600px) {
  .ac_t020_1_0_main .caseBlock .blocks {
    justify-content: center;
  }
}
.ac_t020_1_0_main .caseBlock .blocks .block {
  width: 330px;
  background: #102341;
  color: #fff;
  box-sizing: border-box;
  padding: 35px;
  border-radius: 6px;
}
.ac_t020_1_0_main .caseBlock .blocks .block .imgCont {
  height: 75px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.ac_t020_1_0_main .caseBlock .blocks .block img {
  max-height: 75px;
}
.ac_t020_1_0_main .caseBlock .blocks .block .title {
  font-weight: 600;
  font-size: 21px;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
}
.ac_t020_1_0_main .caseBlock .blocks .block .text {
  line-height: 25px;
}
.ac_t020_1_0_main .caseBlock .itemConclusion {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 600px) {
  .ac_t020_1_0_main .caseBlock .itemConclusion {
    flex-direction: column;
  }
  .ac_t020_1_0_main .caseBlock .itemConclusion .right {
    max-width: none;
    text-align: center;
  }
}
.ac_t020_1_0_main .caseBlock .itemConclusion .left p,
.ac_t020_1_0_main .caseBlock .itemConclusion .left {
  max-width: 590px;
  font-weight: 400;
  font-size: clamp(0.75rem, 5vw, 1.125rem);
  line-height: 1.8rem;
}
.ac_t020_1_0_main .caseBlock .itemConclusion .left p:first-of-type {
  margin-top: 0;
}
.ac_t020_1_0_main .caseBlock .itemConclusion .right {
  color: #806afc;
  font-weight: 600;
  font-size: 30px;
  max-width: 350px;
  gap: 40px;
}
.ac_t020_1_0_main .caseBlock .tabsContainer {
  margin-block: 60px;
}
.ac_t020_1_0_main .caseBlock .tabs {
  display: block;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden;
}
.ac_t020_1_0_main .caseBlock .tabs .highlight {
  background: #c90a73;
  color: #fff;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.ac_t020_1_0_main .caseBlock .tabs .highlight .tabText {
  width: 96%;
}
.ac_t020_1_0_main .caseBlock .tabs [class^=tab] p,
.ac_t020_1_0_main .caseBlock .tabs [class*=" tab"] p {
  max-width: none;
}
.ac_t020_1_0_main .caseBlock .tabs [class^=tab] h4,
.ac_t020_1_0_main .caseBlock .tabs [class*=" tab"] h4 {
  font-size: 22px;
  font-weight: 600;
}
.ac_t020_1_0_main .caseBlock .tabs [class^=tab] label,
.ac_t020_1_0_main .caseBlock .tabs [class*=" tab"] label {
  color: #102340;
  cursor: pointer;
  display: block;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1em;
  padding: 2rem 0;
  text-align: center;
}
.ac_t020_1_0_main .caseBlock .tabs [class^=tab] [type=radio],
.ac_t020_1_0_main .caseBlock .tabs [class*=" tab"] [type=radio] {
  border-bottom: 1px solid rgba(239, 237, 239, 0.5);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.ac_t020_1_0_main .caseBlock .tabs [class^=tab] [type=radio]:hover, .ac_t020_1_0_main .caseBlock .tabs [class^=tab] [type=radio]:focus,
.ac_t020_1_0_main .caseBlock .tabs [class*=" tab"] [type=radio]:hover,
.ac_t020_1_0_main .caseBlock .tabs [class*=" tab"] [type=radio]:focus {
  border-bottom: 1px solid #c90a73;
}
.ac_t020_1_0_main .caseBlock .tabs [class^=tab] [type=radio]:checked,
.ac_t020_1_0_main .caseBlock .tabs [class*=" tab"] [type=radio]:checked {
  border-bottom: 2px solid #c90a73;
}
.ac_t020_1_0_main .caseBlock .tabs [class^=tab] [type=radio]:checked + div,
.ac_t020_1_0_main .caseBlock .tabs [class*=" tab"] [type=radio]:checked + div {
  opacity: 1;
}
.ac_t020_1_0_main .caseBlock .tabs [class^=tab] [type=radio] + div,
.ac_t020_1_0_main .caseBlock .tabs [class*=" tab"] [type=radio] + div {
  display: block;
  opacity: 0;
  padding: 2rem 0;
  width: 90%;
  transition: all 0.3s ease-in-out;
}
.ac_t020_1_0_main .caseBlock .tabs .tab-2 {
  width: 50%;
}
.ac_t020_1_0_main .caseBlock .tabs .tab-2 [type=radio] + div {
  width: 200%;
  margin-left: 200%;
}
.ac_t020_1_0_main .caseBlock .tabs .tab-2 [type=radio]:checked + div {
  margin-left: 0;
}
.ac_t020_1_0_main .caseBlock .tabs .tab-2:last-child [type=radio] + div {
  margin-left: 100%;
}
.ac_t020_1_0_main .caseBlock .tabs .tab-2:last-child [type=radio]:checked + div {
  margin-left: -100%;
}
.ac_t020_1_0_main .footer1block {
  background: #273852;
  color: #fff;
}
.ac_t020_1_0_main .footer1block .actionContent {
  margin-block: 95px;
  text-align: center;
}
.ac_t020_1_0_main .footer1block .actionContent .subtext {
  font-size: 18px;
  font-weight: 400;
}
.ac_t020_1_0_main .tabsItem .itemConclusion {
    display: none;
}


