/* ############### */
/* hero            */
/* ############### */

.landing_section_hero_flex {
  background: url("./assets/svg/pattern.svg"),
    -webkit-gradient(linear, left top, left bottom, from(var(--clr-light-green)), to(var(--clr-white-100)));
  background: url("./assets/svg/pattern.svg"),
    -o-linear-gradient(top, var(--clr-light-green) 0%, var(--clr-white-100) 100%);
  background: url("./assets/svg/pattern.svg"),
    linear-gradient(
      180deg,
      var(--clr-light-green) 0%,
      var(--clr-white-100) 100%
    );
  background-repeat: no-repeat;
  background-size: 600px, contain;
  border-radius: 16px;
  background-position-x: -5.5rem, 0;
  background-position-y: -0.5rem, 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 60px 20px 90px;
}

.landing_section_hero_content {
  padding: 30px 0px 0 30px;
  max-width: 800px;
  width: 60%;
}

.landing_section_hero_image {
  max-width: 800px;
  width: 55%;
  margin-left: auto;
  position: absolute;
  right: 0;
}

.landing_section_hero_content h1 {
  font-size: var(--text-5xl);
  font-family: var(--font-black);
  color: var(--clr-dark-green);
  line-height: 1.2;
}

.landing_section_hero_content h3 {
  font-size: var(--text-l);
  color: var(--clr-black);
  margin-top: 16px;
}

.landing_section_hero_content .landing_button {
  margin: 40px 0;
}

.landing_hero_section_content_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

.landing_hero_section_content_images img {
  width: 170px;
  aspect-ratio: 2/1;
  -o-object-fit: contain;
  object-fit: contain;
}

/* ############### */
/* video            */
/* ############### */
.landing_section_video {
  margin-top: 50px;
  padding-top: 50px;
}
.landing_section_video_card {
  padding: 30px;
  background-color: #ebf9ef;
  border-radius: 30px;
}

.landing_section_video .landing_section_title {
  text-align: left;
  margin-bottom: 20px;
  font-size: var(--text-l);
}

.landing_section_video_content {
  width: 100%;
  max-width: 1000px;
}

.landing_section_video .landing_section_title + p {
  font-size: var(--text-xs);
  width: 100%;
  line-height: 1.6;
  margin-bottom: 40px;
}

.landing_section_video .landing_section_title + p strong {
  font-family: var(--font-bold);
}

.landing_section_video h5 {
  font-size: var(--text-xxxs);
  font-family: var(--font-semi-bold);
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}

.landing_section_video li {
  display: flex;
  gap: 10px;
  font-size: var(--text-xxs);
  margin-bottom: 10px;
}

.landing_section_video ol {
  margin-bottom: 45px;
}

.landing_section_video ol + p {
  font-size: var(--text-s);
}

.landing_section_video ol + p + section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}

.landing_section_video ol + p + section section {
  background-image: linear-gradient(45deg, #de4b4b, #b20e0e);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  gap: 10px;
  border-radius: 5px;
  color: var(--clr-white);
  font-size: var(--text-xxxs);
}

.landing_section_video ol + p + section h4 {
  font-size: var(--text-s);
}
.landing_section_video ol + p + section h4 span {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
}

.landing_section_video ol + p + section h4 strong {
  font-size: var(--text-m);
  font-family: var(--font-bold);
  padding-left: 7px;
}
.landing_section_video li img {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  /* padding: 5px; */
}

.landing_section_video_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
.landing_section_video_flex .landing_section_video_content {
  /* max-width: 450px; */
}
.landing_section_video_content {
  width: 100%;
}

.landing_section_video_container {
  border-radius: 20px;
  border-top-right-radius: 55px;
  border-top-left-radius: 55px;

  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 550px;
  background-color: #312553;
}
.landing_section_video_container video {
  border-radius: 8px;
  height: 550px;
  /* height: 100%; */
  flex-grow: 1;
  background-color: #d6c7ff;
}

.landing_section_video_card {
  margin-top: 35px;
}
.landing_section_video_info {
  padding: 20px 10px;
  width: 100%;
  border-radius: 8px;
}

.landing_section_video_info_block h5 {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.5);
}
.landing_section_video_info_block p {
  color: var(--clr-white);
}
.landing_section_video_info_block {
  padding-left: 20px;
}

.landing_section_video_info_block_container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 10px;
}
.landing_section_video_info_block_container + section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 5px;
  background-color: bisque;
  border-radius: 4px;
}
/* ############### */
/* why choose       */
/* ############### */

.landing_section_choose {
  padding: 70px 0;
}

.landing_section_choose_flex {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.landing_section_choose_content {
  max-width: 700px;

  width: 100%;
}
.landing_section_choose_image {
  width: 100%;
  max-width: 700px;
}

.landing_section_choose p {
  font-size: var(--text-l);
}

.landing_section_choose h2 {
  font-size: var(--text-4xl);
}
.landing_section_choose strong {
  font-family: var(--font-bold-italic);
}

.landing_section_choose p strong {
  font-size: var(--text-8xl);
  font-family: var(--font-black-italic);
  white-space: nowrap;
  position: relative;
}
.landing_section_choose p strong::after {
  content: " ";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 5;
}

.landing_section_choose p strong:nth-child(2):after {
  background-image: url("./assets/svg/orange\ line.svg");
}

.landing_section_choose p strong:nth-child(4):after {
  background-image: url("./assets/svg/blue\ line.svg");
}

.landing_section_choose p strong:nth-child(6)::after {
  background-image: url("./assets/svg/purple\ line.svg");
}

.landing_section_choose p:last-child {
  margin-top: 25px;
}

/* ############### */
/* advantage grid     */
/* ############### */
.landing_section_advantage {
  margin: 70px 0;
}
.landing_section_advantage_content {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, var(--clr-light-blue-100)),
    to(var(--clr-white))
  );
  background-image: -o-linear-gradient(
    top,
    var(--clr-light-blue-100) 50%,
    var(--clr-white)
  );
  background-image: linear-gradient(
    180deg,
    var(--clr-light-blue-100) 50%,
    var(--clr-white)
  );
  padding: 30px;
  border-radius: 16px;
}
.landing_section_advantage_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr
    24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(11, 1fr);
  -ms-grid-rows: 10% 24px 10% 24px 10% 24px 10% 24px 10% 24px 10% 24px 10% 24px
    10%;
  grid-template-rows: repeat(8, 10%);
  gap: 24px;
}
.landing_section_advantage_grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.landing_section_advantage_grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.landing_section_advantage_grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.landing_section_advantage_grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.landing_section_advantage_grid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.landing_section_advantage_grid > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
.landing_section_advantage_grid > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
}
.landing_section_advantage_grid > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 15;
}
.landing_section_advantage_grid > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 17;
}
.landing_section_advantage_grid > *:nth-child(10) {
  -ms-grid-row: 1;
  -ms-grid-column: 19;
}
.landing_section_advantage_grid > *:nth-child(11) {
  -ms-grid-row: 1;
  -ms-grid-column: 21;
}
.landing_section_advantage_grid > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.landing_section_advantage_grid > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.landing_section_advantage_grid > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.landing_section_advantage_grid > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.landing_section_advantage_grid > *:nth-child(16) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}
.landing_section_advantage_grid > *:nth-child(17) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}
.landing_section_advantage_grid > *:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 13;
}
.landing_section_advantage_grid > *:nth-child(19) {
  -ms-grid-row: 3;
  -ms-grid-column: 15;
}
.landing_section_advantage_grid > *:nth-child(20) {
  -ms-grid-row: 3;
  -ms-grid-column: 17;
}
.landing_section_advantage_grid > *:nth-child(21) {
  -ms-grid-row: 3;
  -ms-grid-column: 19;
}
.landing_section_advantage_grid > *:nth-child(22) {
  -ms-grid-row: 3;
  -ms-grid-column: 21;
}
.landing_section_advantage_grid > *:nth-child(23) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.landing_section_advantage_grid > *:nth-child(24) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.landing_section_advantage_grid > *:nth-child(25) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.landing_section_advantage_grid > *:nth-child(26) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.landing_section_advantage_grid > *:nth-child(27) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}
.landing_section_advantage_grid > *:nth-child(28) {
  -ms-grid-row: 5;
  -ms-grid-column: 11;
}
.landing_section_advantage_grid > *:nth-child(29) {
  -ms-grid-row: 5;
  -ms-grid-column: 13;
}
.landing_section_advantage_grid > *:nth-child(30) {
  -ms-grid-row: 5;
  -ms-grid-column: 15;
}
.landing_section_advantage_grid > *:nth-child(31) {
  -ms-grid-row: 5;
  -ms-grid-column: 17;
}
.landing_section_advantage_grid > *:nth-child(32) {
  -ms-grid-row: 5;
  -ms-grid-column: 19;
}
.landing_section_advantage_grid > *:nth-child(33) {
  -ms-grid-row: 5;
  -ms-grid-column: 21;
}
.landing_section_advantage_grid > *:nth-child(34) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.landing_section_advantage_grid > *:nth-child(35) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.landing_section_advantage_grid > *:nth-child(36) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.landing_section_advantage_grid > *:nth-child(37) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}
.landing_section_advantage_grid > *:nth-child(38) {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
}
.landing_section_advantage_grid > *:nth-child(39) {
  -ms-grid-row: 7;
  -ms-grid-column: 11;
}
.landing_section_advantage_grid > *:nth-child(40) {
  -ms-grid-row: 7;
  -ms-grid-column: 13;
}
.landing_section_advantage_grid > *:nth-child(41) {
  -ms-grid-row: 7;
  -ms-grid-column: 15;
}
.landing_section_advantage_grid > *:nth-child(42) {
  -ms-grid-row: 7;
  -ms-grid-column: 17;
}
.landing_section_advantage_grid > *:nth-child(43) {
  -ms-grid-row: 7;
  -ms-grid-column: 19;
}
.landing_section_advantage_grid > *:nth-child(44) {
  -ms-grid-row: 7;
  -ms-grid-column: 21;
}
.landing_section_advantage_grid > *:nth-child(45) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.landing_section_advantage_grid > *:nth-child(46) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.landing_section_advantage_grid > *:nth-child(47) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}
.landing_section_advantage_grid > *:nth-child(48) {
  -ms-grid-row: 9;
  -ms-grid-column: 7;
}
.landing_section_advantage_grid > *:nth-child(49) {
  -ms-grid-row: 9;
  -ms-grid-column: 9;
}
.landing_section_advantage_grid > *:nth-child(50) {
  -ms-grid-row: 9;
  -ms-grid-column: 11;
}
.landing_section_advantage_grid > *:nth-child(51) {
  -ms-grid-row: 9;
  -ms-grid-column: 13;
}
.landing_section_advantage_grid > *:nth-child(52) {
  -ms-grid-row: 9;
  -ms-grid-column: 15;
}
.landing_section_advantage_grid > *:nth-child(53) {
  -ms-grid-row: 9;
  -ms-grid-column: 17;
}
.landing_section_advantage_grid > *:nth-child(54) {
  -ms-grid-row: 9;
  -ms-grid-column: 19;
}
.landing_section_advantage_grid > *:nth-child(55) {
  -ms-grid-row: 9;
  -ms-grid-column: 21;
}
.landing_section_advantage_grid > *:nth-child(56) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
.landing_section_advantage_grid > *:nth-child(57) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}
.landing_section_advantage_grid > *:nth-child(58) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
}
.landing_section_advantage_grid > *:nth-child(59) {
  -ms-grid-row: 11;
  -ms-grid-column: 7;
}
.landing_section_advantage_grid > *:nth-child(60) {
  -ms-grid-row: 11;
  -ms-grid-column: 9;
}
.landing_section_advantage_grid > *:nth-child(61) {
  -ms-grid-row: 11;
  -ms-grid-column: 11;
}
.landing_section_advantage_grid > *:nth-child(62) {
  -ms-grid-row: 11;
  -ms-grid-column: 13;
}
.landing_section_advantage_grid > *:nth-child(63) {
  -ms-grid-row: 11;
  -ms-grid-column: 15;
}
.landing_section_advantage_grid > *:nth-child(64) {
  -ms-grid-row: 11;
  -ms-grid-column: 17;
}
.landing_section_advantage_grid > *:nth-child(65) {
  -ms-grid-row: 11;
  -ms-grid-column: 19;
}
.landing_section_advantage_grid > *:nth-child(66) {
  -ms-grid-row: 11;
  -ms-grid-column: 21;
}
.landing_section_advantage_grid > *:nth-child(67) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}
.landing_section_advantage_grid > *:nth-child(68) {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
}
.landing_section_advantage_grid > *:nth-child(69) {
  -ms-grid-row: 13;
  -ms-grid-column: 5;
}
.landing_section_advantage_grid > *:nth-child(70) {
  -ms-grid-row: 13;
  -ms-grid-column: 7;
}
.landing_section_advantage_grid > *:nth-child(71) {
  -ms-grid-row: 13;
  -ms-grid-column: 9;
}
.landing_section_advantage_grid > *:nth-child(72) {
  -ms-grid-row: 13;
  -ms-grid-column: 11;
}
.landing_section_advantage_grid > *:nth-child(73) {
  -ms-grid-row: 13;
  -ms-grid-column: 13;
}
.landing_section_advantage_grid > *:nth-child(74) {
  -ms-grid-row: 13;
  -ms-grid-column: 15;
}
.landing_section_advantage_grid > *:nth-child(75) {
  -ms-grid-row: 13;
  -ms-grid-column: 17;
}
.landing_section_advantage_grid > *:nth-child(76) {
  -ms-grid-row: 13;
  -ms-grid-column: 19;
}
.landing_section_advantage_grid > *:nth-child(77) {
  -ms-grid-row: 13;
  -ms-grid-column: 21;
}
.landing_section_advantage_grid > *:nth-child(78) {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
}
.landing_section_advantage_grid > *:nth-child(79) {
  -ms-grid-row: 15;
  -ms-grid-column: 3;
}
.landing_section_advantage_grid > *:nth-child(80) {
  -ms-grid-row: 15;
  -ms-grid-column: 5;
}
.landing_section_advantage_grid > *:nth-child(81) {
  -ms-grid-row: 15;
  -ms-grid-column: 7;
}
.landing_section_advantage_grid > *:nth-child(82) {
  -ms-grid-row: 15;
  -ms-grid-column: 9;
}
.landing_section_advantage_grid > *:nth-child(83) {
  -ms-grid-row: 15;
  -ms-grid-column: 11;
}
.landing_section_advantage_grid > *:nth-child(84) {
  -ms-grid-row: 15;
  -ms-grid-column: 13;
}
.landing_section_advantage_grid > *:nth-child(85) {
  -ms-grid-row: 15;
  -ms-grid-column: 15;
}
.landing_section_advantage_grid > *:nth-child(86) {
  -ms-grid-row: 15;
  -ms-grid-column: 17;
}
.landing_section_advantage_grid > *:nth-child(87) {
  -ms-grid-row: 15;
  -ms-grid-column: 19;
}
.landing_section_advantage_grid > *:nth-child(88) {
  -ms-grid-row: 15;
  -ms-grid-column: 21;
}
.landing_section_advantage_grid_item {
  background-color: var(--clr-light-blue);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.landing_section_advantage_grid_item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1/6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1/5;
}
.landing_section_advantage_grid_item:nth-child(2) {
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  grid-column: 6/9;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1/5;
}
.landing_section_advantage_grid_item:nth-child(3) {
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-column: 9/12;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1/5;
}
.landing_section_advantage_grid_item:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 5;
  -ms-grid-row-span: 4;
  grid-row: 5/9;
}
.landing_section_advantage_grid_item:nth-child(5) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4/7;
  -ms-grid-row: 5;
  -ms-grid-row-span: 4;
  grid-row: 5/9;
}
.landing_section_advantage_grid_item:nth-child(6) {
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
  grid-column: 7/12;
  -ms-grid-row: 5;
  -ms-grid-row-span: 4;
  grid-row: 5/9;
}

.landing_section_advantange_grid_item_content {
  padding: 40px 5px 5px 20px;
}
.landing_section_advantange_grid_item_content h4 {
  font-family: var(--font-bold);
  font-size: var(--text-xxs);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--clr-black);
}

.landing_section_advantange_grid_item_content p {
  font-size: var(--text-s);
  line-height: 1.25;
  margin-top: 2px;
}

.landing_section_advantage_grid_item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.landing_section_advantage_grid_item figure img {
  margin: auto;
}
.landing_section_advantage_grid_item:nth-child(1) figure img,
.landing_section_advantage_grid_item:nth-child(3) figure img {
  margin: 0 auto;
  width: 80%;
}

.landing_section_advantage_grid_item:nth-child(3) figure img {
  width: 60%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.landing_section_advantage_grid_item:nth-child(4) figure img {
  justify-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: auto;
  margin-right: unset;
}

/* ############### */
/* how it works    */
/* ############### */

.landing_section_works {
  margin: 100px 0;
}
.landing_section_works_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.landing_section_works_image {
  max-width: 600px;
  margin: auto;
}

.landing_section_works_steps {
  padding: 20px 0;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 600px;
  position: relative;
}

.landing_section_works_steps::before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  height: 85%;

  z-index: -1;
  background-color: var(--clr-green-100);
  left: 20px;
}

.landing_section_works_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}

.landing_section_works_step img {
  background-color: var(--clr-dark-green);
  padding: 10px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
}

.landing_section_works_step h3,
.landing_section_works_step h4 {
  font-size: var(--text-xxxs);
  font-family: var(--font-bold);
  text-transform: uppercase;
}

.landing_section_works_step h3 {
  color: var(--clr-green);
  margin-bottom: 5px;
}
.landing_section_works_step p {
  font-size: var(--text-xs);
  line-height: 1.33;
  margin-top: 5px;
}

/* ############### */
/* banner    */
/* ############### */

.landing_section_banner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url("./assets/svg/line\ pattern.svg"),
    -webkit-gradient(linear, left top, left bottom, from(var(--clr-violet)), to(var(--clr-purple)));
  background-image: url("./assets/svg/line\ pattern.svg"),
    -o-linear-gradient(top, var(--clr-violet), var(--clr-purple));
  background-image: url("./assets/svg/line\ pattern.svg"),
    linear-gradient(180deg, var(--clr-violet), var(--clr-purple));
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.landing_section_banner_content {
  padding: 35px 0 35px 35px;
  max-width: 730px;
}

.landing_section_banner_content h2 {
  background-image: -o-linear-gradient(
    275deg,
    var(--clr-purple-200),
    var(--clr-purple-400),
    var(--clr-purple-300),
    var(--clr-white)
  );
  background-image: linear-gradient(
    175deg,
    var(--clr-purple-200),
    var(--clr-purple-400),
    var(--clr-purple-300),
    var(--clr-white)
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: var(--text-3xl);
  font-family: var(--font-bold);
}
.landing_section_banner_flex > figure {
  max-width: 670px;
  right: 0;
  top: 0;
  overflow: hidden;
  border-radius: 15rem 0 0 15rem;
  height: 100%;
}

.landing_section_banner_tags {
  color: var(--clr-white);
  font-family: var(--font-semi-bold);
  font-size: var(--text-xs);
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 7px;
}
.landing_section_banner_tags p {
  background-color: var(--clr-purple-100);
  padding: 8px 14px;
  border-radius: 50rem;
}

.landing_section_banner_tags strong + strong {
  margin-left: 2px;
}

.landing_section_banner_content {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.landing_section_banner_content > figure figcaption {
  color: var(--clr-white);
  font-size: var(--text-xs);
  margin-bottom: 14px;
}
.landing_section_banner_content > figure section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}

/* ############### */
/* revolution     */
/* ############### */
.landing_section_revolution {
  margin: 70px 0;
}

.landing_section_revolution .container > p {
  font-size: var(--text-xl);
  text-align: center;
  max-width: 820px;
  width: 100%;
  margin: auto;
}

.landing_section_revolution .container > p strong {
  background-image: -o-linear-gradient(
    225deg,
    var(--clr-blue),
    var(--clr-pink),
    var(--clr-yellow)
  );
  background-image: linear-gradient(
    225deg,
    var(--clr-blue),
    var(--clr-pink),
    var(--clr-yellow)
  );
  font-family: var(--font-extra-bold);
  font-size: var(--text-2xl);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}

.landing_section_revolution .container > p:first-child {
  line-height: 1.2;
  margin-bottom: 8px;
}

.landing_section_revolution_content {
  max-width: 550px;
  margin: auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 100px;
  background-image: url("./assets/svg/ellipse.svg"),
    -o-radial-gradient(#deffe6 0%, #fbfffc 68%, #ffffff 82%, #ffffff 100%);
  background-image: url("./assets/svg/ellipse.svg"),
    radial-gradient(#deffe6 0%, #fbfffc 68%, #ffffff 82%, #ffffff 100%);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50px 0;
  position: relative;
}

.landing_section_revolution_content h2 {
  font-size: var(--text-4xl);
}
.landing_section_revolution_content p {
  font-size: var(--text-l);
}
.landing_section_revolution_content img {
  position: absolute;
}
.landing_section_revolution_content > img:nth-child(3) {
  left: -25px;
  top: 0;
}
.landing_section_revolution_content > img:nth-child(4) {
  left: 30px;
  bottom: 30px;
}
.landing_section_revolution_content button {
  margin-top: 30px;
}

/* ############### */
/* faq     */
/* ############### */
.landing_section_faq h2 {
  font-family: var(--font-bold);
  font-size: var(--text-3xl);
  text-align: center;
}

.landing_section_faq_list {
  max-width: 900px;
  margin: 30px auto 70px;
  width: 90%;
}
.landing_section_faq_list li {
  border: 1px solid var(--clr-white-300);
  padding: 25px 30px;
  border-radius: 8px;
  cursor: pointer;
}
.landing_section_faq_list li + li {
  margin-top: 16px;
}
.landing_section_faq_list li > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.landing_section_faq_list li h4 {
  font-family: var(--font-medium);
  font-size: var(--text-m);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.landing_section_faq_list li button {
  padding: 10px;
  border-radius: 30px;
  background-color: var(--clr-white);
}
.landing_section_faq_list li button img {
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  margin: auto;
}

.landing_section_faq_list li button img.rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.landing_section_faq_list li button:hover {
  background-color: var(--clr-white-300);
}

.landing_section_faq_list li p {
  font-size: var(--text-s);
  margin-top: 10px;
  display: none;
}
.landing_section_faq_list li p.view {
  opacity: 1;
  display: block;
}

/* ############### */
/* desktop - s & m     */
/* ############### */

@media (max-width: 1366px) {
  /* ############### */
  /* hero            */
  /* ############### */

  .landing_section_hero_content h1 {
    font-size: var(--text-4xl);
  }

  .landing_section_hero_content h3 {
    font-size: var(--text-m);
  }

  /* ############### */
  /* why choose       */
  /* ############### */
  .landing_section_choose p {
    font-size: var(--text-m);
  }

  .landing_section_choose h2 {
    font-size: 56px;
  }

  .landing_section_choose p strong {
    font-size: var(--text-7xl);
  }

  /* ############### */
  /*advantage grid   */
  /* ############### */

  .landing_section_advantange_grid_item_content h4 {
    font-size: var(--text-xxxs);
  }
  .landing_section_advantange_grid_item_content p {
    font-size: var(--text-xs);
  }

  /* ############### */
  /*    banner   */
  /* ############### */

  .landing_section_banner_content h2 {
    font-size: var(--text-xl);
  }
  .landing_section_banner_tags {
    font-size: var(--text-xxs);
  }
}

/* ############### */
/* tablet -l    */
/* ############### */

@media (max-width: 1100px) {
  /* ############### */
  /* hero            */
  /* ############### */

  .landing_section_hero_content h1 {
    font-size: var(--text-3xl);
  }

  .landing_section_hero_content h3 {
    font-size: var(--text-s);
  }

  .landing_section_hero_flex {
    background-size: 400px, contain;
    background-position-x: -3.5rem, 0;
    background-position-y: -0.5rem, 0;
    padding: 30px 10px 50px;
  }

  .landing_hero_section_content_images img {
    width: 130px;
  }

  /* ############### */
  /* video            */
  /* ############### */
  .landing_section_video_flex {
    flex-direction: column-reverse;
    align-items: center;
  }

  /* ############### */
  /* why choose       */
  /* ############### */

  .landing_section_choose {
    padding: 30px 0;
  }

  .landing_section_choose p {
    font-size: var(--text-s);
  }

  .landing_section_choose h2 {
    font-size: var(--text-2xl);
  }

  .landing_section_choose p strong {
    font-size: var(--text-4xl);
  }
  .landing_section_choose p strong::after {
    height: 20px;
  }

  /* ############### */
  /* advantages       */
  /* ############### */

  .landing_section_advantage {
    margin: 40px 0 0px;
  }
  .landing_section_advantage_grid {
    gap: 10px;
  }
  .landing_section_advantange_grid_item_content {
    padding: 20px 2px 2px 10px;
  }
  .landing_section_advantange_grid_item_content h4 {
    font-size: var(--text-xxxs);
  }
  .landing_section_advantange_grid_item_content p {
    font-size: var(--text-xxxs);
  }

  /* ############### */
  /* how it works       */
  /* ############### */

  .landing_section_works {
    margin: 20px 0px 70px;
  }
  .landing_section_works_step p {
    font-size: var(--text-xxxs);
  }
  /* ############### */
  /* banner          */
  /* ############### */
  .landing_section_banner_content h2 {
    font-size: var(--text-xl);
  }
  .landing_section_banner_flex > figure {
    display: none;
  }

  .landing_section_banner_tags {
    font-size: var(--text-xxxs);
  }
  .landing_section_banner_content > figure figcaption {
    font-size: var(--text-xxs);
  }

  /* ############### */
  /* revolution      */
  /* ############### */
  .landing_section_revolution .container > p {
    font-size: var(--text-m);
  }

  .landing_section_revolution .container > p strong {
    font-size: var(--text-l);
  }
  .landing_section_revolution_content h2 {
    font-size: var(--text-2xl);
  }
  .landing_section_revolution_content p {
    font-size: var(--text-s);
  }
  .landing_section_revolution_content > img:nth-child(4) {
    bottom: -15px;
  }

  /* ############### */
  /* faq             */
  /* ############### */

  .landing_section_faq h2 {
    font-size: var(--text-xl);
  }
  .landing_section_faq_list li {
    padding: 15px 20px;
  }
  .landing_section_faq_list li h4 {
    font-size: var(--text-xs);
  }
  .landing_section_faq_list li p {
    font-size: var(--text-xxs);
  }
}

/* ############### */
/* tablet - m & s    */
/* ############### */
@media (max-width: 820px) {
  /* ############### */
  /* hero            */
  /* ############### */

  .landing_section_hero_content h1 {
    font-size: var(--text-2xl);
  }
  .landing_section_hero_content h3 {
    font-size: var(--text-s);
  }
  .landing_section_hero_content figcaption {
    font-size: var(--text-xxxs);
  }

  /* ############### */
  /* why choose       */
  /* ############### */
  .landing_section_choose p {
    font-size: var(--text-xs);
  }

  .landing_section_choose h2 {
    font-size: var(--text-xl);
  }

  .landing_section_choose p strong {
    font-size: 50px;
  }
  /* ############### */
  /* advantage      */
  /* ############### */

  .landing_section_advantage_grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    -ms-grid-rows: unset;
    grid-template-rows: unset;
  }
  .landing_section_advantage_grid .landing_section_advantage_grid_item {
    grid-column: unset;
    grid-row: unset;
  }
  .landing_section_advantage_grid_item:nth-child(1) figure img,
  .landing_section_advantage_grid_item:nth-child(3) figure img {
    margin: 0 auto;
    width: initial;
  }

  .landing_section_advantage_grid_item:nth-child(3) figure img {
    width: initial;
    -ms-flex-item-align: initial;
    -ms-grid-row-align: initial;
    align-self: initial;
  }
  /* ############### */
  /* banner          */
  /* ############### */
  .landing_section_banner_content h2 {
    font-size: var(--text-l);
  }

  /* ############### */
  /* revolution          */
  /* ############### */
  .landing_section_revolution .container > p {
    font-size: 22px;
  }

  .landing_section_revolution .container > p strong {
    font-size: var(--text-m);
  }
}

@media (max-width: 630px) {
  /* ############### */
  /* common  */
  /* ############### */
  .landing_button--l {
    width: 100%;
  }

  /* ############### */
  /* header  */
  /* ############### */
  .landing_header {
    padding: 10px 0 15px;
  }
  .landing_header_logo img {
    width: 140px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .landing_header nav {
    left: 0;
    top: 55px;
    position: absolute;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    opacity: 0;
  }
  .landing_header_navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--clr-white);
    padding: 20px;
    border-radius: 16px;
    gap: 30px;
    max-width: 600px;
    width: 100%;
    border: 1px solid var(--clr-white-300);
  }

  .landing_header_navigation_menu,
  .landing_header_navigation_close {
    display: block;
    width: 50px;
  }
  .landing_header_navigation_close {
    position: absolute;
    top: 12px;
    right: 12px;
    border: 1px solid var(--clr-white-300);
    border-radius: 30px;
    width: 35px;
  }

  /* ############### */
  /* hero  */
  /* ############### */
  .landing_section_hero_image {
    position: initial;
    width: 100%;
  }

  .landing_section_hero_content {
    width: 100%;
    padding: 20px 10px 20px;
  }

  .landing_section_hero_flex {
    background-size: 300px, contain;
    background-position-x: -3.5rem, 0;
    background-position-y: -1.5rem, 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding: 0px 10px 0px;
  }

  .landing_section_hero_content h1 {
    font-size: var(--text-xl);
  }

  .landing_section_hero_content h3 {
    font-size: var(--text-xs);
  }

  .landing_section_video_card {
    padding: 10px;
  }
  /* ############### */
  /* video  */
  /* ############### */
  .landing_section_video_container {
    width: 100%;
  }

  .landing_section_video_container video {
    height: 100%;
  }

  .landing_section_video_info_block h5 {
    font-size: var(--text-xxxs);
  }

  .landing_section_video_info_block p {
    font-size: var(--text-xxxs);
  }

  .landing_section_video ol + p {
    text-align: center;
  }
  .landing_section_video ol + p + section {
    justify-content: center;
  }
  /* ############### */
  /* why choose  */
  /* ############### */

  .landing_section_choose_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0;
  }
  .landing_hero_section_content_images {
    margin-top: 15px;
  }
  .landing_hero_section_content_images img {
    width: 120px;
    aspect-ratio: 1/0;
  }

  .landing_section_choose p strong::after {
    height: 18px;
  }
  /* ############### */
  /* advantages      */
  /* ############### */
  .landing_section_advantage_content {
    /* display: block; */
    padding: 10px;
  }
  .landing_section_advantage_grid {
    gap: 20px;
  }
  .landing_section_advantage_grid_item {
    padding: 0 10px 10px 0;
  }
  .landing_section_advantage_grid_item img {
    padding-left: 15px;
  }
  .landing_section_advantage_grid_item p {
    line-height: 1.5;
    margin-bottom: 10px;
  }

  /* ############### */
  /* works      */
  /* ############### */
  .landing_section_works_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .landing_section_works_image {
    width: 80%;
  }
  .landing_section_works_steps {
    gap: 30px;
  }
  .landing_section_works_step {
    gap: 10px;
  }
  .landing_section_works_step img {
    width: 40px;
    height: 40px;
  }

  /* ############### */
  /* banner          */
  /* ############### */
  .landing_section_banner_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-size: cover;
  }
  .landing_section_banner_content {
    padding: 15px;
  }
  .landing_section_banner_content h2 {
    font-size: var(--text-m);
  }
  .landing_section_banner_content > figure figcaption {
    font-size: var(--text-xxxs);
  }
  .landing_section_banner_content > figure section {
    gap: 10px;
  }
  .landing_section_banner_content > figure section img {
    width: 150px;
    aspect-ratio: 1/0;
  }
  .landing_section_banner_flex > figure {
    display: block;
    position: initial;
    border-radius: 0 0 12.5rem 12.5rem;
  }

  /* ############### */
  /* revolution       */
  /* ############### */
  .landing_section_revolution .container > p {
    font-size: var(--text-s);
  }
  .landing_section_revolution_content {
    background-position-y: 2rem;
  }
  .landing_section_revolution_content h2 {
    font-size: var(--text-l);
  }
  .landing_section_revolution_content p {
    font-size: var(--text-xxs);
  }
  .landing_section_revolution_content .landing_button--l {
    margin-top: 50px;
  }

  /* ############### */
  /* faq       */
  /* ############### */
  .landing_section_faq h2 {
    font-size: var(--text-m);
  }
  .landing_section_faq_list li h4 {
    font-size: var(--text-xxs);
    width: 85%;
  }
  .landing_section_faq_list li button {
    width: 15%;
  }
  .landing_section_faq_list li button:hover {
    background-color: unset;
  }
  .landing_section_faq_list li p {
    font-size: var(--text-xxxs);
  }
  .landing_section_faq_list {
    width: 100%;
  }
}
