html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

#wpadminbar span {
  color: inherit;
}

object {
  width: 100%;
  height: auto;
}

img {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  height: auto;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time, img {
  display: block;
}

html {
  font-size: 62.5%;
  background: #000;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover, a:active, a:link {
  text-decoration: none;
}

input, textarea, button {
  -webkit-appearance: none !important;
  outline: none;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

html {
  margin-top: 0 !important;
  overflow-x: hidden;
}

* html body {
  margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }

  * html body {
    margin-top: 0 !important;
  }
}
@font-face {
  font-family: "Biennale";
  src: url("../assets/fonts/biennale-regular.otf") format("opentype");
}
@font-face {
  font-family: "Biennale";
  src: url("../assets/fonts/biennale-semibold.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../assets/fonts/AvenirNext-UltraLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../assets/fonts/AvenirNext-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../assets/fonts/AvenirNext-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../assets/fonts/AvenirNext-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../assets/fonts/AvenirNext-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../assets/fonts/AvenirNext-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.homepage .hero-section {
  position: relative;
  min-height: 100svh;
  padding-top: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage .hero-section .video-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homepage .hero-section .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage .hero-section .so-container {
  min-height: 590px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding-bottom: 56px;
  padding-top: 56px;
}
.homepage .hero-section .so-container .content {
  max-width: 563px;
  width: 100%;
}
.homepage .hero-section .so-container .content .header-titles {
  max-width: 333px;
  width: 100%;
  margin-bottom: 46px;
  position: relative;
}
.homepage .hero-section .so-container .content .header-titles h1 i {
  position: relative;
  display: block;
  font-style: normal;
}
.homepage .hero-section .so-container .content .header-titles h1 i span {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.7s ease-in-out;
}
.homepage .hero-section .so-container .content .header-titles h1 i span.active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
}
.homepage .hero-section .so-container .content .header-titles h1 i span.un-active {
  position: absolute;
  opacity: 0;
  transform: translateX(100%);
}
.homepage .hero-section .so-container .content .header-titles h1 i span.default {
  position: absolute;
  opacity: 0;
  transform: translateX(-50%);
}
.homepage .hero-section .so-container .content .header-titles .underline {
  width: 100%;
  height: 6px;
}
.homepage .hero-section .so-container .content .description p, .homepage .hero-section .so-container .content .description span {
  font-family: Avenir Next, sans-serif;
  color: #fff;
  line-height: 28px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.homepage .hero-section .so-container .content .button-container {
  max-width: 333px;
  margin-top: 64px;
}
@media screen and (max-width: 1440px) {
  .homepage .hero-section .so-container .content .header-titles {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1124px) {
  .homepage .hero-section .so-container .content .header-titles {
    max-width: 242px;
  }
  .homepage .hero-section .so-container .content .button-container {
    max-width: 242px;
  }
}
@media screen and (max-width: 991px) {
  .homepage .hero-section .so-container {
    min-height: 100svh;
  }
}
.homepage .welcome-section .so-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}
.homepage .welcome-section .so-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 355px;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}
.homepage .welcome-section .so-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
  transform: translateX(-100%);
}
.homepage .welcome-section .so-container .left-side {
  position: relative;
  z-index: 1;
  width: 50%;
  max-width: 475px;
}
.homepage .welcome-section .so-container .right-side {
  position: relative;
  z-index: 1;
  width: 50%;
  max-width: 443px;
}
.homepage .welcome-section .so-container .right-side .description p {
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: unset;
}
.homepage .welcome-section .so-container .right-side .button {
  margin-top: 32px;
}
.homepage .welcome-section .so-container .divider-gradient {
  position: relative;
  z-index: 1;
  height: 251px;
  width: 2px;
  min-width: 2px;
  display: block;
}
@media screen and (max-width: 1124px) {
  .homepage .welcome-section .so-container:before, .homepage .welcome-section .so-container:after {
    display: none;
  }
  .homepage .welcome-section .so-container .divider-gradient {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .homepage .welcome-section .so-container {
    padding-top: 56px;
    padding-bottom: 56px;
    flex-direction: column;
  }
  .homepage .welcome-section .so-container .left-side {
    max-width: unset;
    width: 100%;
  }
  .homepage .welcome-section .so-container .right-side {
    max-width: unset;
    width: 100%;
  }
}
.homepage .information-sections-list .so-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 96px;
}
.homepage .information-sections-list .so-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 355px;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}
.homepage .information-sections-list .so-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
  transform: translateX(-100%);
}
.homepage .information-sections-list .so-container .section {
  position: relative;
  z-index: 1;
  padding-top: 96px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
}
.homepage .information-sections-list .so-container .section:nth-child(odd) {
  flex-direction: row-reverse;
}
.homepage .information-sections-list .so-container .section .image {
  width: 100%;
  aspect-ratio: 721/397;
}
.homepage .information-sections-list .so-container .section .image img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.homepage .information-sections-list .so-container .section .content {
  max-width: 292px;
}
.homepage .information-sections-list .so-container .section .content .title {
  margin-bottom: 20px;
}
.homepage .information-sections-list .so-container .section .content .title h2 {
  font-size: 20px;
  line-height: 1.4;
}
.homepage .information-sections-list .so-container .section .content .title img {
  display: none;
}
.homepage .information-sections-list .so-container .section .content .description p {
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: unset;
}
.homepage .information-sections-list .so-container .section .content .button {
  margin-top: 32px;
  background: transparent;
}
.homepage .information-sections-list .so-container.hidden-image {
  padding-bottom: 0;
}
.homepage .information-sections-list .so-container.hidden-image:before, .homepage .information-sections-list .so-container.hidden-image:after {
  display: none;
}
.homepage .information-sections-list .so-container.hidden-image .main-bottom-image {
  display: none;
}
@media screen and (max-width: 1124px) {
  .homepage .information-sections-list .so-container:before, .homepage .information-sections-list .so-container:after {
    display: none;
  }
  .homepage .information-sections-list .so-container .divider-gradient {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .homepage .information-sections-list .so-container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .homepage .information-sections-list .so-container .top-border {
    display: none;
  }
  .homepage .information-sections-list .so-container .section {
    padding: 40px 24px 24px;
    min-height: 80svh;
    min-width: 90vw;
    position: relative;
    align-items: flex-end;
  }
  .homepage .information-sections-list .so-container .section .image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    aspect-ratio: unset;
  }
  .homepage .information-sections-list .so-container .section .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .homepage .information-sections-list .so-container .section:before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.81) 10%, rgba(0, 0, 0, 0) 91.05%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
  }
  .homepage .information-sections-list .so-container .section .content {
    position: relative;
    z-index: 3;
    max-width: 100%;
  }
  .homepage .information-sections-list .so-container .section .content .title {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-between;
  }
  .homepage .information-sections-list .so-container .section .content .title h2 {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
  }
  .homepage .information-sections-list .so-container .section .content .title img {
    display: block;
  }
  .homepage .information-sections-list .so-container .section .content .description p {
    color: #fff;
  }
  .homepage .information-sections-list .so-container .section .content .button {
    border-color: #fff;
  }
  .homepage .information-sections-list .so-container .section .content .button span {
    color: #fff;
  }
  .homepage .information-sections-list .so-container.hidden-image .main-bottom-image {
    display: block;
    width: 100%;
    margin-bottom: 45px;
  }
}
.homepage .modality-types .so-container {
  padding-top: 48px;
  display: flex;
  align-items: stretch;
}
.homepage .modality-types .so-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 355px;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}
.homepage .modality-types .so-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
  transform: translateX(-100%);
}
.homepage .modality-types .so-container .left-side {
  position: relative;
  z-index: 1;
  width: 322px;
  padding-bottom: 40px;
}
.homepage .modality-types .so-container .left-side h2 {
  padding-right: 70px;
}
.homepage .modality-types .so-container .left-side .description {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 70px;
}
.homepage .modality-types .so-container .left-side .modality-list {
  display: flex;
  flex-direction: column;
}
.homepage .modality-types .so-container .left-side .modality-list button {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 36px;
}
.homepage .modality-types .so-container .left-side .modality-list button .active-line {
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.homepage .modality-types .so-container .left-side .modality-list button.active .active-line {
  opacity: 1;
}
.homepage .modality-types .so-container .left-side .modality-list button.active span {
  font-weight: bold;
}
.homepage .modality-types .so-container .left-side .modality-list button:hover .active-line {
  opacity: 1;
}
.homepage .modality-types .so-container .right-side {
  position: relative;
  height: auto;
  width: calc(100% - 322px);
}
.homepage .modality-types .so-container .right-side .modality-post {
  padding: 72px 90px;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.2s ease-in-out;
  display: flex;
  align-items: flex-end;
}
.homepage .modality-types .so-container .right-side .modality-post.default {
  position: absolute;
  transition-delay: 0.2s;
  opacity: 0;
}
.homepage .modality-types .so-container .right-side .modality-post .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.homepage .modality-types .so-container .right-side .modality-post .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.homepage .modality-types .so-container .right-side .modality-post .content .content-title {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.homepage .modality-types .so-container .right-side .modality-post .content .content-title .icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.homepage .modality-types .so-container .right-side .modality-post .content .content-title p.title {
  font-size: 48px;
  line-height: 76px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.homepage .modality-types .so-container .right-side .modality-post .content .content-title .arrow {
  display: none;
}
.homepage .modality-types .so-container .right-side .modality-post .content .content-info {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.homepage .modality-types .so-container .right-side .modality-post .content .content-info .description {
  max-width: 475px;
  width: 100%;
}
.homepage .modality-types .so-container .right-side .modality-post .content .content-info .description p {
  color: #fff;
}
@media screen and (max-width: 1124px) {
  .homepage .modality-types .so-container {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .homepage .modality-types .so-container:before, .homepage .modality-types .so-container:after {
    display: none;
  }
  .homepage .modality-types .so-container .left-side {
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    display: flex;
    gap: 40px;
    align-items: center;
  }
  .homepage .modality-types .so-container .left-side h2 {
    padding-right: 0;
  }
  .homepage .modality-types .so-container .left-side .description {
    padding-right: 0;
    margin-top: 32px;
  }
  .homepage .modality-types .so-container .left-side .description p {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .homepage .modality-types .so-container .left-side .content {
    max-width: 455px;
  }
  .homepage .modality-types .so-container .left-side .modality-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: calc(100% - 445px);
  }
  .homepage .modality-types .so-container .left-side .modality-list button {
    width: 50%;
    gap: 0;
  }
  .homepage .modality-types .so-container .left-side .modality-list button.active span {
    background: linear-gradient(to right, #FF0B04 -8.44%, #FF9430);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .homepage .modality-types .so-container .left-side .modality-list button.active span:before {
    opacity: 1;
  }
  .homepage .modality-types .so-container .left-side .modality-list button span {
    font-size: 20px;
    position: relative;
    display: block;
  }
  .homepage .modality-types .so-container .left-side .modality-list button span:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: linear-gradient(to right, #FF0B04 -8.44%, #FF9430);
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .homepage .modality-types .so-container .left-side .modality-list button .active-line {
    display: none;
  }
  .homepage .modality-types .so-container .right-side {
    width: 100%;
  }
  .homepage .modality-types .so-container .right-side .modality-post {
    min-height: 500px;
  }
  .homepage .modality-types .so-container .right-side .modality-post .content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .homepage .modality-types .so-container .right-side .modality-post .content .content-info {
    max-width: 300px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .homepage .modality-types .so-container .left-side {
    padding-left: 16px;
    padding-right: 16px;
  }
  .homepage .modality-types .so-container .left-side .left-side .description p {
    font-size: 15px;
    line-height: 24px;
  }
  .homepage .modality-types .so-container .left-side .modality-list {
    display: none;
  }
  .homepage .modality-types .so-container .right-side {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    align-items: stretch;
  }
  .homepage .modality-types .so-container .right-side .modality-post {
    padding: 40px 16px 24px;
    min-height: 80svh;
    min-width: 90vw;
    position: relative;
    height: auto;
  }
  .homepage .modality-types .so-container .right-side .modality-post:before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.81) 10%, rgba(0, 0, 0, 0) 91.05%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
  }
  .homepage .modality-types .so-container .right-side .modality-post .content {
    position: relative;
    z-index: 3;
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .homepage .modality-types .so-container .right-side .modality-post .content .content-title {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }
  .homepage .modality-types .so-container .right-side .modality-post .content .content-title img {
    display: none;
  }
  .homepage .modality-types .so-container .right-side .modality-post .content .content-title p.title {
    font-size: 36px;
    line-height: 1.2;
  }
  .homepage .modality-types .so-container .right-side .modality-post .content .content-title .arrow {
    display: block;
  }
  .homepage .modality-types .so-container .right-side .modality-post.default {
    position: relative;
    opacity: 1;
  }
}
.homepage .search-studio .so-container {
  padding-top: 80px;
  padding-bottom: 112px;
  display: flex;
  align-items: stretch;
}
.homepage .search-studio .so-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 355px;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}
.homepage .search-studio .so-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
  transform: translateX(-100%);
}
.homepage .search-studio .so-container .left-side {
  position: relative;
  z-index: 1;
  width: 322px;
  padding-bottom: 40px;
  padding-right: 70px;
}
.homepage .search-studio .so-container .left-side .description {
  margin-top: 40px;
  margin-bottom: 20px;
}
.homepage .search-studio .so-container .left-side .search-wrapper {
  margin-top: 32px;
}
.homepage .search-studio .so-container .left-side .search-wrapper.active .bg-gradient-brand, .homepage .search-studio .so-container .left-side .search-wrapper.active .input-search .icon img {
  filter: unset;
}
.homepage .search-studio .so-container .left-side .search-wrapper .bg-gradient-brand {
  height: 1px;
  width: 100%;
  filter: brightness(0);
  transition: all 0.2s ease-in-out;
}
.homepage .search-studio .so-container .left-side .search-wrapper .input-search {
  height: 33px;
  display: flex;
  align-items: stretch;
}
.homepage .search-studio .so-container .left-side .search-wrapper .input-search .label {
  width: 100%;
}
.homepage .search-studio .so-container .left-side .search-wrapper .input-search .icon {
  margin-top: 2px;
  width: 28px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.homepage .search-studio .so-container .left-side .search-wrapper .input-search .icon img {
  width: 14px;
  height: 18px;
  filter: brightness(0);
  transition: all 0.2s ease-in-out;
}
.homepage .search-studio .so-container .left-side .search-wrapper .input-search input {
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  color: #000;
}
.homepage .search-studio .so-container .left-side .search-wrapper .input-search input::placeholder {
  color: #242424;
}
.homepage .search-studio .so-container .right-side {
  position: relative;
  width: calc(100% - 322px);
  height: 444px;
  overflow: auto;
}
.homepage .search-studio .so-container .right-side .studio-search-post {
  padding: 32px 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transition: all 0.2s ease-in-out;
}
.homepage .search-studio .so-container .right-side .studio-search-post:hover {
  background: #f4f4f4;
}
.homepage .search-studio .so-container .right-side .studio-search-post:hover button .icon {
  background: #000;
}
.homepage .search-studio .so-container .right-side .studio-search-post:hover button .icon img {
  filter: invert(1);
}
.homepage .search-studio .so-container .right-side .studio-search-post .content-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.homepage .search-studio .so-container .right-side .studio-search-post .content-left .image {
  width: 84px;
  height: 84px;
  min-width: 84px;
  min-height: 84px;
  border-radius: 100%;
  overflow: hidden;
}
.homepage .search-studio .so-container .right-side .studio-search-post .content-left .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.homepage .search-studio .so-container .right-side .studio-search-post .content-left .content .title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.homepage .search-studio .so-container .right-side .studio-search-post .content-left .content .description p {
  width: 100%;
  color: #000;
  margin-bottom: 0;
  display: block;
}
.homepage .search-studio .so-container .right-side .studio-search-post button {
  background: #fff;
  border: 2px solid #000;
  display: flex;
  align-items: stretch;
  height: 45px;
}
.homepage .search-studio .so-container .right-side .studio-search-post button span {
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Avenir Next, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin-top: 2px;
}
.homepage .search-studio .so-container .right-side .studio-search-post button .icon {
  border-left: 2px solid #000;
  width: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.homepage .search-studio .so-container .right-side .studio-search-post button .icon img {
  width: 20px;
  height: auto;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1124px) {
  .homepage .search-studio .so-container .right-side .studio-search-post {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 991px) {
  .homepage .search-studio .so-container {
    padding: 0;
    flex-direction: column;
  }
  .homepage .search-studio .so-container:before, .homepage .search-studio .so-container:after {
    display: none;
  }
  .homepage .search-studio .so-container .top-border {
    display: none;
  }
  .homepage .search-studio .so-container .left-side {
    padding: 40px 16px;
    background: #f4f4f4;
    width: 100%;
  }
  .homepage .search-studio .so-container .left-side .description {
    margin-top: 20px;
  }
  .homepage .search-studio .so-container .left-side h2 {
    width: 250px;
  }
  .homepage .search-studio .so-container .left-side .image {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
  }
  .homepage .search-studio .so-container .right-side {
    height: 595px;
    width: 100%;
  }
  .homepage .search-studio .so-container .right-side .studio-search-post {
    border-top: 0.5px solid #AEAEAE;
    padding-right: 24px;
    padding-left: 12px;
  }
  .homepage .search-studio .so-container .right-side .studio-search-post:hover {
    background: transparent;
  }
  .homepage .search-studio .so-container .right-side .studio-search-post button {
    display: none;
  }
}

.studios .hero-section {
  position: relative;
  height: 100svh;
  min-height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.studios .hero-section .so-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.studios .hero-section .so-container .left-side {
  width: calc(100% - 576px);
}
.studios .hero-section .so-container .left-side .color-title {
  color: #FF8D00;
  font-size: 20px;
  font-weight: bold;
}
.studios .hero-section .so-container .left-side h1 {
  color: #000;
  letter-spacing: 0.11em;
}
.studios .hero-section .so-container .left-side .descriptions {
  margin-top: 32px;
  margin-bottom: 32px;
}
.studios .hero-section .so-container .left-side .featuring .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
}
.studios .hero-section .so-container .left-side .featuring .title p {
  font-weight: bold;
}
.studios .hero-section .so-container .left-side .featuring .title hr {
  height: 1px;
  background: #E1E1E1;
  width: 100%;
  border: none;
}
.studios .hero-section .so-container .left-side .featuring .featuring-list {
  margin-top: 16px;
  column-gap: 16px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
}
.studios .hero-section .so-container .left-side .featuring .featuring-list p {
  width: calc(50% - 8px);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
}
.studios .hero-section .so-container .left-side .button {
  margin-top: 32px;
}
.studios .hero-section .so-container .right-side {
  height: calc(100svh - 46px);
  min-height: 654px;
  max-width: 576px;
}
.studios .hero-section .so-container .right-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.studios .hero-section .scroll-tabs {
  width: 100%;
  background: #5C5C5C;
  padding: 14px 0;
}
.studios .hero-section .scroll-tabs .so-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.studios .hero-section .scroll-tabs .so-container a {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1124px) {
  .studios .hero-section .scroll-tabs {
    display: none;
  }
}
@media screen and (max-width: 1124px) {
  .studios .hero-section .so-container .right-side {
    height: 100svh;
    min-height: 700px;
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .studios [tfwt-schedule-list].active {
    padding: 50px 16px;
  }
  .studios .hero-section {
    min-height: 100svh;
    height: auto;
    padding-top: 75px;
  }
  .studios .hero-section .so-container {
    padding-top: 56px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    gap: 32px;
  }
  .studios .hero-section .so-container .left-side {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
  .studios .hero-section .so-container .left-side .featuring .featuring-list p {
    width: 100%;
  }
  .studios .hero-section .so-container .right-side {
    height: 400px;
    min-height: unset;
  }
}
.studios .contact-info .so-container {
  padding-top: 90px;
  padding-bottom: 48px;
  display: flex;
}
.studios .contact-info .so-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 355px;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}
.studios .contact-info .so-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
  transform: translateX(-100%);
}
.studios .contact-info .so-container p.title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.studios .contact-info .so-container .left-side {
  position: relative;
  z-index: 1;
  width: 322px;
  padding-right: 70px;
}
.studios .contact-info .so-container .left-side .contact-block a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
  display: block;
  color: #000;
}
.studios .contact-info .so-container .left-side .hours-block {
  margin-top: 48px;
}
.studios .contact-info .so-container .left-side .hours-block .day-time {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 44px;
  margin-top: 8px;
}
.studios .contact-info .so-container .left-side .hours-block .day-time .day {
  width: 71px;
}
.studios .contact-info .so-container .right-side {
  padding-left: 40px;
  width: calc(100% - 322px);
}
.studios .contact-info .so-container .right-side .studio-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
.studios .contact-info .so-container .right-side .studio-info .studio-info-left {
  width: 35%;
}
.studios .contact-info .so-container .right-side .studio-info .studio-info-right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 40px;
  width: 65%;
}
.studios .contact-info .so-container .right-side .studio-info .studio-info-block {
  width: auto;
  display: block;
}
.studios .contact-info .so-container .right-side .studio-info .studio-info-block .links {
  display: flex;
  gap: 18px;
}
.studios .contact-info .so-container .right-side .studio-info .studio-info-block .description p {
  margin-bottom: 0;
}
.studios .contact-info .so-container .right-side .studio-info .studio-info-block .address p {
  font-weight: bold;
}
@media screen and (max-width: 1124px) {
  .studios .contact-info .so-container:before, .studios .contact-info .so-container:after {
    display: none;
  }
  .studios .contact-info .so-container .left-side {
    padding-right: 0 !important;
    width: auto !important;
  }
  .studios .contact-info .so-container .left-side .hours-block .day-time .day {
    white-space: nowrap;
  }
  .studios .contact-info .so-container .left-side .hours-block .day-time .time {
    white-space: nowrap;
  }
  .studios .contact-info .so-container .right-side {
    padding-left: 32px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .studios .contact-info .so-container {
    padding: 0;
    flex-direction: column;
  }
  .studios .contact-info .so-container .left-side {
    padding: 48px 16px;
    background: #f4f4f4;
  }
  .studios .contact-info .so-container .right-side {
    padding: 48px 0;
  }
  .studios .contact-info .so-container .right-side .studio-info {
    padding-left: 16px;
    padding-right: 16px;
    flex-direction: column;
  }
  .studios .contact-info .so-container .right-side .studio-info .studio-info-block p.title {
    white-space: nowrap;
    margin-bottom: 16px;
  }
  .studios .contact-info .so-container .right-side .studio-info .studio-info-left {
    width: 100%;
  }
  .studios .contact-info .so-container .right-side .studio-info .studio-info-right {
    width: 100%;
    justify-content: space-between;
  }
}
.studios .modality-types .so-container {
  padding-top: 48px;
  display: flex;
  align-items: stretch;
}
.studios .modality-types .so-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 355px;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}
.studios .modality-types .so-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
  transform: translateX(-100%);
}
.studios .modality-types .so-container .left-side {
  position: relative;
  z-index: 1;
  width: 322px;
  padding-bottom: 40px;
}
.studios .modality-types .so-container .left-side h2 {
  padding-right: 70px;
}
.studios .modality-types .so-container .left-side .description {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 70px;
}
.studios .modality-types .so-container .left-side .modality-list {
  display: flex;
  flex-direction: column;
}
.studios .modality-types .so-container .left-side .modality-list button {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 36px;
}
.studios .modality-types .so-container .left-side .modality-list button .active-line {
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.studios .modality-types .so-container .left-side .modality-list button.active .active-line {
  opacity: 1;
}
.studios .modality-types .so-container .left-side .modality-list button.active span {
  font-weight: bold;
}
.studios .modality-types .so-container .left-side .modality-list button:hover .active-line {
  opacity: 1;
}
.studios .modality-types .so-container .right-side {
  position: relative;
  height: auto;
  width: calc(100% - 322px);
}
.studios .modality-types .so-container .right-side .modality-post {
  padding: 72px 90px;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.2s ease-in-out;
  display: flex;
  align-items: flex-end;
}
.studios .modality-types .so-container .right-side .modality-post.default {
  position: absolute;
  transition-delay: 0.2s;
  opacity: 0;
}
.studios .modality-types .so-container .right-side .modality-post .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.studios .modality-types .so-container .right-side .modality-post .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.studios .modality-types .so-container .right-side .modality-post .content .content-title {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.studios .modality-types .so-container .right-side .modality-post .content .content-title .icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.studios .modality-types .so-container .right-side .modality-post .content .content-title p.title {
  font-size: 48px;
  line-height: 76px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.studios .modality-types .so-container .right-side .modality-post .content .content-title .arrow {
  display: none;
}
.studios .modality-types .so-container .right-side .modality-post .content .content-info {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.studios .modality-types .so-container .right-side .modality-post .content .content-info .description {
  max-width: 475px;
  width: 100%;
}
.studios .modality-types .so-container .right-side .modality-post .content .content-info .description p {
  color: #fff;
}
@media screen and (max-width: 1124px) {
  .studios .modality-types .so-container {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .studios .modality-types .so-container:before, .studios .modality-types .so-container:after {
    display: none;
  }
  .studios .modality-types .so-container .left-side {
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    display: flex;
    gap: 40px;
    align-items: center;
  }
  .studios .modality-types .so-container .left-side h2 {
    padding-right: 0;
  }
  .studios .modality-types .so-container .left-side .description {
    padding-right: 0;
    margin-top: 32px;
  }
  .studios .modality-types .so-container .left-side .description p {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .studios .modality-types .so-container .left-side .content {
    max-width: 455px;
  }
  .studios .modality-types .so-container .left-side .modality-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: calc(100% - 445px);
  }
  .studios .modality-types .so-container .left-side .modality-list button {
    width: 50%;
    gap: 0;
  }
  .studios .modality-types .so-container .left-side .modality-list button.active span {
    background: linear-gradient(to right, #FF0B04 -8.44%, #FF9430);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .studios .modality-types .so-container .left-side .modality-list button.active span:before {
    opacity: 1;
  }
  .studios .modality-types .so-container .left-side .modality-list button span {
    font-size: 20px;
    position: relative;
    display: block;
  }
  .studios .modality-types .so-container .left-side .modality-list button span:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: linear-gradient(to right, #FF0B04 -8.44%, #FF9430);
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .studios .modality-types .so-container .left-side .modality-list button .active-line {
    display: none;
  }
  .studios .modality-types .so-container .right-side {
    width: 100%;
  }
  .studios .modality-types .so-container .right-side .modality-post {
    min-height: 500px;
  }
  .studios .modality-types .so-container .right-side .modality-post .content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .studios .modality-types .so-container .right-side .modality-post .content .content-info {
    max-width: 300px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .studios .modality-types .so-container .left-side {
    padding-left: 16px;
    padding-right: 16px;
  }
  .studios .modality-types .so-container .left-side .left-side .description p {
    font-size: 15px;
    line-height: 24px;
  }
  .studios .modality-types .so-container .left-side .modality-list {
    display: none;
  }
  .studios .modality-types .so-container .right-side {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    align-items: stretch;
  }
  .studios .modality-types .so-container .right-side .modality-post {
    padding: 40px 16px 24px;
    min-height: 80svh;
    min-width: 90vw;
    position: relative;
    height: auto;
  }
  .studios .modality-types .so-container .right-side .modality-post:before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.81) 10%, rgba(0, 0, 0, 0) 91.05%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
  }
  .studios .modality-types .so-container .right-side .modality-post .content {
    position: relative;
    z-index: 3;
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .studios .modality-types .so-container .right-side .modality-post .content .content-title {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }
  .studios .modality-types .so-container .right-side .modality-post .content .content-title img {
    display: none;
  }
  .studios .modality-types .so-container .right-side .modality-post .content .content-title p.title {
    font-size: 36px;
    line-height: 1.2;
  }
  .studios .modality-types .so-container .right-side .modality-post .content .content-title .arrow {
    display: block;
  }
  .studios .modality-types .so-container .right-side .modality-post.default {
    position: relative;
    opacity: 1;
  }
}
.studios .instructors .so-container {
  padding-top: 120px;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.studios .instructors .so-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 355px;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}
.studios .instructors .so-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
  transform: translateX(-100%);
}
.studios .instructors .so-container .left-side {
  position: relative;
  z-index: 1;
  width: 322px;
  padding-bottom: 40px;
}
.studios .instructors .so-container .left-side h2 {
  padding-right: 70px;
}
.studios .instructors .so-container .left-side .description {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 70px;
}
.studios .instructors .so-container .right-side {
  margin-left: 38px;
  position: relative;
  height: auto;
  width: calc(100% - 322px);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  overflow: auto;
  padding-bottom: 30px;
}
.studios .instructors .so-container .right-side .instructor {
  min-width: 205px;
  width: 205px;
}
.studios .instructors .so-container .right-side .instructor .image {
  border: 1px solid #DCDCDC;
  margin-bottom: 25px;
  height: 310px;
}
.studios .instructors .so-container .right-side .instructor .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.studios .instructors .so-container .right-side .instructor p.name {
  font-weight: bold;
}
.studios .instructors .so-container .right-side .instructor p.modality {
  font-weight: 400;
}
@media screen and (max-width: 1124px) {
  .studios .instructors .so-container:before, .studios .instructors .so-container:after {
    display: none;
  }
  .studios .instructors .so-container .left-side h2 {
    padding-right: 0;
  }
  .studios .instructors .so-container .left-side .description {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .studios .instructors .so-container {
    padding: 0;
    flex-direction: column;
  }
  .studios .instructors .so-container .left-side {
    width: 100%;
    padding: 48px 16px;
    background: #f4f4f4;
  }
  .studios .instructors .so-container .right-side {
    width: 100%;
    margin-left: 0;
    padding: 48px 0 12px 16px;
  }
  .studios .instructors .so-container .right-side .instructor:last-child {
    margin-right: 24px;
  }
}
.studios .amenities .so-container {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: flex-start;
}
.studios .amenities .so-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 355px;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}
.studios .amenities .so-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
  transform: translateX(-100%);
}
.studios .amenities .so-container .left-side {
  position: relative;
  z-index: 1;
  width: 322px;
  padding-bottom: 40px;
}
.studios .amenities .so-container .left-side h2 {
  padding-right: 70px;
}
.studios .amenities .so-container .left-side .description {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 70px;
}
.studios .amenities .so-container .right-side {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  width: calc(100% - 322px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.studios .amenities .so-container .right-side .amenity {
  border-bottom: 1px solid #CFCFCF;
  display: flex;
  align-items: center;
  gap: 84px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  max-width: 609px;
  width: 100%;
  margin-left: 0;
}
.studios .amenities .so-container .right-side .amenity:last-child {
  border-bottom: none;
}
.studios .amenities .so-container .right-side .amenity .image {
  height: 80px;
  width: 80px;
  min-height: 80px;
  min-width: 80px;
}
.studios .amenities .so-container .right-side .amenity .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.studios .amenities .so-container .right-side .amenity .content p.title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 14px;
}
@media screen and (max-width: 1124px) {
  .studios .amenities .so-container {
    display: flex;
    flex-direction: column;
  }
  .studios .amenities .so-container:before, .studios .amenities .so-container:after {
    display: none;
  }
  .studios .amenities .so-container .left-side {
    width: 100%;
    padding-bottom: 80px;
  }
  .studios .amenities .so-container .left-side .content {
    display: flex;
    gap: 24px;
  }
  .studios .amenities .so-container .left-side .content h2 {
    width: 300px;
    padding-right: 0;
  }
  .studios .amenities .so-container .left-side .content .description {
    max-width: 446px;
    margin: 0 auto;
    padding-right: 0;
  }
  .studios .amenities .so-container .right-side {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .studios .amenities .so-container .right-side .amenity {
    max-width: unset;
    gap: 36px;
  }
  .studios .amenities .so-container .right-side .amenity:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .studios .amenities .so-container {
    padding: 0;
    flex-direction: column;
  }
  .studios .amenities .so-container .left-side {
    width: 100%;
    padding: 48px 16px;
    background: #f4f4f4;
  }
  .studios .amenities .so-container .left-side .content {
    flex-direction: column;
  }
  .studios .amenities .so-container .left-side .content .description {
    max-width: unset;
  }
  .studios .amenities .so-container .right-side {
    width: 100%;
    margin-left: 0;
    padding: 48px 0;
  }
  .studios .amenities .so-container .right-side .amenity {
    padding-left: 16px;
    padding-right: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.studios .never-miss-beat-form .so-container {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: flex-start;
}
.studios .never-miss-beat-form .so-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 355px;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}
.studios .never-miss-beat-form .so-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
  transform: translateX(-100%);
}
.studios .never-miss-beat-form .so-container .left-side {
  position: relative;
  z-index: 1;
  width: 322px;
  padding-bottom: 40px;
}
.studios .never-miss-beat-form .so-container .left-side h2 {
  padding-right: 70px;
}
.studios .never-miss-beat-form .so-container .left-side .description {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 70px;
}
.studios .never-miss-beat-form .so-container .right-side {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  width: calc(100% - 322px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.studios .never-miss-beat-form .so-container .right-side .contact-form-block {
  position: relative;
  padding-bottom: 40px;
  max-width: 609px;
  width: 100%;
}
.studios .never-miss-beat-form .so-container .right-side .contact-form-block .wpcf7-form-control-wrap {
  width: 100%;
}
.studios .never-miss-beat-form .so-container .right-side .contact-form-block .wpcf7-form-control-wrap input {
  border: 2px solid #000000;
  background: #fff;
  padding: 10px 18px;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.86px;
  letter-spacing: 0;
  color: #000000;
  width: 100%;
}
.studios .never-miss-beat-form .so-container .right-side .contact-form-block .wpcf7-form-control-wrap input::placeholder {
  color: #000000;
}
.studios .never-miss-beat-form .so-container .right-side .contact-form-block .button {
  width: 100%;
  max-width: 230px;
  margin-left: 0;
  background: #000;
  border: none;
}
.studios .never-miss-beat-form .so-container .right-side .contact-form-block .wpcf7-not-valid-tip {
  display: none;
}
.studios .never-miss-beat-form .so-container .right-side .contact-form-block .form-row {
  max-width: 402px;
  width: 100%;
  margin-bottom: 34px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.studios .never-miss-beat-form .so-container .right-side .contact-form-block .form-row:last-child {
  margin-bottom: 0;
}
.studios .never-miss-beat-form .so-container .right-side .contact-form-block .form-row .form-column-full {
  width: 100%;
}
.studios .never-miss-beat-form .so-container .right-side .contact-form-block .wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.studios .never-miss-beat-form .so-container .right-side .contact-form-block .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
}
.studios .never-miss-beat-form .so-container .right-side .contact-form-block .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 21.86px;
  letter-spacing: -0.02em;
  text-align: left;
}
@media screen and (max-width: 1124px) {
  .studios .never-miss-beat-form .so-container:before, .studios .never-miss-beat-form .so-container:after {
    display: none;
  }
  .studios .never-miss-beat-form .so-container .left-side h2 {
    padding-right: 0;
  }
  .studios .never-miss-beat-form .so-container .left-side .description {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .studios .never-miss-beat-form .so-container {
    padding: 0;
    flex-direction: column;
  }
  .studios .never-miss-beat-form .so-container .left-side {
    width: 100%;
    padding: 48px 16px;
    background: #f4f4f4;
  }
  .studios .never-miss-beat-form .so-container .left-side h2 {
    max-width: 250px;
  }
  .studios .never-miss-beat-form .so-container .left-side .description {
    margin-top: 24px;
    margin-bottom: 0;
  }
  .studios .never-miss-beat-form .so-container .left-side .content {
    flex-direction: column;
  }
  .studios .never-miss-beat-form .so-container .right-side {
    width: 100%;
    margin-left: 0;
    padding: 48px 16px;
  }
  .studios .never-miss-beat-form .so-container .right-side .contact-form-block {
    max-width: unset;
  }
  .studios .never-miss-beat-form .so-container .right-side .contact-form-block .button {
    max-width: unset;
  }
  .studios .never-miss-beat-form .so-container .right-side .contact-form-block .form-row {
    max-width: unset;
  }
  .studios .never-miss-beat-form .so-container .right-side .contact-form-block .wpcf7-response-output {
    padding-top: 8px;
    text-align: center;
    bottom: -8px;
  }
}

.about .hero-section {
  position: relative;
  padding-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about .hero-section .so-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 0;
}
.about .hero-section .so-container .left-side {
  width: 100%;
  max-width: 611px;
}
.about .hero-section .so-container .left-side h1 {
  color: #000;
  letter-spacing: 0.11em;
}
.about .hero-section .so-container .left-side .descriptions {
  margin-top: 32px;
  margin-bottom: 32px;
}
.about .hero-section .so-container .left-side .button {
  margin-top: 32px;
  max-width: 264px !important;
}
.about .hero-section .so-container .right-side {
  width: 59%;
}
.about .hero-section .so-container .right-side img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
@media screen and (max-width: 1124px) {
  .about .hero-section {
    padding-top: 162px;
  }
  .about .hero-section .so-container {
    flex-direction: column;
  }
  .about .hero-section .so-container .left-side h1 {
    text-align: center;
  }
  .about .hero-section .so-container .left-side .descriptions {
    text-align: center;
  }
  .about .hero-section .so-container .left-side .button {
    margin-left: auto;
    margin-right: auto;
  }
  .about .hero-section .so-container .right-side {
    height: auto;
    min-height: unset;
  }
}
@media screen and (max-width: 991px) {
  .about .hero-section {
    padding-top: 130px;
  }
}
@media screen and (max-width: 640px) {
  .about .hero-section .so-container .right-side {
    width: 100%;
  }
}
.about .heat-section {
  background: #0F0E0E;
  padding-top: 72px;
  padding-bottom: 72px;
}
.about .heat-section .so-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 64px;
}
.about .heat-section .so-container h2 {
  margin: auto 64px auto 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 67px;
  font-weight: 900;
  line-height: 72px;
  text-align: left;
}
.about .heat-section .so-container hr {
  height: auto;
  width: 2px;
  border: none;
  margin: 0;
}
.about .heat-section .so-container .right-side {
  padding-top: 28px;
  padding-bottom: 28px;
  width: 100%;
  max-width: 443px;
}
.about .heat-section .so-container .right-side .description {
  margin-bottom: 32px;
}
.about .heat-section .so-container .right-side .description p, .about .heat-section .so-container .right-side .description span {
  color: #fff;
}
.about .heat-section .so-container .right-side .button {
  margin-top: 32px;
}
@media screen and (max-width: 991px) {
  .about .heat-section .so-container {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .about .heat-section .so-container h2 {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: auto;
  }
  .about .heat-section .so-container h2 br {
    display: none;
  }
  .about .heat-section .so-container hr {
    height: 2px;
    width: 100%;
  }
  .about .heat-section .so-container .right-side {
    max-width: unset;
    padding: 0;
  }
  .about .heat-section .so-container .right-side .description {
    text-align: center;
    max-width: 661px;
    margin: auto;
  }
  .about .heat-section .so-container .right-side .button-container {
    margin-top: 40px;
    width: 100%;
  }
  .about .heat-section .so-container .right-side .button-container .button {
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .about .heat-section .so-container h2 {
    font-size: 40px;
    line-height: 56px;
  }
  .about .heat-section .so-container .right-side .description {
    text-align: left;
  }
}
.about .search-studio .so-container {
  padding-top: 80px;
  padding-bottom: 112px;
  display: flex;
  align-items: stretch;
}
.about .search-studio .so-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 355px;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}
.about .search-studio .so-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
  transform: translateX(-100%);
}
.about .search-studio .so-container .left-side {
  position: relative;
  z-index: 1;
  width: 322px;
  padding-bottom: 40px;
  padding-right: 70px;
}
.about .search-studio .so-container .left-side .description {
  margin-top: 40px;
  margin-bottom: 20px;
}
.about .search-studio .so-container .left-side .search-wrapper {
  margin-top: 32px;
}
.about .search-studio .so-container .left-side .search-wrapper.active .bg-gradient-brand, .about .search-studio .so-container .left-side .search-wrapper.active .input-search .icon img {
  filter: unset;
}
.about .search-studio .so-container .left-side .search-wrapper .bg-gradient-brand {
  height: 1px;
  width: 100%;
  filter: brightness(0);
  transition: all 0.2s ease-in-out;
}
.about .search-studio .so-container .left-side .search-wrapper .input-search {
  height: 33px;
  display: flex;
  align-items: stretch;
}
.about .search-studio .so-container .left-side .search-wrapper .input-search .label {
  width: 100%;
}
.about .search-studio .so-container .left-side .search-wrapper .input-search .icon {
  margin-top: 2px;
  width: 28px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.about .search-studio .so-container .left-side .search-wrapper .input-search .icon img {
  width: 14px;
  height: 18px;
  filter: brightness(0);
  transition: all 0.2s ease-in-out;
}
.about .search-studio .so-container .left-side .search-wrapper .input-search input {
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  color: #000;
}
.about .search-studio .so-container .left-side .search-wrapper .input-search input::placeholder {
  color: #242424;
}
.about .search-studio .so-container .right-side {
  position: relative;
  width: calc(100% - 322px);
  height: 444px;
  overflow: auto;
}
.about .search-studio .so-container .right-side .studio-search-post {
  padding: 32px 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transition: all 0.2s ease-in-out;
}
.about .search-studio .so-container .right-side .studio-search-post:hover {
  background: #f4f4f4;
}
.about .search-studio .so-container .right-side .studio-search-post:hover button .icon {
  background: #000;
}
.about .search-studio .so-container .right-side .studio-search-post:hover button .icon img {
  filter: invert(1);
}
.about .search-studio .so-container .right-side .studio-search-post .content-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.about .search-studio .so-container .right-side .studio-search-post .content-left .image {
  width: 84px;
  height: 84px;
  min-width: 84px;
  min-height: 84px;
  border-radius: 100%;
  overflow: hidden;
}
.about .search-studio .so-container .right-side .studio-search-post .content-left .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about .search-studio .so-container .right-side .studio-search-post .content-left .content .title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.about .search-studio .so-container .right-side .studio-search-post .content-left .content .description p {
  width: 100%;
  color: #000;
  margin-bottom: 0;
  display: block;
}
.about .search-studio .so-container .right-side .studio-search-post button {
  background: #fff;
  border: 2px solid #000;
  display: flex;
  align-items: stretch;
  height: 45px;
}
.about .search-studio .so-container .right-side .studio-search-post button span {
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Avenir Next, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin-top: 2px;
}
.about .search-studio .so-container .right-side .studio-search-post button .icon {
  border-left: 2px solid #000;
  width: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.about .search-studio .so-container .right-side .studio-search-post button .icon img {
  width: 20px;
  height: auto;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1124px) {
  .about .search-studio .so-container .right-side .studio-search-post {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 991px) {
  .about .search-studio .so-container {
    padding: 0;
    flex-direction: column;
  }
  .about .search-studio .so-container:before, .about .search-studio .so-container:after {
    display: none;
  }
  .about .search-studio .so-container .top-border {
    display: none;
  }
  .about .search-studio .so-container .left-side {
    padding: 40px 16px;
    background: #f4f4f4;
    width: 100%;
  }
  .about .search-studio .so-container .left-side .description {
    margin-top: 20px;
  }
  .about .search-studio .so-container .left-side h2 {
    width: 250px;
  }
  .about .search-studio .so-container .left-side .image {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
  }
  .about .search-studio .so-container .right-side {
    height: 595px;
    width: 100%;
  }
  .about .search-studio .so-container .right-side .studio-search-post {
    border-top: 0.5px solid #AEAEAE;
    padding-right: 24px;
    padding-left: 12px;
  }
  .about .search-studio .so-container .right-side .studio-search-post:hover {
    background: transparent;
  }
  .about .search-studio .so-container .right-side .studio-search-post button {
    display: none;
  }
}
.about .search-studio .so-container .top-border {
  display: none;
}

.our-classes .hero-section {
  padding-top: 107px;
  padding-bottom: 32px;
  min-height: 100svh;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.our-classes .hero-section .so-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.our-classes .hero-section .so-container .left-side {
  width: calc(100% - 576px);
}
.our-classes .hero-section .so-container .left-side .color-title {
  color: #FF8D00;
  font-size: 20px;
  font-weight: bold;
}
.our-classes .hero-section .so-container .left-side h1 {
  color: #000;
  letter-spacing: 0.11em;
}
.our-classes .hero-section .so-container .left-side .description {
  margin-top: 32px;
  margin-bottom: 32px;
}
.our-classes .hero-section .so-container .left-side .button {
  margin-top: 32px;
}
.our-classes .hero-section .so-container .right-side {
  width: 500px;
  height: 600px;
}
.our-classes .hero-section .so-container .right-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .our-classes .hero-section {
    padding-top: 75px;
    align-items: flex-start;
    min-height: unset;
  }
  .our-classes .hero-section .so-container {
    margin-top: 0;
    padding-top: 0;
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
    gap: 32px;
  }
  .our-classes .hero-section .so-container .left-side {
    max-width: 611px;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
  .our-classes .hero-section .so-container .left-side p, .our-classes .hero-section .so-container .left-side h1 {
    text-align: center;
    width: 100% !important;
  }
  .our-classes .hero-section .so-container .left-side .button {
    margin-left: auto;
    margin-right: auto;
  }
  .our-classes .hero-section .so-container .right-side {
    height: 400px;
    min-height: unset;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .our-classes .our-classes .classes .so-container {
    flex-direction: column;
  }
}
.our-classes .classes {
  padding-top: 72px;
  padding-bottom: 72px;
}
.our-classes .classes .so-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.our-classes .classes .so-container .column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.our-classes .classes .so-container .column .class p.title {
  text-transform: uppercase;
  background: linear-gradient(270deg, #FF8D00 90%, #FD2F3E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 20px;
  font-weight: 900;
  line-height: 27.32px;
  text-align: left;
  margin-bottom: 8px;
}
.our-classes .classes .so-container .column .class .list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.our-classes .classes .so-container .column .class .list a {
  font-size: 18px;
  font-weight: 600;
  line-height: 24.59px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #151515;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 640px) {
  .our-classes .classes .so-container {
    flex-direction: column;
  }
}

.single-class .hero-section {
  padding-top: 107px;
  padding-bottom: 32px;
  min-height: 100svh;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.single-class .hero-section .so-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.single-class .hero-section .so-container .left-side {
  width: calc(100% - 576px);
}
.single-class .hero-section .so-container .left-side .color-title {
  color: #FF8D00;
  font-size: 20px;
  font-weight: bold;
}
.single-class .hero-section .so-container .left-side h1 {
  color: #000;
  letter-spacing: 0.11em;
}
.single-class .hero-section .so-container .left-side .description {
  margin-top: 32px;
  margin-bottom: 32px;
}
.single-class .hero-section .so-container .left-side .button {
  margin-top: 32px;
}
.single-class .hero-section .so-container .right-side {
  width: 500px;
  height: 600px;
}
.single-class .hero-section .so-container .right-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .single-class .hero-section {
    padding-top: 75px;
    align-items: flex-start;
    min-height: unset;
  }
  .single-class .hero-section .so-container {
    margin-top: 0;
    padding-top: 0;
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
    gap: 32px;
  }
  .single-class .hero-section .so-container .left-side {
    max-width: 611px;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
  .single-class .hero-section .so-container .left-side p, .single-class .hero-section .so-container .left-side h1 {
    text-align: center;
    width: 100% !important;
  }
  .single-class .hero-section .so-container .left-side .button {
    margin-left: auto;
    margin-right: auto;
  }
  .single-class .hero-section .so-container .right-side {
    height: 400px;
    min-height: unset;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .single-class .our-classes .classes .so-container {
    flex-direction: column;
  }
}
.single-class .class-types {
  padding-top: 56px;
  padding-bottom: 72px;
}
.single-class .class-types .so-container {
  display: flex;
  align-items: stretch;
}
.single-class .class-types .so-container .left-side {
  position: relative;
  z-index: 1;
  width: 322px;
  padding-bottom: 40px;
  padding-right: 56px;
}
.single-class .class-types .so-container .left-side h2 {
  padding-right: 70px;
  font-size: 32px;
  font-weight: 900;
  line-height: 43.71px;
  text-align: left;
  color: #2F2F2F;
}
.single-class .class-types .so-container .left-side .class-list {
  display: flex;
  flex-direction: column;
}
.single-class .class-types .so-container .left-side .class-list a {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 36px;
}
.single-class .class-types .so-container .left-side .class-list a span {
  white-space: nowrap;
  color: #000;
}
.single-class .class-types .so-container .left-side .class-list a .active-line {
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.single-class .class-types .so-container .left-side .class-list a.active .active-line {
  opacity: 1;
}
.single-class .class-types .so-container .left-side .class-list a.active span {
  font-weight: bold;
}
.single-class .class-types .so-container .left-side .class-list a:hover .active-line, .single-class .class-types .so-container .left-side .class-list a:focus .active-line {
  opacity: 1;
}
.single-class .class-types .so-container .right-side {
  position: relative;
  height: auto;
  width: calc(100% - 322px);
}
.single-class .class-types .so-container .right-side .title {
  font-size: 32px;
  font-weight: 900;
  line-height: 43.71px;
  text-align: left;
  color: #2F2F2F;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.single-class .class-types .so-container .right-side .info {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 72px;
  margin-bottom: 32px;
}
.single-class .class-types .so-container .right-side .info-text {
  display: flex;
  gap: 8px;
}
.single-class .class-types .so-container .right-side .info-text .icon {
  width: 24px;
  height: 24px;
}
.single-class .class-types .so-container .right-side .info-text .icon.unheated {
  filter: grayscale(1);
}
.single-class .class-types .so-container .right-side .info-text .icon img {
  height: auto;
  width: auto;
  object-fit: contain;
}
.single-class .class-types .so-container .right-side .info-text p {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.86px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #2F2F2F;
  text-transform: uppercase;
}
.single-class .class-types .so-container .right-side .description {
  margin-bottom: 32px;
}
.single-class .class-types .so-container .right-side .description p, .single-class .class-types .so-container .right-side .description span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.59px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #2F2F2F;
}
.single-class .class-types .so-container .right-side .equipment {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 24px;
}
.single-class .class-types .so-container .right-side .equipment-text {
  width: 50%;
}
.single-class .class-types .so-container .right-side .equipment-text .list-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 21.86px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #2F2F2F;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.single-class .class-types .so-container .right-side .equipment-text .description {
  margin-bottom: 0;
}
.single-class .class-types .so-container .right-side .equipment-text .description p, .single-class .class-types .so-container .right-side .equipment-text .description span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.59px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #2F2F2F;
}
.single-class .class-types .so-container .right-side .video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  overflow: hidden;
}
.single-class .class-types .so-container .right-side .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .single-class .class-types {
    margin-top: -24px;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .single-class .class-types .so-container {
    flex-direction: column;
    padding: 0;
  }
  .single-class .class-types .so-container .left-side {
    width: 100%;
    padding: 0 0 48px 0;
  }
  .single-class .class-types .so-container .left-side .content h2 {
    text-align: center;
    padding: 0;
    margin-bottom: 16px;
  }
  .single-class .class-types .so-container .left-side .class-list {
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 16px;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .single-class .class-types .so-container .left-side .class-list::-webkit-scrollbar {
    display: none;
  }
  .single-class .class-types .so-container .left-side .class-list a {
    border: 2px solid #151515;
    padding: 10px 24px;
    min-height: 45px;
    cursor: pointer;
    width: max-content;
    position: relative;
    transition: all 0.1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .single-class .class-types .so-container .left-side .class-list a i {
    display: none;
  }
  .single-class .class-types .so-container .left-side .class-list a span {
    position: relative;
    z-index: 2;
    font-family: Avenir Next, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    margin-top: 1px;
    display: block;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.12em;
  }
  .single-class .class-types .so-container .left-side .class-list a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #FF8D00 -8.44%, #FD2F3E 100%);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: 1;
  }
  .single-class .class-types .so-container .left-side .class-list a.active {
    border: none;
    background: linear-gradient(270deg, #FF8D00 -8.44%, #FD2F3E 100%);
  }
  .single-class .class-types .so-container .left-side .class-list a.active span {
    color: #fff;
  }
  .single-class .class-types .so-container .right-side {
    width: 100%;
  }
  .single-class .class-types .so-container .right-side .title {
    text-align: center;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .single-class .class-types .so-container .right-side .info {
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }
  .single-class .class-types .so-container .right-side .description {
    padding-left: 16px;
    padding-right: 16px;
  }
  .single-class .class-types .so-container .right-side .equipment {
    padding-left: 16px;
    padding-right: 16px;
  }
  .single-class .class-types .so-container .right-side .equipment .description {
    padding: 0;
  }
  .single-class .class-types .so-container .right-side .video-container {
    width: calc(100% - 16px);
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .single-class .class-types .so-container .right-side .equipment {
    flex-direction: column;
  }
  .single-class .class-types .so-container .right-side .video-container {
    width: 100%;
  }
}
.single-class .search-studio .so-container {
  padding-top: 80px;
  padding-bottom: 112px;
  display: flex;
  align-items: stretch;
}
.single-class .search-studio .so-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 355px;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}
.single-class .search-studio .so-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
  transform: translateX(-100%);
}
.single-class .search-studio .so-container .left-side {
  position: relative;
  z-index: 1;
  width: 322px;
  padding-bottom: 40px;
  padding-right: 70px;
}
.single-class .search-studio .so-container .left-side .description {
  margin-top: 40px;
  margin-bottom: 20px;
}
.single-class .search-studio .so-container .left-side .search-wrapper {
  margin-top: 32px;
}
.single-class .search-studio .so-container .left-side .search-wrapper.active .bg-gradient-brand, .single-class .search-studio .so-container .left-side .search-wrapper.active .input-search .icon img {
  filter: unset;
}
.single-class .search-studio .so-container .left-side .search-wrapper .bg-gradient-brand {
  height: 1px;
  width: 100%;
  filter: brightness(0);
  transition: all 0.2s ease-in-out;
}
.single-class .search-studio .so-container .left-side .search-wrapper .input-search {
  height: 33px;
  display: flex;
  align-items: stretch;
}
.single-class .search-studio .so-container .left-side .search-wrapper .input-search .label {
  width: 100%;
}
.single-class .search-studio .so-container .left-side .search-wrapper .input-search .icon {
  margin-top: 2px;
  width: 28px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.single-class .search-studio .so-container .left-side .search-wrapper .input-search .icon img {
  width: 14px;
  height: 18px;
  filter: brightness(0);
  transition: all 0.2s ease-in-out;
}
.single-class .search-studio .so-container .left-side .search-wrapper .input-search input {
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  color: #000;
}
.single-class .search-studio .so-container .left-side .search-wrapper .input-search input::placeholder {
  color: #242424;
}
.single-class .search-studio .so-container .right-side {
  position: relative;
  width: calc(100% - 322px);
  height: 444px;
  overflow: auto;
}
.single-class .search-studio .so-container .right-side .studio-search-post {
  padding: 32px 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transition: all 0.2s ease-in-out;
}
.single-class .search-studio .so-container .right-side .studio-search-post:hover {
  background: #f4f4f4;
}
.single-class .search-studio .so-container .right-side .studio-search-post:hover button .icon {
  background: #000;
}
.single-class .search-studio .so-container .right-side .studio-search-post:hover button .icon img {
  filter: invert(1);
}
.single-class .search-studio .so-container .right-side .studio-search-post .content-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.single-class .search-studio .so-container .right-side .studio-search-post .content-left .image {
  width: 84px;
  height: 84px;
  min-width: 84px;
  min-height: 84px;
  border-radius: 100%;
  overflow: hidden;
}
.single-class .search-studio .so-container .right-side .studio-search-post .content-left .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-class .search-studio .so-container .right-side .studio-search-post .content-left .content .title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.single-class .search-studio .so-container .right-side .studio-search-post .content-left .content .description p {
  width: 100%;
  color: #000;
  margin-bottom: 0;
  display: block;
}
.single-class .search-studio .so-container .right-side .studio-search-post button {
  background: #fff;
  border: 2px solid #000;
  display: flex;
  align-items: stretch;
  height: 45px;
}
.single-class .search-studio .so-container .right-side .studio-search-post button span {
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Avenir Next, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin-top: 2px;
}
.single-class .search-studio .so-container .right-side .studio-search-post button .icon {
  border-left: 2px solid #000;
  width: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.single-class .search-studio .so-container .right-side .studio-search-post button .icon img {
  width: 20px;
  height: auto;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1124px) {
  .single-class .search-studio .so-container .right-side .studio-search-post {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 991px) {
  .single-class .search-studio .so-container {
    padding: 0;
    flex-direction: column;
  }
  .single-class .search-studio .so-container:before, .single-class .search-studio .so-container:after {
    display: none;
  }
  .single-class .search-studio .so-container .top-border {
    display: none;
  }
  .single-class .search-studio .so-container .left-side {
    padding: 40px 16px;
    background: #f4f4f4;
    width: 100%;
  }
  .single-class .search-studio .so-container .left-side .description {
    margin-top: 20px;
  }
  .single-class .search-studio .so-container .left-side h2 {
    width: 250px;
  }
  .single-class .search-studio .so-container .left-side .image {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
  }
  .single-class .search-studio .so-container .right-side {
    height: 595px;
    width: 100%;
  }
  .single-class .search-studio .so-container .right-side .studio-search-post {
    border-top: 0.5px solid #AEAEAE;
    padding-right: 24px;
    padding-left: 12px;
  }
  .single-class .search-studio .so-container .right-side .studio-search-post:hover {
    background: transparent;
  }
  .single-class .search-studio .so-container .right-side .studio-search-post button {
    display: none;
  }
}
.single-class .search-studio .so-container .top-border {
  display: none;
}

.page-template-faq #so-wrapper {
  overflow: unset;
}

.faq .hero-section {
  padding-top: 107px;
  padding-bottom: 32px;
  min-height: 100svh;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.faq .hero-section .so-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.faq .hero-section .so-container .left-side {
  width: calc(100% - 576px);
}
.faq .hero-section .so-container .left-side .color-title {
  color: #FF8D00;
  font-size: 20px;
  font-weight: bold;
}
.faq .hero-section .so-container .left-side h1 {
  color: #000;
  letter-spacing: 0.11em;
}
.faq .hero-section .so-container .left-side .description {
  margin-top: 32px;
  margin-bottom: 32px;
}
.faq .hero-section .so-container .left-side .button {
  margin-top: 32px;
}
.faq .hero-section .so-container .right-side {
  width: 500px;
  height: 600px;
}
.faq .hero-section .so-container .right-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .faq .hero-section {
    padding-top: 75px;
    align-items: flex-start;
    min-height: unset;
  }
  .faq .hero-section .so-container {
    margin-top: 0;
    padding-top: 0;
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
    gap: 32px;
  }
  .faq .hero-section .so-container .left-side {
    max-width: 611px;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
  .faq .hero-section .so-container .left-side p, .faq .hero-section .so-container .left-side h1 {
    text-align: center;
    width: 100% !important;
  }
  .faq .hero-section .so-container .left-side .button {
    margin-left: auto;
    margin-right: auto;
  }
  .faq .hero-section .so-container .right-side {
    height: 400px;
    min-height: unset;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .faq .our-classes .classes .so-container {
    flex-direction: column;
  }
}
.faq .faq-section {
  padding-top: 56px;
  padding-bottom: 72px;
}
.faq .faq-section .so-container {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.faq .faq-section .so-container .left-side {
  position: sticky;
  top: 70px;
  left: 0;
  z-index: 1;
  width: 322px;
  padding-bottom: 40px;
  padding-right: 56px;
}
.faq .faq-section .so-container .left-side h2 {
  padding-right: 70px;
  font-size: 32px;
  font-weight: 900;
  line-height: 43.71px;
  text-align: left;
  color: #2F2F2F;
}
.faq .faq-section .so-container .left-side .class-list {
  display: flex;
  flex-direction: column;
}
.faq .faq-section .so-container .left-side .class-list a {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 36px;
}
.faq .faq-section .so-container .left-side .class-list a span {
  white-space: nowrap;
  color: #000;
}
.faq .faq-section .so-container .left-side .class-list a .active-line {
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.faq .faq-section .so-container .left-side .class-list a.active .active-line {
  opacity: 1;
}
.faq .faq-section .so-container .left-side .class-list a.active span {
  font-weight: bold;
}
.faq .faq-section .so-container .left-side .class-list a:hover .active-line {
  opacity: 1;
}
.faq .faq-section .so-container .right-side {
  position: relative;
  height: auto;
  width: calc(100% - 322px);
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.faq .faq-section .so-container .right-side .faq-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq .faq-section .so-container .right-side .faq-block h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 43.71px;
  text-align: left;
  color: #2F2F2F;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.faq .faq-section .so-container .right-side .faq-block .faq-question {
  background: #F5F4F4;
  position: relative;
}
.faq .faq-section .so-container .right-side .faq-block .faq-question.active .btn {
  transform: rotate(45deg);
}
.faq .faq-section .so-container .right-side .faq-block .faq-question.active .question {
  font-weight: 700;
}
.faq .faq-section .so-container .right-side .faq-block .faq-question .btn {
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 24px;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease-in-out;
}
.faq .faq-section .so-container .right-side .faq-block .faq-question .btn i {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  background: linear-gradient(100.08deg, #FF0B04 -3.54%, #FF9430 109.2%);
  transform: translateY(-50%);
}
.faq .faq-section .so-container .right-side .faq-block .faq-question .btn i:nth-child(2) {
  left: 50%;
  width: 2px;
  height: 20px;
  transform: translate(-50%, -50%);
}
.faq .faq-section .so-container .right-side .faq-block .faq-question .question {
  padding: 16px 64px 16px 24px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.59px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #2F2F2F;
}
.faq .faq-section .so-container .right-side .faq-block .faq-question .answer {
  display: none;
  padding: 0 24px 24px 24px;
}
.faq .faq-section .so-container .right-side .faq-block .faq-question .answer p, .faq .faq-section .so-container .right-side .faq-block .faq-question .answer span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.59px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #2F2F2F;
}
.faq .faq-section .so-container .right-side .faq-block .faq-question .answer a {
  color: #2F2F2F;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .faq .faq-section {
    padding-top: 8px;
    padding-bottom: 40px;
  }
  .faq .faq-section .so-container {
    padding: 0;
    flex-direction: column;
  }
  .faq .faq-section .so-container .left-side {
    position: static;
    padding: 0 0 32px 0;
    width: 100%;
  }
  .faq .faq-section .so-container .left-side .content h2 {
    text-align: center;
    padding: 0;
    margin-bottom: 24px;
  }
  .faq .faq-section .so-container .left-side .class-list {
    padding-left: 24px;
    padding-right: 24px;
    overflow: auto;
    gap: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .faq .faq-section .so-container .left-side .class-list::-webkit-scrollbar {
    display: none;
  }
  .faq .faq-section .so-container .left-side .class-list a {
    padding: 0;
    gap: 8px;
    width: max-content;
    flex-direction: column;
  }
  .faq .faq-section .so-container .left-side .class-list a span {
    font-size: 18px;
    text-align: center;
  }
  .faq .faq-section .so-container .right-side {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 640px) {
  .faq .faq-section .so-container .left-side .class-list {
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }
  .faq .faq-section .so-container .right-side {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.faq .faq-cta {
  background: linear-gradient(270deg, #FF8D00 -8.44%, #FD2F3E 100%);
  padding: 64px 0;
}
.faq .faq-cta .so-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.faq .faq-cta .so-container .left-side {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.faq .faq-cta .so-container .left-side .title {
  margin: auto;
}
.faq .faq-cta .so-container .left-side h2, .faq .faq-cta .so-container .left-side h3 {
  text-transform: inherit;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  color: #111827;
}
.faq .faq-cta .so-container .left-side h3 {
  color: #fff;
}
.faq .faq-cta .so-container .right-side {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq .faq-cta .so-container .right-side a {
  max-width: 264px;
  width: 100%;
  background: transparent !important;
  border: 2px solid #fff !important;
}
@media screen and (max-width: 991px) {
  .faq .faq-cta {
    padding: 40px 0;
  }
}
@media screen and (max-width: 640px) {
  .faq .faq-cta .so-container {
    flex-direction: column;
    align-items: center;
  }
  .faq .faq-cta .so-container .left-side {
    width: 100%;
    align-items: center;
  }
  .faq .faq-cta .so-container .left-side h2, .faq .faq-cta .so-container .left-side h3 {
    text-align: center;
  }
  .faq .faq-cta .so-container .right-side {
    width: 100%;
  }
}

.page-template-terms-conditions #so-wrapper {
  overflow: unset;
}

.terms-conditions .hero-section {
  padding-top: 107px;
  padding-bottom: 32px;
  min-height: 100svh;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.terms-conditions .hero-section .so-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.terms-conditions .hero-section .so-container .left-side {
  width: calc(100% - 576px);
}
.terms-conditions .hero-section .so-container .left-side .color-title {
  color: #FF8D00;
  font-size: 20px;
  font-weight: bold;
}
.terms-conditions .hero-section .so-container .left-side h1 {
  color: #000;
  letter-spacing: 0.11em;
}
.terms-conditions .hero-section .so-container .left-side .description {
  margin-top: 32px;
  margin-bottom: 32px;
}
.terms-conditions .hero-section .so-container .left-side .button {
  margin-top: 32px;
}
.terms-conditions .hero-section .so-container .right-side {
  width: 500px;
  height: 600px;
}
.terms-conditions .hero-section .so-container .right-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .terms-conditions .hero-section {
    padding-top: 75px;
    align-items: flex-start;
    min-height: unset;
  }
  .terms-conditions .hero-section .so-container {
    margin-top: 0;
    padding-top: 0;
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
    gap: 32px;
  }
  .terms-conditions .hero-section .so-container .left-side {
    max-width: 611px;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
  .terms-conditions .hero-section .so-container .left-side p, .terms-conditions .hero-section .so-container .left-side h1 {
    text-align: center;
    width: 100% !important;
  }
  .terms-conditions .hero-section .so-container .left-side .button {
    margin-left: auto;
    margin-right: auto;
  }
  .terms-conditions .hero-section .so-container .right-side {
    height: 400px;
    min-height: unset;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .terms-conditions .our-classes .classes .so-container {
    flex-direction: column;
  }
}
.terms-conditions .hero-section .so-container .left-side h1 {
  text-transform: none;
  width: 80%;
}
.terms-conditions .content-section {
  padding-top: 72px;
  padding-bottom: 72px;
}
.terms-conditions .content-section .so-container {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.terms-conditions .content-section .so-container .left-side {
  position: sticky;
  top: 70px;
  left: 0;
  z-index: 1;
  width: 322px;
  padding-bottom: 40px;
  padding-right: 56px;
}
.terms-conditions .content-section .so-container .left-side .class-list {
  display: flex;
  flex-direction: column;
}
.terms-conditions .content-section .so-container .left-side .class-list a {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 36px;
}
.terms-conditions .content-section .so-container .left-side .class-list a span {
  white-space: nowrap;
  color: #000;
}
.terms-conditions .content-section .so-container .left-side .class-list a .active-line {
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.terms-conditions .content-section .so-container .left-side .class-list a.active .active-line {
  opacity: 1;
}
.terms-conditions .content-section .so-container .left-side .class-list a.active span {
  font-weight: bold;
}
.terms-conditions .content-section .so-container .left-side .class-list a:hover .active-line {
  opacity: 1;
}
.terms-conditions .content-section .so-container .right-side {
  position: relative;
  height: auto;
  width: calc(100% - 322px);
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (max-width: 991px) {
  .terms-conditions .content-section {
    padding-top: 8px;
    padding-bottom: 40px;
  }
  .terms-conditions .content-section .so-container {
    padding: 0;
    flex-direction: column;
  }
  .terms-conditions .content-section .so-container .left-side {
    position: static;
    padding: 0 0 32px 0;
    width: 100%;
  }
  .terms-conditions .content-section .so-container .left-side .class-list {
    padding-left: 24px;
    padding-right: 24px;
    overflow: auto;
    gap: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .terms-conditions .content-section .so-container .left-side .class-list::-webkit-scrollbar {
    display: none;
  }
  .terms-conditions .content-section .so-container .left-side .class-list a {
    padding: 0;
    gap: 8px;
    width: max-content;
    flex-direction: column;
  }
  .terms-conditions .content-section .so-container .left-side .class-list a span {
    font-size: 18px;
    text-align: center;
  }
  .terms-conditions .content-section .so-container .right-side {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 640px) {
  .terms-conditions .content-section .so-container .left-side .class-list {
    justify-content: flex-start;
  }
}

.privacy-policy .hero-section {
  padding-top: 107px;
  padding-bottom: 32px;
  min-height: 100svh;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.privacy-policy .hero-section .so-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.privacy-policy .hero-section .so-container .left-side {
  width: calc(100% - 576px);
}
.privacy-policy .hero-section .so-container .left-side .color-title {
  color: #FF8D00;
  font-size: 20px;
  font-weight: bold;
}
.privacy-policy .hero-section .so-container .left-side h1 {
  color: #000;
  letter-spacing: 0.11em;
}
.privacy-policy .hero-section .so-container .left-side .description {
  margin-top: 32px;
  margin-bottom: 32px;
}
.privacy-policy .hero-section .so-container .left-side .button {
  margin-top: 32px;
}
.privacy-policy .hero-section .so-container .right-side {
  width: 500px;
  height: 600px;
}
.privacy-policy .hero-section .so-container .right-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .privacy-policy .hero-section {
    padding-top: 75px;
    align-items: flex-start;
    min-height: unset;
  }
  .privacy-policy .hero-section .so-container {
    margin-top: 0;
    padding-top: 0;
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
    gap: 32px;
  }
  .privacy-policy .hero-section .so-container .left-side {
    max-width: 611px;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
  .privacy-policy .hero-section .so-container .left-side p, .privacy-policy .hero-section .so-container .left-side h1 {
    text-align: center;
    width: 100% !important;
  }
  .privacy-policy .hero-section .so-container .left-side .button {
    margin-left: auto;
    margin-right: auto;
  }
  .privacy-policy .hero-section .so-container .right-side {
    height: 400px;
    min-height: unset;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .privacy-policy .our-classes .classes .so-container {
    flex-direction: column;
  }
}
.privacy-policy .hero-section .so-container .left-side h1 {
  text-transform: none;
}
.privacy-policy .content-section {
  padding-top: 72px;
  padding-bottom: 72px;
}
.privacy-policy .content-section .so-container {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.privacy-policy .content-section .so-container .left-side {
  position: sticky;
  top: 70px;
  left: 0;
  z-index: 1;
  width: 322px;
  padding-bottom: 40px;
  padding-right: 56px;
}
.privacy-policy .content-section .so-container .left-side .class-list {
  display: flex;
  flex-direction: column;
}
.privacy-policy .content-section .so-container .left-side .class-list a {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 36px;
}
.privacy-policy .content-section .so-container .left-side .class-list a span {
  white-space: nowrap;
  color: #000;
}
.privacy-policy .content-section .so-container .left-side .class-list a .active-line {
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.privacy-policy .content-section .so-container .left-side .class-list a.active .active-line {
  opacity: 1;
}
.privacy-policy .content-section .so-container .left-side .class-list a.active span {
  font-weight: bold;
}
.privacy-policy .content-section .so-container .left-side .class-list a:hover .active-line {
  opacity: 1;
}
.privacy-policy .content-section .so-container .right-side {
  position: relative;
  height: auto;
  width: calc(100% - 322px);
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (max-width: 991px) {
  .privacy-policy .content-section {
    padding-top: 8px;
    padding-bottom: 40px;
  }
  .privacy-policy .content-section .so-container {
    padding: 0;
    flex-direction: column;
  }
  .privacy-policy .content-section .so-container .left-side {
    position: static;
    padding: 0 0 32px 0;
    width: 100%;
  }
  .privacy-policy .content-section .so-container .left-side .class-list {
    padding-left: 24px;
    padding-right: 24px;
    overflow: auto;
    gap: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .privacy-policy .content-section .so-container .left-side .class-list::-webkit-scrollbar {
    display: none;
  }
  .privacy-policy .content-section .so-container .left-side .class-list a {
    padding: 0;
    gap: 8px;
    width: max-content;
    flex-direction: column;
  }
  .privacy-policy .content-section .so-container .left-side .class-list a span {
    font-size: 18px;
    text-align: center;
  }
  .privacy-policy .content-section .so-container .right-side {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 640px) {
  .privacy-policy .content-section .so-container .left-side .class-list {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .privacy-policy .content-section .content-block {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.contact-us .hero-section {
  padding-top: 107px;
  padding-bottom: 32px;
  min-height: 100svh;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-us .hero-section .so-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.contact-us .hero-section .so-container .left-side {
  width: calc(100% - 576px);
}
.contact-us .hero-section .so-container .left-side .color-title {
  color: #FF8D00;
  font-size: 20px;
  font-weight: bold;
}
.contact-us .hero-section .so-container .left-side h1 {
  color: #000;
  letter-spacing: 0.11em;
}
.contact-us .hero-section .so-container .left-side .description {
  margin-top: 32px;
  margin-bottom: 32px;
}
.contact-us .hero-section .so-container .left-side .button {
  margin-top: 32px;
}
.contact-us .hero-section .so-container .right-side {
  width: 500px;
  height: 600px;
}
.contact-us .hero-section .so-container .right-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .contact-us .hero-section {
    padding-top: 75px;
    align-items: flex-start;
    min-height: unset;
  }
  .contact-us .hero-section .so-container {
    margin-top: 0;
    padding-top: 0;
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
    gap: 32px;
  }
  .contact-us .hero-section .so-container .left-side {
    max-width: 611px;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
  .contact-us .hero-section .so-container .left-side p, .contact-us .hero-section .so-container .left-side h1 {
    text-align: center;
    width: 100% !important;
  }
  .contact-us .hero-section .so-container .left-side .button {
    margin-left: auto;
    margin-right: auto;
  }
  .contact-us .hero-section .so-container .right-side {
    height: 400px;
    min-height: unset;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .contact-us .our-classes .classes .so-container {
    flex-direction: column;
  }
}
.contact-us .contact-form-wrapper {
  background: #F2F2F2;
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact-us .contact-form-wrapper .so-container h2 {
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 0.11em;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block {
  position: relative;
  padding-bottom: 40px;
  max-width: 678px;
  width: 100%;
  margin: auto;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .button {
  width: 100%;
  max-width: unset;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block input:not([type=checkbox]), .contact-us .contact-form-wrapper .so-container .contact-form-block textarea {
  border: 2px solid #E9E9E9;
  background: #fff;
  height: 48px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.86px;
  letter-spacing: -0.02em;
  padding: 13px 16px;
  color: #202020;
  transition: all 0.15s ease-in-out;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block input:not([type=checkbox])::placeholder, .contact-us .contact-form-wrapper .so-container .contact-form-block textarea::placeholder {
  color: #202020;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block input:not([type=checkbox]).wpcf7-not-valid, .contact-us .contact-form-wrapper .so-container .contact-form-block textarea.wpcf7-not-valid {
  border-color: #dc3232;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block textarea {
  height: 112px;
  min-height: 112px;
  resize: none;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .wpcf7-not-valid-tip {
  display: none;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .form-row {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .form-row:last-child {
  margin-bottom: 0;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .form-row .form-column-full {
  width: 100%;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .wpcf7-response-output {
  border: none;
  margin: auto;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .wpcf7-checkbox.sms-checkbox {
  display: block;
  margin-top: -12px;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  position: relative;
  appearance: none;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:before {
  content: "";
  border-radius: 2px;
  background-color: transparent;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border: 1px solid #65558F;
  transition: all 0.1s ease-in-out;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 17px;
  transform: rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked:before {
  background-color: #65558F;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked::after {
  opacity: 1;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 21.86px;
  letter-spacing: -0.02em;
  text-align: left;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .select {
  cursor: pointer;
  position: relative;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .select .wpcf7-form-control-wrap {
  position: relative;
  cursor: pointer;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .select .wpcf7-form-control-wrap:after {
  background-image: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 9.84375L12 17.8438L20 9.84375" stroke="%23FF0342" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: -2px;
  right: 12px;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .select .wpcf7-form-control-wrap input {
  cursor: pointer;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .select ul {
  display: none;
  z-index: 10;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  background: #fff;
  border: 2px solid #E9E9E9;
  border-top: none;
  transition: all 0.15s ease-in-out;
  list-style: none;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .select ul li {
  padding: 10px;
  background: #fff;
  height: 40px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.86px;
  letter-spacing: -0.02em;
  color: #202020;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.contact-us .contact-form-wrapper .so-container .contact-form-block .select ul li:hover, .contact-us .contact-form-wrapper .so-container .contact-form-block .select ul li.active {
  background: #FF8D00;
}
@media screen and (max-width: 640px) {
  .contact-us .contact-form-wrapper .so-container h2 {
    font-size: 32px;
  }
  .contact-us .contact-form-wrapper .so-container .contact-form-block .form-row {
    gap: 16px;
    margin-bottom: 16px;
    flex-direction: column;
  }
}

.blog .hero-section {
  padding-top: 107px;
  padding-bottom: 32px;
  min-height: 100svh;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.blog .hero-section .so-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.blog .hero-section .so-container .left-side {
  width: calc(100% - 576px);
}
.blog .hero-section .so-container .left-side .color-title {
  color: #FF8D00;
  font-size: 20px;
  font-weight: bold;
}
.blog .hero-section .so-container .left-side h1 {
  color: #000;
  letter-spacing: 0.11em;
}
.blog .hero-section .so-container .left-side .description {
  margin-top: 32px;
  margin-bottom: 32px;
}
.blog .hero-section .so-container .left-side .button {
  margin-top: 32px;
}
.blog .hero-section .so-container .right-side {
  width: 500px;
  height: 600px;
}
.blog .hero-section .so-container .right-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .blog .hero-section {
    padding-top: 75px;
    align-items: flex-start;
    min-height: unset;
  }
  .blog .hero-section .so-container {
    margin-top: 0;
    padding-top: 0;
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
    gap: 32px;
  }
  .blog .hero-section .so-container .left-side {
    max-width: 611px;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
  .blog .hero-section .so-container .left-side p, .blog .hero-section .so-container .left-side h1 {
    text-align: center;
    width: 100% !important;
  }
  .blog .hero-section .so-container .left-side .button {
    margin-left: auto;
    margin-right: auto;
  }
  .blog .hero-section .so-container .right-side {
    height: 400px;
    min-height: unset;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .blog .our-classes .classes .so-container {
    flex-direction: column;
  }
}
.blog .articles {
  background: #fff;
  padding-top: 32px;
  margin-bottom: 48px;
}
.blog .articles .so-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 48px 32px;
  max-width: 1212px;
}
.blog .articles .so-container .blog-article {
  width: calc(33.3333333333% - 22px);
}
.blog .articles .so-container .blog-article .post-image {
  height: 240px;
}
.blog .articles .so-container .blog-article:first-child, .blog .articles .so-container .blog-article:nth-child(2) {
  width: calc(50% - 16px);
}
.blog .articles .so-container .blog-article:first-child .post-image, .blog .articles .so-container .blog-article:nth-child(2) .post-image {
  height: 300px;
}
@media screen and (max-width: 991px) {
  .blog .hero-section {
    background: #F8F8F8;
  }
  .blog .articles .so-container {
    gap: 32px 16px;
  }
  .blog .articles .so-container .blog-article {
    width: calc(50% - 8px) !important;
  }
  .blog .articles .so-container .blog-article .post-image {
    height: 240px !important;
  }
}
@media screen and (max-width: 640px) {
  .blog .articles {
    margin-bottom: 32px;
  }
  .blog .articles .so-container {
    gap: 32px;
    flex-direction: column;
  }
  .blog .articles .so-container .blog-article {
    width: 100% !important;
  }
}
.blog .pagination {
  margin-top: 48px;
}
.blog .pagination .so-container .pagination-wrapper {
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid #EAECF0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.blog .pagination .so-container .pagination-wrapper .mobile-view-buttons {
  display: none;
  gap: 24px;
}
.blog .pagination .so-container .pagination-wrapper .mobile-view-buttons .button {
  width: 50%;
}
.blog .pagination .so-container .pagination-wrapper .pagination-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.blog .pagination .so-container .pagination-wrapper .pagination-numbers .page-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  border-radius: 8px;
  background: #fff;
  transition: background 0.2s ease-in-out;
  overflow: hidden;
}
.blog .pagination .so-container .pagination-wrapper .pagination-numbers .page-item .page-numbers {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  color: #151515;
  transition: color 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.blog .pagination .so-container .pagination-wrapper .pagination-numbers .page-item.current {
  background: linear-gradient(90deg, #FF8D00 -8.44%, #FD2F3E 100%);
}
.blog .pagination .so-container .pagination-wrapper .pagination-numbers .page-item.current .page-numbers {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .blog .pagination .so-container .pagination-wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .blog .pagination .so-container .pagination-wrapper .pagination-numbers {
    width: 100%;
  }
  .blog .pagination .so-container .pagination-wrapper .pc-view {
    display: none;
  }
  .blog .pagination .so-container .pagination-wrapper .mobile-view-buttons {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}

.blog-post .so-container {
  max-width: 618px;
}
.blog-post .head {
  padding-top: 107px;
  margin-bottom: 24px;
}
.blog-post .head .so-container a.back {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.12px;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}
.blog-post .head .so-container h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  margin-bottom: 12px;
  color: #151515;
  text-transform: inherit;
}
.blog-post .head .so-container .post-info {
  width: 100%;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
}
.blog-post .head .so-container .post-info .author {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.blog-post .head .so-container .post-info .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.blog-post .post-content .so-container .content-block p, .blog-post .post-content .so-container .content-block span {
  opacity: 80%;
  font-size: 17px;
  line-height: 26px;
  color: #151515;
}
.blog-post .post-content .so-container .categories {
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 48px;
}
.blog-post .related-articles {
  padding-top: 64px;
  padding-bottom: 40px;
  background: linear-gradient(270deg, rgba(255, 141, 0, 0.1) -8.44%, rgba(253, 47, 62, 0.1) 100%);
}
.blog-post .related-articles .so-container {
  max-width: 618px;
}
.blog-post .related-articles .so-container .articles {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.blog-post .related-articles .so-container .button {
  max-width: 264px;
  background: transparent;
  margin: 40px auto 0 auto;
}

@media screen and (max-width: 640px) {
  .blog-post .so-container {
    max-width: 100%;
  }
}
.side-container {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 100%;
  opacity: 0;
  pointer-events: none;
  height: 100dvh;
  width: 100%;
  background: #fff;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.side-container.active {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}
.side-container .mobile-header {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.side-container .mobile-header img {
  filter: brightness(0);
}
.side-container .arrow {
  position: absolute;
  left: calc(35% + 92px);
  top: 56px;
  transform: rotate(180deg);
  filter: brightness(0);
}
.side-container .se-css-wrap {
  width: 100%;
  height: 100%;
}
.side-container .se-css-wrap .tfwt-fcf-wrapper {
  height: 100%;
}
.side-container .se-css-wrap .tfwt-fcf-wrapper .tfwt-fcf-sidebanner {
  height: 100%;
  width: 35%;
}
.side-container .se-css-wrap .tfwt-fcf-wrapper .tfwt-fcf-sidebanner .tfwt-fcf-img-banner {
  width: 100%;
}
.side-container .se-css-wrap .tfwt-fcf-wrapper .tfwt-fcf-cont-wrapp {
  width: 65%;
  padding: 56px 92px;
}

@media screen and (max-width: 1050px) {
  .side-container .arrow {
    display: none;
  }
  .side-container .mobile-header {
    display: flex;
  }
  .side-container .se-css-wrap .tfwt-fcf-wrapper .tfwt-fcf-cont-wrapp {
    width: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .side-container .mobile-header {
    padding-left: 16px;
    padding-right: 16px;
  }
  .side-container .se-css-wrap .tfwt-fcf-wrapper .tfwt-fcf-cont-wrapp {
    padding: 16px;
  }
}
.blog-article {
  width: 100%;
}
.blog-article .post-image {
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin-bottom: 24px;
}
.blog-article .post-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-article .title {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
.blog-article .title p {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0;
  color: #151515;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-article .title .arrow {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-article .title .arrow img {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  object-fit: contain;
}
.blog-article .excerpt {
  opacity: 80%;
  font-weight: 400;
  font-size: 16px;
  line-height: 21.86px;
  letter-spacing: 0;
  color: #151515;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

header {
  width: 100%;
  background: #000;
  position: fixed;
  top: 0;
  z-index: 50;
  transition: all 0.3s ease-in;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #2B2B2B;
}
header .so-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}
header .so-container .menu-btn {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: space-around;
  width: 19px;
  height: 14px;
  cursor: pointer;
  transition: 0.3s ease;
}
header .so-container .menu-btn i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 4px;
}
header .so-container .menu-btn i:nth-child(1) {
  margin: 0;
}
header .so-container .menu-btn i:nth-child(2) {
  width: 70%;
}
header .so-container .menu-btn.active {
  transform: rotate(90deg);
}
header .so-container .nav-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 64px;
  width: 100%;
}
header .so-container .nav-menu .menu {
  display: flex;
  align-items: center;
  gap: 64px;
  list-style: none;
}
header .so-container .nav-menu .menu li a {
  font-family: Avenir Next, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  color: #fff;
  padding: 16px;
  margin: -16px;
}
header .so-container .nav-menu .button {
  min-height: 36px;
  max-width: 232px;
  width: 100%;
}
header .so-container .nav-menu .button span {
  font-size: 12px;
}
header.active .so-header-mob_slide {
  left: 0;
}
header .so-header-mob_slide {
  display: block;
  position: fixed;
  top: 75px;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 100;
  left: -100%;
  transition: all 0.15s ease;
  width: 100%;
  text-align: center;
  height: auto;
  overflow: scroll;
}
header .so-header-mob_slide-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .so-header-mob_slide-main-menu {
  padding: 0 50px 10px;
  margin-top: 15px;
}
header .so-header-mob_slide-main-menu ul {
  list-style: none;
}
header .so-header-mob_slide-main-menu li a {
  font-size: 32px;
  color: #fff;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  transition: 0.3s ease;
  font-weight: 500;
}
header .so-header-mob_slide-main-menu li a:hover {
  opacity: 0.5;
}
header .so-header-mob_slide .social-links {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
  order: 1;
}
header .so-header-mob_slide .social-links a {
  transition: 0.3s ease;
}
header .so-header-mob_slide .social-links a:hover {
  opacity: 0.5;
}
header .so-header-mob_slide .nav-menu {
  display: flex;
  gap: 40px;
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: auto;
  margin-top: 40px;
  justify-content: space-between;
}
header .so-header-mob_slide .nav-menu button {
  position: absolute;
  top: 8px;
  left: 0;
}
header .so-header-mob_slide .nav-menu button span {
  font-family: Avenir Next, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  text-align: left;
  color: #FF8D00;
  padding: 8px 0;
  white-space: nowrap;
}
header .so-header-mob_slide .nav-menu .links-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
header .so-header-mob_slide .nav-menu .links-block:nth-child(2) {
  margin-top: 33px;
}
header .so-header-mob_slide .nav-menu .links-block a {
  font-family: Avenir Next, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  color: #fff;
  padding: 10px 0;
  white-space: nowrap;
  transition: 0.3s ease;
}
header .so-header-mob_slide .nav-menu .links-block a:hover {
  opacity: 0.5;
}
header .so-header-mob_slide .so-col {
  max-width: 100%;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 13rem;
  border-bottom: 1px solid rgba(50, 50, 50, 0.6980392157);
}
header .so-header-mob_slide .so-col .gradient-btn {
  max-width: 512px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  header {
    height: 75px;
  }
  header .so-container {
    height: 100%;
  }
  header .so-container .nav-menu {
    display: none;
  }
  header .so-container .menu-btn {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  header .so-container {
    padding-left: 16px;
    gap: 64px;
  }
  header .so-header-mob_slide-wrapper {
    padding: 0 20px 10px;
  }
  header .so-header-mob_slide .so-col {
    padding-bottom: 0;
    border-bottom: none;
  }
  header .so-header-mob_slide .nav-menu {
    margin-top: 10px;
  }
  header .so-header-mob_slide-main-menu {
    padding: 0;
    text-align: start;
    width: 100%;
  }
  header .so-header-mob_slide-main-menu li a {
    font-weight: 400;
    font-size: 24px;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  header .so-header-mob_slide .social-links {
    order: 0;
  }
  header .so-header-mob_slide .gradient-txt-btn {
    padding: 0;
  }
}
footer {
  background: #000;
  padding-top: 76px;
  padding-bottom: 80px;
}
footer .so-container {
  padding-top: 68px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
footer .so-container .top-border {
  background: #2C2C2C;
}
footer .so-container .nav-menu {
  display: flex;
  gap: 60px;
  position: relative;
}
footer .so-container .nav-menu button {
  position: absolute;
  top: 8px;
  left: 0;
}
footer .so-container .nav-menu button span {
  font-family: Avenir Next, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  text-align: left;
  color: #FF8D00;
  padding: 8px 0;
  white-space: nowrap;
}
footer .so-container .nav-menu .links-block {
  display: flex;
  flex-direction: column;
  width: 120px;
}
footer .so-container .nav-menu .links-block:nth-child(2) {
  margin-top: 33px;
}
footer .so-container .nav-menu .links-block a {
  font-family: Avenir Next, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  color: #fff;
  padding: 8px 0;
  white-space: nowrap;
}
footer .so-container .social-links {
  display: flex;
  align-items: center;
  gap: 31px;
}
footer .so-container .logo-side .copyright {
  margin-top: 80px;
  font-family: Avenir Next, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 22.1px;
  text-align: right;
  color: #787878;
}

@media screen and (max-width: 1124px) {
  footer .so-container .nav-menu .links-block {
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .so-container {
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    max-width: 661px;
    margin: auto;
  }
  footer .so-container .top-border {
    display: none;
  }
  footer .so-container .nav-menu {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }
  footer .so-container .social-links {
    margin-top: 40px;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }
  footer .so-container .logo-side {
    margin-top: 40px;
  }
  footer .so-container .logo-side .copyright {
    margin-top: 30px;
    text-align: left;
  }
}
#so-wrapper {
  overflow: hidden;
}

body {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: #fff;
}
body * {
  outline: none;
  font-family: Avenir Next, sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.overflow-hidden {
  overflow: hidden !important;
  height: 100%;
}

button, a {
  border: none;
  cursor: pointer;
  outline: none !important;
  background: none;
  padding: 0;
}

.button {
  padding: 10px;
  min-height: 45px;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button.disabled {
  opacity: 50%;
  pointer-events: none;
}
.button span {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: Avenir Next, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-top: 1px;
  display: block;
  transition: all 0.2s ease-in-out;
  letter-spacing: 0.12em;
}
.button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FF8D00 -8.44%, #FD2F3E 100%);
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.button:hover:before {
  opacity: 1;
}

.button-white {
  max-width: 230px;
  width: 100%;
  background: #fff;
  border: 2px solid #000;
  height: 45px;
}
.button-white span {
  color: #000;
}
.button-white:hover {
  border-width: 0;
}
.button-white:hover span {
  color: #fff;
}

.button-none {
  max-width: 230px;
  width: 100%;
  background: transparent;
  border: 2px solid #fff;
  height: 45px;
}
.button-none span {
  color: #fff;
}
.button-none:hover {
  border-width: 0;
}
.button-none:hover span {
  color: #fff;
}

.gradient-btn {
  background: linear-gradient(270deg, #FF8D00 -8.44%, #FD2F3E 100%);
}
.gradient-btn span {
  color: #fff;
}
@media (min-width: 640px) {
  .gradient-btn {
    max-width: 297px;
  }
}

.gradient-text {
  background: linear-gradient(270deg, #FF8D00 -8.44%, #FD2F3E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.gradient-transparent-btn {
  background: transparent;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, #FF8D00 -8.44%, #FD2F3E 100%);
}
.gradient-transparent-btn span {
  background: linear-gradient(270deg, #FF8D00 -8.44%, #FD2F3E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.gradient-transparent-btn:hover {
  background: linear-gradient(270deg, #FF8D00 -8.44%, #FD2F3E 100%);
  border-width: 0;
}
.gradient-transparent-btn:hover span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
@media (min-width: 640px) {
  .gradient-transparent-btn {
    max-width: 297px;
  }
}

.bg-gradient-to-r {
  background: linear-gradient(to right, #FF0B04, #FF9430);
}

.divider-gradient {
  background: linear-gradient(270deg, #ff8d00 -8.44%, #fd2f3e);
}

.bg-gradient-brand {
  background: linear-gradient(to right, #FF0B04 -8.44%, #FF9430);
}

.so-container {
  padding-right: 32px;
  padding-left: 32px;
  max-width: 1093px;
  width: 100%;
  margin: auto;
  box-sizing: content-box;
  position: relative;
  z-index: 1;
}

h1, h1 p, h1 span {
  font-size: 45px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-family: Avenir Next, sans-serif;
  font-weight: bold;
}

h2, h2 p, h2 span {
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: Avenir Next, sans-serif;
  font-weight: bold;
}

p, span {
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
p strong, span strong {
  font-weight: 700;
}

.description p, .description span {
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: unset;
  margin-bottom: 16px;
}
.description p:last-child, .description span:last-child {
  margin-bottom: 0;
}

.top-border {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  height: 1px;
  width: calc(100% - 64px);
  transform: translateX(-50%);
  background: #e5e7eb;
}

.tf-membershiplist-widget-wrapper .tf-container.se-full-width {
  position: relative;
}
.tf-membershiplist-widget-wrapper .tf-container.se-full-width:after {
  content: "";
  position: absolute;
  left: 2rem;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
  transform: translateX(-100%);
}

.content-block {
  padding-top: 8px;
}
.content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6 {
  font-weight: 900;
  color: #2F2F2F;
  margin-bottom: 16px;
}
.content-block h2 strong, .content-block h3 strong, .content-block h4 strong, .content-block h5 strong, .content-block h6 strong {
  font-weight: 900;
  color: #2F2F2F;
  margin-bottom: 16px;
}
.content-block h2, .content-block h2 strong {
  font-size: 32px;
  line-height: 43.71px;
  text-transform: uppercase;
}
.content-block h3, .content-block h3 strong {
  font-size: 24px;
  line-height: 32.78px;
}
.content-block h4, .content-block h4 strong {
  font-size: 20px;
  line-height: 1.2px;
}
.content-block h5, .content-block h5 strong {
  font-size: 18px;
  line-height: 1.2px;
}
.content-block h6, .content-block h6 strong {
  font-size: 16px;
  line-height: 1.2px;
}
.content-block p, .content-block span, .content-block li, .content-block li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.59px;
  letter-spacing: -0.02em;
  text-align: left;
}
.content-block p strong, .content-block span strong, .content-block li strong, .content-block li strong {
  font-weight: 700;
}
.content-block p {
  margin-bottom: 16px;
  margin-top: 16px;
}
.content-block ul, .content-block ol {
  margin-bottom: 16px;
  margin-top: 16px;
  padding-left: 20px;
}
.content-block ul li, .content-block ol li {
  margin-bottom: 8px;
}
.content-block a {
  transition: all 0.15s ease-in-out;
  color: #FD2F3E;
  text-decoration: none;
  word-break: break-all;
}
.content-block a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #FE5B21;
}
.content-block table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}
.content-block table td {
  padding: 10px 15px;
  border: 1px solid #181818;
  outline: 1px solid #fff;
  box-shadow: inset 0 0 0 2px #181818;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.59px;
  letter-spacing: -0.02em;
  text-align: left;
}
.content-block table td strong {
  font-weight: 700;
}
.content-block img {
  width: 100%;
  margin-bottom: 32px;
}
.content-block .wp-caption {
  margin-bottom: 32px;
  width: 100% !important;
}
.content-block .wp-caption img {
  margin-bottom: 0;
}
.content-block .wp-caption .wp-caption-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #151515;
  margin: 12px 0 0 0;
}

.categories {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.categories .category {
  border: 2px solid #151515;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
}
.categories .category span {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16.39px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #151515;
  text-transform: uppercase;
}

@media screen and (max-width: 1440px) {
  h1, h1 p, h1 span {
    font-size: 32px;
    line-height: 43px;
  }
}
@media screen and (max-width: 1124px) {
  .so-container {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    max-width: unset;
  }

  .tf-membershiplist-widget-wrapper .tf-container.se-full-width:after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .so-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-block img {
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .content-block .wp-caption {
    width: calc(100% + 32px) !important;
    margin-left: -16px;
  }
  .content-block .wp-caption p {
    padding-left: 16px;
    padding-right: 16px;
  }
  .content-block .wp-caption img {
    width: 100%;
    margin: 0;
  }

  .tfwt-membership-links {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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