body {
  background-color: hsla(0, 0%, 96.1%, 0.4);
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 800;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
}

.nav-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 97;
  display: none;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1f;
}

.nav-items {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1e252c;
  text-decoration: none;
}

.nav-item.hide {
  display: none;
}

.nav-item-text {
  display: block;
  font-family: 'Playfair Display', sans-serif;
  font-size: 75px;
  line-height: 130px;
  font-weight: 800;
}

.nav-item-number {
  margin-right: 20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Poppins;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 3px;
}

.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 120px;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-text {
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation__menu-btn {
  overflow: hidden;
  height: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 11px;
  margin-left: 12.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hamburger-line {
  width: 25px;
  height: 2.22px;
  min-height: 2.22px;
  background-color: #000;
}

.hamburger-line-2 {
  width: 15px;
  height: 2.22px;
  min-height: 2.22px;
  background-color: #000;
}

.special-text-wrapper {
  overflow: hidden;
  height: 130px;
  color: rgba(0, 0, 0, 0.7);
}

.nav-item-text-full {
  font-family: 'Playfair Display', sans-serif;
  color: #4169e1;
  font-size: 75px;
  line-height: 130px;
  font-weight: 800;
}

.nav__bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 98;
  background-color: #fff;
}

.open-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-btn {
  width: 18px;
  height: 18px;
  margin-left: 12.5px;
  background-image: url('../images/closebtn.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-img {
  width: 120px;
}

.logo-img.bm {
  margin-bottom: 30px;
}

.hero-section {
  padding: 180px 10px 80px;
}

.hero-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background-color: #000;
  color: #fff;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.26;
}

.content-wrapper-hero {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 80px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-content {
  width: 55%;
  padding-bottom: 60px;
}

.hero-content.play-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 30px;
}

.hero-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.4em;
  line-height: 130%;
}

.hero-h1.botm {
  margin-bottom: 30px;
}

.hero-p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.8em;
  line-height: 150%;
}

.hero-p.small {
  font-size: 1.1em;
  font-weight: 300;
}

.btn {
  position: relative;
  overflow: hidden;
  padding: 18px 37px;
  border-style: solid;
  border-width: 1px;
  border-color: #4169e1;
  border-radius: 8px;
  background-color: #4169e1;
  -webkit-transition: all 400ms cubic-bezier(.77, 0, .175, 1);
  transition: all 400ms cubic-bezier(.77, 0, .175, 1);
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn.topm {
  margin-top: 20px;
}

.play-btn {
  width: 50px;
  height: 50px;
  border-radius: 360px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.play-btn:hover {
  background-color: #4169e1;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.section {
  padding: 30px 10px;
}

.section.footer {
  margin-top: 30px;
  background-color: #fff;
}

.section.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1999;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;
  background-color: hsla(0, 0%, 96.1%, 0.4);
}

.wrapper-content {
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-content.ws {
  max-width: 1280px;
  border-radius: 8px;
  background-color: #fff;
}

.wrapper-content.dark {
  max-width: 1280px;
  padding-top: 75px;
  padding-bottom: 75px;
  border-radius: 8px;
  background-color: #000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.6)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/img-cta.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.6)), linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/img-cta.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  color: #fff;
}

.container {
  width: 100%;
  padding: 30px 80px;
}

.container.topb {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.section-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 2.7em;
  line-height: 120%;
}

.section-title.large {
  font-size: 4.5em;
}

.p15 {
  opacity: 0.8;
  font-size: 15px;
  line-height: 23px;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper.space-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.content {
  padding: 30px;
}

.content._50 {
  width: 50%;
}

.content._50.r {
  text-align: right;
}

.content._33 {
  width: 33%;
}

.content._40 {
  width: 45%;
}

.content._20 {
  width: 20%;
}

.content._20.c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content._20.empty {
  width: 10%;
}

.content._4t {
  width: 20%;
}

.content._4t.c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content._25 {
  width: 25%;
  padding: 10px;
}

.content._25.ct {
  text-align: center;
}

.h3-content {
  margin-top: 0px;
  margin-bottom: 30px;
  font-weight: 900;
  text-transform: uppercase;
}

.h3-content.sp {
  max-width: 70%;
  margin-bottom: 0px;
}

.h3-content.small {
  margin-bottom: 40px;
  font-size: 1.5em;
  line-height: 120%;
}

.h3-content.tiny {
  margin-bottom: 0px;
  font-size: 1.4em;
  line-height: 120%;
  font-weight: 800;
}

.wrapper-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1em;
  line-height: 120%;
}

.icon-s {
  width: 35px;
  margin-right: 15px;
}

.service-wrapper-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.service-wrapper-img:hover {
  text-decoration: underline;
}

.service-wrapper-img.small {
  height: 300px;
}

.service-wrapper-img.large {
  height: 500px;
}

.service-wrapper-img.topm {
  margin-top: 50px;
}

.img-s-w {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 0.55;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-s-w {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.enter {
  width: 45px;
  height: 45px;
}

.t-btn {
  position: relative;
  z-index: 1;
}

.lottie-animation {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-btn-lottie {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.icon-feature {
  height: 50px;
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.img-expand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-wrapper-img-full {
  position: relative;
  width: 100%;
  height: 100%;
}

.title-wrapper {
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  text-align: center;
}

.p20 {
  margin-bottom: 20px;
  opacity: 0.8;
  font-size: 20px;
  line-height: 30px;
}

.btnghost {
  position: relative;
  overflow: hidden;
  padding: 18px 37px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 400ms cubic-bezier(.77, 0, .175, 1);
  transition: all 400ms cubic-bezier(.77, 0, .175, 1);
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.btnghost:hover {
  background-color: hsla(0, 0%, 96.1%, 0.4);
}

.wrapper-contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: rgba(51, 51, 51, 0.69);
  font-size: 1.2em;
  line-height: 120%;
  font-weight: 400;
}

.icon-contact {
  width: 25px;
  margin-top: -4px;
  margin-right: 10px;
}

.footer-label {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 1.6em;
  line-height: 120%;
}

.footer-link {
  display: block;
  margin-bottom: 20px;
  opacity: 0.7;
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
}

.footer-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-link.r {
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
}

.copy-t {
  margin-bottom: 0px;
  opacity: 0.8;
  font-size: 15px;
  line-height: 23px;
}

.nav-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 10px;
}

.scroll-top-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  padding-right: 30px;
  padding-bottom: 30px;
}

.scroll-top-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(65, 105, 225, 0.12);
  border-radius: 360px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.scroll-top-btn:hover {
  background-color: rgba(65, 105, 225, 0.26);
}

.scroll-lt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.scroll-top-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 50px;
}

.background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.26;
  -o-object-fit: cover;
  object-fit: cover;
}

.line-process {
  width: 100%;
}

.wrapper-process-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  padding: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #000;
  color: #fff;
}

.step-process {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-top: 15px;
  margin-left: 30px;
  padding-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 360px;
  background-color: #4169e1;
  font-family: 'Playfair Display', sans-serif;
  font-size: 1.9em;
  line-height: 100%;
  font-weight: 800;
}

.arrow-img {
  width: 50px;
}

.arrow-img.right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow-img.bot {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-img.left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.wrapper-loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.loader-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-l {
  width: 120px;
  margin-bottom: 20px;
}

.loading-lt {
  width: 25px;
}

.input {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.input:hover {
  border-color: rgba(0, 0, 0, 0.79);
}

.input:focus {
  border-color: #4169e1;
}

.input.area {
  min-height: 100px;
}

.btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-holder-g {
  padding-left: 20px;
}

.wrapper-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-logo {
  width: 200px;
  padding: 30px;
}

.img-logo.large {
  width: 300px;
}

.img-logo.small {
  width: 150px;
}

.img-team {
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  border-radius: 360px;
  -o-object-fit: cover;
  object-fit: cover;
}

.success-message {
  background-color: #fff;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .logo-img.bm {
    margin-bottom: 60px;
  }

  .hero-section {
    padding-top: 140px;
    padding-bottom: 0px;
  }

  .hero-wrapper {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-wrapper.min {
    height: 350px;
  }

  .content-wrapper-hero {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-wrapper-hero.b {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-content {
    width: 100%;
    padding-right: 80px;
    padding-bottom: 0px;
    padding-left: 80px;
  }

  .hero-content.play-wrapper {
    position: static;
    padding-left: 80px;
  }

  .lightbox-link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section.footer {
    margin-top: 0px;
  }

  .section-title.large {
    font-size: 3.9em;
  }

  .content._50 {
    width: 100%;
  }

  .content._50.r {
    text-align: left;
  }

  .content._50.n1 {
    padding-bottom: 0px;
  }

  .content._50.n2 {
    padding-top: 0px;
  }

  .content._33 {
    width: 100%;
  }

  .content._33._2 {
    width: 50%;
  }

  .content._40 {
    width: 100%;
  }

  .content._20.c {
    display: none;
  }

  .content._4t.c {
    display: none;
  }

  .content._25 {
    width: 50%;
  }

  .content.empty {
    display: none;
  }

  .service-wrapper-img.small {
    height: 400px;
  }

  .service-wrapper-img.large {
    height: 400px;
  }

  .service-wrapper-img.topm {
    margin-top: 0px;
  }

  .img-expand {
    position: static;
  }

  .footer-link.r {
    margin-right: 25px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .nav-items {
    width: 90%;
  }

  .nav-item-text {
    font-size: 48px;
    line-height: 90px;
  }

  .navbar {
    margin-top: 30px;
  }

  .special-text-wrapper {
    height: auto;
  }

  .nav-item-text-full {
    display: none;
    font-size: 48px;
    line-height: 90px;
  }

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

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

  .section-title.large {
    font-size: 3.2em;
  }

  .img-expand {
    height: auto;
  }

  .wrapper-calendly-button {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    display: none;
    padding-top: 100px;
  }

  .nav-item-text {
    font-size: 30px;
    line-height: 60px;
  }

  .navbar {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-item-text-full {
    font-size: 30px;
    line-height: 60px;
  }

  .logo-img {
    width: 100px;
  }

  .hero-wrapper {
    padding: 45px 10px;
  }

  .content-wrapper-hero {
    padding: 15px;
  }

  .hero-content.play-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .hero-h1 {
    font-size: 2.7em;
  }

  .hero-p {
    font-size: 1.3em;
  }

  .btn {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    text-align: center;
  }

  .lightbox-link {
    margin-top: 15px;
  }

  .container {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .section-title {
    font-size: 1.9em;
  }

  .section-title.large {
    font-size: 2.8em;
  }

  .wrapper.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .content {
    padding: 15px;
  }

  .content._33._2 {
    width: 100%;
  }

  .content._25 {
    width: 100%;
  }

  .h3-content.sp {
    max-width: 100%;
  }

  .service-wrapper-img {
    height: 300px;
    padding: 15px;
  }

  .service-wrapper-img.small {
    height: 300px;
  }

  .service-wrapper-img.large {
    height: 300px;
  }

  .btnghost {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
    text-align: center;
  }

  .footer-link.r {
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .scroll-top-btn {
    background-color: #fff;
  }

  .btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn-holder-g {
    width: 100%;
    padding-top: 20px;
    padding-left: 0px;
  }
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}