@font-face {
  font-family: "Font Awesome 6 Pro";
  src: url("../fonts/Font-Awesome-6-Pro-Regular-400.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  src: url("../fonts/Font-Awesome-6-Pro-Light-300.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  src: url("../fonts/Font-Awesome-6-Pro-Solid-900.otf") format("opentype");
  font-weight: 900;
}
html,
body {
  margin: 0px;
  padding: 0px;
  font-family: "dm-sans", "Helvetica Neue", arial;
}
html *,
body * {
  position: relative;
  box-sizing: border-box;
}
html img,
body img {
  display: block;
}
html .swiper-wrapper,
body .swiper-wrapper {
  transition-timing-function: linear;
}

nav {
  position: fixed;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: rgba(41, 50, 65, 0.8);
  padding: 24px 80px;
  z-index: 9;
}
@media screen and (max-width: 1023px) {
  nav {
    display: block;
    padding: 0px;
  }
  nav.active .nav_right .nav_group {
    display: flex;
  }
}
nav.nav_privacy {
  position: sticky;
  background: #293241;
}
nav.nav_privacy .nav_left .nav_logo {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  nav .nav_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 20px;
  }
}
nav .nav_left .nav_logo {
  width: 144px;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  nav .nav_left .nav_logo {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  nav .nav_left .nav_logo {
    width: 50px;
  }
}
nav .nav_left .nav_logo img {
  width: 100%;
  height: auto;
}
nav .nav_left .nav_hamburger {
  display: none;
}
@media screen and (max-width: 1023px) {
  nav .nav_left .nav_hamburger {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    cursor: pointer;
  }
}
nav .nav_right .nav_group {
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  nav .nav_right .nav_group {
    height: auto !important;
  }
}
@media screen and (max-width: 1023px) {
  nav .nav_right .nav_group {
    display: none;
    flex-direction: column;
    gap: 0px;
    padding: 0px;
    height: 0;
    overflow: hidden;
  }
}
nav .nav_right .nav_group .nav_item {
  font-family: "dm-sans", "Helvetica Neue", arial;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
nav .nav_right .nav_group .nav_item:hover {
  color: #F25ABA;
}
@media screen and (max-width: 1023px) {
  nav .nav_right .nav_group .nav_item {
    padding: 10px 20px;
  }
}

section {
  overflow: hidden;
}
section .section_container {
  padding: 94px 80px;
  flex: 1;
  display: flex;
}
@media screen and (max-width: 1279px) {
  section .section_container {
    padding: 48px 20px;
  }
}
section.section_banner {
  height: 100vh;
  max-height: 900px;
  min-height: 600px;
  background: #293241;
  background-size: cover;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  section.section_banner {
    max-height: 500px;
    min-height: 500px;
  }
}
section.section_banner #banner_anim_container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
section.section_banner #banner_anim_container .banner_arrow {
  position: absolute;
  width: 43px;
  height: 43px;
  transition: transform 0.5s ease-in-out;
}
@media screen and (max-width: 1023px) {
  section.section_banner #banner_anim_container .banner_arrow {
    width: 35px;
    height: 35px;
  }
}
section.section_banner #banner_anim_container .banner_arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
section.section_banner .section_container {
  align-items: flex-end;
  justify-content: space-between;
}
section.section_banner .section_banner_container {
  width: 100%;
  perspective: 1000px;
}
section.section_banner .section_banner_content {
  width: 100%;
  max-width: 752px;
}
section.section_banner .section_banner_content .section_banner_logo {
  width: 100%;
  max-width: 400px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  section.section_banner .section_banner_content .section_banner_logo {
    max-width: 189px;
    margin-bottom: 33px;
  }
}
section.section_banner .section_banner_content .section_banner_logo img {
  width: 100%;
  height: auto;
}
section.section_banner .section_banner_content .section_banner_text {
  font-family: "filson-soft", "Helvetica Neue", arial;
  font-size: 48px;
  line-height: 64px;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 2px 2px 8px #293241;
  padding: 0px;
  margin: 0px;
}
section.section_banner .section_banner_content .section_banner_text span {
  color: #38C3FB;
}
@media screen and (max-width: 1023px) {
  section.section_banner .section_banner_content .section_banner_text {
    font-size: 30px;
    line-height: 38px;
  }
}
section.section_banner .section_banner_badge {
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 5px 5px 5px 0px rgb(41, 50, 65), -5px -5px 5px 0px rgb(41, 50, 65);
}
@media screen and (max-width: 1023px) {
  section.section_banner .section_banner_badge {
    left: 170px;
    top: 15px;
    bottom: unset;
    right: unset;
  }
}
section.section_banner .section_banner_badge svg {
  display: block;
  width: 280px;
  height: 280px;
}
@media screen and (max-width: 1023px) {
  section.section_banner .section_banner_badge svg {
    width: 78px;
    height: 78px;
  }
}
section.section_banner .section_banner_badge .shine {
  position: absolute;
  height: 250%;
  width: 40px;
  top: 0;
  left: -330px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3294117647), rgba(255, 255, 255, 0));
  transform: rotate(45deg) translateY(-35%);
}
section.section_banner .play_pause_animations {
  position: fixed;
  bottom: 36px;
  right: 36px;
  z-index: 8;
  background: #ffffff;
  color: #293241;
  border-radius: 50%;
  border: 2px solid #293241;
  width: 44px;
  height: 44px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  appearance: none;
  transition: background 0.2s ease-in-out;
}
@media screen and (max-width: 1023px) {
  section.section_banner .play_pause_animations {
    bottom: 20px;
    right: 20px;
  }
}
section.section_banner .play_pause_animations:hover, section.section_banner .play_pause_animations:active {
  background: #F25ABA;
}
section.section_banner .play_pause_animations[data-action=pause] .fa-play {
  display: none;
}
section.section_banner .play_pause_animations[data-action=play] .fa-pause {
  display: none;
}
section.section_our_mission {
  background: #ffffff;
  display: flex;
  width: 100%;
}
section.section_our_mission .section_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 225px 80px;
}
@media screen and (max-width: 1279px) {
  section.section_our_mission .section_container {
    padding: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
section.section_our_mission .section_our_mission_left {
  padding-right: 85px;
}
@media screen and (max-width: 1279px) {
  section.section_our_mission .section_our_mission_left {
    padding: 48px 20px;
  }
}
section.section_our_mission .section_our_mission_left .section_our_mission_text_container {
  width: 100%;
}
section.section_our_mission .section_our_mission_left .section_our_mission_heading {
  font-family: "filson-soft", "Helvetica Neue", arial;
  font-size: 70px;
  line-height: 88px;
  color: #293241;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1279px) {
  section.section_our_mission .section_our_mission_left .section_our_mission_heading {
    font-size: 42px;
    line-height: 56px;
  }
}
section.section_our_mission .section_our_mission_left .section_our_mission_text {
  font-family: "dm-sans", "Helvetica Neue", arial;
  font-size: 20px;
  line-height: 28px;
  color: #293241;
  font-weight: 400;
}
section.section_our_mission .section_our_mission_left .section_our_mission_text > div {
  white-space: nowrap;
}
section.section_our_mission .section_our_mission_right {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1279px) {
  section.section_our_mission .section_our_mission_right {
    justify-content: flex-start;
    padding: 48px 20px;
    background: #38C3FB;
  }
}
section.section_our_mission .section_our_mission_right .section_our_mission_background {
  position: absolute;
  top: 130px;
  right: -800px;
  transform: rotate(300deg);
  transform-origin: left center;
}
@media screen and (max-width: 1439px) {
  section.section_our_mission .section_our_mission_right .section_our_mission_background {
    right: -860px;
  }
}
@media screen and (max-width: 1279px) {
  section.section_our_mission .section_our_mission_right .section_our_mission_background {
    display: none;
  }
}
section.section_our_mission .section_our_mission_right .section_our_mission_background svg {
  display: block;
  width: 1340px;
  height: 1281px;
}
section.section_our_mission .section_our_mission_right .section_our_mission_text_container {
  width: 100%;
  max-width: 490px;
}
@media screen and (max-width: 1279px) {
  section.section_our_mission .section_our_mission_right .section_our_mission_text_container {
    max-width: unset;
  }
}
section.section_our_mission .section_our_mission_right .section_our_mission_heading {
  font-family: "filson-soft", "Helvetica Neue", arial;
  font-size: 300px;
  line-height: 240px;
  color: #293241;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  margin-bottom: -110px;
}
@media screen and (max-width: 1279px) {
  section.section_our_mission .section_our_mission_right .section_our_mission_heading {
    font-size: 200px;
    line-height: 160px;
    margin-bottom: -80px;
  }
}
section.section_our_mission .section_our_mission_right .section_our_mission_text {
  font-family: "filson-soft", "Helvetica Neue", arial;
  font-size: 36px;
  line-height: 48px;
  color: #293241;
  font-weight: 700;
  opacity: 0;
}
section.section_our_mission .section_our_mission_right .section_our_mission_text > div {
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  section.section_our_mission .section_our_mission_right .section_our_mission_text {
    font-size: 22px;
    line-height: 28px;
  }
}
section.section_our_mission .swiper_our_mission .swiper-wrapper {
  margin-bottom: 60px;
}
@media screen and (max-width: 1279px) {
  section.section_our_mission .swiper_our_mission .swiper-wrapper {
    margin-bottom: 40px;
  }
}
section.section_our_mission .swiper_our_mission .swiper-pagination {
  bottom: 0px;
  text-align: left;
}
section.section_our_mission .swiper_our_mission .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 1;
  margin: 0;
  margin-right: 20px;
}
section.section_our_mission .swiper_our_mission .swiper-pagination .swiper-pagination-bullet-active {
  background: #0C181D;
}
section.section_client_logos {
  background: #293241;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px 0px;
}
section.section_client_logos .swiper {
  width: 100%;
}
section.section_client_logos .swiper .swiper-wrapper .swiper-slide {
  width: 2745px;
}
@media screen and (max-width: 1023px) {
  section.section_client_logos .swiper .swiper-wrapper .swiper-slide {
    width: 1800px;
  }
}
section.section_client_logos .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
section.section_featured_projects {
  display: flex;
  width: 100%;
}
section.section_featured_projects .section_container {
  flex-direction: column;
  padding: 0px;
}
section.section_featured_projects .section_featured_projects_grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1279px) {
  section.section_featured_projects .section_featured_projects_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  section.section_featured_projects .section_featured_projects_grid {
    grid-template-columns: 1fr;
  }
}
section.section_featured_projects .section_featured_projects_grid .section_featured_projects_grid_item:hover .section_featured_projects_service_item_overlay {
  opacity: 1;
  visibility: visible;
}
section.section_featured_projects .section_featured_projects_grid .section_featured_projects_grid_item .section_featured_projects_service_item_image {
  display: block;
  width: 100%;
  height: auto;
}
section.section_featured_projects .section_featured_projects_grid .section_featured_projects_grid_item .section_featured_projects_service_item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(41, 50, 65, 0.96);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}
section.section_featured_projects .section_featured_projects_grid .section_featured_projects_grid_item .section_featured_projects_service_item_overlay .section_featured_projects_service_item_overlay_logo {
  display: flex;
  justify-content: center;
}
section.section_featured_projects .section_featured_projects_grid .section_featured_projects_grid_item .section_featured_projects_service_item_overlay .section_featured_projects_service_item_overlay_logo img {
  display: block;
  height: auto;
}
section.section_featured_projects .section_featured_projects_grid .section_featured_projects_grid_item .section_featured_projects_service_item_overlay .section_featured_projects_service_item_overlay_type {
  font-family: "filson-soft", "Helvetica Neue", arial;
  font-size: 36px;
  line-height: 48px;
  color: #F25ABA;
  font-weight: 700;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  section.section_featured_projects .section_featured_projects_grid .section_featured_projects_grid_item .section_featured_projects_service_item_overlay .section_featured_projects_service_item_overlay_type {
    font-size: 24px;
    line-height: 36px;
    margin-top: 12px;
  }
}
section.section_featured_projects .section_featured_projects_grid .section_featured_projects_grid_item .section_featured_projects_service_item_overlay .section_featured_projects_service_item_overlay_name {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  section.section_featured_projects .section_featured_projects_grid .section_featured_projects_grid_item .section_featured_projects_service_item_overlay .section_featured_projects_service_item_overlay_name {
    font-size: 14px;
    line-height: 21px;
  }
}
section.section_why_us {
  background: #ffffff;
  display: flex;
  width: 100%;
}
section.section_why_us .section_container {
  display: grid;
  grid-template-columns: 40% 60%;
  padding: 0px;
}
@media screen and (max-width: 1279px) {
  section.section_why_us .section_container {
    grid-template-columns: 1fr;
    padding: 48px 20px;
  }
}
@media screen and (max-width: 1279px) {
  section.section_why_us .section_why_us_left {
    display: none;
  }
}
section.section_why_us .section_why_us_left .section_why_us_left_image {
  display: block;
  width: 100%;
  height: auto;
}
section.section_why_us .section_why_us_left .section_why_us_left_image_back {
  position: absolute;
}
section.section_why_us .section_why_us_right {
  display: flex;
  align-items: center;
  padding: 0px 146px 0px 116px;
  justify-content: flex-end;
}
@media screen and (max-width: 1279px) {
  section.section_why_us .section_why_us_right {
    padding: 0px;
  }
}
section.section_why_us .section_why_us_right .section_why_us_text_container {
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 1279px) {
  section.section_why_us .section_why_us_right .section_why_us_text_container {
    max-width: unset;
  }
}
section.section_why_us .section_why_us_right .section_why_us_heading {
  font-family: "filson-soft", "Helvetica Neue", arial;
  font-size: 70px;
  line-height: 88px;
  color: #F25ABA;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1279px) {
  section.section_why_us .section_why_us_right .section_why_us_heading {
    font-size: 42px;
    line-height: 56px;
  }
}
section.section_why_us .section_why_us_right .section_why_us_sub_heading {
  font-family: "filson-soft", "Helvetica Neue", arial;
  font-size: 24px;
  line-height: 32px;
  color: #293241;
  font-weight: 700;
  margin-bottom: 32px;
}
section.section_why_us .section_why_us_right .section_why_us_text {
  font-family: "dm-sans", "Helvetica Neue", arial;
  font-size: 20px;
  line-height: 28px;
  color: #293241;
  font-weight: 400;
}
section.section_the_studio {
  background: #03A88F;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 94px;
}
@media screen and (max-width: 1279px) {
  section.section_the_studio {
    padding-top: 48px;
  }
}
section.section_the_studio::before {
  display: none;
  position: absolute;
  top: -80px;
  right: -200px;
  content: "";
  background: url("../img/background-arrows.svg") center no-repeat;
  background-size: cover;
  width: 529px;
  height: 1073px;
  opacity: 0.1;
  transform: rotate(90deg);
  transform-origin: top right;
  height: 3000px;
  top: 620px;
  right: 0;
  background-repeat: repeat-y;
  background-size: auto;
}
@media screen and (max-width: 1023px) {
  section.section_the_studio::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.section_the_studio::before {
    display: block;
    transform: rotate(90deg);
    background-size: 100px 204px;
    background-repeat: repeat-y;
    width: 50px;
    right: 0;
    top: 50px;
    height: 800px;
    background-position: top left;
    transform-origin: top right;
  }
}
section.section_the_studio .swiper {
  width: 100%;
}
section.section_the_studio .swiper .swiper-wrapper .swiper-slide {
  width: 3500px;
}
@media screen and (max-width: 1023px) {
  section.section_the_studio .swiper .swiper-wrapper .swiper-slide {
    width: 2500px;
  }
}
@media screen and (max-width: 767px) {
  section.section_the_studio .swiper .swiper-wrapper .swiper-slide {
    width: 2000px;
  }
}
@media screen and (max-width: 639px) {
  section.section_the_studio .swiper .swiper-wrapper .swiper-slide {
    width: 1500px;
  }
}
section.section_the_studio .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
section.section_the_studio .section_container {
  flex-direction: column;
}
@media screen and (max-width: 1279px) {
  section.section_the_studio .section_container {
    padding: 48px 20px;
  }
}
section.section_the_studio .section_the_studio_content {
  width: 100%;
  max-width: 766px;
}
@media screen and (max-width: 767px) {
  section.section_the_studio .section_the_studio_content {
    padding-top: 24px;
  }
}
section.section_the_studio .section_the_studio_content .section_the_studio_heading {
  font-family: "filson-soft", "Helvetica Neue", arial;
  font-size: 70px;
  line-height: 88px;
  color: #293241;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1279px) {
  section.section_the_studio .section_the_studio_content .section_the_studio_heading {
    font-size: 42px;
    line-height: 56px;
  }
}
section.section_the_studio .section_the_studio_content .section_the_studio_text {
  font-family: "filson-soft", "Helvetica Neue", arial;
  font-size: 36px;
  line-height: 48px;
  color: #293241;
  margin-bottom: 36px;
}
@media screen and (max-width: 1279px) {
  section.section_the_studio .section_the_studio_content .section_the_studio_text {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 28px;
  }
}
section.section_the_studio .section_the_studio_content .section_the_studio_sub_text {
  font-size: 20px;
  line-height: 28px;
  color: #293241;
}
@media screen and (max-width: 1279px) {
  section.section_the_studio .section_the_studio_content .section_the_studio_sub_text {
    font-size: 16px;
    line-height: 24px;
  }
}
section.section_the_studio .section_the_studio_points {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 82px;
  margin-top: 64px;
}
@media screen and (max-width: 1023px) {
  section.section_the_studio .section_the_studio_points {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
@media screen and (max-width: 767px) {
  section.section_the_studio .section_the_studio_points {
    gap: 24px;
    margin-top: 48px;
  }
}
section.section_the_studio .section_the_studio_points .section_the_studio_point .section_the_studio_point_number {
  font-family: "filson-soft", "Helvetica Neue", arial;
  font-size: 62px;
  line-height: 68px;
  color: #293241;
  font-weight: 700;
}
@media screen and (max-width: 1279px) {
  section.section_the_studio .section_the_studio_points .section_the_studio_point .section_the_studio_point_number {
    font-size: 54px;
    line-height: 58px;
  }
}
section.section_the_studio .section_the_studio_points .section_the_studio_point .section_the_studio_point_number_heading {
  font-family: "filson-soft", "Helvetica Neue", arial;
  font-size: 36px;
  line-height: 48px;
  color: #293241;
  font-weight: 700;
}
@media screen and (max-width: 1279px) {
  section.section_the_studio .section_the_studio_points .section_the_studio_point .section_the_studio_point_number_heading {
    font-size: 22px;
    line-height: 28px;
  }
}
section.section_the_studio .section_the_studio_points .section_the_studio_point .section_the_studio_point_number_text {
  font-size: 20px;
  line-height: 28px;
  color: #293241;
  font-weight: 400;
}
@media screen and (max-width: 1279px) {
  section.section_the_studio .section_the_studio_points .section_the_studio_point .section_the_studio_point_number_text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
}
section.section_privacy_policy {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
section.section_privacy_policy .section_container {
  flex-direction: column;
  max-width: 1160px;
}
@media screen and (max-width: 1279px) {
  section.section_privacy_policy .section_container {
    padding: 48px 20px;
    max-width: 1040px;
  }
}
section.section_privacy_policy .section_privacy_policy_content {
  width: 100%;
}
section.section_privacy_policy .section_privacy_policy_content .section_privacy_policy_heading {
  font-family: "filson-soft", "Helvetica Neue", arial;
  font-size: 70px;
  line-height: 88px;
  color: #293241;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1279px) {
  section.section_privacy_policy .section_privacy_policy_content .section_privacy_policy_heading {
    font-size: 42px;
    line-height: 56px;
  }
}
section.section_privacy_policy .section_privacy_policy_content .section_privacy_sub_heading {
  font-family: "filson-soft", "Helvetica Neue", arial;
  font-size: 36px;
  line-height: 48px;
  color: #293241;
  margin-top: 40px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1279px) {
  section.section_privacy_policy .section_privacy_policy_content .section_privacy_sub_heading {
    font-size: 22px;
    line-height: 28px;
  }
}
section.section_privacy_policy .section_privacy_policy_content .section_privacy_policy_text {
  font-family: "filson-soft", "Helvetica Neue", arial;
  font-size: 36px;
  line-height: 48px;
  color: #293241;
  margin-bottom: 36px;
}
@media screen and (max-width: 1279px) {
  section.section_privacy_policy .section_privacy_policy_content .section_privacy_policy_text {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 28px;
  }
}
section.section_privacy_policy .section_privacy_policy_content .section_privacy_policy_sub_text {
  font-size: 20px;
  line-height: 28px;
  color: #293241;
}
@media screen and (max-width: 1279px) {
  section.section_privacy_policy .section_privacy_policy_content .section_privacy_policy_sub_text {
    font-size: 16px;
    line-height: 24px;
  }
}
section.section_privacy_policy .section_privacy_policy_accordion {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 38px;
  border-bottom: 1px solid hsl(0, 0%, 52%);
  /* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
}
@media screen and (max-width: 767px) {
  section.section_privacy_policy .section_privacy_policy_accordion {
    margin-top: 26px;
  }
}
section.section_privacy_policy .section_privacy_policy_accordion h3 {
  margin: 0;
  padding: 0;
  border-top: 1px solid hsl(0, 0%, 52%);
}
section.section_privacy_policy .section_privacy_policy_accordion .accordion-trigger {
  background: none;
  color: #293241;
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: "filson-soft", "Helvetica Neue", arial;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  padding: 22px 12px;
  position: relative;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  section.section_privacy_policy .section_privacy_policy_accordion .accordion-trigger {
    font-size: 18px;
    line-height: 24px;
    padding: 18px 12px;
  }
}
section.section_privacy_policy .section_privacy_policy_accordion .accordion-trigger:hover {
  background: rgba(242, 90, 186, 0.1);
}
section.section_privacy_policy .section_privacy_policy_accordion .accordion-trigger:hover .accordion-icon {
  background: #F25ABA;
}
section.section_privacy_policy .section_privacy_policy_accordion button {
  border-style: none;
}
section.section_privacy_policy .section_privacy_policy_accordion button::-moz-focus-inner {
  border: 0;
}
section.section_privacy_policy .section_privacy_policy_accordion .accordion-title {
  display: block;
  pointer-events: none;
  padding: 0;
  outline: none;
  flex: 1;
}
section.section_privacy_policy .section_privacy_policy_accordion .accordion-icon {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  border: 2px solid #293241;
  border-radius: 50%;
  background: #ffffff;
  transition: background 0.2s ease-in-out;
}
section.section_privacy_policy .section_privacy_policy_accordion .accordion-icon::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #293241;
  border-radius: 4px;
  transform: translate(-50%, -50%);
}
section.section_privacy_policy .section_privacy_policy_accordion .accordion-icon::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #293241;
  border-radius: 4px;
  transform: translate(-50%, -50%);
}
section.section_privacy_policy .section_privacy_policy_accordion .accordion-trigger[aria-expanded=true] .accordion-icon {
  background: #F25ABA;
}
section.section_privacy_policy .section_privacy_policy_accordion .accordion-trigger[aria-expanded=false] .accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
section.section_privacy_policy .section_privacy_policy_accordion .accordion-panel {
  margin: 0;
  padding: 16px 12px 32px 12px;
  font-size: 20px;
  line-height: 28px;
  color: #293241;
}
@media screen and (max-width: 767px) {
  section.section_privacy_policy .section_privacy_policy_accordion .accordion-panel {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 12px;
  }
}
section.section_privacy_policy .section_privacy_policy_accordion .accordion-panel[hidden] {
  display: none;
}
section.section_privacy_policy .section_privacy_policy_accordion .accordion-panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  section.section_privacy_policy .section_privacy_policy_accordion .accordion-panel-grid {
    grid-template-columns: 1fr;
  }
}
section.section_privacy_policy .section_privacy_policy_accordion .accordion-panel-grid .accordion-panel-grid-item {
  font-size: 20px;
  line-height: 28px;
  color: #293241;
}
@media screen and (max-width: 767px) {
  section.section_privacy_policy .section_privacy_policy_accordion .accordion-panel-grid .accordion-panel-grid-item {
    font-size: 16px;
    line-height: 24px;
  }
}
section.section_privacy_policy .section_privacy_policy_accordion .accordion-panel-list {
  margin: 0px;
  padding: 0px;
}
section.section_privacy_policy .section_privacy_policy_accordion .accordion-panel-list .accordion-panel-list-item {
  font-size: 20px;
  line-height: 28px;
  color: #293241;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  section.section_privacy_policy .section_privacy_policy_accordion .accordion-panel-list .accordion-panel-list-item {
    font-size: 16px;
    line-height: 24px;
  }
}
section.section_contact {
  background: #293241;
  display: flex;
  width: 100%;
}
section.section_contact .section_contact_pattern {
  position: absolute;
  bottom: -140px;
  right: -350px;
  width: 671px;
  height: 919px;
}
@media screen and (max-width: 767px) {
  section.section_contact .section_contact_pattern {
    display: none;
  }
}
section.section_contact .section_contact_pattern svg {
  display: block;
  width: 100%;
  height: auto;
}
section.section_contact .section_container {
  flex-direction: column;
  padding: 205px 80px;
}
@media screen and (max-width: 1279px) {
  section.section_contact .section_container {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.section_contact .section_container {
    padding: 48px 20px;
  }
}
section.section_contact .section_contact_content {
  width: 100%;
  max-width: 642px;
}
section.section_contact .section_contact_content .section_contact_heading {
  font-family: "filson-soft", "Helvetica Neue", arial;
  font-size: 70px;
  line-height: 88px;
  color: #ffffff;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1279px) {
  section.section_contact .section_contact_content .section_contact_heading {
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 8px;
  }
}
section.section_contact .section_contact_content .section_contact_text {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
section.section_contact .section_contact_content .section_contact_address {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 32px;
}
section.section_contact .section_contact_content .section_contact_contact {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 32px;
}
section.section_contact .section_contact_content .section_contact_contact span {
  font-weight: 400;
  margin: 0px 24px;
}
@media screen and (max-width: 767px) {
  section.section_contact .section_contact_content .section_contact_contact span {
    display: none;
  }
}
section.section_contact .section_contact_content .section_contact_contact a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
section.section_contact .section_contact_content .section_contact_contact a:hover {
  color: #F25ABA;
}
@media screen and (max-width: 767px) {
  section.section_contact .section_contact_content .section_contact_contact a {
    display: block;
    margin-top: 16px;
  }
}
section.section_contact .section_contact_content .section_contact_socials {
  margin-top: 24px;
  font-size: 0px;
}
section.section_contact .section_contact_content .section_contact_socials a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
section.section_contact .section_contact_content .section_contact_socials a:last-of-type {
  margin-right: 0px;
}
section.section_contact .section_contact_content .section_contact_socials a img {
  display: block;
  width: 28px;
  height: 28px;
}
section.section_contact .section_contact_content .section_contact_socials a svg {
  display: block;
  width: 28px;
  height: 28px;
}
section.section_contact .section_contact_content .section_contact_socials a svg path {
  transition: fill 0.2s ease-in-out;
}
section.section_contact .section_contact_content .section_contact_socials a:hover svg path {
  fill: #F25ABA !important;
}
section.section_contact .footer {
  position: absolute;
  bottom: 32px;
  left: 80px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media screen and (max-width: 1279px) {
  section.section_contact .footer {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.section_contact .footer {
    position: relative;
    bottom: 0px;
    left: 0px;
    flex-direction: column;
    align-items: start;
    margin-top: 80px;
  }
}
section.section_contact .footer .footer_links {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section.section_contact .footer .footer_links {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
}
section.section_contact .footer .footer_copy {
  display: flex;
  align-items: center;
}
section.section_contact .footer .footer_cookie {
  display: flex;
  align-items: center;
  gap: 8px;
}
section.section_contact .footer .footer_logo {
  width: 26px;
}
section.section_contact .footer .footer_logo img {
  display: block;
  width: 100%;
  height: auto;
}
section.section_contact .footer .footer_link {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 400;
}
section.section_contact .footer .footer_link:not(.non_link) {
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}
section.section_contact .footer .footer_link:not(.non_link):hover {
  color: #F25ABA;
}
section.section_contact_privacy {
  background: #293241;
  display: flex;
  width: 100%;
}
section.section_contact_privacy .section_container {
  flex-direction: column;
  padding: 56px 80px;
}
@media screen and (max-width: 1279px) {
  section.section_contact_privacy .section_container {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.section_contact_privacy .section_container {
    padding: 48px 20px;
  }
}
section.section_contact_privacy .section_contact_content {
  width: 100%;
}
section.section_contact_privacy .section_contact_content .section_contact_address {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 32px;
}
section.section_contact_privacy .section_contact_content .section_contact_contact {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 32px;
}
section.section_contact_privacy .section_contact_content .section_contact_contact span {
  font-weight: 400;
  margin: 0px 24px;
}
@media screen and (max-width: 767px) {
  section.section_contact_privacy .section_contact_content .section_contact_contact span {
    display: none;
  }
}
section.section_contact_privacy .section_contact_content .section_contact_contact a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
section.section_contact_privacy .section_contact_content .section_contact_contact a:hover {
  color: #F25ABA;
}
@media screen and (max-width: 767px) {
  section.section_contact_privacy .section_contact_content .section_contact_contact a {
    display: block;
    margin-top: 16px;
  }
}
section.section_contact_privacy .section_contact_content .section_contact_socials {
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}
section.section_contact_privacy .section_contact_content .section_contact_socials a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
section.section_contact_privacy .section_contact_content .section_contact_socials a:last-of-type {
  margin-right: 0px;
}
section.section_contact_privacy .section_contact_content .section_contact_socials a img {
  display: block;
  width: 28px;
  height: 28px;
}
section.section_contact_privacy .section_contact_content .section_contact_socials a svg {
  display: block;
  width: 28px;
  height: 28px;
}
section.section_contact_privacy .section_contact_content .section_contact_socials a svg path {
  transition: fill 0.2s ease-in-out;
}
section.section_contact_privacy .section_contact_content .section_contact_socials a:hover svg path {
  fill: #F25ABA !important;
}
section.section_contact_privacy .footer {
  display: flex;
  gap: 16px;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  section.section_contact_privacy .footer {
    flex-direction: column;
    align-items: start;
  }
}
section.section_contact_privacy .footer .footer_links {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section.section_contact_privacy .footer .footer_links {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
}
section.section_contact_privacy .footer .footer_copy {
  display: flex;
  align-items: center;
}
section.section_contact_privacy .footer .footer_cookie {
  display: flex;
  align-items: center;
  gap: 8px;
}
section.section_contact_privacy .footer .footer_logo {
  width: 26px;
}
section.section_contact_privacy .footer .footer_logo img {
  display: block;
  width: 100%;
  height: auto;
}
section.section_contact_privacy .footer .footer_link {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 400;
}
section.section_contact_privacy .footer .footer_link:not(.non_link) {
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}
section.section_contact_privacy .footer .footer_link:not(.non_link):hover {
  color: #F25ABA;
}
/*# sourceMappingURL=index.css.map */
