.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #fbfbfb;
  background-color: #141416;
  font-family: Clashdisplay, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 98px;
  font-weight: 500;
  line-height: 1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Clashdisplay, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1em;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1em;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1em;
}

p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  color: #cafb42;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

a:hover {
  color: #fbfbfb;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  line-height: 1.4em;
}

img {
  max-width: 100%;
}

label {
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}

blockquote {
  border-left: 6px solid #cafb42;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.success-message {
  color: #fbfbfb;
  background-color: #4dbd09;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #2c2c2e;
}

.horizontal-line.spacing-small {
  margin-top: 30px;
  margin-bottom: 30px;
}

.radio-button {
  width: auto;
  height: auto;
  min-height: 20px;
  min-width: 20px;
  transition: border .3s ease-in-out;
  box-shadow: 0 0 #000;
}

.radio-button.w--redirected-checked {
  box-shadow: none;
  border-width: 5px;
  border-color: #cafb42;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px #cafb42;
}

.spacing-small {
  margin-top: 30px;
  margin-bottom: 30px;
}

.checkbox-label {
  padding-left: 6px;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.input-group {
  margin-bottom: 20px;
}

.form-input {
  width: 100%;
  height: 58px;
  color: #fbfbfb;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #2c2c2e;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 10px 16px 10px 0;
  font-size: 16px;
  line-height: 1.6em;
  transition: border-color .3s ease-in-out;
}

.form-input:focus {
  border-color: #0e0c09 #0e0c09 #cafb42;
}

.form-input.form-textarea {
  height: 100px;
}

.form-input.form-input-newsletter {
  color: #fbfbfb;
  padding-right: 170px;
}

.error-message {
  color: #fbfbfb;
  text-align: center;
  background-color: #e92222;
  padding: 20px;
}

.checkbox {
  width: auto;
  height: auto;
  min-height: 20px;
  min-width: 20px;
  box-shadow: 0 0 #cafb42;
}

.checkbox.w--redirected-checked {
  box-shadow: none;
  background-color: #cafb42;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: 80% 80%;
  background-attachment: scroll;
  border-width: 0;
  border-color: #cafb42;
}

.checkbox.w--redirected-focus {
  transition: background-color .3s ease-in-out;
  box-shadow: 0 0 3px 1px #cafb42;
}

.container {
  max-width: 1400px;
  padding: 0 30px;
}

.lead-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
}

.style-guide-title {
  color: #fff;
  background-color: #1a1a1c;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 15px 10px 20px;
}

.form-select {
  width: 100%;
  height: 58px;
  color: #fbfbfb;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #2c2c2e;
  font-size: 16px;
  transition: box-shadow .3s ease-in-out;
}

.form-select:focus {
  border-color: #0e0c09 #0e0c09 #cafb42;
}

.section-spacing {
  padding-top: 50px;
  padding-bottom: 50px;
}

.color-box {
  width: 150px;
  height: 150px;
}

.section-heading {
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.radio-button-label {
  padding-left: 6px;
}

.button {
  color: #141416;
  text-align: center;
  background-color: #cafb42;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  transition: all .3s;
}

.button:hover {
  color: #141416;
  background-color: #fbfbfb;
}

.button.button-subscribe {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button.button-full {
  width: 100%;
}

.button-link-primary {
  color: #cafb42;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 30px;
  padding: 0;
  font-size: 20px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.contact-form {
  margin-top: 25px;
}

.guide-item {
  text-align: center;
  padding-right: 16px;
}

.style-guide-content {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.bg-primary {
  background-color: #cafb42;
}

.bg-dark-gray {
  background-color: #1a1a1c;
}

.button-link-icon {
  padding-left: 10px;
}

.button-round {
  width: 100px;
  height: 100px;
  border: 2px solid #fbfbfb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
  display: flex;
}

.button-round:hover {
  border-color: #cafb42;
}

.button-round-icon {
  height: 36px;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: #fbfbfb;
  text-align: right;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav-link:hover, .nav-link.w--current {
  color: #cafb42;
}

.hero-section {
  z-index: 15;
  background-image: url('../images/bg-01.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.hero-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area Area-2"
                 ". . ."
                 / 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.hero-heading-1 {
  text-align: left;
  font-size: 110px;
  display: flex;
}

.hero-heading-2 {
  text-align: right;
  font-size: 150px;
}

.text-primary {
  color: #cafb42;
  padding-top: 10px;
  padding-left: 0;
  font-size: 90px;
  line-height: 1em;
}

.hero-image-left-wrap {
  z-index: -1;
  perspective: 1000px;
  position: absolute;
  top: -25%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-image {
  width: 300px;
}

.hero-image-right {
  z-index: -1;
  position: absolute;
  top: 42%;
  bottom: auto;
  left: auto;
  right: -2%;
}

.hero-image-pattern {
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-image-left {
  width: 320px;
  padding: 40px 20px;
}

.hero-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .75fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: start;
  padding-top: 30px;
  display: grid;
}

.hero-image-bottom-wrap {
  max-width: 100%;
  margin-left: 0%;
  padding-top: 30px;
  padding-right: 20px;
}

.badge-lightbox {
  width: 140px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.badge-lightbox.about-hero-badge {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.badge-lightbox.badge-mobile-hide {
  height: 140px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 400px;
  left: 78%;
}

.badge-rotating-text {
  width: 140px;
  height: 140px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/watch-video.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px 140px;
  background-clip: border-box;
  position: static;
}

.badge-icon {
  z-index: 1;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.play-icon {
  width: 34px;
  padding-left: 6px;
}

.hero-list {
  align-items: flex-end;
}

.hero-list-line {
  width: 40px;
  height: 2px;
  background-color: #cafb42;
  margin-right: 20px;
  padding-top: 0;
  display: inline-block;
}

.hero-list-item {
  align-items: center;
  margin-bottom: 16px;
  font-size: 20px;
  display: flex;
}

.nav-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.marquee-items {
  flex: none;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.marquee-item {
  flex: none;
  align-items: center;
  display: flex;
}

.scroll-divider {
  margin-left: 20px;
  margin-right: 20px;
}

.marquee-text {
  color: #141416;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
}

.about-section {
  background-image: url('../images/image-pattern-2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.about-section.section-spacing {
  background-image: none;
}

.about-section.section-spacing.history {
  padding-top: 50px;
}

.section-title {
  margin-bottom: 40px;
}

.section-title.text-center {
  margin-bottom: 0;
}

.title-divider {
  width: 24px;
  margin-bottom: 12px;
  margin-right: 5px;
}

.sub-title {
  align-items: center;
  display: flex;
}

.sub-title.text-primary {
  padding-left: 0;
}

.sub-title.text-center {
  justify-content: center;
}

.about-experience-badge {
  align-items: center;
  display: flex;
  position: static;
}

.experience-badge {
  margin-right: 20px;
}

.grid-about {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-image-wrap {
  perspective: 1000px;
  position: relative;
}

.about-decoration {
  margin-left: -21px;
  position: absolute;
  top: -8%;
  bottom: auto;
  left: 50%;
  right: auto;
}

.about-content {
  z-index: 1;
  position: relative;
}

.step-section {
  padding-bottom: 100px;
}

.grid-service {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.service-item {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  background-color: #1a1a1c;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  padding: 30px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.service-icon {
  width: 80px;
}

.service-description {
  color: #fbfbfb;
  margin-bottom: 20px;
  padding-top: 10px;
}

.service-image {
  width: 300px;
  opacity: .1;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -170px;
}

.service-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.project-section {
  background-image: url('../images/image-pattern-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.project-section.section-spacing-bottom {
  background-image: url('../images/image-pattern-3_1.png');
  overflow: hidden;
}

.project-section.section-spacing-bottom.summer-camp {
  background-image: none;
  padding-bottom: 50px;
}

.project-section.section-spacing-bottom.tournaments {
  background-image: none;
}

.section-spacing-bottom {
  padding-bottom: 100px;
}

.marquee-section {
  background-color: #fbfbfb;
  overflow: hidden;
}

.marquee-wrap {
  flex: none;
  display: flex;
}

.grid-client {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.trusted-client-title {
  text-align: left;
  margin-left: 10px;
  font-size: 24px;
}

.client-item {
  height: 100%;
  min-height: 200px;
  text-align: center;
  border: 1px solid #2c2c2e;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.award-wrap {
  border-bottom: 1px solid #2c2c2e;
}

.award-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #2c2c2e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.award-year, .award-title {
  margin-bottom: 0;
}

.award-logo {
  width: 160px;
}

.video-section {
  background-image: url('../images/bg-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 200px;
  padding-bottom: 200px;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding: 100px 0 0;
  overflow: hidden;
}

.grid-footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 40px;
  display: grid;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-title {
  margin-top: 0;
  margin-bottom: 40px;
}

.footer-social {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: start;
  justify-items: start;
  margin-top: 30px;
  display: flex;
}

.footer-social-link {
  width: 20px;
}

.footer-social-icon {
  width: 100%;
}

.footer-opening-time {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-address {
  padding-bottom: 10px;
}

.subscribe-form {
  max-width: 750px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-form-inputs {
  margin-top: 20px;
  position: relative;
}

.about-hero-section.section-spacing {
  overflow: hidden;
}

.grid-about-hero {
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
}

.about-hero-image {
  margin-right: 0%;
  position: relative;
}

.grid-about-experience {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.about-experience-image {
  position: relative;
}

.grid-experience-logo {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.text-center {
  text-align: center;
}

.grid-team {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-info {
  padding-top: 10px;
}

.team-meta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-social {
  align-items: center;
  display: flex;
}

.team-social-item {
  margin-right: 15px;
}

.team-image-wrap {
  position: relative;
}

.grid-action-box-minimal {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: start;
  margin-bottom: 70px;
  display: grid;
}

.button-dark {
  color: #fbfbfb;
  text-align: center;
  background-color: #2c2c2e;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  transition: all .3s;
  position: relative;
}

.button-dark:hover {
  color: #141416;
  background-color: #cafb42;
}

.about-create-wrap {
  align-items: center;
  margin-top: 30px;
  margin-left: 60px;
  display: flex;
}

.about-create-title {
  margin-left: 30px;
}

.grid-contact {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: center;
}

.contact-form-wrap {
  background-color: #1a1a1c;
  background-image: url('../images/Group-603.svg');
  background-position: 0 120%;
  background-repeat: no-repeat;
  background-size: 200px 300px;
  padding: 50px;
  position: relative;
  overflow: visible;
}

.grid-address {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 20px;
  display: grid;
}

.text-right {
  z-index: 1;
  text-align: right;
}

.call-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.call-item {
  align-items: center;
  margin-right: 20px;
  padding-bottom: 10px;
  display: flex;
}

.call-icon {
  margin-right: 5px;
}

.contact-badge {
  position: absolute;
  top: auto;
  bottom: -5%;
  left: auto;
  right: -5%;
}

.grid-service-experience {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.service-experience-content {
  z-index: 1;
  position: relative;
}

.service-stat {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #cafb42;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 84px;
  margin-left: 0;
  margin-right: -100px;
  padding: 20px 40px;
  display: grid;
  position: relative;
}

.service-stat-item {
  align-items: center;
  display: flex;
}

.text-dark {
  color: #141416;
}

.service-stat-number {
  padding-right: 20px;
}

.service-decoration {
  z-index: -1;
  opacity: .1;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: -13%;
  right: auto;
}

.tabs {
  margin-top: 0;
}

.tab-link {
  color: #fbfbfb;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  margin-right: 26px;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
}

.tab-link.w--current {
  color: #fbfbfb;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #cafb42;
}

.tab-content {
  margin-top: 30px;
}

.grid-service-list {
  grid-template-rows: auto;
  margin-top: 40px;
}

.service-list-icon {
  background-image: url('../images/check-circle.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  padding: 11px;
}

.service-list-item {
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  display: flex;
}

.service-list {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  list-style-type: disc;
}

.service-work {
  margin-top: 40px;
}

.service-step {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.list-style-item {
  margin-bottom: 10px;
}

.step-number {
  color: #cafb42;
}

.container-small {
  padding-left: 30px;
  padding-right: 30px;
}

.grid-pricing {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-header {
  z-index: 1;
  margin-bottom: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.pricing-title {
  background-color: #141416;
  border: 2px solid #cafb42;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.pricing-plan {
  color: #141416;
  text-align: center;
  background-color: #cafb42;
  padding: 15px;
}

.pricing-item {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.pricing-icon {
  width: 30px;
}

.pricing-list-mobile {
  text-align: center;
  border: 2px solid #cafb42;
  justify-content: space-between;
  align-items: center;
  padding: 25px 15px 15px;
  display: none;
}

.pricing-list-mobile-item {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.pricing-mobile-icon {
  width: 30px;
  margin-right: 10px;
}

.pricing-mobile-title {
  margin-bottom: 0;
}

.grid-project-detail {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-project-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 40px;
  display: grid;
}

.grid-team-detail {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.team-body {
  margin-top: 30px;
}

.navbar-button {
  justify-content: flex-end;
  display: flex;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  color: #fbfbfb;
  background-color: #1a1a1c;
  padding: 15px;
}

.dropdown-item {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-link {
  color: #fbfbfb;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2em;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #cafb42;
}

.project-review {
  width: 80%;
  text-align: center;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 1.3em;
}

.project-review-author {
  text-align: center;
  padding-bottom: 60px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.utility-page-content {
  width: 650px;
  text-align: center;
  background-color: #1a1a1c;
  flex-direction: column;
  justify-content: center;
  padding: 60px 40px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-link {
  color: #fbfbfb;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5em;
  display: block;
}

.footer-link:hover {
  color: #cafb42;
}

.button-white {
  color: #141416;
  text-align: center;
  background-color: #fbfbfb;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  transition: all .3s;
}

.button-white:hover {
  color: #141416;
  background-color: #cafb42;
}

.checkbox-field {
  align-items: center;
  display: flex;
}

.blog-detail-image {
  border: 2px solid #0e0c09;
  margin-bottom: 30px;
}

.blog-detail-meta {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
}

.blog-detail-author {
  align-items: center;
  display: flex;
}

.blog-detail-author-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.blog-divider {
  width: 26px;
  min-height: 1px;
  color: rgba(0, 0, 0, 0);
  background-color: #cafb42;
  margin-left: 12px;
  margin-right: 12px;
}

.blog-detail-category {
  color: #cafb42;
}

.blog-detail-author-name {
  color: #fbfbfb;
  font-weight: 500;
}

.grid-blog {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  color: #cafb42;
  text-align: center;
  background-color: #2c2c2e;
  border: 2px solid #0e0c09;
  padding: 30px;
  font-weight: 500;
}

.blog-author-prefix {
  color: #fbfbfb;
}

.blog-title {
  color: #fbfbfb;
  margin-bottom: 20px;
  padding-top: 10px;
}

.blog-author-wrapper {
  align-items: center;
  display: flex;
}

.blog-author-name {
  color: #fbfbfb;
  padding-left: 10px;
}

.blog-image-wrapper {
  position: relative;
}

.blog-meta {
  justify-content: space-between;
  display: flex;
}

.blog-details {
  padding-top: 30px;
  padding-bottom: 30px;
}

.team-hover-line {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #cafb42;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.not-found-404 {
  color: #cafb42;
  font-size: 250px;
  line-height: .8em;
}

.not-found-button {
  margin-top: 40px;
}

.section-spacing-top {
  padding-top: 100px;
}

.marquee-scroll-section {
  padding-top: 50px;
  padding-bottom: 20px;
  overflow: hidden;
}

.text-slide-left {
  z-index: 1;
  width: 150%;
  max-width: 200%;
  background-color: #cafb42;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin: auto auto -67px;
  padding-top: 0;
  position: relative;
  top: auto;
  bottom: auto;
  overflow: hidden;
  transform: rotate(-4deg);
}

.text-slide-right {
  width: 150%;
  max-width: 200%;
  background-color: #fbfbfb;
  flex: none;
  align-items: center;
  margin: auto;
  display: block;
  overflow: hidden;
  transform: rotate(4deg);
}

.text-slide-right.history-marque {
  transform: none;
}

.button-advance {
  color: #141416;
  background-color: #fbfbfb;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 16px 30px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: relative;
}

.button-advance:hover {
  color: #141416;
  font-size: 18px;
}

.button-advance-border {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #cafb42;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: 8px;
  right: auto;
}

.about-bottom-description {
  margin-bottom: 40px;
}

.grid-project-gallery {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.action-box {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  background-color: #cafb42;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  display: grid;
  position: relative;
}

.action-box-decoration {
  z-index: 0;
  opacity: .2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -10%;
}

.action-box-button {
  z-index: 1;
  text-align: right;
  position: relative;
}

.pricing-item-title {
  margin-bottom: 0;
}

.grid-project {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.project-item {
  margin-bottom: 40px;
  padding-top: 20px;
}

.project-image {
  margin-bottom: 30px;
  position: relative;
}

.project-body {
  margin-top: 50px;
}

.project-category {
  color: #cafb42;
  background-color: #141416;
  margin: 15px;
  padding: 8px 8px 8px 12px;
  font-weight: 500;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.project-hover-line {
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 2px solid #cafb42;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.project-description {
  color: #fbfbfb;
}

.grid-project-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-hover-line {
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 2px solid #cafb42;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.marquee-copyright {
  flex: none;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.marquee-copyright-item {
  flex: none;
  align-items: center;
  display: flex;
}

.marquee-copyright-text {
  color: #141416;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
}

.block-quote {
  line-height: 1.4em;
}

.changelog-version {
  color: #141416;
  background-color: #cafb42;
  margin-right: 10px;
  padding: 5px 10px;
}

.view-project-image {
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.view-project {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.view-project-link {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.view-project-text {
  z-index: 1;
  width: 100px;
  height: 100px;
  color: #141416;
  text-align: center;
  background-color: #cafb42;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.view-project-item {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: 0;
  margin-right: -30px;
  overflow: hidden;
}

.view-project-wrapper {
  margin-top: 60px;
  display: inline-block;
}

.changelog-version-title {
  line-height: 1.6em;
}

.sliding-text {
  flex: none;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.hero-simple {
  background-image: url('../images/hero-04.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.hero-simple-content {
  max-width: 460px;
  background-color: #cafb42;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  padding: 30px;
  overflow: hidden;
}

.hero-simple-image {
  width: 400px;
  margin-bottom: -58px;
}

.hero-simple-title {
  color: #141416;
  font-size: 70px;
}

.hero-simple-description {
  color: #141416;
  margin-bottom: 30px;
}

.grid-about-wrap {
  grid-template-rows: auto;
}

.grid-step-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  padding-bottom: 0;
  display: block;
}

.service-badge-lightbox {
  width: 140px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.grid-step {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 30px;
}

.step-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fbfbfb;
  border-bottom: 1px solid rgba(251, 251, 251, .2);
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
}

.project-bg-image {
  background-image: url('../images/bg-02.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.project-list {
  max-width: 600px;
  background-color: #141416;
  padding: 60px;
}

.testimonial-section {
  overflow: hidden;
}

.testimonial-slider {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.testimonial-content {
  margin-bottom: 20px;
  font-size: 22px;
}

.testimonial-mask {
  width: 53.3255%;
  height: auto;
  max-width: 650px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: visible;
}

.testimonial-slide {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.testimonial-rating {
  height: 26px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.hide {
  display: none;
}

.testimonial-author-name {
  margin-bottom: 0;
}

.left-arrow {
  width: 60px;
  height: 60px;
  background-color: #141416;
  border: 1px solid #fbfbfb;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  left: 0;
}

.arrow-icon {
  height: 18px;
}

.right-arrow {
  width: 60px;
  height: 60px;
  background-color: #141416;
  border: 1px solid #fbfbfb;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  right: 0;
}

.copyright-section {
  background-color: #cafb42;
  margin-top: 40px;
  overflow: hidden;
}

.bg-light-gray {
  background-color: #2c2c2e;
}

.client-logo {
  width: 160px;
  opacity: .2;
}

.text-white {
  color: #fbfbfb;
}

.icon {
  font-size: 14px;
}

.section-2 {
  margin-top: 20px;
}

.section-3.marquee-scroll-section {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-top: 68px;
  padding-bottom: 65px;
  display: block;
}

.body-2 {
  max-width: 100%;
}

.paragraph {
  margin-bottom: 30px;
  font-size: 18px;
}

.image-2 {
  width: 100%;
  object-fit: contain;
  display: block;
}

.paragraph-2 {
  font-size: 18px;
}

.paragraph-3 {
  font-size: 20px;
}

.paragraph-4 {
  font-size: 18px;
}

.paragraph-5 {
  font-size: 20px;
}

.text-span-5 {
  color: #cafb42;
}

.marque.marquee-section.text-slide-left {
  background-color: #fbfbfb;
  transform: none;
}

.text-span-6, .text-span-7 {
  color: #cafb42;
}

.heading-2, .heading-3, .heading-4, .heading-5 {
  font-size: 64px;
}

.image-6 {
  display: block;
  overflow: visible;
}

.div-block {
  background-color: #fff;
}

.text-span-10, .text-span-11 {
  color: #cafb42;
}

@media screen and (min-width: 1280px) {
  .container {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .button-link-primary, .navbar {
    padding-top: 20px;
  }

  .nav-menu {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section {
    background-image: none;
  }

  .hero-heading-1 {
    font-size: 120px;
    font-weight: 500;
    display: flex;
  }

  .hero-heading-2 {
    font-size: 130px;
    font-style: normal;
    display: flex;
    position: relative;
  }

  .text-primary {
    color: #cafb42;
    text-align: left;
    flex: 1;
    justify-content: flex-start;
    padding-top: 8px;
    padding-left: 116px;
    font-size: 100px;
    display: flex;
  }

  .hero-image-right {
    max-width: 350px;
    perspective: 1000px;
    padding-right: 0;
    top: 30%;
    right: -1%;
  }

  .hero-bottom {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2.75fr .75fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 45px;
    display: grid;
    overflow: hidden;
  }

  .hero-image-bottom-wrap {
    perspective: 1000px;
    margin-left: 0%;
  }

  .badge-lightbox.badge-mobile-hide {
    flex-wrap: nowrap;
    margin-top: 0;
    margin-right: 0;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 46%;
    left: 79%;
    overflow: visible;
  }

  .badge-rotating-text {
    z-index: auto;
    object-fit: fill;
    background-image: url('../images/watch-video.png');
    background-attachment: scroll;
    position: absolute;
    overflow: visible;
  }

  .hero-list-line {
    background-color: #cafb42;
  }

  .nav-wrap {
    grid-template-columns: 1fr 3.75fr .75fr;
  }

  .marquee-items, .marquee-text {
    width: 100%;
  }

  .about-section.section-spacing {
    padding-bottom: 50px;
  }

  .about-section.section-spacing.bg {
    background-image: none;
  }

  .about-section.section-spacing.history {
    background-image: url('../images/空手道.svg');
    background-position: 90% 60%;
    background-size: 120px;
    background-attachment: scroll;
    padding-top: 50px;
  }

  .sub-title.text-primary {
    padding-left: 0;
  }

  .grid-about {
    grid-template-columns: 1fr 1.25fr 1fr;
  }

  .step-section {
    padding: 50px 0;
  }

  .service-item {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 5fr);
    grid-auto-rows: 0;
    grid-auto-flow: row;
    justify-items: start;
  }

  .project-section.section-spacing-bottom {
    overflow: hidden;
  }

  .project-section.section-spacing-bottom.summer-camp {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    padding-bottom: 50px;
  }

  .project-section.section-spacing-bottom.tournaments {
    background-image: none;
  }

  .marquee-wrap {
    width: auto;
    max-width: 200%;
    display: block;
    overflow: hidden;
  }

  .marquee-wrap.text-slide-left {
    margin-left: auto;
    margin-right: auto;
    transform: rotate(4deg)rotate(-4deg);
  }

  .marquee-wrap.text-slide-left.marque2 {
    transform: rotate(0);
  }

  .trusted-client-title {
    margin-left: 30px;
    font-size: 30px;
  }

  .awards-section.section-spacing-bottom {
    padding-top: 100px;
  }

  .grid-footer {
    grid-template-columns: .5fr .5fr .75fr;
  }

  .footer-social-link.width {
    width: 24px;
  }

  .grid-about-hero {
    grid-template-columns: .75fr .75fr;
    align-items: center;
  }

  .about-hero-image {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-about-experience {
    grid-column-gap: 120px;
    align-items: center;
  }

  .grid-contact {
    align-items: center;
    padding-top: 50px;
  }

  .contact-form-wrap {
    background-image: url('../images/Group-603.svg');
    background-position: 0 100%;
    background-size: 160px;
  }

  .call-wrap {
    flex-direction: row;
    align-items: center;
  }

  .call-item {
    padding-bottom: 0;
  }

  .grid-service-experience {
    align-items: center;
    padding-top: 50px;
  }

  .service-stat {
    grid-template-columns: 1fr 1.25fr;
  }

  .tabs {
    margin-top: 0;
  }

  .service-list-item {
    font-size: 18px;
  }

  .step-item {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .container-small {
    padding-left: 0;
  }

  .marquee-scroll-section {
    padding-bottom: 50px;
    overflow: hidden;
  }

  .text-slide-left {
    margin-bottom: auto;
  }

  .text-slide-right.history-marque {
    transform: none;
  }

  .button-advance {
    margin-top: 40px;
  }

  .grid-project {
    grid-column-gap: 60px;
  }

  .marquee-copyright-item {
    width: 25%;
  }

  .hero-image-bottom {
    max-width: 90%;
    overflow: hidden;
  }

  .hero-simple-image {
    margin-bottom: -69px;
  }

  .hero-simple-title {
    color: #1a1a1c;
    font-size: 70px;
  }

  .hero-simple-description {
    color: #141416;
    margin-bottom: 30px;
  }

  .grid-about-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-flow: row;
  }

  .grid-step-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    padding-bottom: 30px;
  }

  .service-badge-lightbox {
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .grid-step {
    grid-column-gap: 55px;
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1.75fr 1.75fr;
    align-items: start;
    margin-top: 50px;
  }

  .testimonial-section.section-spacing-bottom {
    padding-top: 50px;
    overflow: hidden;
  }

  .testimonial-mask {
    width: 45%;
  }

  .testimonial-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-arrow {
    right: 4px;
  }

  .copyright-section {
    width: auto;
    overflow: visible;
  }

  .text-white {
    display: block;
  }

  .body {
    -webkit-text-fill-color: inherit;
    background-color: #141416;
    background-clip: border-box;
  }

  .section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section-2 {
    margin-top: -50px;
    overflow: hidden;
  }

  .section-3 {
    width: auto;
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .section-3.marquee-scroll-section {
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-3.marquee-scroll-section.second {
    flex-direction: row;
    display: flex;
  }

  .body-2 {
    overflow: auto;
  }

  .paragraph {
    margin-bottom: 50px;
    font-size: 24px;
  }

  .brand {
    width: 250px;
    height: 40px;
  }

  .image {
    width: 200px;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    display: block;
    overflow: visible;
  }

  .image-2 {
    width: 100%;
    height: auto;
    max-height: 900px;
    float: none;
    clear: none;
    object-fit: fill;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    position: static;
    overflow: visible;
  }

  .image-3 {
    width: auto;
  }

  .text-span {
    color: #cafb42;
  }

  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
    font-size: 24px;
  }

  .text-span-2 {
    color: #cafb42;
  }

  .heading {
    margin-top: 32px;
  }

  .text-span-3, .text-span-4, .text-span-5 {
    color: #cafb42;
  }

  .benefits {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .marque {
    background-color: #fbfbfb;
    display: flex;
  }

  .marque.marquee-section {
    width: 100%;
    max-width: 200%;
    display: flex;
    overflow: hidden;
  }

  .marque.marquee-section.text-slide-left {
    background-color: #fbfbfb;
    transform: none;
  }

  .marque.marquee-section.marquee-scroll-section {
    display: flex;
  }

  .marque.marquee-scroll-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-4 {
    width: 40px;
    height: auto;
    max-height: none;
  }

  .div-block {
    width: auto;
    max-width: 200%;
    display: flex;
    overflow: hidden;
  }

  .text-span-8, .text-span-9 {
    color: #cafb42;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 120px;
  }

  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 54px;
  }

  h4 {
    font-size: 40px;
  }

  h5 {
    font-size: 26px;
  }

  h6 {
    font-size: 23px;
  }

  .section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-heading {
    margin-bottom: 50px;
  }

  .button {
    text-align: left;
  }

  .guide-item {
    margin-bottom: 30px;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    text-align: left;
    background-color: #1a1a1c;
  }

  .nav-link {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-section {
    padding-bottom: 0;
  }

  .hero-heading-1, .hero-heading-2 {
    text-align: left;
    font-size: 80px;
  }

  .hero-image-left-wrap {
    left: auto;
    right: -30%;
  }

  .hero-image-right {
    display: none;
    overflow: visible;
  }

  .hero-image-pattern {
    right: 0;
  }

  .hero-content {
    text-align: left;
  }

  .hero-bottom {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .hero-image-bottom-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0%;
  }

  .badge-lightbox.badge-mobile-hide {
    display: none;
  }

  .nav-wrap {
    grid-template-columns: 1fr 4fr;
    justify-items: stretch;
  }

  .grid-about {
    grid-template-areas: "Area";
  }

  .grid-service {
    grid-template-columns: 1fr;
  }

  .service-sticky {
    margin-bottom: 40px;
  }

  .section-spacing-bottom {
    padding-bottom: 60px;
  }

  .marquee-wrap {
    flex-wrap: nowrap;
  }

  .grid-client {
    grid-template-columns: 1fr 1fr;
  }

  .grid-footer {
    grid-template-columns: .5fr .5fr 1fr;
  }

  .grid-about-hero {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .about-hero-content {
    margin-bottom: 30px;
  }

  .about-hero-image {
    width: 50%;
    height: auto;
    max-height: 100%;
    -webkit-text-fill-color: inherit;
    object-fit: contain;
    background-clip: padding-box;
    margin-right: 0%;
    display: flex;
  }

  .grid-about-experience {
    grid-template-columns: 1fr;
  }

  .grid-team {
    grid-template-columns: 1fr 1fr;
  }

  .grid-action-box-minimal {
    grid-template-columns: .5fr .75fr;
  }

  .button-dark {
    text-align: left;
  }

  .about-create-wrap {
    margin-left: 0;
  }

  .grid-contact {
    grid-column-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .contact-badge {
    right: 0%;
  }

  .grid-service-experience {
    grid-template-columns: 1fr;
  }

  .service-stat {
    margin: 30px 0;
  }

  .grid-pricing {
    grid-template-columns: 1fr;
    position: static;
  }

  .pricing-header {
    position: static;
  }

  .pricing-list-mobile {
    display: block;
  }

  .pricing-item-wrap {
    display: none;
  }

  .grid-project-detail {
    grid-template-columns: 1fr;
  }

  .navbar-button {
    display: none;
  }

  .project-review {
    width: 100%;
  }

  .button-white {
    text-align: left;
  }

  .grid-blog {
    grid-template-columns: 1fr 1fr;
  }

  .section-spacing-top {
    padding-top: 60px;
  }

  .menu-button {
    color: #cafb42;
    background-color: #2c2c2e;
  }

  .menu-button.w--open {
    color: #141416;
    background-color: #cafb42;
  }

  .grid-project-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .view-project-wrapper {
    margin-top: 40px;
  }

  .hero-image-bottom {
    max-height: 350px;
  }

  .hero-simple {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-about-wrap {
    float: none;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    object-fit: fill;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
    position: static;
    overflow: visible;
  }

  .grid-step-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .testimonial-mask {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slide {
    padding-left: 5px;
    padding-right: 5px;
  }

  .left-arrow {
    left: 0;
  }

  .right-arrow {
    right: 0;
  }

  .brand {
    width: 200px;
  }

  .image {
    width: 250px;
  }

  .image-2 {
    width: 708px;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    object-position: 50% 65%;
    flex: 0 auto;
    display: block;
  }

  .image-3 {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    object-position: 50% 70%;
  }

  .marque.marquee-section.text-slide-left {
    background-color: #fbfbfb;
    transform: none;
  }

  .image-5 {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    object-position: 50% 20%;
  }

  .image-6 {
    width: 100%;
    max-height: 450px;
    object-fit: contain;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 90px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 48px;
  }

  h4 {
    font-size: 36px;
  }

  h6 {
    font-size: 22px;
  }

  .container {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-spacing {
    padding-top: 0;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .contact-form {
    margin-top: 25px;
  }

  .hero-section {
    padding-top: 60px;
  }

  .hero-heading-1, .hero-heading-2 {
    font-size: 70px;
    line-height: 1em;
  }

  .text-primary {
    font-size: 50px;
  }

  .nav-wrap {
    grid-template-columns: 4.5fr 4fr;
  }

  .section-title.text-center {
    margin-bottom: 0;
  }

  .grid-about {
    flex-direction: column;
    display: flex;
  }

  .about-image-wrap {
    height: 300px;
    overflow: hidden;
  }

  .about-decoration {
    display: none;
  }

  .step-section {
    padding-bottom: 50px;
  }

  .award-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1.75fr;
  }

  .video-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .grid-footer {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .grid-team {
    grid-column-gap: 30px;
  }

  .team-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-action-box-minimal {
    grid-template-columns: .75fr;
    justify-content: start;
    padding-top: 40px;
  }

  .contact-form-wrap {
    padding: 34px;
  }

  .service-stat {
    grid-column-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-dark {
    font-size: 20px;
  }

  .service-stat-number.text-dark {
    padding-right: 10px;
    font-size: 32px;
  }

  .service-decoration {
    display: none;
  }

  .service-step {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-list-mobile {
    flex-direction: column;
  }

  .grid-team-detail {
    grid-template-columns: 1fr;
  }

  .dropdown-item {
    width: 100%;
  }

  .utility-page-wrap {
    height: 100%;
    padding: 50px 15px;
  }

  .utility-page-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-blog {
    grid-template-columns: 1fr;
  }

  .not-found-404 {
    font-size: 200px;
  }

  .button-advance {
    margin-top: 20px;
  }

  .grid-project-gallery {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .action-box {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .action-box-button {
    text-align: left;
  }

  .grid-project {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .project-item {
    margin-bottom: 10px;
  }

  .grid-project-list {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .view-project-wrapper {
    margin-top: 10px;
  }

  .hero-image-bottom {
    width: 100%;
    max-height: none;
  }

  .hero-simple {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-step-wrap {
    padding-bottom: 0;
  }

  .step-title-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .testimonial-content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .testimonial-mask, .testimonial-slide {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-author-name {
    font-size: 20px;
  }

  .paragraph-5 {
    margin-bottom: 0;
  }

  .section-4 {
    padding-bottom: 50px;
  }

  .heading-2, .heading-3, .heading-5 {
    margin-bottom: 0;
  }

  .heading-6 {
    margin-bottom: 0;
    font-size: 64px;
  }

  .heading-7 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 34px;
  }

  h5 {
    font-size: 25px;
  }

  h6 {
    font-size: 20px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-section {
    padding-top: 50px;
  }

  .hero-heading-1, .hero-heading-2 {
    font-size: 60px;
  }

  .hero-image-left-wrap {
    display: none;
  }

  .hero-bottom {
    grid-row-gap: 0px;
  }

  .hero-image-bottom-wrap {
    margin-top: 0;
  }

  .badge-lightbox.badge-mobile-hide {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .step-section {
    padding-top: 0;
  }

  .service-item {
    grid-template-columns: 1fr;
  }

  .section-spacing-bottom {
    padding-bottom: 50px;
  }

  .grid-client {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .award-item {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.75fr;
  }

  .video-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer {
    text-align: left;
  }

  .grid-footer {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-title {
    margin-top: 20px;
  }

  .about-hero-image {
    width: 70%;
  }

  .grid-experience-logo {
    grid-template-columns: 1fr 1fr;
  }

  .grid-team {
    grid-template-columns: 1fr;
  }

  .about-create-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-create-title {
    margin-top: 20px;
    margin-left: 0;
  }

  .contact-form-wrap {
    padding: 20px;
  }

  .grid-address {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .call-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .call-item {
    margin-bottom: 10px;
  }

  .contact-badge {
    display: none;
  }

  .service-stat, .grid-service-list {
    grid-template-columns: 1fr;
  }

  .service-list-wrap {
    margin-bottom: 0;
  }

  .service-list-item {
    margin-bottom: 10px;
  }

  .service-step {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
    padding-bottom: 30px;
  }

  .container-small {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-project-info {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .team-body {
    margin-top: 20px;
  }

  .project-review {
    font-size: 22px;
  }

  .utility-page-content {
    padding: 40px 20px;
  }

  .blog-detail-meta {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .blog-detail-author {
    margin-bottom: 10px;
    display: flex;
  }

  .blog-divider {
    margin-top: 0;
    display: none;
  }

  .blog-meta {
    flex-direction: column;
  }

  .blog-details {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .not-found-404 {
    font-size: 100px;
  }

  .not-found-button {
    margin-top: 20px;
  }

  .section-spacing-top {
    padding-top: 50px;
  }

  .text-slide-right.history-marque {
    mix-blend-mode: normal;
    transform: rotate(0);
  }

  .action-box {
    padding: 30px;
  }

  .project-item {
    padding-top: 10px;
  }

  .view-project-wrapper {
    margin-top: 0;
  }

  .hero-simple-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-simple-title {
    font-size: 50px;
  }

  .grid-about-wrap {
    flex-direction: column-reverse;
    display: flex;
  }

  .grid-step {
    grid-template-columns: 1fr;
  }

  .project-list {
    padding: 30px 20px;
  }

  .testimonial-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .section-3.marquee-scroll-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-2 {
    max-height: 700px;
  }

  .paragraph-3 {
    font-size: 18px;
  }

  .heading-3 {
    font-size: 52px;
  }

  .image-6 {
    float: none;
    clear: none;
    object-fit: contain;
    position: relative;
  }
}

#w-node-_62a577f8-933d-6014-7a48-40446fd3d136-a2658527 {
  align-self: end;
}

#w-node-d29e4454-a264-f28f-96da-5d518de75288-a2658527 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_042bdfd8-8987-8d6f-565f-98ad6e01d7b6-a2658527 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-de0172f2-f469-8375-b3f8-83cdbd909328-a2658527 {
  align-self: end;
}

#w-node-_95e146ac-1c4d-4212-767a-c4484f3077f2-a2658527, #w-node-_95e146ac-1c4d-4212-767a-c4484f3077fe-a2658527, #w-node-_95e146ac-1c4d-4212-767a-c4484f30780a-a2658527, #w-node-_95e146ac-1c4d-4212-767a-c4484f307816-a2658527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec50f256-305d-cad2-a6a4-8a2b441cab6c-1b658531 {
  justify-self: start;
}

#w-node-ec50f256-305d-cad2-a6a4-8a2b441cab70-1b658531 {
  align-self: end;
}

#w-node-_17d1962c-ec87-80b7-f4ac-4faa5be57b1c-1b658531, #w-node-_468a1869-f161-8812-392d-1d9a4ea6cf9a-1b658531 {
  align-self: center;
}

#w-node-ece90542-0cfe-6040-8bed-1031c2b3ffcd-1b658531, #w-node-ece90542-0cfe-6040-8bed-1031c2b3ffd9-1b658531, #w-node-ece90542-0cfe-6040-8bed-1031c2b3ffe5-1b658531, #w-node-ece90542-0cfe-6040-8bed-1031c2b3fff1-1b658531, #w-node-_45a8e719-ecbc-ec13-cb46-0ecefb65cad7-c2658536, #w-node-ba11feeb-0dee-c59b-42b2-300dc2644c60-c2658536, #w-node-_2d09694d-694c-a95d-7cb2-eddca709ab4b-c2658536, #w-node-_48b11821-98f0-a802-1824-e8e7ebeb8702-c2658536, #w-node-be530cd7-634e-de95-68b2-60a6f9d76837-c2658536, #w-node-_896922f3-7857-a0fb-5ee7-17a3bc9a416e-c2658536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_95e146ac-1c4d-4212-767a-c4484f3077e9-a2658527, #w-node-_95e146ac-1c4d-4212-767a-c4484f3077f0-a2658527 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-db8e7021-743c-935a-3abe-ddc27a869944-7a869941 {
    align-self: center;
    justify-self: start;
  }

  #w-node-db8e7021-743c-935a-3abe-ddc27a869946-7a869941 {
    align-self: auto;
  }

  #w-node-ec50f256-305d-cad2-a6a4-8a2b441cab6a-1b658531 {
    justify-self: auto;
  }

  #w-node-aa51d4c1-895f-3528-ae85-8b07b16937f4-1b658531, #w-node-_101942a3-b6bc-d0c7-8337-3d1d4d605719-1b658531 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_17d1962c-ec87-80b7-f4ac-4faa5be57b1c-1b658531, #w-node-_468a1869-f161-8812-392d-1d9a4ea6cf9a-1b658531 {
    justify-self: start;
  }

  #w-node-ece90542-0cfe-6040-8bed-1031c2b3ffc4-1b658531, #w-node-ece90542-0cfe-6040-8bed-1031c2b3ffcb-1b658531 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ece90542-0cfe-6040-8bed-1031c2b3ffc7-1b658531 {
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d29e4454-a264-f28f-96da-5d518de75288-a2658527 {
    grid-column-end: 4;
  }

  #w-node-_042bdfd8-8987-8d6f-565f-98ad6e01d7b6-a2658527 {
    grid-column: 3 / 4;
  }

  #w-node-de0172f2-f469-8375-b3f8-83cdbd909328-a2658527 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-db8e7021-743c-935a-3abe-ddc27a86996d-7a869941 {
    justify-self: end;
  }

  #w-node-_468a1869-f161-8812-392d-1d9a4ea6cf9a-1b658531 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8615b34b-0924-d1fa-2738-ed7536e365c6-a2658527, #w-node-ec50f256-305d-cad2-a6a4-8a2b441cab6a-1b658531 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}