.details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  width: 100%;
  margin-bottom: 182px;
}
@media (max-width: 900px) {
  .details {
    gap: 48px;
    margin-bottom: 173px;
  }
}
.detailLeft {
  padding: 78px 0 78px 30px;
  background-color: #f5faff;
  border-radius: 0 10px 10px 0;
}
.detailLeft__wrapper {
  padding-right: 19.44%;
}
@media (max-width: 900px) {
  .detailLeft__wrapper {
    padding-right: 30px;
  }
}
.detailLeft__image--wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: -158px;
}
@media (max-width: 900px) {
  .detailLeft__image--wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
  }
}
.detailLeft__texts {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 9%;
  margin-left: auto;
}
@media (max-width: 900px) {
  .detailLeft__texts {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
    margin-right: 0;
  }
}
.detailRight {
  padding: 78px 30px 78px 0;
  border-radius: 10px 0 0 10px;
}
.detailRight__wrapper {
  padding-left: 19.44%;
}
@media (max-width: 900px) {
  .detailRight__wrapper {
    padding-left: 30px;
  }
}
.detailRight__image--wrapper {
  margin-left: -127px;
}
@media (max-width: 900px) {
  .detailRight__image--wrapper {
    margin-left: 0;
  }
}
.detailRight__texts {
  margin-left: 9%;
}
@media (max-width: 900px) {
  .detailRight__texts {
    margin-top: 24px;
  }
}
.detail__mainText, .detail__mainColumnText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 28px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 1199px) {
  .detail__mainText, .detail__mainColumnText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 26px;
  }
}
@media (max-width: 900px) {
  .detail__mainText, .detail__mainColumnText {
    margin-top: 0;
  }
}
.detail__mainText > span, .detail__mainColumnText > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: white;
  word-break: keep-all;
  background: -webkit-gradient(linear, right top, left top, from(#ff9c08), to(#ff3700));
  background: linear-gradient(270deg, #ff9c08 0%, #ff3700 100%);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 900px) {
  .detail__mainText > span, .detail__mainColumnText > span {
    margin-left: 0;
    font-size: 26px;
  }
}
.detail__mainText--description, .detail__mainColumnText--description {
  margin-top: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.detail__mainText--largeDescription, .detail__mainColumnText--largeDescription {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.detail__mainColumnText {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.detail__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 900px) {
  .detail__text {
    font-size: 16px;
  }
}
.detailLeft, .detailRight {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #f5faff;
}
@media (max-width: 900px) {
  .detailLeft, .detailRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
  }
}
.detailLeft__wrapper, .detailRight__wrapper {
  position: relative;
}
.detailLeft__image--wrapper, .detailRight__image--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 374px;
  min-width: 374px;
  height: 374px;
  min-height: 374px;
  -webkit-filter: drop-shadow(16px 16px 30px #edf3f8);
          filter: drop-shadow(16px 16px 30px #edf3f8);
}
@media (max-width: 900px) {
  .detailLeft__image--wrapper, .detailRight__image--wrapper {
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    -webkit-filter: none;
            filter: none;
  }
}
.detailLeft__texts, .detailRight__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 560px;
  margin-bottom: auto;
}
@media (max-width: 900px) {
  .detailLeft__texts, .detailRight__texts {
    padding-right: 0;
    margin-left: 0;
  }
}
.detailLeft__pcNum, .detailRight__pcNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  font-family: "Nunito Sans";
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  color: #0064cf;
  text-transform: capitalize;
  background: #fff;
  border-radius: 100px;
}
@media (max-width: 900px) {
  .detailLeft__pcNum, .detailRight__pcNum {
    display: none;
  }
}
.detailLeft__spNum, .detailRight__spNum {
  display: none;
}
@media (max-width: 900px) {
  .detailLeft__spNum, .detailRight__spNum {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
    font-family: "Nunito Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 30px */
    color: #0064cf;
    text-transform: capitalize;
    background: #fff;
    border-radius: 5px 0;
  }
}
.detail__link--price {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 64px;
  margin-top: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  word-break: keep-all;
  background-color: white;
  position: relative;
  color: #0064cf;
}
.detail__link--price:hover {
  color: white;
  opacity: 1;
}
.detail__link--price:hover .border-hover-bg-gradient-blue::after {
  opacity: 1;
}
.detail__link--price .border-hover-bg-gradient-blue {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.detail__link--price .border-hover-bg-gradient-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  border-radius: 5px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.detail__link--price .border-hover-bg-gradient-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.detail__link--price::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 38px;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="13.5" y="0.973633" width="13" height="13" rx="6.5" transform="rotate(90 13.5 0.973633)" stroke="%230064CF"/><path d="M7.85789 5.44947C7.8149 5.40942 7.78042 5.36112 7.75651 5.30745C7.7326 5.25379 7.71974 5.19586 7.71871 5.13711C7.71767 5.07837 7.72848 5.02002 7.75048 4.96554C7.77248 4.91107 7.80524 4.86158 7.84678 4.82004C7.88832 4.77849 7.93781 4.74574 7.99229 4.72374C8.04676 4.70173 8.10511 4.69093 8.16386 4.69196C8.2226 4.693 8.28053 4.70586 8.3342 4.72977C8.38787 4.75368 8.43617 4.78816 8.47622 4.83114L10.8096 7.16447C10.8915 7.24651 10.9375 7.3577 10.9375 7.47364C10.9375 7.58958 10.8915 7.70078 10.8096 7.78281L8.47622 10.1161C8.43617 10.1591 8.38787 10.1936 8.3342 10.2175C8.28053 10.2414 8.2226 10.2543 8.16386 10.2553C8.10511 10.2564 8.04676 10.2456 7.99229 10.2235C7.93781 10.2015 7.88832 10.1688 7.84678 10.1272C7.80524 10.0857 7.77248 10.0362 7.75048 9.98174C7.72848 9.92726 7.71767 9.86891 7.71871 9.81017C7.71974 9.75143 7.7326 9.69349 7.75651 9.63983C7.78042 9.58616 7.8149 9.53786 7.85788 9.49781L9.44455 7.91114L3.79205 7.91114C3.67602 7.91114 3.56474 7.86505 3.48269 7.783C3.40065 7.70095 3.35455 7.58967 3.35455 7.47364C3.35455 7.35761 3.40065 7.24633 3.48269 7.16428C3.56474 7.08223 3.67602 7.03614 3.79205 7.03614L9.44455 7.03614L7.85789 5.44947Z" fill="%230064CF"/></svg>');
}
@media (max-width: 900px) {
  .detail__link--price::after {
    right: 38px;
  }
}
.detail__link--price:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 38px;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="13.5" y="1" width="13" height="13" rx="6.5" transform="rotate(90 13.5 1)" stroke="white"/><path d="M7.85789 5.47584C7.8149 5.43579 7.78042 5.38749 7.75651 5.33382C7.7326 5.28016 7.71974 5.22222 7.71871 5.16348C7.71767 5.10474 7.72848 5.04639 7.75048 4.99191C7.77248 4.93743 7.80524 4.88795 7.84678 4.8464C7.88832 4.80486 7.93781 4.77211 7.99229 4.7501C8.04676 4.7281 8.10511 4.71729 8.16386 4.71833C8.2226 4.71937 8.28053 4.73222 8.3342 4.75614C8.38787 4.78005 8.43617 4.81452 8.47622 4.85751L10.8096 7.19084C10.8915 7.27287 10.9375 7.38407 10.9375 7.50001C10.9375 7.61595 10.8915 7.72714 10.8096 7.80918L8.47622 10.1425C8.43617 10.1855 8.38787 10.22 8.3342 10.2439C8.28053 10.2678 8.2226 10.2807 8.16386 10.2817C8.10511 10.2827 8.04676 10.2719 7.99229 10.2499C7.93781 10.2279 7.88832 10.1952 7.84678 10.1536C7.80524 10.1121 7.77248 10.0626 7.75048 10.0081C7.72848 9.95363 7.71767 9.89528 7.71871 9.83654C7.71974 9.77779 7.7326 9.71986 7.75651 9.66619C7.78042 9.61253 7.8149 9.56423 7.85788 9.52418L9.44455 7.93751L3.79205 7.93751C3.67602 7.93751 3.56474 7.89141 3.48269 7.80937C3.40065 7.72732 3.35455 7.61604 3.35455 7.50001C3.35455 7.38398 3.40065 7.2727 3.48269 7.19065C3.56474 7.1086 3.67602 7.06251 3.79205 7.06251L9.44455 7.06251L7.85789 5.47584Z" fill="white"/></svg>');
}
@media (max-width: 900px) {
  .detail__link--price:hover::after {
    right: 38px;
  }
}
@media (max-width: 900px) {
  .detail__link--price {
    margin-top: 24px;
  }
}
.detail__description {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #50617a;
}
@media (max-width: 900px) {
  .detail__description {
    font-size: 14px;
  }
}

.feature__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 90px;
}
@media (max-width: 900px) {
  .feature__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feature__lists--wrapper {
  width: calc(100% - 40px);
  max-width: 940px;
  margin: 0 auto;
}
.feature__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 2.5px);
  height: 110px;
  overflow: hidden;
  color: #2e2d28;
  background-color: #f5faff;
  border: 1px solid #c3dcf8;
  border-radius: 5px;
}
@media (max-width: 900px) {
  .feature__list {
    width: 100%;
    height: 100px;
  }
}
.feature__list:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.feature__list:hover .feature__list--image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.feature__list:hover .feature__list--texts::after {
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 10px));
          transform: translateY(calc(-50% + 10px));
}
.feature__list--image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.feature__list--image-wrapper {
  width: 108px;
  min-width: 108px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .feature__list--image-wrapper {
    width: 100px;
    min-width: 100px;
  }
}
.feature__list--texts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 110px;
  padding: 0 17px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 900px) {
  .feature__list--texts {
    height: 100px;
  }
}
.feature__list--texts::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 14px;
  height: 14%;
  background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="13.5" y="13.5" width="13" height="13" rx="6.5" transform="rotate(-180 13.5 13.5)" stroke="%230064CF"/><path d="M9.02465 7.85789C9.0647 7.8149 9.113 7.78042 9.16667 7.75651C9.22033 7.7326 9.27827 7.71974 9.33701 7.71871C9.39575 7.71767 9.4541 7.72848 9.50858 7.75048C9.56306 7.77248 9.61254 7.80524 9.65409 7.84678C9.69563 7.88832 9.72838 7.93781 9.75039 7.99229C9.77239 8.04676 9.7832 8.10511 9.78216 8.16386C9.78112 8.2226 9.76826 8.28053 9.74435 8.3342C9.72044 8.38787 9.68596 8.43617 9.64298 8.47622L7.30965 10.8096C7.22761 10.8915 7.11642 10.9375 7.00048 10.9375C6.88454 10.9375 6.77334 10.8915 6.69131 10.8096L4.35798 8.47622C4.315 8.43616 4.28052 8.38786 4.25661 8.3342C4.2327 8.28053 4.21984 8.2226 4.2188 8.16386C4.21777 8.10511 4.22857 8.04676 4.25057 7.99229C4.27258 7.93781 4.30533 7.88832 4.34687 7.84678C4.38842 7.80523 4.43791 7.77248 4.49238 7.75048C4.54686 7.72848 4.60521 7.71767 4.66395 7.71871C4.72269 7.71974 4.78063 7.7326 4.83429 7.75651C4.88796 7.78042 4.93626 7.8149 4.97631 7.85788L6.56298 9.44455L6.56298 3.79205C6.56298 3.67602 6.60907 3.56474 6.69112 3.48269C6.77317 3.40064 6.88445 3.35455 7.00048 3.35455C7.11651 3.35455 7.22779 3.40065 7.30984 3.48269C7.39189 3.56474 7.43798 3.67602 7.43798 3.79205L7.43798 9.44455L9.02465 7.85789Z" fill="%230064CF"/></svg>');
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 900px) {
  .feature__list--texts::after {
    right: 16px;
  }
}
.feature__list--mainText {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 900px) {
  .feature__list--mainText {
    font-size: 18px;
  }
}
.feature__list--yellowBorder {
  position: relative;
}
.feature__list--yellowBorder::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, #fff200), to(#ffb200));
  background: linear-gradient(270deg, #fff200 40%, #ffb200 100%);
}
@media (min-width: 901px) {
  .feature__list--yellowBorder-pc {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .feature__list--yellowBorder-pc::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear, right top, left top, color-stop(40%, #fff200), to(#ffb200));
    background: linear-gradient(270deg, #fff200 40%, #ffb200 100%);
  }
}
.feature__list--yellowBorder-sp {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 900px) {
  .feature__list--yellowBorder-sp::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear, right top, left top, color-stop(40%, #fff200), to(#ffb200));
    background: linear-gradient(270deg, #fff200 40%, #ffb200 100%);
  }
}
.feature__list--num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #0064cf;
  text-transform: capitalize;
  background-color: white;
  border-radius: 4px 0 0;
}

.try__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 20px;
  background-color: #f5faff;
}
.try__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: white;
  background: -webkit-gradient(linear, right top, left top, from(#ff9c08), to(#ff3700));
  background: linear-gradient(270deg, #ff9c08 0%, #ff3700 100%);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 900px) {
  .try__text {
    font-size: 26px;
  }
}
.try__text--wrapper {
  position: absolute;
  top: -23px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  word-break: keep-all;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 900px) {
  .try__text--wrapper {
    top: 64px;
    margin-left: -20px;
  }
}
.try__buttons {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 128px 0 96px;
  margin: auto;
}
@media (max-width: 900px) {
  .try__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    min-width: auto;
    padding: 140px 0 96px;
  }
}
.try__buttons--wrapper {
  width: 100%;
  margin: auto;
}
.try__englishText {
  position: absolute;
  top: -22px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 900px) {
  .try__englishText {
    top: 10px;
    right: 0;
    height: 49px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}