html {
  scroll-behavior: smooth;
}

/*************************BASIC******************************/
html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

body {
  margin: 0;
  box-sizing: border-box;
  font-family: "Assistant", sans-serif;
  color: #0A2B6C;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 1180px) {
  body {
    font-size: 2.2vw;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 5vw;
    line-height: 1.33;
  }
}

* {
  box-sizing: border-box;
}

button {
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  font-family: inherit;
}
button:focus, button:active {
  outline: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

input, textarea, select {
  font-family: "Assistant", sans-serif;
  font-size: inherit;
  color: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #0A2B6C;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: none;
}

@media (max-width: 768px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 769px) {
  .mobile {
    display: none;
  }
}

.textT1 {
  font-size: 246.15%;
  line-height: 1.1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT1 {
    font-size: 188.89%;
  }
}

.textT2 {
  font-size: 192.3%;
  line-height: 1.1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT2 {
    font-size: 111.11%;
  }
}

.textT3 {
  font-size: 115.38%;
  line-height: 1.13;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT3 {
    font-size: 111.11%;
  }
}

.textT4 {
  font-size: 69.23%;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT4 {
    font-size: 77.68%;
  }
}
@media (max-width: 768px) {
  .textT4.size2 {
    font-size: 100%;
  }
}

.textT5 {
  font-size: 46.15%;
  line-height: 1.1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT5 {
    font-size: 66.67%;
  }
}

.textT6 {
  font-size: 100%;
  line-height: 1.1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT6 {
    font-size: 100%;
  }
}

.marginB1 {
  margin: 0 0 37px 0;
}
@media (max-width: 1180px) {
  .marginB1 {
    margin-bottom: 3.14vw;
  }
}
@media (max-width: 768px) {
  .marginB1 {
    margin-bottom: 10.28vw;
  }
}

.normalText {
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
}

.normalType {
  font-weight: 400;
}

.semiBoldType {
  font-weight: 600;
}

.boldType {
  font-weight: 700;
}

.blackType {
  font-weight: 800;
}

.backMainColor {
  background: #0A2B6C;
}

.mainColor {
  color: #0A2B6C;
}

.color1 {
  color: #00A3DF;
}

.backColor1 {
  background: #00A3DF;
}

.backColor2 {
  background: #B5E6FF;
}

.backColor4 {
  background: #ffffff;
}

.backColor7 {
  background: #D7E8F7;
}

.color3 {
  color: #DE1490;
}

.color4 {
  color: #ffffff;
}

.color5 {
  color: #58595B;
}

.color8 {
  color: #E53D42;
}

.borderT1 {
  border: 1px solid #E53D42;
}

.borderT2 {
  border: 3px solid #00A3DF;
}
@media (max-width: 1180px) {
  .borderT2 {
    border: 0.25vw solid #00A3DF;
  }
}
@media (max-width: 768px) {
  .borderT2 {
    border: 2px solid #00A3DF;
  }
}

.backT1 {
  background: linear-gradient(180deg, #EAF5FD 0%, rgba(234, 245, 253, 0) 100%);
}

.backT2 {
  position: relative;
}
.backT2::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-bottom: 48.48%;
  background: linear-gradient(180deg, #EAF5FD 40%, rgba(234, 245, 253, 0) 100%);
}
@media (max-width: 768px) {
  .backT2::after {
    padding-bottom: 73%;
    top: 12.22vw;
  }
}

.backImgT1 {
  background-image: url("../img/back1.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding-bottom: 123px;
}
@media (max-width: 1180px) {
  .backImgT1 {
    padding-bottom: 10.42vw;
  }
}
@media (max-width: 768px) {
  .backImgT1 {
    background-image: url("../img/back1_mob.jpg");
    padding-bottom: 80.28vw;
  }
}

.links {
  font-size: 100%;
  line-height: 1.4;
}
@media (max-width: 1180px) {
  .links {
    font-size: 100%;
  }
}
@media (max-width: 768px) {
  .links {
    font-size: 77.68%;
  }
}

.underline {
  text-decoration: underline;
}

.centerText {
  text-align: center;
}

@media (max-width: 768px) {
  .centerTextMob {
    text-align: center;
  }
}

.positionRelative {
  position: relative;
  z-index: 1;
}

.main_wraper {
  position: relative;
}

.main_container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding-top: 104px;
}
@media (max-width: 1180px) {
  .main_container {
    padding-top: 8.81vw;
  }
}
@media (max-width: 768px) {
  .main_container {
    padding-top: 22.17vw;
  }
}
@media (max-width: 768px) {
  .main_container.type2 {
    padding-top: 14.72vw;
  }
}
.main_container.type2 .main_wraper {
  padding-top: 20px;
}
@media (max-width: 1180px) {
  .main_container.type2 .main_wraper {
    padding-top: 1.69vw;
  }
}
@media (max-width: 768px) {
  .main_container.type2 .main_wraper {
    padding-top: 20vw;
  }
}
@media (max-width: 768px) {
  .main_container.type2 header {
    margin-bottom: -16.67vw;
    background: rgba(0, 0, 0, 0);
  }
  .main_container.type2 header .open_menu_mobile {
    margin-bottom: 0;
  }
  .main_container.type2 header .header_wraper::after {
    content: "";
    display: block;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    background-image: url("../img/header_mob.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 17.22vw;
    z-index: 1;
  }
}
.main_container.type2 footer {
  border: none;
}
@media (min-width: 769px) {
  .main_container.type2 footer {
    margin-top: 0;
  }
}

header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  max-width: 1920px;
  width: 100%;
  z-index: 100;
  background: #ffffff;
}
@media (max-width: 768px) {
  header {
    left: 0;
    right: 0;
    transform: none;
  }
}
header.open .open_menu_container {
  display: block;
  opacity: 1;
  animation: anim 0.3s ease-in-out;
}

.header_inner_wraper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}

.header_wraper {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px;
}
@media (max-width: 1180px) {
  .header_wraper {
    padding: 0 2.97vw;
  }
}
@media (max-width: 768px) {
  .header_wraper {
    padding: 0;
    box-shadow: none;
    align-items: flex-start;
    position: relative;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .open_menu_mobile {
    width: 8.33vw;
    margin: 7.78vw 4.44vw;
  }
}

.headers_icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .headers_icons {
    padding-left: 1.94vw;
  }
}
.headers_icons .icon {
  width: 172px;
}
@media (max-width: 1180px) {
  .headers_icons .icon {
    width: 14.58vw;
  }
}
@media (max-width: 768px) {
  .headers_icons .icon {
    width: 30vw;
  }
}

.open_menu_container {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .open_menu_container {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 100vh;
    overflow-y: auto;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 100;
  }
}

.open_menu_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .open_menu_wrap {
    height: auto;
    min-height: 100%;
    width: 83.33%;
    background: white;
    flex-direction: column;
    align-items: flex-start;
    padding: 8.33vw 5vw 0;
    box-shadow: 0 0 4.17vw rgba(0, 0, 0, 0.16);
  }
}

@media (max-width: 768px) {
  .close_menu_mobile {
    width: 5.56vw;
    margin-bottom: 2.78vw;
  }
}

.first_level_menu, .second_level_menu {
  list-style: none;
  border-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  display: flex;
}
.first_level_menu li.active, .second_level_menu li.active {
  color: #00A3DF;
}
.first_level_menu li.active .arrow_active, .second_level_menu li.active .arrow_active {
  display: block;
}
.first_level_menu li.active .arrow_normal, .second_level_menu li.active .arrow_normal {
  display: none;
}
.first_level_menu li.active::after, .second_level_menu li.active::after {
  background-image: url("../img/arrowL_lightblue.svg") !important;
}

.first_level_menu {
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .first_level_menu {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }
}
.first_level_menu > li {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 47px;
  min-height: 104px;
}
@media (max-width: 1180px) {
  .first_level_menu > li {
    margin-left: 3.39vw;
    min-height: 8.81vw;
  }
}
@media (max-width: 768px) {
  .first_level_menu > li {
    margin-left: 0;
    min-height: auto;
    padding: 5vw 0;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .first_level_menu > li:last-of-type {
    border-bottom: none !important;
  }
  .first_level_menu > li:not(.nav_li_type2, .nav_mobile_title) {
    border-bottom: 1px solid #58595B;
  }
  .first_level_menu > li:not(.nav_li_type2, .nav_mobile_title)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url("../img/arrowL_blue.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 2.5vw;
    height: 4.44vw;
  }
}
.first_level_menu > li:last-of-type, .first_level_menu > li.noML {
  margin-left: 0 !important;
}
@media (min-width: 769px) {
  .first_level_menu > li:hover .second_level_menu {
    display: block;
    opacity: 1;
    animation: anim 0.3s ease-in-out;
  }
}
.first_level_menu > li.open .second_level_menu {
  display: block;
  opacity: 1;
}
.first_level_menu > li a, .first_level_menu > li .inner_menu_link {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .first_level_menu > li a, .first_level_menu > li .inner_menu_link {
    width: 100%;
  }
}

.second_level_menu {
  top: 100%;
  display: none;
  opacity: 0;
  position: absolute;
  background-color: #ffffff;
  min-width: 100%;
  z-index: 3;
  right: -15px;
  padding: 9px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 5px 5px;
}
@media (max-width: 1180px) {
  .second_level_menu {
    right: -1.27vw;
    padding: 0.76vw 0;
  }
}
@media (max-width: 768px) {
  .second_level_menu {
    padding: 0;
    display: block;
    position: relative;
    box-shadow: none;
    width: 100%;
    top: auto;
    border-radius: 0;
    opacity: 1;
    right: 0;
  }
}
.second_level_menu a {
  white-space: nowrap;
  font-size: 100%;
  padding: 9px 15px;
}
@media (max-width: 1180px) {
  .second_level_menu a {
    padding: 0.76vw 1.27vw;
  }
}
@media (max-width: 768px) {
  .second_level_menu a {
    padding: 2.22vw 0;
  }
}
.second_level_menu .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
}
@media (max-width: 1180px) {
  .second_level_menu .text {
    margin-left: 1.69vw;
  }
}
@media (max-width: 768px) {
  .second_level_menu .text {
    margin-left: 0;
  }
  .second_level_menu .text small {
    display: inline-block;
    margin-top: 0.56vw;
  }
}
.second_level_menu .icon {
  width: 52px;
  margin-left: 10px;
  display: block;
}
@media (max-width: 1180px) {
  .second_level_menu .icon {
    width: 4.41vw;
    margin-left: 0.85vw;
  }
}
@media (max-width: 768px) {
  .second_level_menu .icon {
    width: 12.78vw;
    margin-left: 2.78vw;
  }
}
.second_level_menu .arrow {
  width: 11px;
  display: block;
  margin-right: auto;
}
@media (max-width: 1180px) {
  .second_level_menu .arrow {
    width: 0.93vw;
  }
}
@media (max-width: 768px) {
  .second_level_menu .arrow {
    width: 2.5vw;
  }
}
.second_level_menu .arrow_active {
  display: none;
}

.open_inner_menu {
  border: none;
  background: rgba(0, 0, 0, 0);
  display: flex;
}
.open_inner_menu img {
  width: 18px;
  margin-right: 12px;
}
@media (max-width: 1180px) {
  .open_inner_menu img {
    width: 1.53vw;
    margin-right: 1.02vw;
  }
}
@media (max-width: 768px) {
  .open_inner_menu img {
    width: 2.78vw;
  }
}

.inner_menu_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .inner_menu_wrap {
    display: none;
  }
}

@media (max-width: 768px) {
  .nav_desktop {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .nav_li_type2 {
    padding: 0 !important;
  }
}

.open_menu_mobile, .close_menu_mobile, .nav_mobile_title, .nav_mobile {
  display: none !important;
}
@media (max-width: 768px) {
  .open_menu_mobile, .close_menu_mobile, .nav_mobile_title, .nav_mobile {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .nav_mobile_title {
    padding: 5vw 0 2.5vw !important;
  }
}

footer {
  border-top: 1px solid #0A2B6C;
  margin-top: 60px;
  text-align: center;
  padding: 33px 0;
}
@media (max-width: 1180px) {
  footer {
    margin-top: 5.08vw;
    padding: 2.8vw 0;
  }
}
@media (max-width: 768px) {
  footer {
    margin-top: 11.11vw;
    padding: 0 0 8.33vw;
    border: none;
  }
}

.footer_list {
  padding: 0;
  list-style: none;
  border-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer_list {
    background: #ededed;
    padding: 1.39vw 0;
  }
}

.footer_list_item {
  margin: 0 15px 0;
  position: relative;
}
@media (max-width: 1180px) {
  .footer_list_item {
    margin: 0 1.27vw 0;
  }
}
@media (max-width: 768px) {
  .footer_list_item {
    margin: 0;
    width: 100%;
  }
  .footer_list_item::after {
    content: "";
    width: 50%;
    height: 1px;
    background: #8218C6;
    display: block;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .footer_list_item a {
    display: block;
    padding: 5vw 0;
  }
  .footer_list_item:last-of-type::after {
    display: none;
  }
}

.footer_logo {
  width: 150px;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1180px) {
  .footer_logo {
    width: 12.71vw;
    margin-bottom: 1.27vw;
  }
}
@media (max-width: 768px) {
  .footer_logo {
    width: 30vw;
    margin-bottom: 4.17vw;
  }
}

.float_btn {
  position: fixed;
  width: 126px;
  height: 126px;
  display: flex;
  font-size: 76.9%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(180deg, #DE1490 0%, #8218C6 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 0.9;
  border-radius: 100%;
  left: 35px;
  bottom: 40px;
  z-index: 90;
}
@media (max-width: 1180px) {
  .float_btn {
    width: 10.68vw;
    height: 10.68vw;
    box-shadow: 0 0 1.36vw rgba(0, 0, 0, 0.16);
    left: 2.97vw;
    bottom: 3.39vw;
  }
}
@media (max-width: 768px) {
  .float_btn {
    line-height: 1.07;
    font-size: 72.2%;
    width: 19.72vw;
    height: 19.72vw;
    box-shadow: 0 0 4.44vw rgba(0, 0, 0, 0.16);
    left: 1.94vw;
    bottom: 2.78vw;
  }
}
.float_btn img {
  display: inline-block;
  width: 67px;
  margin-top: 6px;
}
@media (max-width: 1180px) {
  .float_btn img {
    width: 5.68vw;
    margin-top: 0.51vw;
  }
}
@media (max-width: 768px) {
  .float_btn img {
    width: 9.44vw;
    margin-top: 1.11vw;
  }
}

.wrapT1 {
  width: 880px;
  margin-right: auto;
  margin-left: auto;
  max-width: 90%;
}
@media (max-width: 768px) {
  .wrapT1 {
    width: 90.55%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .wrapT1.mobFull {
    width: 100%;
  }
}

.wrapT2 {
  width: 1185px;
  margin-right: auto;
  margin-left: auto;
  max-width: 98%;
}
@media (max-width: 768px) {
  .wrapT2 {
    width: 90.55%;
    max-width: 100%;
  }
}

.wrapT3 {
  width: 630px;
  margin-right: auto;
  margin-left: auto;
  max-width: 90%;
}
@media (max-width: 768px) {
  .wrapT3 {
    width: 90.55%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .wrapT3.mobFull {
    width: 100%;
  }
}

.wrapT4 {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  max-width: 90%;
}
@media (max-width: 768px) {
  .wrapT4 {
    width: 71.11%;
    max-width: 100%;
  }
}

.section_cubesT1 {
  list-style: none;
  border-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.cubeT1 {
  padding: 15px 18px;
  box-shadow: 0 0 25px rgba(60, 123, 186, 0.25);
  border-radius: 10px;
  background: white;
  width: 30.8%;
  margin: 0 1.26%;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1180px) {
  .cubeT1 {
    padding: 1.27vw 1.53vw;
    box-shadow: 0 0 2.12vw rgba(60, 123, 186, 0.25);
    border-radius: 0.85vw;
    margin-bottom: 2.54vw;
  }
}
@media (max-width: 768px) {
  .cubeT1 {
    padding: 3.33vw 3.33vw;
    box-shadow: 0 0 6.94vw rgba(60, 123, 186, 0.25);
    border-radius: 2.78vw;
    width: 90%;
    margin-bottom: 3.33vw;
  }
}
.cubeT1::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 26px;
  left: 16px;
  background-image: url("../img/arrowL_blue.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1180px) {
  .cubeT1::after {
    width: 1.36vw;
    height: 2.2vw;
    left: 1.36vw;
  }
}
@media (max-width: 768px) {
  .cubeT1::after {
    width: 2.78vw;
    height: 4.44vw;
    left: 4.44vw;
  }
}
.cubeT1.color2 {
  background: #00A3DF;
  color: #ffffff;
}
.cubeT1.color2::after {
  background-image: url("../img/arrowL_white.svg");
}
.cubeT1.type2 {
  text-align: right;
}
.cubeT1.type2 .cubeT1_wrap {
  justify-content: flex-start;
  flex-direction: row;
}
.cubeT1.type2 .cubeT1_wrap .imageT1 {
  width: 26.5%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cubeT1.type2 .cubeT1_wrap .imageT1 {
    width: 24%;
    margin-left: 4.47%;
  }
}

.cubeT1_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.imageT1 {
  width: 37%;
}
@media (max-width: 768px) {
  .imageT1 {
    width: 36.5%;
  }
}

.imageT2 {
  width: 58px;
  vertical-align: bottom;
  margin-top: -5px;
  margin-right: 4px;
}
@media (max-width: 1180px) {
  .imageT2 {
    width: 4.92vw;
    margin-top: -0.42vw;
    margin-right: 0.34vw;
  }
}
@media (max-width: 768px) {
  .imageT2 {
    width: 11.11vw;
    margin-top: -1.67vw;
    margin-right: 1.39vw;
  }
}

.imageT3 {
  width: 21.2%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .imageT3 {
    width: 27%;
  }
}

.imageT4 {
  vertical-align: inherit;
  width: 82px;
  margin-right: 10px;
}
@media (max-width: 1180px) {
  .imageT4 {
    width: 6.95vw;
    margin-right: 0.85vw;
  }
}
@media (max-width: 768px) {
  .imageT4 {
    width: 12.5vw;
    margin-right: 0.42vw;
  }
}

.info_sectionT1 {
  width: 100%;
  background: linear-gradient(200deg, #DE1490 0%, #8218C6 100%);
  border-radius: 20px;
  position: relative;
  padding: 40px 0 40px;
  margin-top: 81px;
}
@media (max-width: 1180px) {
  .info_sectionT1 {
    border-radius: 1.69vw;
    padding: 3.39vw 0 3.39vw;
    margin-top: 6.86vw;
  }
}
@media (max-width: 768px) {
  .info_sectionT1 {
    border-radius: 9.44vw;
    padding: 13.89vw 0 7.5vw;
    margin-top: 16.67vw;
  }
}
.info_sectionT1 .info_icon {
  border-radius: 100%;
  width: 118px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 3px solid #DE1490;
  background: #ffffff;
  margin: -92px auto 25px;
}
@media (max-width: 1180px) {
  .info_sectionT1 .info_icon {
    width: 10vw;
    height: 10vw;
    margin: -7.8vw auto 2.12vw;
    border: 0.25vw solid #DE1490;
  }
}
@media (max-width: 768px) {
  .info_sectionT1 .info_icon {
    width: 20vw;
    height: 20vw;
    margin: -23.89vw auto 3.33vw;
    border: 0.83vw solid #DE1490;
  }
}
.info_sectionT1 .info_icon img {
  width: 95%;
  margin: 0 auto;
}

.videoT1 {
  width: 100%;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
}
@media (max-width: 1180px) {
  .videoT1 {
    box-shadow: 0.42vw 0.42vw 0.51vw rgba(0, 0, 0, 0.16);
    border-radius: 0.42vw;
  }
}
@media (max-width: 768px) {
  .videoT1 {
    box-shadow: 1.39vw 1.39vw 1.67vw rgba(0, 0, 0, 0.16);
    border-radius: 1.11vw;
  }
}
.videoT1 iframe, .videoT1 video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.videoT1:after {
  content: "";
  padding-bottom: 56.25%;
  display: block;
  background: #ffffff;
}

.videoT2 {
  overflow: hidden;
  position: relative;
}
.videoT2 iframe, .videoT2 video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.videoT2:after {
  content: "";
  padding-bottom: 56.25%;
  display: block;
  background: #ffffff;
}

.lineT1 {
  width: 100%;
  height: 1px;
  background: #58595B;
}
.lineT1.size2 {
  height: auto;
  background: none;
  border-top: 1px solid #58595B;
}

.btnT1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  width: 100%;
}
@media (max-width: 1180px) {
  .btnT1 {
    padding: 1.95vw;
    border-radius: 4.24vw;
  }
}
@media (max-width: 768px) {
  .btnT1 {
    padding: 2.78vw 5.56vw;
    border-radius: 9.44vw;
    min-height: 19.72vw;
  }
}
.btnT1 .img1 {
  width: 98px;
  margin-right: 12px;
}
@media (max-width: 1180px) {
  .btnT1 .img1 {
    width: 8.31vw;
    margin-right: 1.02vw;
  }
}
@media (max-width: 768px) {
  .btnT1 .img1 {
    width: 15.28vw;
    margin-right: 1.39vw;
  }
}
.btnT1 .img2 {
  width: 73px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1180px) {
  .btnT1 .img2 {
    width: 6.19vw;
  }
}
@media (max-width: 768px) {
  .btnT1 .img2 {
    width: 17.22vw;
  }
}
.btnT1.right {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .btnT1.size2 {
    padding: 4.72vw 5.56vw;
    min-height: auto;
  }
}

.btn_arrow {
  position: relative;
}
.btn_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
  width: 16px;
  height: 26px;
  background-image: url("../img/arrowL_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
@media (max-width: 1180px) {
  .btn_arrow::after {
    left: 1.86vw;
    width: 1.36vw;
    height: 2.2vw;
  }
}
@media (max-width: 768px) {
  .btn_arrow::after {
    left: 5.56vw;
    width: 2.78vw;
    height: 4.44vw;
  }
}
.btn_arrow.btn_arrow_lightblue::after {
  background-image: url("../img/arrowL_lightblue.svg");
}
.btn_arrow.btn_arrow_white::after {
  background-image: url("../img/arrowL_white.svg");
}

.iconT1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00A3DF;
  color: #ffffff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  font-size: 92%;
  font-weight: 400;
}
.iconT1 .open {
  display: none;
}
@media (max-width: 1180px) {
  .iconT1 {
    width: 2.54vw;
    height: 2.54vw;
  }
}
@media (max-width: 768px) {
  .iconT1 {
    width: 6.67vw;
    height: 6.67vw;
  }
}

.q_a_section {
  padding-bottom: 30px;
}
@media (max-width: 1180px) {
  .q_a_section {
    padding-bottom: 2.54vw;
  }
}
@media (max-width: 768px) {
  .q_a_section {
    padding-bottom: 0;
  }
}

.q_a_container {
  border-top: 1px solid #58595B;
}
.q_a_container.open .question_container {
  color: #00A3DF;
}
.q_a_container.open .open {
  display: block;
}
.q_a_container.open .close {
  display: none;
}
.q_a_container.open .answer_container {
  pointer-events: all;
  opacity: 1;
  height: auto;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.question_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
@media (max-width: 1180px) {
  .question_container {
    padding: 1.53vw 0;
  }
}
@media (max-width: 768px) {
  .question_container {
    padding: 4.44vw 0;
  }
}
.question_container .text {
  max-width: 92%;
}
@media (max-width: 768px) {
  .question_container .text {
    max-width: 88%;
  }
}

.answer_container {
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.answer_container .ans {
  padding-bottom: 30px;
  padding-left: 90px;
}
@media (max-width: 1180px) {
  .answer_container .ans {
    padding-bottom: 2.54vw;
    padding-left: 7.63vw;
  }
}
@media (max-width: 768px) {
  .answer_container .ans {
    padding-bottom: 8.33vw;
    padding-left: 0;
  }
}
.answer_container .ans.full {
  padding-left: 45px;
}
@media (max-width: 1180px) {
  .answer_container .ans.full {
    padding-left: 3.81vw;
  }
}
@media (max-width: 768px) {
  .answer_container .ans.full {
    padding-left: 0;
  }
}

.listT1 {
  padding-right: 1em;
  margin: 0;
}
.listT1 li {
  margin-bottom: 0.7em;
}
.listT1 li:last-of-type {
  margin-bottom: 0;
}
.listT1.type2 li {
  margin-bottom: 0;
}
.listT1.disc {
  list-style: disc;
}

.grapT1_wrap {
  border-radius: 20px;
  padding: 20px 20px 30px;
  position: relative;
}
@media (max-width: 1180px) {
  .grapT1_wrap {
    border-radius: 1.69vw;
    padding: 1.69vw 1.69vw 2.54vw;
  }
}
@media (max-width: 768px) {
  .grapT1_wrap {
    border-radius: 9.44vw;
    padding: 5.28vw;
  }
}
.grapT1_wrap.type2 {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.graphT1_list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .graphT1_list {
    flex-direction: column;
  }
}
.graphT1_list.type2 {
  margin-bottom: 24px;
}
@media (max-width: 1180px) {
  .graphT1_list.type2 {
    margin-bottom: 2.03vw;
  }
}
@media (max-width: 768px) {
  .graphT1_list.type2 {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .graphT1_list.type2:last-of-type .graphT1_list_item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .graphT1_list.type2:first-of-type .graphT1_list_item:first-of-type .image::after {
    display: none;
  }
}
.graphT1_list.type2 .graphT1_list_item:last-of-type .image::after {
  width: 38px;
}
@media (max-width: 1180px) {
  .graphT1_list.type2 .graphT1_list_item:last-of-type .image::after {
    width: 3.22vw;
  }
}
@media (max-width: 768px) {
  .graphT1_list.type2 .graphT1_list_item:last-of-type .image::after {
    width: 1px;
  }
}
.graphT1_list.type2 .graphT1_list_item:last-of-type .image::before {
  content: "";
  position: absolute;
  right: calc(100% + 28px);
  width: 20px;
  height: 22px;
  background-image: url("../img/arrowsL_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
@media (max-width: 1180px) {
  .graphT1_list.type2 .graphT1_list_item:last-of-type .image::before {
    right: calc(100% + 2.37vw);
    width: 1.69vw;
    height: 1.86vw;
  }
}
@media (max-width: 768px) {
  .graphT1_list.type2 .graphT1_list_item:last-of-type .image::before {
    display: none;
  }
}
@media (min-width: 769px) {
  .graphT1_list:not(.type2) .graphT1_list_item:last-of-type .image::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .graphT1_list:not(.type2) .graphT1_list_item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .graphT1_list:not(.type2) .graphT1_list_item:first-of-type .image::after {
    display: none;
  }
}

.graphT1_list_item {
  width: 104px;
  margin-left: 79px;
}
@media (max-width: 1180px) {
  .graphT1_list_item {
    width: 8.81vw;
    margin-left: 6.69vw;
  }
}
@media (max-width: 768px) {
  .graphT1_list_item {
    width: 28.89vw;
    margin-bottom: 11.67vw;
    margin-left: 0;
  }
}
.graphT1_list_item:last-of-type {
  margin-left: 0;
}
.graphT1_list_item .image {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100%;
  position: relative;
}
@media (max-width: 1180px) {
  .graphT1_list_item .image {
    height: 8.81vw;
  }
}
@media (max-width: 768px) {
  .graphT1_list_item .image {
    height: 28.89vw;
  }
}
.graphT1_list_item .image::after {
  content: "";
  position: absolute;
  width: 79px;
  height: 1px;
  background: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
}
@media (max-width: 1180px) {
  .graphT1_list_item .image::after {
    width: 6.69vw;
  }
}
@media (max-width: 768px) {
  .graphT1_list_item .image::after {
    width: 1px;
    height: 9.44vw;
    bottom: 100%;
    top: auto;
    right: 50%;
    transform: translateX(-50%);
  }
}
.graphT1_list_item .image img {
  width: 63px;
}
@media (max-width: 1180px) {
  .graphT1_list_item .image img {
    width: 5.34vw;
  }
}
@media (max-width: 768px) {
  .graphT1_list_item .image img {
    width: 17.78vw;
  }
}
.graphT1_list_item .text {
  margin-top: 4px;
}
@media (max-width: 1180px) {
  .graphT1_list_item .text {
    margin-top: 0.34vw;
  }
}
@media (max-width: 768px) {
  .graphT1_list_item .text {
    margin-top: 2.22vw;
  }
}

.graphT1_image {
  margin-top: -13px;
  padding-top: 13px;
}
@media (max-width: 1180px) {
  .graphT1_image {
    margin-top: -1.1vw;
    padding-top: 1.1vw;
  }
}
@media (max-width: 768px) {
  .graphT1_image {
    margin-top: -6.94vw;
    padding-top: 6.94vw;
  }
}
.graphT1_image img {
  width: 134px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .graphT1_image img {
    width: 11.36vw;
  }
}
@media (max-width: 768px) {
  .graphT1_image img {
    width: 28.89vw;
  }
}

.graphT1_small_text {
  margin-top: 55px;
}
@media (max-width: 1180px) {
  .graphT1_small_text {
    margin-top: 4.66vw;
  }
}
@media (max-width: 768px) {
  .graphT1_small_text {
    margin-top: 6.39vw;
  }
}

@media (max-width: 768px) {
  .graphT1_image_mob {
    width: 6.11vw;
    margin: 4.44vw auto 0;
  }
}

.sectionT1 {
  border-radius: 25px;
  padding: 31px 42px 5px;
}
@media (max-width: 1180px) {
  .sectionT1 {
    border-radius: 2.12vw;
    padding: 2.63vw 3.56vw 0.42vw;
  }
}
@media (max-width: 768px) {
  .sectionT1 {
    border-radius: 2.78vw;
    padding: 5.56vw 5.56vw;
  }
}

.listT2 {
  list-style: none;
  padding: 0;
  margin: 0;
  border-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.listT2_item {
  width: 46%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .listT2_item {
    width: 100%;
  }
}
.listT2_item .image {
  width: 21.8%;
  margin-left: 3.5%;
}
@media (max-width: 768px) {
  .listT2_item .image {
    width: 27.3%;
    margin-left: 5.5%;
  }
}
.listT2_item .text {
  width: 65%;
}
@media (max-width: 768px) {
  .listT2_item .text {
    width: 67.2%;
  }
}

@media (min-width: 769px) {
  .order1_desk {
    order: 1;
  }
}

@media (min-width: 769px) {
  .order2_desk {
    order: 2;
  }
}

@media (min-width: 769px) {
  .order3_desk {
    order: 3;
  }
}

@media (min-width: 769px) {
  .order4_desk {
    order: 4;
  }
}

@media (min-width: 769px) {
  .order5_desk {
    order: 5;
  }
}

@media (min-width: 769px) {
  .order6_desk {
    order: 6;
  }
}

@media (min-width: 769px) {
  .order7_desk {
    order: 7;
  }
}

@media (min-width: 769px) {
  .order8_desk {
    order: 8;
  }
}

.sectionT2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sectionT2_item {
  width: 48.47%;
  position: relative;
}
@media (max-width: 768px) {
  .sectionT2_item {
    width: 100%;
  }
}

.titleT1 {
  width: 100%;
  border-radius: 10px;
  padding: 10px 15px;
  background: linear-gradient(180deg, #DE1490 0%, #8218C6 100%);
}
@media (max-width: 1180px) {
  .titleT1 {
    border-radius: 0.85vw;
    padding: 0.85vw 1.27vw;
  }
}
@media (max-width: 768px) {
  .titleT1 {
    border-radius: 2.78vw;
    padding: 1.39vw 3.61vw;
  }
}
.titleT1.size2 {
  width: auto;
  min-width: 404px;
  max-width: 100%;
}
@media (max-width: 1180px) {
  .titleT1.size2 {
    min-width: 34.24vw;
  }
}
@media (max-width: 768px) {
  .titleT1.size2 {
    min-width: auto;
  }
}

.graphT2, .graphT2_image {
  position: relative;
}

.graphT2_text {
  position: absolute;
  background: #D7E8F7;
  padding: 10px 13px;
  border-radius: 10px;
}
@media (max-width: 1180px) {
  .graphT2_text {
    padding: 0.85vw 1.1vw;
    border-radius: 0.85vw;
  }
}
@media (max-width: 768px) {
  .graphT2_text {
    padding: 1.67vw 3.33vw;
    border-radius: 2.78vw;
  }
}
.graphT2_text.bubble1 {
  top: 10%;
  right: 7%;
}
@media (max-width: 1180px) {
  .graphT2_text.bubble1 {
    top: 13.3%;
    right: 9%;
  }
}
@media (max-width: 768px) {
  .graphT2_text.bubble1 {
    top: 8.33vw;
    right: 10.83vw;
  }
}
.graphT2_text.bubble2 {
  top: 3%;
  right: 30%;
}
@media (max-width: 1180px) {
  .graphT2_text.bubble2 {
    top: 5%;
    right: 31%;
  }
}
@media (max-width: 768px) {
  .graphT2_text.bubble2 {
    top: 1.94vw;
    right: 36.11vw;
  }
}
.graphT2_text.bubble3 {
  top: 19%;
  right: 41%;
}
@media (max-width: 1180px) {
  .graphT2_text.bubble3 {
    top: 20%;
    right: 42%;
  }
}
@media (max-width: 768px) {
  .graphT2_text.bubble3 {
    top: 15.56vw;
    right: 50vw;
  }
}
.graphT2_text.bubble4 {
  top: 53%;
  right: 62.5%;
}
@media (max-width: 1180px) {
  .graphT2_text.bubble4 {
    right: 63%;
  }
}
@media (max-width: 768px) {
  .graphT2_text.bubble4 {
    top: 68.33vw;
    right: 56.11vw;
  }
}
.graphT2_text.bubble5 {
  top: 88%;
  right: 30%;
}
@media (max-width: 768px) {
  .graphT2_text.bubble5 {
    top: 88.89vw;
    right: 36.11vw;
  }
}
.graphT2_text.bubble6 {
  top: 88%;
  right: 4%;
}
@media (max-width: 1180px) {
  .graphT2_text.bubble6 {
    top: 88%;
    right: 7%;
  }
}
@media (max-width: 768px) {
  .graphT2_text.bubble6 {
    top: 71.11vw;
    right: 9.44vw;
  }
}
.graphT2_text.bubble7 {
  top: 33%;
  right: 4%;
}
@media (max-width: 1180px) {
  .graphT2_text.bubble7 {
    top: 32%;
    right: 9%;
  }
}
@media (max-width: 768px) {
  .graphT2_text.bubble7 {
    top: 41.67vw;
    right: 0;
  }
}
.graphT2_text.bubble8 {
  top: 4%;
  right: 28%;
}
@media (max-width: 768px) {
  .graphT2_text.bubble8 {
    top: 0.28vw;
    right: 26.39vw;
  }
}
.graphT2_text.bubble9 {
  top: 5%;
  right: 55%;
}
@media (max-width: 1180px) {
  .graphT2_text.bubble9 {
    top: 7%;
  }
}
@media (max-width: 768px) {
  .graphT2_text.bubble9 {
    top: 15.56vw;
    right: 51.39vw;
  }
}
.graphT2_text.bubble10 {
  top: 30%;
  right: 75%;
}
@media (max-width: 768px) {
  .graphT2_text.bubble10 {
    top: 1.67vw;
    right: auto;
    left: 2.78vw;
  }
}
.graphT2_text.bubble11 {
  top: 75%;
  right: 65%;
}
@media (max-width: 1180px) {
  .graphT2_text.bubble11 {
    top: 74%;
    right: 65%;
  }
}
@media (max-width: 768px) {
  .graphT2_text.bubble11 {
    top: auto;
    right: auto;
    bottom: 2.22vw;
    left: 0;
  }
}
.graphT2_text.bubble12 {
  top: 75%;
  right: 35%;
}
@media (max-width: 1180px) {
  .graphT2_text.bubble12 {
    top: 74%;
    right: 40%;
  }
}
@media (max-width: 768px) {
  .graphT2_text.bubble12 {
    top: auto;
    right: auto;
    bottom: 2.22vw;
    left: 25.83vw;
  }
}
.graphT2_text.bubble13 {
  top: 9%;
  left: 7%;
}
@media (max-width: 1180px) {
  .graphT2_text.bubble13 {
    top: 11%;
    left: 18%;
  }
}
@media (max-width: 768px) {
  .graphT2_text.bubble13 {
    top: 11.11vw;
    left: 5.56vw;
  }
}
.graphT2_text.bubble14 {
  top: 41%;
  right: 38%;
}
@media (max-width: 768px) {
  .graphT2_text.bubble14 {
    top: 50vw;
    right: 43.06vw;
  }
}
.graphT2_text.bubble15 {
  top: 55%;
  right: 38%;
}
@media (max-width: 768px) {
  .graphT2_text.bubble15 {
    top: 58.89vw;
    right: 43.06vw;
  }
}
.graphT2_text.bubble16 {
  top: 31%;
  right: 12%;
}
@media (max-width: 1180px) {
  .graphT2_text.bubble16 {
    right: 17%;
  }
}
@media (max-width: 768px) {
  .graphT2_text.bubble16 {
    top: 46.67vw;
    right: 1.11vw;
  }
}
.graphT2_text.bubble17 {
  top: 3%;
  right: 8%;
}
@media (max-width: 1180px) {
  .graphT2_text.bubble17 {
    top: 7%;
    right: 11%;
  }
}
@media (max-width: 768px) {
  .graphT2_text.bubble17 {
    top: 25.56vw;
    right: 1.11vw;
  }
}
.graphT2_text.bubble18 {
  top: 3%;
  left: 4%;
}
@media (max-width: 1180px) {
  .graphT2_text.bubble18 {
    top: 7%;
    left: 11%;
  }
}
@media (max-width: 768px) {
  .graphT2_text.bubble18 {
    top: 21.39vw;
    left: 3.33vw;
  }
}
.graphT2_text.bubble19 {
  top: 39%;
  left: 21%;
}
@media (max-width: 1180px) {
  .graphT2_text.bubble19 {
    left: 24%;
  }
}
@media (max-width: 768px) {
  .graphT2_text.bubble19 {
    top: 54.44vw;
    left: 13.33vw;
  }
}
.graphT2_text.bubble20 {
  top: 55%;
  left: 16%;
}
@media (max-width: 1180px) {
  .graphT2_text.bubble20 {
    left: 20%;
  }
}
@media (max-width: 768px) {
  .graphT2_text.bubble20 {
    top: 68.61vw;
    left: 7.5vw;
  }
}

.popupT1 {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.31);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  align-items: flex-start;
  justify-content: center;
  padding: 100px;
  overflow-y: auto;
  display: none;
}
@media (max-width: 1180px) {
  .popupT1 {
    padding: 8.47vw 0;
  }
}
@media (max-width: 768px) {
  .popupT1 {
    padding: 12.5vw 6.94vw;
    backdrop-filter: blur(3.06vw);
    -webkit-backdrop-filter: blur(3.06vw);
  }
}
.popupT1.open {
  display: flex;
}

.popupT1_container {
  background: #ffffff;
  box-shadow: 0 0 25px rgba(60, 123, 186, 0.25);
  border-radius: 10px;
  width: 862px;
  max-width: 90%;
  padding: 25px 0 50px;
}
.popupT1_container.blue {
  width: 782px;
  background: #EAF5FD;
}
@media (max-width: 1180px) {
  .popupT1_container {
    border-radius: 0.85vw;
    padding: 2.12vw 0 4.24vw;
  }
}
@media (max-width: 768px) {
  .popupT1_container {
    box-shadow: 0 0 6.94vw rgba(60, 123, 186, 0.25);
    border-radius: 2.78vw;
    max-width: 100%;
    width: 100%;
    padding: 3.61vw 0 6.94vw;
  }
}

.popupT1_close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 35px 5px;
  width: 20px;
}
@media (max-width: 1180px) {
  .popupT1_close {
    margin: 0 2.97vw 0.42vw;
    width: 1.69vw;
  }
}
@media (max-width: 768px) {
  .popupT1_close {
    margin: 0 3.89vw 1.39vw;
    width: 4.17vw;
  }
}

.popupT1_wrap {
  width: 82.6%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .popupT1_wrap {
    width: 83%;
  }
}

.containerT1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.containerT1_item {
  width: 49%;
}
@media (max-width: 768px) {
  .containerT1_item {
    width: 100%;
    margin-bottom: 6.39vw;
  }
  .containerT1_item:last-of-type {
    margin-bottom: 0;
  }
}

.containerT1_btn {
  width: 82%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .containerT1_btn {
    width: 74%;
  }
}

.padB0 {
  padding-bottom: 0;
}

.margB0 {
  margin-bottom: 0;
}

.margB1 {
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .margB1 {
    margin-bottom: 0.85vw;
  }
}
@media (max-width: 768px) {
  .margB1 {
    margin-bottom: 4.17vw;
  }
}

.margB2 {
  margin-bottom: 3px;
}
@media (min-width: 769px) {
  .margB2 {
    margin-bottom: 0.25vw;
  }
}
@media (max-width: 768px) {
  .margB2 {
    margin-bottom: 0.83vw;
  }
}

.margB3 {
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .margB3 {
    margin-bottom: 2.12vw;
  }
}
@media (max-width: 768px) {
  .margB3 {
    margin-bottom: 8.33vw;
  }
}

.margB4 {
  margin-bottom: 57px;
}
@media (max-width: 768px) {
  .margB4 {
    margin-bottom: 9.72vw;
  }
}

@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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