@font-face {
  font-family: 'madefor-display';
  src: url("../fonts/wixmadefordisplay/wixmadefordisplayregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'madefor-display';
  src: url("../fonts/wixmadefordisplay/wixmadefordisplaybold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'madefor-display';
  src: url("../fonts/wixmadefordisplay/wixmadefordisplayextrabold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Teko';
  src: url("../fonts/Teko/Teko-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Teko';
  src: url("../fonts/Teko/Teko-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Teko';
  src: url("../fonts/Teko/Teko-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Teko';
  src: url("../fonts/Teko/Teko-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Teko';
  src: url("../fonts/Teko/Teko-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block !important; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.menu-collapser {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 0 8px;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  background-color: #999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.collapse-button {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 40px;
  padding: 7px 10px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background-color: #0e0e0e;
  border-radius: 2px;
  cursor: pointer;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.collapse-button:hover,
.collapse-button:focus {
  color: #fff;
  background-color: #040404; }

.collapse-button .icon-bar {
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0;
  background-color: #f5f5f5;
  border-radius: 1px; }

ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }

ul.slimmenu:before,
ul.slimmenu:after {
  content: "";
  display: table; }

ul.slimmenu:after {
  clear: both; }

ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

ul.slimmenu.collapsed li > ul {
  position: static;
  display: none; }

ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

ul.slimmenu.collapsed li .sub-toggle {
  height: 49px;
  position: absolute;
  width: 100%;
  /* background: red; */
  text-align: right;
  padding-right: 20px; }

ul.slimmenu li {
  position: relative;
  float: left;
  display: inline-block;
  background-color: #aaa; }

ul.slimmenu li ul {
  margin: 0;
  list-style-type: none; }

ul.slimmenu li ul li {
  background: #bbbbbb; }

ul.slimmenu li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
  width: 100%; }

ul.slimmenu li > ul > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%; }

ul.slimmenu li a {
  display: block;
  padding: 12px 64px 12px 16px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out; }

ul.slimmenu li a:hover {
  text-decoration: none;
  background-color: #999; }

ul.slimmenu li .sub-toggle {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 48px;
  height: 100%;
  text-align: center;
  cursor: pointer; }

ul.slimmenu li .sub-toggle:before {
  font-family: 'FontAwesome';
  content: "\f078";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  padding-top: 15px; }

ul.slimmenu li .sub-toggle > i {
  display: inline-block;
  color: #333;
  font-size: 16px;
  vertical-align: middle;
  display: none; }

ul.slimmenu > li {
  border-left: 1px solid #999; }

ul.slimmenu > li:first-child,
ul.slimmenu > li.has-submenu + li {
  border-left: 0; }

/*!
 * Bootstrap Grid Only (grid and responsive utilities extracted from Bootstrap 4.1.3)
 * GitHub: https://github.com/dmhendricks/bootstrap-grid-css
 * Bootstrap License: MIT (https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE)
 * Credits: Twitter, Inc. & The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.bootstrap-wrapper .clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.bootstrap-wrapper .visible {
  visibility: visible !important; }

.bootstrap-wrapper .invisible {
  visibility: hidden !important; }

.bootstrap-wrapper .hidden-xs-up {
  display: none !important; }

@media (max-width: 575.98px) {
  .bootstrap-wrapper .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .bootstrap-wrapper .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767.98px) {
  .bootstrap-wrapper .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .bootstrap-wrapper .hidden-md-up {
    display: none !important; } }

@media (max-width: 991.98px) {
  .bootstrap-wrapper .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .bootstrap-wrapper .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .bootstrap-wrapper .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .bootstrap-wrapper .hidden-xl-up {
    display: none !important; } }

.bootstrap-wrapper .hidden-xl-down {
  display: none !important; }

.bootstrap-wrapper .visible-print-block {
  display: none !important; }

@media print {
  .bootstrap-wrapper .visible-print-block {
    display: block !important; } }

.bootstrap-wrapper .visible-print-inline {
  display: none !important; }

@media print {
  .bootstrap-wrapper .visible-print-inline {
    display: inline !important; } }

.bootstrap-wrapper .visible-print-inline-block {
  display: none !important; }

@media print {
  .bootstrap-wrapper .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .bootstrap-wrapper .hidden-print {
    display: none !important; } }

.bootstrap-wrapper .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .bootstrap-wrapper .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .bootstrap-wrapper .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .bootstrap-wrapper .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .bootstrap-wrapper .container {
    max-width: 1140px; } }

.bootstrap-wrapper .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.bootstrap-wrapper .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0; }

.bootstrap-wrapper .no-gutters {
  margin-right: 0;
  margin-left: 0; }

.bootstrap-wrapper .no-gutters > .col, .bootstrap-wrapper .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.bootstrap-wrapper .col-1, .bootstrap-wrapper .col-2, .bootstrap-wrapper .col-3, .bootstrap-wrapper .col-4, .bootstrap-wrapper .col-5, .bootstrap-wrapper .col-6, .bootstrap-wrapper .col-7, .bootstrap-wrapper .col-8, .bootstrap-wrapper .col-9, .bootstrap-wrapper .col-10, .bootstrap-wrapper .col-11, .bootstrap-wrapper .col-12, .bootstrap-wrapper .col, .bootstrap-wrapper .col-auto, .bootstrap-wrapper .col-sm-1, .bootstrap-wrapper .col-sm-2, .bootstrap-wrapper .col-sm-3, .bootstrap-wrapper .col-sm-4, .bootstrap-wrapper .col-sm-5, .bootstrap-wrapper .col-sm-6, .bootstrap-wrapper .col-sm-7, .bootstrap-wrapper .col-sm-8, .bootstrap-wrapper .col-sm-9, .bootstrap-wrapper .col-sm-10, .bootstrap-wrapper .col-sm-11, .bootstrap-wrapper .col-sm-12, .bootstrap-wrapper .col-sm, .bootstrap-wrapper .col-sm-auto, .bootstrap-wrapper .col-md-1, .bootstrap-wrapper .col-md-2, .bootstrap-wrapper .col-md-3, .bootstrap-wrapper .col-md-4, .bootstrap-wrapper .col-md-5, .bootstrap-wrapper .col-md-6, .bootstrap-wrapper .col-md-7, .bootstrap-wrapper .col-md-8, .bootstrap-wrapper .col-md-9, .bootstrap-wrapper .col-md-10, .bootstrap-wrapper .col-md-11, .bootstrap-wrapper .col-md-12, .bootstrap-wrapper .col-md, .bootstrap-wrapper .col-md-auto, .bootstrap-wrapper .col-lg-1, .bootstrap-wrapper .col-lg-2, .bootstrap-wrapper .col-lg-3, .bootstrap-wrapper .col-lg-4, .bootstrap-wrapper .col-lg-5, .bootstrap-wrapper .col-lg-6, .bootstrap-wrapper .col-lg-7, .bootstrap-wrapper .col-lg-8, .bootstrap-wrapper .col-lg-9, .bootstrap-wrapper .col-lg-10, .bootstrap-wrapper .col-lg-11, .bootstrap-wrapper .col-lg-12, .bootstrap-wrapper .col-lg, .bootstrap-wrapper .col-lg-auto, .bootstrap-wrapper .col-xl-1, .bootstrap-wrapper .col-xl-2, .bootstrap-wrapper .col-xl-3, .bootstrap-wrapper .col-xl-4, .bootstrap-wrapper .col-xl-5, .bootstrap-wrapper .col-xl-6, .bootstrap-wrapper .col-xl-7, .bootstrap-wrapper .col-xl-8, .bootstrap-wrapper .col-xl-9, .bootstrap-wrapper .col-xl-10, .bootstrap-wrapper .col-xl-11, .bootstrap-wrapper .col-xl-12, .bootstrap-wrapper .col-xl, .bootstrap-wrapper .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.bootstrap-wrapper .col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.bootstrap-wrapper .col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.bootstrap-wrapper .col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.bootstrap-wrapper .col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.bootstrap-wrapper .col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.bootstrap-wrapper .col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.bootstrap-wrapper .col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.bootstrap-wrapper .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.bootstrap-wrapper .col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.bootstrap-wrapper .col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.bootstrap-wrapper .col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.bootstrap-wrapper .col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.bootstrap-wrapper .col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.bootstrap-wrapper .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.bootstrap-wrapper .order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.bootstrap-wrapper .order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13; }

.bootstrap-wrapper .order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }

.bootstrap-wrapper .order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.bootstrap-wrapper .order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.bootstrap-wrapper .order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.bootstrap-wrapper .order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.bootstrap-wrapper .order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.bootstrap-wrapper .order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

.bootstrap-wrapper .order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7; }

.bootstrap-wrapper .order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8; }

.bootstrap-wrapper .order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9; }

.bootstrap-wrapper .order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10; }

.bootstrap-wrapper .order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11; }

.bootstrap-wrapper .order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12; }

.bootstrap-wrapper .offset-1 {
  margin-left: 8.3333333333%; }

.bootstrap-wrapper .offset-2 {
  margin-left: 16.6666666667%; }

.bootstrap-wrapper .offset-3 {
  margin-left: 25%; }

.bootstrap-wrapper .offset-4 {
  margin-left: 33.3333333333%; }

.bootstrap-wrapper .offset-5 {
  margin-left: 41.6666666667%; }

.bootstrap-wrapper .offset-6 {
  margin-left: 50%; }

.bootstrap-wrapper .offset-7 {
  margin-left: 58.3333333333%; }

.bootstrap-wrapper .offset-8 {
  margin-left: 66.6666666667%; }

.bootstrap-wrapper .offset-9 {
  margin-left: 75%; }

.bootstrap-wrapper .offset-10 {
  margin-left: 83.3333333333%; }

.bootstrap-wrapper .offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .bootstrap-wrapper .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrap-wrapper .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrap-wrapper .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .bootstrap-wrapper .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .bootstrap-wrapper .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap-wrapper .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .bootstrap-wrapper .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .bootstrap-wrapper .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap-wrapper .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .bootstrap-wrapper .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .bootstrap-wrapper .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrap-wrapper .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .bootstrap-wrapper .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .bootstrap-wrapper .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap-wrapper .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .bootstrap-wrapper .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .bootstrap-wrapper .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .bootstrap-wrapper .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .bootstrap-wrapper .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .bootstrap-wrapper .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .bootstrap-wrapper .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .bootstrap-wrapper .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .bootstrap-wrapper .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .bootstrap-wrapper .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .bootstrap-wrapper .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .bootstrap-wrapper .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .bootstrap-wrapper .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .bootstrap-wrapper .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .bootstrap-wrapper .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .bootstrap-wrapper .offset-sm-0 {
    margin-left: 0; }
  .bootstrap-wrapper .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .bootstrap-wrapper .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .bootstrap-wrapper .offset-sm-3 {
    margin-left: 25%; }
  .bootstrap-wrapper .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .bootstrap-wrapper .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .bootstrap-wrapper .offset-sm-6 {
    margin-left: 50%; }
  .bootstrap-wrapper .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .bootstrap-wrapper .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .bootstrap-wrapper .offset-sm-9 {
    margin-left: 75%; }
  .bootstrap-wrapper .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .bootstrap-wrapper .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .bootstrap-wrapper .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrap-wrapper .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrap-wrapper .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .bootstrap-wrapper .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .bootstrap-wrapper .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap-wrapper .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .bootstrap-wrapper .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .bootstrap-wrapper .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap-wrapper .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .bootstrap-wrapper .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .bootstrap-wrapper .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrap-wrapper .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .bootstrap-wrapper .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .bootstrap-wrapper .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap-wrapper .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .bootstrap-wrapper .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .bootstrap-wrapper .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .bootstrap-wrapper .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .bootstrap-wrapper .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .bootstrap-wrapper .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .bootstrap-wrapper .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .bootstrap-wrapper .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .bootstrap-wrapper .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .bootstrap-wrapper .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .bootstrap-wrapper .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .bootstrap-wrapper .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .bootstrap-wrapper .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .bootstrap-wrapper .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .bootstrap-wrapper .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .bootstrap-wrapper .offset-md-0 {
    margin-left: 0; }
  .bootstrap-wrapper .offset-md-1 {
    margin-left: 8.3333333333%; }
  .bootstrap-wrapper .offset-md-2 {
    margin-left: 16.6666666667%; }
  .bootstrap-wrapper .offset-md-3 {
    margin-left: 25%; }
  .bootstrap-wrapper .offset-md-4 {
    margin-left: 33.3333333333%; }
  .bootstrap-wrapper .offset-md-5 {
    margin-left: 41.6666666667%; }
  .bootstrap-wrapper .offset-md-6 {
    margin-left: 50%; }
  .bootstrap-wrapper .offset-md-7 {
    margin-left: 58.3333333333%; }
  .bootstrap-wrapper .offset-md-8 {
    margin-left: 66.6666666667%; }
  .bootstrap-wrapper .offset-md-9 {
    margin-left: 75%; }
  .bootstrap-wrapper .offset-md-10 {
    margin-left: 83.3333333333%; }
  .bootstrap-wrapper .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .bootstrap-wrapper .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrap-wrapper .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrap-wrapper .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .bootstrap-wrapper .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .bootstrap-wrapper .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap-wrapper .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .bootstrap-wrapper .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .bootstrap-wrapper .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap-wrapper .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .bootstrap-wrapper .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .bootstrap-wrapper .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrap-wrapper .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .bootstrap-wrapper .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .bootstrap-wrapper .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap-wrapper .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .bootstrap-wrapper .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .bootstrap-wrapper .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .bootstrap-wrapper .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .bootstrap-wrapper .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .bootstrap-wrapper .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .bootstrap-wrapper .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .bootstrap-wrapper .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .bootstrap-wrapper .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .bootstrap-wrapper .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .bootstrap-wrapper .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .bootstrap-wrapper .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .bootstrap-wrapper .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .bootstrap-wrapper .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .bootstrap-wrapper .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .bootstrap-wrapper .offset-lg-0 {
    margin-left: 0; }
  .bootstrap-wrapper .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .bootstrap-wrapper .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .bootstrap-wrapper .offset-lg-3 {
    margin-left: 25%; }
  .bootstrap-wrapper .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .bootstrap-wrapper .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .bootstrap-wrapper .offset-lg-6 {
    margin-left: 50%; }
  .bootstrap-wrapper .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .bootstrap-wrapper .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .bootstrap-wrapper .offset-lg-9 {
    margin-left: 75%; }
  .bootstrap-wrapper .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .bootstrap-wrapper .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .bootstrap-wrapper .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrap-wrapper .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrap-wrapper .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .bootstrap-wrapper .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .bootstrap-wrapper .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap-wrapper .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .bootstrap-wrapper .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .bootstrap-wrapper .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap-wrapper .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .bootstrap-wrapper .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .bootstrap-wrapper .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrap-wrapper .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .bootstrap-wrapper .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .bootstrap-wrapper .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap-wrapper .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .bootstrap-wrapper .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .bootstrap-wrapper .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .bootstrap-wrapper .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .bootstrap-wrapper .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .bootstrap-wrapper .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .bootstrap-wrapper .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .bootstrap-wrapper .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .bootstrap-wrapper .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .bootstrap-wrapper .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .bootstrap-wrapper .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .bootstrap-wrapper .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .bootstrap-wrapper .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .bootstrap-wrapper .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .bootstrap-wrapper .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .bootstrap-wrapper .offset-xl-0 {
    margin-left: 0; }
  .bootstrap-wrapper .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .bootstrap-wrapper .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .bootstrap-wrapper .offset-xl-3 {
    margin-left: 25%; }
  .bootstrap-wrapper .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .bootstrap-wrapper .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .bootstrap-wrapper .offset-xl-6 {
    margin-left: 50%; }
  .bootstrap-wrapper .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .bootstrap-wrapper .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .bootstrap-wrapper .offset-xl-9 {
    margin-left: 75%; }
  .bootstrap-wrapper .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .bootstrap-wrapper .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.bootstrap-wrapper .img-fluid {
  max-width: 100%;
  height: auto; }

.wrap-language {
  position: fixed;
  height: 100%;
  width: 255px;
  top: 0;
  right: 0;
  background-color: #2e3336;
  z-index: 999999;
  transition: all 0.5s ease-in-out;
  transform: translateX(100%); }

@media (max-width: 640px) {
  .wrap-language {
    max-width: 205px; } }

.wrap-language.active {
  transform: translateX(0px); }

.wrap-language .content ul {
  /* padding-top: 20px; */
  display: grid;
  grid-template-columns: auto auto auto;
  text-align: center; }

.wrap-language .content ul li {
  padding: 20px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  border-right: solid 1px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-in-out;
  cursor: pointer; }

.wrap-language .content ul li a {
  color: #FFFFFF; }

.wrap-language .content ul li:hover {
  background-color: #41b6ed; }

.wrap-language .content ul .active {
  background-color: #41b6ed; }

.wrap-language .content .img-webp {
  max-width: 30px;
  border: solid 2px #fff;
  border-radius: 50%; }

.wrap-language .toggle-language {
  position: absolute;
  max-width: 35px;
  padding-top: 1px;
  padding-left: 5px;
  text-align: center;
  right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #2e3336;
  left: -35px;
  top: 20%;
  color: white;
  cursor: pointer; }

#instagram-wrapper .border-container {
  height: 100px; }

/* ======================= */
/* Sticky Image
/* ======================= */
.red-line {
  position: absolute;
  left: calc(var(--moderator-left) + 26.3vw);
  top: calc(var(--moderator-top) + 1.15vw);
  width: 1px;
  background-color: red;
  height: var(--overlay-height);
  z-index: 100; }

img.overlay-img.fixed {
  position: fixed;
  top: var(--gap); }

img.overlay-img.bottom-position {
  position: absolute;
  top: var(--editor-top);
  width: calc(var(--moderator-width) * 0.69); }

img.img-editor-menu {
  position: absolute;
  z-index: 100;
  width: 15%;
  left: calc(var(--moderator-left) + 9vw);
  top: calc(var(--editor-top) + 0.8vw);
  width: calc(var(--moderator-width) * 0.12);
  right: 13%;
  opacity: 0;
  z-index: 9999999; }

img.img-plugin-manager {
  position: absolute;
  z-index: 101;
  width: auto;
  height: calc(var(--editor-height) - 0.03vw);
  left: calc(var(--moderator-left) + 0.5vw);
  top: calc(var(--editor-top) - 1vw); }

/* ======================= */
/* Moderator Image
/* ======================= */
.img-moderator.mobile {
  display: none; }

/* ======================= */
/* Editor Image
/* ======================= */
.img-editor {
  width: calc(100% - 2.8vw);
  left: 0.72vw;
  position: relative;
  z-index: 1; }

.img-editor.mobile {
  display: none; }

@media (max-width: 920px) {
  img.img-plugin-manager,
  .red-line,
  .img-editor-menu,
  .img-moderator,
  .img-editor,
  .overlay-img {
    display: none; }
  .img-moderator.mobile {
    display: block;
    border-radius: 10px; }
  .img-editor.mobile {
    display: block;
    margin: 0;
    border-radius: 10px;
    width: 100%; }
  .creator-box.video-creator {
    flex-direction: column-reverse; }
  .creator-box.blue-line-publishing {
    flex-direction: column-reverse; } }

@media (max-width: 640px) {
  .clients-logos ul li {
    width: 100%;
    height: 110px; }
  .clients-logos ul {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px; } }

.animated-fade-in-right {
  opacity: 1 !important;
  -webkit-animation: slideIn 2s forwards;
  -moz-animation: slideIn 2s forwards;
  animation: slideIn 2s forwards; }

@-webkit-keyframes slideIn {
  0% {
    transform: translateX(-3vw);
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    transform: translateX(0); } }

@-moz-keyframes slideIn {
  0% {
    transform: translateX(-3vw);
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    transform: translateX(0); } }

@keyframes slideIn {
  0% {
    transform: translateX(-3vw);
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes slideTop {
  0% {
    transform: translateY(-3vw); }
  100% {
    transform: translateY(0); } }

@-moz-keyframes slideTop {
  0% {
    transform: translateY(-3vw); }
  100% {
    transform: translateY(0); } }

@keyframes slideTop {
  0% {
    transform: translateY(-3vw); }
  100% {
    transform: translateY(0); } }

/* ======================= */
/* Gradient Content
/* ======================= */
.gradient-content {
  background-image: linear-gradient(45deg, #ff7a18 10%, #af002d 40%, #319197 60%, #00f0ff 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; }

/* ======================= */
/* Helper
/* ======================= */
.text-center {
  text-align: center; }

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

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

.text-dark {
  color: #222 !important; }

/* ======================= */
/* FEATUER SECTION
/* ======================= */
.feature-section .bootstrap-wrapper {
  padding-right: 100px; }

@media (max-width: 920px) {
  .feature-section .bootstrap-wrapper {
    padding-right: 0; } }

.feature-section h2 {
  font-family: "madefor-display", sans-serif;
  font-weight: normal;
  color: #ffffff;
  line-height: 120%;
  margin: 0 0 30px;
  font-size: clamp(30px, 2.8125vw, 54px); }

.feature-item {
  position: relative;
  z-index: 1;
  padding: 20px 25px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(105.96deg, rgba(255, 255, 255, 0.2) 1.05%, rgba(255, 255, 255, 0.1) 50.28%);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(3px);
  border-radius: 10px;
  margin-bottom: 30px;
  border: solid 1px #f9f9f9; }

.feature-item h3 {
  font-weight: 500;
  font-size: 19px;
  padding-left: 20px; }
  @media (max-width: 768px) {
    .feature-item h3 {
      font-size: 18px; } }

.feature-item img {
  display: block;
  width: 60px;
  margin-bottom: 15px; }

.feature-item p {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px; }

#gothru-feature {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  position: relative; }
  #gothru-feature canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#our-plans-wrapper .border-container {
  padding: 75px 0; }
  @media (max-width: 920px) {
    #our-plans-wrapper .border-container {
      padding-top: 0;
      padding-bottom: 30px; } }

.point-hotspot-right {
  position: absolute;
  width: 56px;
  height: 56px;
  right: 2px;
  top: 0; }

.point-hotspot-left {
  position: absolute;
  width: 56px;
  height: 56px;
  left: 2px;
  top: 0; }

.hotspot {
  position: absolute;
  width: 56px;
  height: 56px;
  right: 2px;
  top: 0;
  z-index: 99999;
  transform: translate(50%, -50%);
  border-radius: 50%;
  background-color: rgba(238, 238, 238, 0.7);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
  transition: left 1s ease-in-out; }
  @media (max-width: 920px) {
    .hotspot {
      display: none; } }

@media (max-width: 920px) {
  .hotspot {
    display: none; } }

.hotspot .marker {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 45%;
  height: 45%;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  border: none;
  border-radius: 50%;
  background-color: #ececec;
  border: solid 4px #ffffff;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25); }

.border-top-left:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%);
  z-index: 1; }

.border-top-left:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(180deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }

.border-top-left.inverse:after {
  background: linear-gradient(125deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }

.border-top-left.inverse-vertical:before {
  background: linear-gradient(180deg, #319197, #af002d 41.07%, #ff7a18 76.05%); }

.border-top-right:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%);
  z-index: 1; }

.border-top-right:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(278deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }

.border-right:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%);
  z-index: 98; }

.border-right.inverse:after.inverse::after {
  background: linear-gradient(180deg, #319197, #af002d 41.07%, #ff7a18 76.05%); }

.border-right.yellow-top:after.yellow-top::after {
  background: linear-gradient(45deg, #ff7a18, #af002d 41.07%, #319197 76.05%); }

.border-left:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%);
  z-index: 1; }

.border-left.yellow-top::after {
  background: linear-gradient(45deg, #ff7a18, #af002d 41.07%, #319197 76.05%); }

.border-left-bottom:before {
  content: " ";
  position: absolute;
  scroll-margin-left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #ff7a18, #af002d 41.07%, #319197 76.05%);
  z-index: 1; }

.border-left-bottom:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(181deg, #ff7a18, #af002d 41.07%, #319197 76.05%); }

.border-left-bottom.inverse:before {
  background: linear-gradient(180deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }

.border-left-bottom.inverse:after {
  background: linear-gradient(181deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }

.border-bottom {
  position: relative; }
  .border-bottom:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(45deg, #ff7a18, #af002d 41.07%, #319197 76.05%);
    z-index: 1; }
  .border-bottom.inverse:before {
    background: linear-gradient(45deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }

@media screen and (max-width: 980px) {
  .inverse-vertical,
  .border-left-bottom:after,
  .border-left-bottom:before,
  .border-left.yellow-top:after,
  .border-left:after,
  .border-right:after,
  .border-top-left:after,
  .border-top-left:before,
  .border-top-right:after,
  .border-top-right:before {
    display: none; } }

.btn-gradient {
  padding: 8px 15px;
  padding-top: 10px;
  border-radius: 5px;
  font-weight: 600;
  width: 180px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  background-size: 120% auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #fedf2d 0%, #f57b2a, #da1515 40%, #1aa4ec, #394edb 100%); }
  .btn-gradient:hover {
    color: #fff;
    background-position: right center;
    /* change the direction of the change here */ }

.btn-pdf {
  cursor: pointer;
  padding: 15px 20px 15px 28px;
  outline: none;
  background: #222222;
  color: #fff;
  width: 195px;
  border-radius: 7px;
  border: none;
  text-align: left;
  font-weight: bold;
  font-size: 17px;
  position: relative; }
  .btn-pdf::after {
    content: "Pdf";
    position: absolute;
    right: 17px;
    background: #fff;
    color: #222222;
    padding: 0 5px;
    border-radius: 3px;
    transition: all ease .2s; }
  .btn-pdf:hover {
    background: #0e0d0d; }

.btn-pricing {
  position: relative;
  width: 170px;
  height: 48px;
  color: #fff;
  background-color: #18A1F0;
  background: #18A1F0;
  border: 1px solid #18A1F0;
  border-radius: 2px;
  cursor: pointer; }
  .btn-pricing:hover {
    background-color: #128ed6; }
  .btn-pricing:focus {
    background-color: #128ed6; }
  .btn-pricing:disabled, .btn-pricing[disabled] {
    opacity: .6;
    cursor: no-drop; }

.btn-signup {
  width: 100%;
  height: 48px;
  color: #fff;
  border-radius: 2px;
  background-color: #18A1F0;
  background: #18A1F0;
  border: 1px solid #18A1F0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 18px; }
  .btn-signup:hover {
    background-color: #128ed6; }
  .btn-signup:focus {
    background-color: #128ed6; }

.btn-login {
  margin-right: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 8px 15px;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  background-size: 200% auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.tippy-box {
  padding: 15px; }
  .tippy-box .tippy-content {
    font-size: 16px; }

.tippy-box[data-theme~=light] {
  box-shadow: -4px 4px 15px rgba(112, 112, 112, 0.15) !important;
  min-width: 350px; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }
  .alert .alert-dismissable,
  .alert .alert-dismissible {
    padding-right: 35px; }
    .alert .alert-dismissable .close,
    .alert .alert-dismissible .close {
      position: relative;
      top: -2px;
      right: -21px;
      color: inherit; }
  .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d; }
    .alert-success hr {
      border-top-color: #c9e2b3; }
    .alert-success .alert-link {
      color: #2b542c; }
  .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f; }
    .alert-info hr {
      border-top-color: #a6e1ec; }
    .alert-info .alert-link {
      color: #245269; }
  .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b; }
    .alert-warning hr {
      border-top-color: #f7e1b5; }
    .alert-warning .alert-link {
      color: #66512c; }
  .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442; }
    .alert-danger hr {
      border-top-color: #e4b9c0; }
    .alert-danger .alert-link {
      color: #843534; }

body {
  overflow: hidden; }

.wrapper-loader {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: #fff;
  z-index: 99999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }

.loader {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 10rem;
  border: 3px solid white;
  background: linear-gradient(#fedf2d, #f57b2a, #da1515, #1aa4ec, #394edb);
  box-shadow: 0px 0px 100px -50px black;
  animation: animate 1s linear infinite; }
  @media (max-width: 564px) {
    .loader {
      width: 70px;
      height: 70px; } }

.loader::before {
  position: absolute;
  content: "";
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border-radius: 10rem;
  border: 3px solid white;
  box-shadow: inset 0px 0px 100px -70px #111; }

@keyframes animate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.wrapper-spinner {
  position: absolute;
  top: 0;
  background: #19a1f0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .wrapper-spinner .spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite; }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }

#canvas, #text {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1; }

#text {
  min-height: 100vh;
  width: 100vw;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  font-size: 8vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

#text h1 {
  opacity: 0.9; }

#particles-js, #particles-dark {
  width: 100%;
  height: 100%;
  background-color: #b61924;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

.switch input {
  display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

input:checked + .slider {
  background-color: #fbcd30; }

input:focus + .slider {
  box-shadow: 0 0 1px #101010; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

/* ======================= */
/* Header
/* ======================= */
#header-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
  transition: all 0.2s ease-in-out; }
  #header-wrapper .wrapper-button {
    display: flex; }
    @media (max-width: 768px) {
      #header-wrapper .wrapper-button {
        display: none; } }
    #header-wrapper .wrapper-button.mobile {
      display: none;
      justify-content: space-between;
      padding: 10px; }
      @media (max-width: 768px) {
        #header-wrapper .wrapper-button.mobile {
          display: flex; } }
      #header-wrapper .wrapper-button.mobile .btn-gradient {
        padding: 8px 15px;
        padding-top: 10px; }
      #header-wrapper .wrapper-button.mobile .btn-login {
        color: #3A3A3A;
        display: flex;
        text-align: center;
        padding: 0; }
        @media (max-width: 920px) {
          #header-wrapper .wrapper-button.mobile .btn-login {
            color: #fff;
            border-bottom: 2px solid #fff !important; } }

.g_id_signin {
  display: block; }
  .g_id_signin .nsm7Bb-HzV7m-LgbsSe {
    min-width: auto !important; }
  @media (max-width: 920px) {
    .g_id_signin {
      max-width: 180px;
      height: 30px; } }

.signin {
  display: block; }
  @media (max-width: 920px) {
    .signin {
      display: none; } }

.mobile-menu {
  display: none; }
  @media screen and (max-width: 980px) {
    .mobile-menu {
      margin-right: 0;
      display: block; }
      .mobile-menu .menu-collapser {
        background: none;
        padding: 0;
        height: 30px;
        width: 60px; }
      .mobile-menu ul.slimmenu.slimmenu {
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 999999;
        /* border: 1px solid #ccc; */ }
        .mobile-menu ul.slimmenu.slimmenu li {
          background: #222222;
          border: none; }
          .mobile-menu ul.slimmenu.slimmenu li a {
            color: #fff;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
          .mobile-menu ul.slimmenu.slimmenu li .sub-toggle > i {
            color: #fff; }
          .mobile-menu ul.slimmenu.slimmenu li li {
            background: #000000; } }

#header-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.24);
  z-index: 999; }

#header-wrapper.on::before {
  background-color: rgba(0, 0, 0, 0.16); }

#header-wrapper .blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -moz-backdrop-filter: saturate(180%) blur(6px);
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  backdrop-filter: saturate(180%) blur(6px);
  background-color: rgba(29, 29, 31, 0.2); }

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  #header-wrapper .blur-overlay {
    background-color: rgba(29, 29, 31, 0); } }

#header-wrapper .blur-overlay:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }

#header-wrapper.on {
  position: fixed;
  /* background: #fff; */
  box-shadow: 0 6px 10px rgba(26, 36, 72, 0.05);
  /* border-bottom: solid 1px #efefef; */
  -webkit-animation: slideTop 0.5s forwards;
  -moz-animation: slideTop 0.5s forwards;
  animation: slideTop 0.5s forwards; }

#header-wrapper.on .blur-overlay {
  background-image: none;
  -moz-backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.75); }

@supports (backdrop-filter: none) or (-webkit-backdrop-filter: none) {
  #header-wrapper.on .blur-overlay {
    background-color: rgba(255, 255, 255, 0.75); } }

#header-wrapper .container {
  max-width: 87.2vw;
  margin: 0 auto;
  position: relative;
  z-index: 999; }

#header-wrapper.on .container .logo {
  padding-left: 0; }

#header-wrapper .container .logo img {
  max-width: 130px;
  margin-bottom: -10px;
  margin-top: -8px; }

#header-wrapper .container .logo img.logo-dark {
  display: none; }

#header-wrapper.on .container .logo img.logo-dark {
  display: block; }

#header-wrapper.on.active .container .logo img.logo-dark {
  display: inline-block; }

#header-wrapper.on .container .logo img.logo-white {
  display: none; }

#header-wrapper.on.active .container .logo img.logo-white {
  display: none; }

#header-wrapper.on .header {
  padding: 10px 0; }

#header-wrapper.on .btn-login {
  color: #3A3A3A;
  border-color: #3A3A3A; }
  #header-wrapper.on .btn-login:hover {
    background-color: #dadce0; }
  @media (max-width: 768px) {
    #header-wrapper.on .btn-login {
      color: #fff;
      border-color: #fff; } }

@media (max-width: 980px) {
  .main-menu {
    display: none; } }

.main-menu ul {
  display: flex; }

.main-menu ul li {
  margin: 0 2.16vw 0 0;
  position: relative; }

.main-menu ul li a {
  font-family: "madefor-display", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  position: relative; }

.main-menu > ul > li > a {
  padding-bottom: 30px;
  position: relative; }

.main-menu > ul > li > a::before {
  content: "";
  width: 100%;
  background-color: #199df0;
  height: 2px;
  position: absolute;
  bottom: 23px;
  transition: all 0.2s ease-in-out;
  opacity: 0; }

.main-menu > ul > li:hover > a::before {
  opacity: 1 !important;
  -webkit-animation: slideIn 0.3s forwards;
  -moz-animation: slideIn 0.3s forwards;
  animation: slideIn 0.3s forwards; }

.main-menu ul li a.active,
.main-menu ul > li:hover > a {
  color: #199df0; }

.main-menu ul > li > a .fa {
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  top: 1px; }

.main-menu ul > li:hover > a .fa {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  transform: rotate(180deg); }

/* .main-menu ul li.dropdown a:before{ content:' '; background:url(node_assets/images/dropdown.png); width:12px; height: 7px; position: absolute; right:calc(0% - 1.35vw); top:50%; transform: translateY(-50%);} */
.main-menu ul li:hover ul {
  display: block; }

.main-menu ul li ul {
  position: absolute;
  left: 0;
  top: calc(100% + 24px);
  min-width: 250px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.72);
  padding: 0;
  display: none;
  z-index: 99;
  border-left: solid 1px rgba(0, 0, 0, 0.16);
  border-bottom: solid 1px rgba(0, 0, 0, 0.16);
  border-right: solid 1px rgba(0, 0, 0, 0.16);
  margin-top: -1px; }

.main-menu ul li ul li {
  /* margin: 0 0 10px; */
  margin: 0; }

.main-menu ul li ul li a:before {
  display: none; }

.main-menu ul li ul li a {
  color: #222222;
  display: block;
  padding: 15px 20px 8px;
  transition: all 0.2s ease-in-out; }

.main-menu ul li ul li a:hover {
  background: #F3F7F8; }

#header-wrapper .main-menu {
  position: relative; }

#header-wrapper .main-menu > ul > li > a {
  color: #fff; }

#header-wrapper.on .main-menu > ul > li > a {
  padding-bottom: 25px;
  color: #3a3a3a; }

#header-wrapper.on.active .main-menu > ul > li > a {
  padding-bottom: 25px;
  color: #3a3a3a; }

#header-wrapper .main-menu > ul > li.dropdown > a {
  position: relative; }

#header-wrapper.on .main-menu ul li ul {
  top: calc(100% + 16px); }

.header {
  display: flex;
  justify-content: space-between;
  padding: 20px 0; }

.header-right {
  display: flex;
  align-items: center; }

@media screen and (max-width: 980px) {
  #header-wrapper {
    position: fixed;
    /* background-color: #fff; */ }
  #header-wrapper .header {
    padding: 10px 0; }
  #header-wrapper .container {
    max-width: 90vw;
    margin: 0 auto; }
  #header-wrapper .container .logo {
    padding-left: 0; }
  .header-right {
    flex-direction: row-reverse; } }

@media (max-width: 640px) {
  #header-wrapper {
    background-color: transparent; }
  #header-wrapper .gradient-bg {
    display: none; }
  #header-wrapper .container {
    max-width: 100vw; }
  .header .logo img {
    max-width: 120px;
    padding-left: 10px; } }

/* footer */
.footer {
  background: #ffffff;
  position: relative; }
  .footer .border-top-left::after {
    background: linear-gradient(25deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
  .footer .border-top-left::before {
    background: linear-gradient(180deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
  .footer-social {
    padding: 2.604vw 0 0; }
    @media (max-width: 980px) {
      .footer-social {
        padding: 20px 0;
        text-align: center;
        width: 100%; } }
    .footer-social ul {
      display: flex;
      padding: 0;
      margin: 0; }
      @media (max-width: 980px) {
        .footer-social ul {
          justify-content: center; } }
      .footer-social ul li {
        margin-left: 7px; }
        @media (max-width: 980px) {
          .footer-social ul li {
            margin: 0 5px; } }
        .footer-social ul li i {
          background: #222222;
          border-radius: 50px;
          width: 31px;
          height: 31px;
          text-align: center;
          color: #fff;
          font-size: 16px;
          display: flex;
          align-items: center;
          justify-content: center; }
        .footer-social ul li a {
          background: #fff;
          border-radius: 5px;
          color: #fff;
          font-weight: 700;
          font-size: clamp(14px, 0.9375vw, 18px);
          padding: 14px 2.5px 16px;
          display: inline-block;
          position: relative; }
          .footer-social ul li a:hover i {
            background: #ffd503;
            color: #000; }
  .footer-logo {
    text-align: center;
    display: block;
    width: 450px;
    max-width: 100%;
    margin-top: -118px;
    position: absolute;
    left: calc(50% + -0.50vw);
    transform: translateX(-50%); }
    @media (max-width: 920px) {
      .footer-logo {
        width: 300px;
        left: 50%;
        margin-top: -100px; } }
  .footer-menu-wrapper {
    display: flex;
    padding-bottom: 5.05vw;
    padding-top: 230px;
    justify-content: space-around; }
    @media (max-width: 920px) {
      .footer-menu-wrapper {
        padding-top: 130px;
        margin-top: -10vw;
        margin-bottom: 0;
        padding-bottom: 20px; } }
    @media (max-width: 500px) {
      .footer-menu-wrapper {
        margin-top: 0; } }
  .footer h3 {
    font-weight: 600;
    font-size: 18px;
    color: #3a3a3a;
    margin: 0 0 1.09375vw; }
  .footer a {
    font-weight: 400;
    font-size: 16px;
    color: #6a6a6a; }
    .footer a:hover {
      color: #ffd503; }
  .footer ul li {
    margin: 0; }
  .footer-menu.f-help ul li {
    margin-bottom: 1.35vw; }
  .footer-copyright {
    padding: 3.23vw 0;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 980px) {
      .footer-copyright {
        padding: 0;
        flex-wrap: wrap; } }
    .footer-copyright .copyright-left {
      padding: 0 0 0 60px;
      width: 72.9%; }
      @media (max-width: 980px) {
        .footer-copyright .copyright-left {
          width: 100%;
          padding: 0;
          text-align: center; } }
      .footer-copyright .copyright-left p {
        font-weight: 400;
        font-size: 16px;
        color: #6a6a6a;
        margin: 0 0 0.625vw; }
  .footer-support {
    display: none;
    position: fixed;
    right: 7px;
    bottom: 0;
    z-index: 999;
    animation: mymove 3s infinite; }
    .footer-support a img {
      width: 5.2vw;
      min-width: 60px; }
    @media (max-width: 500px) {
      .footer-support {
        transform: translate(10%, -50%); } }
  .footer .f-menu {
    width: 18.1%; }
  .footer .f-products {
    width: 23.3%; }
  .footer .f-industries {
    width: 25.1%; }
  .footer .f-support {
    width: 17.1%; }
  .footer .f-help {
    width: 16.4%; }
    @media (max-width: 980px) {
      .footer .f-help {
        width: 100%;
        text-align: center; } }
  @media (max-width: 500px) {
    .footer .f-industries,
    .footer .f-menu,
    .footer .f-products,
    .footer .f-support {
      display: none; }
    .footer .footer-top {
      height: 15vw; } }
  .footer.dark {
    background-color: #222222; }
    .footer.dark h3 {
      color: #fff; }
    .footer.dark a {
      color: #fff; }
      .footer.dark a:hover {
        color: #ffd503; }
    .footer.dark .copyright-left p {
      color: #fff; }
    .footer.dark ul li a {
      background: none; }
    .footer.dark ul li i {
      background: #fff;
      color: #222; }

/* section mid creator (154)*/
/* section pricing table (154)*/
/* Rounded sliders (406)*/
/* section common questions (651) */
/* section what clients say (891) */
/* section owl (1110) */
/* section clients (3401)*/
/* gothru video */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

li,
ol,
ul {
  list-style: none; }

a {
  text-decoration: none; }

body {
  font-family: "madefor-display", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #2d2d2d;
  line-height: 1.6; }
  @media (max-width: 640px) {
    body {
      overflow-x: hidden; } }

/* ======================= */
/* SECTION BANNER
/* ======================= */
#banner-wrapper {
  display: block;
  position: relative;
  background-color: #000; }
  #banner-wrapper .prev {
    text-indent: -9999px;
    display: block;
    background: url("node_assets/images/home/background/prev.png") no-repeat;
    width: 31px;
    height: 17px;
    left: 6.51vw;
    top: 50%;
    position: absolute;
    margin-right: 6px;
    z-index: 999; }
  #banner-wrapper .next {
    text-indent: -9999px;
    display: block;
    background: url("node_assets/images/home/background/next.png") no-repeat;
    width: 31px;
    height: 17px;
    right: 6.5vw;
    top: 50%;
    position: absolute;
    margin-left: 6px;
    z-index: 999; }
  #banner-wrapper .wrapper-embed-full {
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    height: 530px;
    position: relative;
    overflow: hidden; }
    #banner-wrapper .wrapper-embed-full iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      overflow: hidden;
      user-select: none; }
  #banner-wrapper .content-overlay {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-60%);
    left: 0;
    width: 100%;
    visibility: inherit;
    pointer-events: none; }
    #banner-wrapper .content-overlay .content {
      max-width: 87.2vw;
      margin: 0 auto; }
    #banner-wrapper .content-overlay .sub-title {
      font-size: 24px;
      line-height: 100%;
      color: #ffffff;
      margin-bottom: 30px;
      display: block;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
      text-transform: uppercase; }
    #banner-wrapper .content-overlay .title {
      font-size: 72px;
      line-height: 100%;
      color: #ffffff;
      display: block;
      margin-top: 30px;
      margin-bottom: 30px;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
      text-transform: capitalize; }
    #banner-wrapper .content-overlay .drag-it {
      text-align: center; }
      #banner-wrapper .content-overlay .drag-it img {
        max-width: 200px; }
  @media (max-width: 1200px) {
    #banner-wrapper .content-overlay a,
    #banner-wrapper .content-overlay .sub-title {
      font-size: 16px; }
    #banner-wrapper .content-overlay .title {
      font-size: 36px; } }
  @media (max-width: 920px) {
    #banner-wrapper .border-container {
      height: 60vh;
      padding: 120px 0 60px; }
    #banner-wrapper .wrapper-embed-full {
      height: 60vh; } }
  @media (max-width: 640px) {
    #banner-wrapper {
      text-align: center;
      padding-top: 59px; }
      #banner-wrapper .content-overlay .title {
        font-size: 24px; }
      #banner-wrapper .nav-action a {
        width: 30px;
        height: 30px;
        margin: 0 7.5px; }
      #banner-wrapper .drag-it img {
        max-width: 50px !important;
        display: block;
        margin: 30px auto 0; } }

@media (min-width: 920px) {
  .home #banner-wrapper .wrapper-embed-full {
    height: 100vh; } }

/* ======================= */
/* END SECTION BANNER
/* ======================= */
/* ======================= */
/* BASE SECTION
/* ======================= */
.base-section {
  padding: 95px 0; }
  @media (min-width: 1600px) {
    .base-section {
      padding: 100px 0; } }
  @media (max-width: 920px) {
    .base-section {
      padding: 50px 0; } }
  @media (max-width: 640px) {
    .base-section {
      padding: 0; } }
  .base-section.pb-0 {
    padding-bottom: 0; }
  .base-section.pt-0 {
    padding-top: 0; }

/* ======================= */
/* BASE SECTION
/* ======================= */
/* SECTION PRICING TABLE */
.our-plans {
  width: 92.5%; }
  .our-plans a {
    width: 190px;
    display: block;
    margin: auto;
    height: 47px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  @media (max-width: 980px) {
    .our-plans {
      width: 100%;
      padding: 0; } }
  .our-plans-title h2 {
    font-weight: normal;
    font-size: 45px;
    color: #222222;
    display: block;
    text-align: center;
    margin: 0 0 2.7vw; }
    @media (max-width: 640px) {
      .our-plans-title h2 {
        font-size: 27px;
        margin: 0;
        padding: 30px 0; } }
  @media (max-width: 640px) {
    .our-plans-title h3 {
      padding: 20px 0;
      margin: 0; } }
  .our-plans-table .thead-plans {
    display: flex;
    align-items: center; }
    .our-plans-table .thead-plans h5 {
      font-weight: 400;
      font-size: 16px; }
    .our-plans-table .thead-plans .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ffd503;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    .our-plans-table .thead-plans .slider:before {
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      left: 6px;
      bottom: 6px;
      background: #222222;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      border: 3px solid #fff; }
    .our-plans-table .thead-plans input:checked + .slider {
      background-color: #ffd503; }
    .our-plans-table .thead-plans input:focus + .slider {
      box-shadow: 0 0 1px #ffd503; }
    .our-plans-table .thead-plans input:checked + .slider:before {
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px); }
    .our-plans-table .thead-plans .slider.round {
      border-radius: 34px; }
      .our-plans-table .thead-plans .slider.round::before {
        border-radius: 50%; }
  .our-plans-table .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    margin: 0 15px; }
  .our-plans-table .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .our-plans-table table {
    border-collapse: collapse;
    width: 100%; }
    .our-plans-table table tbody td {
      border: 1px solid #707070;
      text-align: center;
      padding: 1.09vw 0 0.9375vw; }
      .our-plans-table table tbody td:nth-child(odd) {
        background: #f9f9f9; }
      .our-plans-table table tbody td:nth-child(1) {
        text-align: left; }
      .our-plans-table table tbody td .accordion {
        font-size: 16px;
        font-weight: 700;
        color: #2d2d2d;
        cursor: pointer;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        padding: 0;
        transition: 0.4s; }
        .our-plans-table table tbody td .accordion span {
          display: block;
          padding: 0 0 0 3.958vw;
          position: relative; }
          @media (max-width: 500px) {
            .our-plans-table table tbody td .accordion span {
              padding: 3px 0 0 25px; } }
          .our-plans-table table tbody td .accordion span::before {
            content: "\002B";
            font-weight: normal;
            font-size: 16px;
            position: absolute;
            left: 1.35vw;
            top: 50%;
            transform: translateY(-50%); }
        .our-plans-table table tbody td .accordion.active span::before {
          content: "\2212"; }
      .our-plans-table table tbody td .panel {
        padding: 10px 10px 0;
        background: #f9f9f9;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out; }
    .our-plans-table table thead {
      position: sticky;
      z-index: 98; }
      @media (min-width: 980px) {
        .our-plans-table table thead {
          top: 60px; } }
      .our-plans-table table thead th {
        border: 1px solid #707070;
        text-align: center;
        padding: 0.9375vw 0 0.989vw;
        background: #fff; }
        .our-plans-table table thead th:nth-child(1) {
          border-left: none;
          border-top: none;
          width: 37.1%; }
        .our-plans-table table thead th:nth-child(even) {
          background: #f9f9f9; }
      .our-plans-table table thead .plan-type h5 {
        font-size: 16px;
        color: #2d2d2d;
        font-weight: normal;
        font-size: 16px;
        color: #2d2d2d;
        margin: -0.3125vw 0 0; }
      .our-plans-table table thead .plan-type span.price {
        font-weight: 700;
        font-size: clamp(16px, 1.3vw, 25px);
        color: #2d2d2d;
        display: block;
        margin: -0.26vw 0 0; }
  .our-plans .our-plan-subscribe {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1.8vw 0 1.92vw; }
  .our-plans .our-plan-subscribe h5 {
    font-weight: 700;
    color: #222222;
    font-size: 16px;
    margin: 0 7px 0 0; }
  .our-plans .our-plan-subscribe a img {
    display: block; }
  @media (max-width: 980px) {
    .our-plans-table {
      overflow-x: auto; }
    .our-plans-table table {
      width: 800px; } }

/* END PRICING TABLE */
/* SECTION MID CREATOR */
#mid-section-wrapper {
  background: url("../images/home/background/creator-bg.jpg") no-repeat left top;
  background-size: cover;
  position: relative;
  z-index: 4; }
  @media (max-width: 640px) {
    #mid-section-wrapper {
      overflow-x: hidden;
      padding: 40px 0; } }
  #mid-section-wrapper .creator-box {
    display: flex; }
    #mid-section-wrapper .creator-box-content {
      width: 40%;
      font-size: 16px; }
      @media (max-width: 1080px) {
        #mid-section-wrapper .creator-box-content {
          width: 45%; } }
      #mid-section-wrapper .creator-box-content h2 {
        font-weight: normal;
        color: #ffffff;
        margin: 0 0 1.77vw;
        line-height: 1.3;
        font-size: 18px; }
        @media (min-width: 960px) {
          #mid-section-wrapper .creator-box-content h2 {
            font-size: 45px; } }
        @media screen and (max-width: 1800px) {
          #mid-section-wrapper .creator-box-content h2 {
            margin-bottom: 1vw; } }
        @media (max-width: 768px) {
          #mid-section-wrapper .creator-box-content h2 {
            font-size: 27px; } }
      #mid-section-wrapper .creator-box-content h5 {
        font-weight: normal;
        font-size: 16px;
        color: #ffffff;
        padding-top: 10px;
        margin-bottom: 18px; }
        @media (max-width: 500px) {
          #mid-section-wrapper .creator-box-content h5 {
            padding-top: 20px;
            padding-bottom: 10px;
            margin-bottom: 0; } }
      #mid-section-wrapper .creator-box-content p {
        color: #ffffff;
        line-height: 1.6;
        margin: 0 0 1vw;
        font-size: 20px; }
        @media (max-width: 640px) {
          #mid-section-wrapper .creator-box-content p {
            font-size: 14px;
            padding-top: 10px; } }
      #mid-section-wrapper .creator-box-content ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 0 1vw; }
        #mid-section-wrapper .creator-box-content ul li {
          width: 48.7%;
          margin: 0 0 0.989vw;
          border: 1px solid #707070;
          border-radius: 5px;
          font-size: 16px;
          color: #ffffff;
          background: url("../images/home/background/tick.png") no-repeat 18px 17px;
          padding: 10px 16px 5px 42px; }
          @media (max-width: 500px) {
            #mid-section-wrapper .creator-box-content ul li {
              width: 100%;
              margin-bottom: 15px; } }
        @media (max-width: 500px) {
          #mid-section-wrapper .creator-box-content ul {
            padding-bottom: 15px; } }
      #mid-section-wrapper .creator-box-content a.tryit {
        width: 141px;
        text-align: center;
        height: 55px;
        background: #ffffff;
        border-radius: 5px;
        font-weight: 700;
        font-size: 16px;
        color: #222222;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5px; }
    #mid-section-wrapper .creator-box-img {
      width: 60%;
      position: relative; }
      #mid-section-wrapper .creator-box-img.vr-app {
        border-radius: 10px;
        overflow: hidden; }
      @media (max-width: 1080px) {
        #mid-section-wrapper .creator-box-img {
          width: 55%; } }
      @media screen and (max-width: 980px) {
        #mid-section-wrapper .creator-box-img {
          width: 100%;
          margin-bottom: 20px; } }
      #mid-section-wrapper .creator-box-img::before {
        position: absolute;
        z-index: -1;
        /* put it *behind* parent */
        /* go outside padding-box by * a border-width ($b) in every direction */
        top: -1.5em;
        right: -1.5em;
        bottom: -1.5em;
        left: -1.5em;
        border: inherit;
        border-color: transparent;
        background: inherit;
        background-clip: border-box;
        /* -webkit-prefixed version * still needed for * some mobile browsers */
        -webkit-filter: blur(9px);
        filter: blur(9px);
        -webkit-clip-path: inset(0);
        clip-path: inset(0);
        content: ""; }
      #mid-section-wrapper .creator-box-img .wrapper-video-creator {
        border-radius: 10px;
        overflow: hidden; }
      #mid-section-wrapper .creator-box-img .wrapper-blue-line {
        border-radius: 10px;
        overflow: hidden; }
      #mid-section-wrapper .creator-box-img img {
        max-width: 100%; }
      #mid-section-wrapper .creator-box-img.center {
        text-align: center; }
      #mid-section-wrapper .creator-box-img .prev {
        text-indent: -9999px;
        display: block;
        background: url("node_assets/images/home/background/prev.png") no-repeat;
        width: 31px;
        height: 17px;
        left: 6.51vw;
        top: 50%;
        position: absolute;
        margin-right: 6px;
        z-index: 999; }
      #mid-section-wrapper .creator-box-img .next {
        text-indent: -9999px;
        display: block;
        background: url("node_assets/images/home/background/next.png") no-repeat;
        width: 31px;
        height: 17px;
        right: 6.5vw;
        top: 50%;
        position: absolute;
        margin-left: 6px;
        z-index: 999; }
    #mid-section-wrapper .creator-box.right-img-box {
      flex-direction: row-reverse; }
      @media screen and (max-width: 980px) {
        #mid-section-wrapper .creator-box.right-img-box {
          flex-direction: column; } }
      #mid-section-wrapper .creator-box.right-img-box .creator-box-content {
        padding: 0 6%; }
        @media screen and (max-width: 980px) {
          #mid-section-wrapper .creator-box.right-img-box .creator-box-content {
            padding: 0;
            width: 100%; } }
        #mid-section-wrapper .creator-box.right-img-box .creator-box-content p,
        #mid-section-wrapper .creator-box.right-img-box .creator-box-content ul {
          max-width: 600px; }
    #mid-section-wrapper .creator-box.street-view {
      margin-bottom: 7.1875vw; }
      @media screen and (max-width: 980px) {
        #mid-section-wrapper .creator-box.street-view {
          margin-top: 0 !important; } }
    @media screen and (max-width: 980px) {
      #mid-section-wrapper .creator-box {
        flex-direction: column;
        margin-bottom: 40px; }
        #mid-section-wrapper .creator-box.video-creator {
          flex-direction: column-reverse !important; } }
  @media screen and (max-width: 980px) {
    #mid-section-wrapper .realtor .creator-box {
      margin-bottom: 0; } }
  #mid-section-wrapper .border-container {
    padding: 0; }
  #mid-section-wrapper .left-img-box .creator-box-content {
    padding: 0 6% 0 7.6%; }
    @media (min-width: 768px) {
      #mid-section-wrapper .left-img-box .creator-box-content {
        position: relative;
        z-index: 4; } }
    @media screen and (max-width: 980px) {
      #mid-section-wrapper .left-img-box .creator-box-content {
        padding: 0;
        width: 100%; } }
    #mid-section-wrapper .left-img-box .creator-box-content p {
      max-width: 600px; }
      #mid-section-wrapper .left-img-box .creator-box-content p ul {
        max-width: 600px; }
    @media screen and (max-width: 1800px) {
      #mid-section-wrapper .left-img-box .creator-box-content {
        padding: 0 3.3%; } }
    #mid-section-wrapper .left-img-box .creator-box-content .street-view-title {
      position: relative;
      width: 60%; }
    #mid-section-wrapper .left-img-box .creator-box-content .badge-street-view {
      position: absolute;
      right: 80px;
      width: 75px;
      top: 17px; }
      @media (max-width: 768px) {
        #mid-section-wrapper .left-img-box .creator-box-content .badge-street-view {
          top: inherit; } }
    @media (max-width: 768px) {
      #mid-section-wrapper .left-img-box .creator-box-content .street-view-title {
        width: 50%; }
      #mid-section-wrapper .left-img-box .creator-box-content .badge-street-view {
        padding-top: 6px;
        right: 25%;
        width: 55px; } }
  @media screen and (max-width: 980px) {
    #mid-section-wrapper .new {
      display: none; } }
  #mid-section-wrapper .new .creator-box-img {
    padding: 0 4.9vw 0 6vw; }
    #mid-section-wrapper .new .creator-box-img img {
      width: 100%; }
  #mid-section-wrapper .realtor.border-top-left::before {
    height: calc(var(--clients-element) + 100%); }
  #mid-section-wrapper .vr-app .store {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 5px;
    padding-top: 10px;
    padding-bottom: 25px; }
    #mid-section-wrapper .vr-app .store .wrapper {
      max-width: 185px; }
      #mid-section-wrapper .vr-app .store .wrapper img {
        width: 100%;
        object-fit: cover; }
  #mid-section-wrapper .moderator-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
    z-index: 3; }
    @media (max-width: 920px) {
      #mid-section-wrapper .moderator-sticky {
        display: none; } }
  #mid-section-wrapper img.overlay-img {
    position: relative;
    width: 41.1%;
    left: 9.5%;
    transition: all 0.5s ease;
    margin-top: 105px; }
    @media (min-width: 1280px) {
      #mid-section-wrapper img.overlay-img {
        margin-top: 109px; } }
    @media (min-width: 1420px) {
      #mid-section-wrapper img.overlay-img {
        margin-top: 111px; } }
    @media (min-width: 1600px) {
      #mid-section-wrapper img.overlay-img {
        margin-top: 118px; } }
    @media (min-width: 1920px) {
      #mid-section-wrapper img.overlay-img {
        margin-top: 121px; } }
    @media (max-width: 1080px) {
      #mid-section-wrapper img.overlay-img {
        top: calc(var(--moderator-top) + 1.05vw);
        left: calc(var(--moderator-left) + 7.6vw); } }

/* END SECTION MID CREATOR */
/* ======================= */
/* SECTION COMMON QUESTIONS
/* ======================= */
#common-questions-wrapper {
  background: #222222; }
  @media (max-width: 920px) {
    #common-questions-wrapper {
      padding-bottom: 60px; } }
  #common-questions-wrapper .border-right::after {
    background: linear-gradient(9deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
  #common-questions-wrapper .common-questions {
    display: flex;
    padding: 6.3vw 0 6.77vw;
    padding-bottom: 10vw; }
    @media (max-width: 980px) {
      #common-questions-wrapper .common-questions {
        flex-wrap: wrap;
        padding: 40px 0; } }
    #common-questions-wrapper .common-questions-left {
      width: 34.3%;
      padding: 2.7vw 0 5.7vw 3.9vw;
      border: 3px solid transparent;
      border-image: linear-gradient(180deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%) 1; }
      @media (max-width: 980px) {
        #common-questions-wrapper .common-questions-left {
          width: 100%;
          padding: 15px;
          border: 1px solid transparent;
          border-image: linear-gradient(180deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%) 1;
          border-bottom: none; } }
      #common-questions-wrapper .common-questions-left h3 {
        font-weight: normal;
        font-size: 38px;
        color: #ffffff;
        margin: 0 0 2.343vw; }
        @media (max-width: 980px) {
          #common-questions-wrapper .common-questions-left h3 br {
            display: none; } }
        @media (max-width: 980px) {
          #common-questions-wrapper .common-questions-left h3 {
            margin-bottom: 15px; } }
        @media (max-width: 640px) {
          #common-questions-wrapper .common-questions-left h3 {
            font-size: 27px; } }
      #common-questions-wrapper .common-questions-left a {
        font-size: 16px;
        color: #ffffff; }
        @media (max-width: 980px) {
          #common-questions-wrapper .common-questions-left a br {
            display: none; } }
      #common-questions-wrapper .common-questions-left .question-img {
        margin: 0 0 1.145vw; }
        @media (max-width: 980px) {
          #common-questions-wrapper .common-questions-left .question-img {
            display: none; } }
    #common-questions-wrapper .common-questions-right {
      width: 65.7%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      @media (max-width: 980px) {
        #common-questions-wrapper .common-questions-right {
          width: 100%; } }

.cq-box {
  padding: 2.65vw 1.77vw 2.23vw;
  border: 3px solid transparent;
  border-image: linear-gradient(45deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%) 1;
  border-bottom: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
  width: 100%; }
  .cq-box:last-child {
    border-bottom: 3px solid transparent; }
  @media (max-width: 980px) {
    .cq-box {
      border: 1px solid transparent;
      border-image: linear-gradient(180deg, #ff7a18, #af002d 41.07%, #319197 76.05%) 1;
      border-bottom: none;
      padding: 15px; } }
  @media screen and (max-width: 500px) {
    .cq-box {
      padding: 10px; }
      .cq-box:last-child {
        border-bottom: 1px solid transparent; }
      .cq-box .accordion {
        position: relative;
        padding-left: 30px; }
        .cq-box .accordion::after {
          top: 4px;
          left: 0;
          position: absolute;
          margin-left: 0; } }
      @media screen and (max-width: 500px) and (max-width: 560px) {
        .cq-box .accordion::after {
          top: -11px; } }
  .cq-box h3 {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    padding-left: 35px; }
  .cq-box .panel {
    padding: 10px 10px 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.2s all ease-in-out; }
    .cq-box .panel.on {
      max-height: fit-content !important; }
    .cq-box .panel p {
      font-size: 16px;
      color: #fff; }
      .cq-box .panel p a {
        text-decoration: underline;
        color: #ffd503; }
  .cq-box .accordion::after {
    content: "\002B";
    position: absolute;
    left: 0;
    bottom: -12px;
    color: #ffd503;
    font-weight: bold;
    margin-left: 5px;
    font-size: 30px;
    font-weight: normal;
    margin-right: 1.197vw; }
  .cq-box .active::after {
    content: "\2212"; }

/* ======================= */
/* END SECTION COMMON QUESTIONS
/* ======================= */
/* ======================= */
/* SECTION OUR INDUSTRIES
/* ======================= */
#industries-wrapper {
  background-color: #222222;
  position: relative; }
  #industries-wrapper canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #industries-wrapper .our-industries-title {
    padding-right: 40px; }
    #industries-wrapper .our-industries-title h2 {
      font-weight: normal;
      color: #ffffff;
      font-size: 45px;
      text-align: center; }
      @media (max-width: 640px) {
        #industries-wrapper .our-industries-title h2 {
          font-size: 27px;
          padding: 30px 0; } }
    @media (max-width: 920px) {
      #industries-wrapper .our-industries-title {
        padding-right: 0; }
        #industries-wrapper .our-industries-title::before {
          display: none; } }
    @media (max-width: 640px) {
      #industries-wrapper .our-industries-title {
        padding-bottom: 0; } }
  #industries-wrapper .bootstrap-wrapper {
    padding-right: 30px;
    margin-top: 50px; }
    @media (max-width: 920px) {
      #industries-wrapper .bootstrap-wrapper {
        padding-right: 0;
        margin-top: 0; } }
  #industries-wrapper .item-industry {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    height: 170px; }
    #industries-wrapper .item-industry img {
      object-fit: cover;
      position: relative;
      z-index: 1;
      transition: all 3s ease-in-out;
      width: 100%;
      height: 100%; }
    #industries-wrapper .item-industry .overlay {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.5)); }
    #industries-wrapper .item-industry .content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 15px;
      color: #ffffff;
      z-index: 3; }
      #industries-wrapper .item-industry .content h5 {
        color: #ffffff;
        margin-bottom: 10px; }
      #industries-wrapper .item-industry .content p {
        margin-bottom: 0; }
    #industries-wrapper .item-industry .link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 4; }
    #industries-wrapper .item-industry:hover img {
      transform: scale(1.2); }
  #industries-wrapper #industries-bottom::after {
    background: #fedf2d; }
  #industries-wrapper .industries-bottom {
    height: 100px; }
    @media (max-width: 980px) {
      #industries-wrapper .industries-bottom {
        display: none; } }

/* ======================= */
/* END SECTION OUR INDUSTRIES
/* ======================= */
/* ======================= */
/* SECTION WHAT CLIENTS SAY
/* ======================= */
#client-say .what-client-say-title {
  padding: 100px 0 50px; }
  #client-say .what-client-say-title h3 {
    font-weight: normal;
    color: #ffffff;
    font-size: 45px;
    text-align: center; }
    @media (max-width: 920px) {
      #client-say .what-client-say-title h3 {
        font-size: 27px; } }
  @media (max-width: 920px) {
    #client-say .what-client-say-title {
      padding-top: 0;
      padding-bottom: 20px; } }
  @media (max-width: 640px) {
    #client-say .what-client-say-title {
      font-size: 27px; } }

#client-say .what-client-say-content {
  padding: 0 0 70px 50px;
  position: relative; }
  @media (max-width: 920px) {
    #client-say .what-client-say-content {
      padding: 0 0 70px 0; } }
  @media (max-width: 500px) {
    #client-say .what-client-say-content {
      padding-bottom: 30px; }
      #client-say .what-client-say-content .owl-nav {
        display: none; } }
  #client-say .what-client-say-content .owl-carousel {
    position: initial; }
  #client-say .what-client-say-content p {
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 1.71vw; }
  #client-say .what-client-say-content .quote-footer table {
    width: 100%; }
    #client-say .what-client-say-content .quote-footer table td {
      vertical-align: top; }
    #client-say .what-client-say-content .quote-footer table img {
      width: 60px;
      border-radius: 5px;
      overflow: hidden; }
  #client-say .what-client-say-content .quote-footer h6 {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 5px; }
  #client-say .what-client-say-content .quote-footer span {
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff; }
  #client-say .what-client-say-content .quote-footer a {
    text-decoration: none; }
  #client-say .what-client-say-content ul {
    display: flex;
    justify-content: space-between; }
    #client-say .what-client-say-content ul li {
      width: 100%; }
  #client-say .what-client-say-content .quote-img {
    margin: 0 0 2.08vw;
    padding-top: 5px; }
  #client-say .what-client-say-content .d-flex {
    min-height: 180px; }
    #client-say .what-client-say-content .d-flex p {
      padding-left: 15px; }

/* ======================= */
/* END SECTION WHAT CLIENTS SAY
/* ======================= */
/* SECTION OWL */
.owl-dots {
  counter-reset: slides-num;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: 15px; }
  @media (max-width: 980px) {
    .owl-dots {
      position: relative; } }
  @media screen and (max-width: 500px) {
    .owl-dots {
      margin-top: 0; } }

.owl-dot::before {
  counter-increment: slides-num;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  margin: 10px; }

.owl-dot:hover {
  color: #ffd817; }

.owl-dot.active::before {
  color: #ffd817; }

@media (max-width: 980px) {
  .owl-dot {
    position: relative; }
    .owl-dot::before {
      padding: 0; } }

/* END SECTION OWL */
/* ======================= */
/* SECTION GOTHRU FEATURE
/* ======================= */
@media (max-width: 920px) {
  .gothru-feature {
    padding-top: 30px;
    padding-bottom: 40px; } }

.gothru-feature h2 {
  font-size: 45px;
  font-weight: normal;
  padding-bottom: 50px; }
  @media (max-width: 640px) {
    .gothru-feature h2 {
      font-size: 27px;
      padding-bottom: 30px; } }

.gothru-feature .gothru-video {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 3; }
  @media (min-width: 920px) {
    .gothru-feature .gothru-video {
      min-height: 60vh; } }
  @media (min-width: 768px) {
    .gothru-feature .gothru-video {
      margin-top: 40px; } }

@media (max-width: 567px) {
  .gothru-feature .bootstrap-wrapper .col-md-6 {
    padding: 0; } }

/* ======================= */
/* END SECTION GOTHRU FEATURE
/* ======================= */
#cover-walkthrough {
  border-radius: 10px;
  overflow: hidden; }

@media (min-width: 1080px) {
  .creator-box.moderator {
    position: absolute;
    top: 0; } }

/* ======================= */
/* SECTION CLIENTS
/* ======================= */
#clients-wrapper {
  position: relative;
  z-index: 3; }
  @media (max-width: 640px) {
    #clients-wrapper {
      padding-bottom: 20px; } }
  #clients-wrapper .clients {
    padding: 0; }
    #clients-wrapper .clients-title {
      position: relative; }
      #clients-wrapper .clients-title h2 {
        text-align: center;
        font-family: "madefor-display", sans-serif;
        font-weight: normal;
        font-size: 45px;
        color: #222222;
        padding-bottom: 50px; }
        @media (max-width: 920px) {
          #clients-wrapper .clients-title h2 {
            padding-bottom: 30px; } }
        @media (max-width: 640px) {
          #clients-wrapper .clients-title h2 {
            font-size: 27px;
            padding: 30px 0; } }
    #clients-wrapper .clients-logos ul {
      display: flex;
      flex-wrap: wrap;
      position: relative; }
      @media screen and (max-width: 980px) {
        #clients-wrapper .clients-logos ul li {
          border: 2px solid rgba(0, 0, 0, 0.5) !important;
          margin: 2px;
          width: 32.3%;
          display: flex;
          align-items: center;
          justify-content: center; } }
      @media screen and (max-width: 500px) {
        #clients-wrapper .clients-logos ul li {
          border: 1px solid rgba(0, 0, 0, 0.5) !important;
          width: 100%;
          height: auto; } }
      #clients-wrapper .clients-logos ul li a:hover img {
        filter: grayscale(0%); }
      #clients-wrapper .clients-logos ul li a img {
        display: block;
        filter: grayscale(100%);
        width: 48%;
        margin: 0 auto; }
        @media screen and (max-width: 500px) {
          #clients-wrapper .clients-logos ul li a img {
            width: 50%;
            padding: 10px; } }
    @media (min-width: 981px) {
      #clients-wrapper .clients-logos ul li {
        position: relative;
        width: 16.66%;
        border: 3px solid transparent;
        border-image: linear-gradient(290deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%) 1;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 11.66vw;
        border-left: none;
        border-right: none;
        /* border-top: none; */
        border-bottom: none; }
      #clients-wrapper .clients-logos ul li:nth-child(1),
      #clients-wrapper .clients-logos ul li:nth-child(3),
      #clients-wrapper .clients-logos ul li:nth-child(5) {
        border-top: none; }
      #clients-wrapper .clients-logos ul li:nth-child(1)::after,
      #clients-wrapper .clients-logos ul li:nth-child(2)::after,
      #clients-wrapper .clients-logos ul li:nth-child(3)::after,
      #clients-wrapper .clients-logos ul li:nth-child(4)::after,
      #clients-wrapper .clients-logos ul li:nth-child(5)::after,
      #clients-wrapper .clients-logos ul li:nth-child(6)::after {
        content: " ";
        position: absolute;
        right: 0;
        top: -0.5px;
        width: 3px;
        height: 100%;
        background: linear-gradient(360deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
      #clients-wrapper .clients-logos ul li:nth-child(7)::after,
      #clients-wrapper .clients-logos ul li:nth-child(8)::after,
      #clients-wrapper .clients-logos ul li:nth-child(9)::after,
      #clients-wrapper .clients-logos ul li:nth-child(10)::after,
      #clients-wrapper .clients-logos ul li:nth-child(11)::after,
      #clients-wrapper .clients-logos ul li:nth-child(12)::after {
        content: " ";
        position: absolute;
        right: 0;
        top: 0;
        width: 3px;
        height: 100%;
        background: linear-gradient(148deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
      #clients-wrapper .clients-logos ul li:nth-child(12)::after {
        height: calc(var(--industries-title) + 100% + 95px); } }
  @media (min-width: 981px) and (min-width: 1446px) {
    #clients-wrapper .clients-logos ul li:nth-child(12)::after {
      height: calc(var(--industries-title) + 100% + 97px); } }
    @media (min-width: 981px) {
      #clients-wrapper .clients-logos ul li:nth-child(7)::before,
      #clients-wrapper .clients-logos ul li:nth-child(9)::before,
      #clients-wrapper .clients-logos ul li:nth-child(11)::before {
        content: " ";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(240deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); } }

/* ======================= */
/* END SECTION CLIENTS
/* ======================= */
/* Section About  */
/* Section Creator */
/* Section Question */
/* Footer */
.moderator .heading {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  line-height: 50px;
  color: #222; }
  @media (min-width: 768px) {
    .moderator .heading {
      font-size: 45px; } }

.moderator .heading-white {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  line-height: 50px;
  color: #fff;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .moderator .heading-white {
      font-size: 45px; } }

.moderator #banner-wrapper .wrapper-embed-full {
  height: 20.7vw;
  position: relative; }
  .moderator #banner-wrapper .wrapper-embed-full div {
    transform: translateY(-2.6vw);
    -webkit-transform: translateY(-2.6vw);
    -moz-transform: translateY(-2.6vw);
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
    -moz-filter: brightness(90%); }
  .moderator #banner-wrapper .wrapper-embed-full .wrapper-text {
    position: absolute;
    left: 10vw;
    top: 13vw;
    z-index: 999; }
    @media (max-width: 560px) {
      .moderator #banner-wrapper .wrapper-embed-full .wrapper-text {
        transform: translateY(-45px); } }
    .moderator #banner-wrapper .wrapper-embed-full .wrapper-text h1 {
      font-family: 'Teko', Helvetica, sans-serif;
      font-size: clamp(4rem, calc(-0.8750rem + 8.3333vw), 6.6rem);
      font-weight: 300;
      -webkit-font-smoothing: antialiased !important;
      line-height: 50px;
      color: #fff;
      margin-bottom: 3vw; }
      @media (max-width: 768px) {
        .moderator #banner-wrapper .wrapper-embed-full .wrapper-text h1 {
          font-size: 2em;
          text-align: left;
          line-height: 50px; } }
    .moderator #banner-wrapper .wrapper-embed-full .wrapper-text h3 {
      font-family: 'Roboto', Helvetica, sans-serif;
      opacity: 0.75;
      font-size: 24px;
      margin-top: -20px;
      color: #fff;
      font-weight: normal;
      text-align: left; }
      @media (max-width: 768px) {
        .moderator #banner-wrapper .wrapper-embed-full .wrapper-text h3 {
          font-size: 12px; } }

@media (min-width: 768px) {
  .moderator__about__wrapper::before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%);
    z-index: 2; } }

@media (min-width: 920px) {
  .moderator__about__wrapper .bootstrap-wrapper {
    padding-top: 80px; } }

.moderator__about__header {
  padding-right: 35px; }
  .moderator__about__header .heading {
    padding-bottom: 20px;
    text-align: left; }
  @media (max-width: 768px) {
    .moderator__about__header {
      padding-top: 0px;
      padding-bottom: 30px;
      padding-right: 0; }
      .moderator__about__header .heading {
        padding-top: 30px;
        padding-bottom: 15px; } }
  .moderator__about__header span {
    display: block;
    text-align: justify; }
    @media (min-width: 768px) {
      .moderator__about__header span {
        max-width: 65vw;
        margin: auto;
        padding-bottom: 30px;
        line-height: 1.6;
        font-size: 1.3vw; } }
  .moderator__about__header .try-now {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px; }
    .moderator__about__header .try-now h5 {
      padding-right: 10px; }
    .moderator__about__header .try-now a {
      display: flex; }
    .moderator__about__header .try-now img {
      max-width: 180px;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05); }

.moderator__about__image {
  display: flex;
  justify-content: center;
  position: relative;
  padding-right: 40px; }
  .moderator__about__image img {
    max-width: 70%; }
  @media (max-width: 567px) {
    .moderator__about__image {
      flex-direction: column;
      align-items: center;
      padding-right: 0; }
      .moderator__about__image img {
        border-radius: 10px; } }
  .moderator__about__image .wrapper-embed-phone {
    border-radius: 16px;
    width: 230px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 150px;
    height: 450px; }
    @media (max-width: 1820px) {
      .moderator__about__image .wrapper-embed-phone {
        top: 190px;
        width: 150px;
        height: 300px; } }
    @media (max-width: 1620px) {
      .moderator__about__image .wrapper-embed-phone {
        top: 140px; } }
    @media (max-width: 1422px) {
      .moderator__about__image .wrapper-embed-phone {
        top: 100px; } }
    @media (max-width: 768px) {
      .moderator__about__image .wrapper-embed-phone {
        width: 46px;
        height: 90px;
        border-radius: 4px;
        top: 30px; } }
    @media (max-width: 567px) {
      .moderator__about__image .wrapper-embed-phone {
        width: 176px;
        height: 350px;
        border-radius: 14px;
        top: 20px;
        right: 0;
        position: relative;
        margin-bottom: 10px;
        display: none; } }
    .moderator__about__image .wrapper-embed-phone .embed-phone {
      position: absolute;
      width: 450px;
      left: -108px;
      transform: scale(0.58);
      top: -62px;
      height: 50%; }
      @media (max-width: 1820px) {
        .moderator__about__image .wrapper-embed-phone .embed-phone {
          height: 50%;
          width: 300px;
          left: -75px;
          top: -42px; } }
      @media (max-width: 768px) {
        .moderator__about__image .wrapper-embed-phone .embed-phone {
          height: 50%;
          width: 90px;
          left: -22px;
          top: 17px; } }
      @media (max-width: 567px) {
        .moderator__about__image .wrapper-embed-phone .embed-phone {
          height: 50%;
          width: 330px;
          left: -76px;
          top: 72px; } }
    .moderator__about__image .wrapper-embed-phone img {
      max-width: 100%;
      position: absolute;
      top: 0px;
      height: 450px; }
      @media (max-width: 1820px) {
        .moderator__about__image .wrapper-embed-phone img {
          height: 300px; } }
      @media (max-width: 768px) {
        .moderator__about__image .wrapper-embed-phone img {
          height: 90px; } }
      @media (max-width: 567px) {
        .moderator__about__image .wrapper-embed-phone img {
          height: 350px; } }

.moderator__about__feature {
  padding-top: 100px; }
  @media (max-width: 768px) {
    .moderator__about__feature {
      padding-top: 30px; } }
  @media (min-width: 768px) {
    .moderator__about__feature .box-feature {
      padding: 60px 50px; } }
  @media (max-width: 768px) {
    .moderator__about__feature .box-feature {
      margin-bottom: 20px; } }
  .moderator__about__feature .box-feature h4 {
    padding-bottom: 10px;
    font-size: 1.2vw; }
    @media (max-width: 768px) {
      .moderator__about__feature .box-feature h4 {
        font-size: 16px;
        padding-bottom: 0; } }
    .moderator__about__feature .box-feature h4:first-letter {
      font-size: 34px;
      padding-right: 10px; }
  .moderator__about__feature .box-feature span {
    font-size: 1.1vw; }
    @media (max-width: 768px) {
      .moderator__about__feature .box-feature span {
        font-size: 14px; } }
  @media (min-width: 768px) {
    .moderator__about__feature .box-feature {
      position: relative; }
      .moderator__about__feature .box-feature:nth-child(1)::before, .moderator__about__feature .box-feature:nth-child(3)::before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        background: linear-gradient(360deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
      .moderator__about__feature .box-feature:nth-child(1)::after, .moderator__about__feature .box-feature:nth-child(3)::after {
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
        height: 3px;
        background: linear-gradient(290deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
      .moderator__about__feature .box-feature:first-child::before {
        z-index: 2;
        height: calc(var(--question-header) + 100% + 80px); }
      .moderator__about__feature .box-feature:nth-child(even)::before {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(240deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
      .moderator__about__feature .box-feature:nth-child(even)::after {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        background: linear-gradient(360deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); } }

.moderator__tour-creator__header {
  padding-top: 150px;
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .moderator__tour-creator__header {
      padding-top: 30px;
      padding-bottom: 15px; } }

.moderator__tour-creator__main {
  min-height: 100vh;
  background: url(../images/home/background/creator-bg.png) no-repeat left top;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media (max-width: 768px) {
    .moderator__tour-creator__main {
      padding-bottom: 40px; }
      .moderator__tour-creator__main .heading-white {
        margin: 0;
        font-size: 18px;
        line-height: 31px;
        padding: 15px 0; } }
  .moderator__tour-creator__main .border-top-left:last-child::before {
    height: calc(var(--section-question) + 100%); }
  .moderator__tour-creator__main .image {
    display: flex; }
    @media (max-width: 768px) {
      .moderator__tour-creator__main .image {
        justify-content: center;
        padding: 0 15px !important; } }
    .moderator__tour-creator__main .image img {
      max-width: 250px;
      padding: 40px; }
      @media (min-width: 768px) {
        .moderator__tour-creator__main .image img {
          max-width: 560px;
          padding: 130px 80px; } }
  .moderator__tour-creator__main .content span {
    font-size: 1.3vw; }
    @media (max-width: 768px) {
      .moderator__tour-creator__main .content span {
        font-size: 14px; } }
  @media (max-width: 768px) {
    .moderator__tour-creator__main .content {
      padding: 0 15px !important; } }
  @media (max-width: 768px) {
    .moderator__tour-creator__main .row:nth-child(2) {
      flex-direction: column-reverse; }
    .moderator__tour-creator__main .row:nth-child(4) {
      flex-direction: column-reverse; } }
  .moderator__tour-creator__main .content {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .moderator__tour-creator__main .content {
        padding: 0 6%;
        padding-top: 105px; } }
    .moderator__tour-creator__main .content span {
      color: #fff; }
  .moderator__tour-creator__main .border-top-left::after {
    background: linear-gradient(80deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
  .moderator__tour-creator__main .wrapper-iframe {
    width: 100%;
    padding-top: 30px; }
    @media (min-width: 768px) {
      .moderator__tour-creator__main .wrapper-iframe {
        min-height: 600px;
        padding: 105px 0;
        max-width: 52.5vw; } }
    .moderator__tour-creator__main .wrapper-iframe .wrapper-frame {
      border-radius: 10px;
      overflow: hidden; }

.moderator__question {
  padding-bottom: 200px; }
  @media (max-width: 768px) {
    .moderator__question {
      padding-bottom: 90px; } }
  .moderator__question__header {
    padding-top: 80px;
    padding-bottom: 55px; }
    @media (max-width: 768px) {
      .moderator__question__header {
        padding-top: 30px;
        padding-bottom: 15px; } }
  .moderator__question__list .row:nth-last-child(n + 2) .cq-box {
    border-bottom: none; }
  .moderator__question__list .row:last-child .col-md-6:last-child .cq-box {
    position: relative; }
    @media (min-width: 768px) {
      .moderator__question__list .row:last-child .col-md-6:last-child .cq-box {
        border-right: none; }
        .moderator__question__list .row:last-child .col-md-6:last-child .cq-box::after {
          content: " ";
          position: absolute;
          right: 0;
          top: 60px;
          width: 3px;
          height: calc(100% + 143px);
          background: linear-gradient(1deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%);
          z-index: 99; } }
    @media (min-width: 1441px) {
      .moderator__question__list .row:last-child .col-md-6:last-child .cq-box::after {
        top: 73px; } }
  @media (min-width: 768px) {
    .moderator__question__list .row .col-md-6 .cq-box {
      position: relative; }
      .moderator__question__list .row .col-md-6 .cq-box::before {
        content: " ";
        position: absolute;
        right: 0;
        top: 0;
        width: 3px;
        height: 100%;
        background: linear-gradient(148deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); } }
  .moderator__question__list .cq-box {
    padding: .65vw 1.77vw .65vw;
    height: 100%; }
    .moderator__question__list .cq-box .accordion {
      padding-top: 10px; }
      .moderator__question__list .cq-box .accordion::after {
        color: #222;
        top: 0;
        bottom: 0; }
    .moderator__question__list .cq-box h3 {
      color: #222; }
    .moderator__question__list .cq-box .panel p {
      color: #222; }
  @media (max-width: 768px) {
    .moderator__question__list .cq-box .accordion::after {
      top: -1px; } }

/* Section About  */
/* Section Tour Creator */
/* Section Sample Tour */
/* Section Clients */
/* Section Question */
.virtual-creator .heading {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  color: #222; }
  @media (min-width: 768px) {
    .virtual-creator .heading {
      font-size: 45px;
      line-height: 50px; } }

.virtual-creator .heading-white {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  color: #fff; }
  @media (min-width: 768px) {
    .virtual-creator .heading-white {
      font-size: 45px;
      line-height: 50px; } }

.virtual-creator__about {
  padding: 80px 0; }
  @media (max-width: 768px) {
    .virtual-creator__about {
      padding: 40px 0; } }
  @media (min-width: 768px) {
    .virtual-creator__about__wrapper::before {
      content: " ";
      position: absolute;
      right: 0;
      top: 0;
      width: 3px;
      height: calc(var(--question-header-virtual-tour) + 100%);
      background: linear-gradient(180deg, #ff7a18, #af002d 41.07%, #319197 76.05%);
      z-index: 2; } }
  .virtual-creator__about__header {
    display: flex;
    flex-direction: column;
    padding-right: 35px; }
    .virtual-creator__about__header .heading {
      text-align: left;
      padding-bottom: 20px; }
    @media (max-width: 768px) {
      .virtual-creator__about__header {
        padding-top: 0px;
        padding-bottom: 30px;
        padding-right: 0; }
        .virtual-creator__about__header .heading {
          padding-bottom: 10px; } }
    .virtual-creator__about__header span {
      display: block;
      text-align: justify;
      font-size: 16px; }
      @media (min-width: 768px) {
        .virtual-creator__about__header span {
          font-size: 1.4vw;
          max-width: 55vw;
          margin: auto;
          padding-bottom: 35px; } }
    .virtual-creator__about__header .try-now {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 25px;
      padding-bottom: 25px; }
      @media (min-width: 768px) {
        .virtual-creator__about__header .try-now {
          padding-bottom: 90px; } }
      .virtual-creator__about__header .try-now h5 {
        padding-right: 10px; }
      .virtual-creator__about__header .try-now a {
        display: flex; }
      .virtual-creator__about__header .try-now img {
        max-width: 180px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
        border-radius: 6px; }
  .virtual-creator__about__iframe {
    margin: auto; }
    @media (min-width: 920px) {
      .virtual-creator__about__iframe {
        max-width: 60vw; } }
    .virtual-creator__about__iframe div {
      border-radius: 10px; }

.virtual-creator__tour-creator__header {
  padding-top: 70px;
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .virtual-creator__tour-creator__header {
      padding-top: 30px;
      padding-bottom: 15px; } }

.virtual-creator__tour-creator__main {
  min-height: 100vh;
  background: url(../images/home/background/creator-bg.png) no-repeat left top;
  background-size: cover;
  background-position: center;
  position: relative; }
  .virtual-creator__tour-creator__main .heading-white {
    line-height: 44px;
    margin-bottom: 20px; }
  @media (max-width: 768px) {
    .virtual-creator__tour-creator__main {
      padding-bottom: 40px; }
      .virtual-creator__tour-creator__main .heading-white {
        font-size: 16px;
        margin: 0; } }
  .virtual-creator__tour-creator__main .border-top-right:last-child::before {
    height: calc(var(--section-virtual-tour) + 100% - 80px); }
  .virtual-creator__tour-creator__main .image {
    display: flex;
    padding-left: 0; }
    @media (max-width: 768px) {
      .virtual-creator__tour-creator__main .image {
        justify-content: center;
        padding: 0 15px !important; } }
    .virtual-creator__tour-creator__main .image img {
      max-width: 250px;
      padding: 40px; }
      @media (min-width: 768px) {
        .virtual-creator__tour-creator__main .image img {
          max-width: 560px;
          padding: 130px 80px; } }
  .virtual-creator__tour-creator__main .wrapper-iframe {
    width: 100%;
    padding-top: 30px; }
    @media (min-width: 768px) {
      .virtual-creator__tour-creator__main .wrapper-iframe {
        min-height: 600px;
        padding: 105px 0;
        max-width: 52.5vw; } }
    .virtual-creator__tour-creator__main .wrapper-iframe .wrapper-frame {
      border-radius: 10px;
      overflow: hidden; }
  @media (min-width: 768px) {
    .virtual-creator__tour-creator__main .content {
      padding: 0 6%; } }
  .virtual-creator__tour-creator__main .content span {
    font-size: 1.4vw; }
    @media (max-width: 768px) {
      .virtual-creator__tour-creator__main .content span {
        font-size: 14px; } }
  @media (max-width: 768px) {
    .virtual-creator__tour-creator__main .content {
      padding: 0 15px !important; } }
  @media (max-width: 768px) {
    .virtual-creator__tour-creator__main .row:nth-child(even) {
      flex-direction: column-reverse; } }
  .virtual-creator__tour-creator__main .content {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .virtual-creator__tour-creator__main .content {
        padding-top: 105px; } }
    .virtual-creator__tour-creator__main .content span {
      color: #fff; }
  .virtual-creator__tour-creator__main .border-top-left::after {
    background: linear-gradient(80deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }

.virtual-creator__sample-tour {
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .virtual-creator__sample-tour {
      padding-bottom: 25px; } }
  .virtual-creator__sample-tour__header {
    padding-top: 110px;
    padding-bottom: 40px; }
    @media (max-width: 768px) {
      .virtual-creator__sample-tour__header {
        padding-top: 30px;
        padding-bottom: 15px; } }
  .virtual-creator__sample-tour__main .row .col-md-3 {
    padding: 0; }
    @media (min-width: 768px) {
      .virtual-creator__sample-tour__main .row .col-md-3 {
        position: relative;
        border: 3px solid transparent;
        border-image: linear-gradient(290deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%) 1;
        border-right: none;
        border-left: none; }
        .virtual-creator__sample-tour__main .row .col-md-3::after {
          content: " ";
          position: absolute;
          left: 0;
          top: 0;
          width: 3px;
          height: 100%;
          background: linear-gradient(360deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); } }
  .virtual-creator__sample-tour__main .row:first-child .col-md-3 {
    border-bottom: none; }
    .virtual-creator__sample-tour__main .row:first-child .col-md-3:nth-child(even) {
      border-top: none; }
  .virtual-creator__sample-tour__main .row:last-child .col-md-3:nth-child(odd) {
    border-bottom: none; }
  .virtual-creator__sample-tour__main .row:last-child .col-md-3:first-child::after {
    height: calc(100% + 80px); }
  .virtual-creator__sample-tour__main .card-tours {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 30px; }
    @media (max-width: 760px) {
      .virtual-creator__sample-tour__main .card-tours {
        margin: 0;
        margin-bottom: 20px; } }
    .virtual-creator__sample-tour__main .card-tours:hover > .card-tours__hover {
      background: linear-gradient(transparent, #000);
      opacity: 1;
      transform: translateY(0); }
    .virtual-creator__sample-tour__main .card-tours:hover > .card-tours__image img {
      transform: scale(1.5); }
    .virtual-creator__sample-tour__main .card-tours__image {
      height: 170px; }
      @media (max-width: 768px) {
        .virtual-creator__sample-tour__main .card-tours__image {
          border-radius: 10px;
          overflow: hidden; } }
      .virtual-creator__sample-tour__main .card-tours__image img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        transition: all 2s ease-in-out; }
    .virtual-creator__sample-tour__main .card-tours__hover {
      position: absolute;
      top: 0;
      transform: translateY(100px);
      opacity: 0;
      width: 100%;
      height: 100%;
      transition: all .2s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center; }
      .virtual-creator__sample-tour__main .card-tours__hover svg {
        height: 70px;
        color: white; }

.virtual-creator__clients__header {
  padding-top: 100px;
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .virtual-creator__clients__header {
      padding-top: 30px;
      padding-bottom: 15px; } }

@media (min-width: 760px) {
  .virtual-creator__clients .what-client-say-content .owl-carousel .owl-dots {
    bottom: -20px;
    right: -5px;
    z-index: 9999; }
    .virtual-creator__clients .what-client-say-content .owl-carousel .owl-dots .owl-dot {
      background: #222222;
      border: 3px solid transparent;
      border-image: linear-gradient(290deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%) 1;
      margin: 0 5px; }
      .virtual-creator__clients .what-client-say-content .owl-carousel .owl-dots .owl-dot::before {
        margin: 0;
        padding: 4px 8px; } }

.virtual-creator__clients .border-right::after {
  height: calc(var(--section-virtual-tour-question) + 100%); }

.virtual-creator__question {
  padding-bottom: 250px; }
  @media (max-width: 768px) {
    .virtual-creator__question {
      padding-bottom: 90px; } }
  .virtual-creator__question__header {
    padding-top: 60px;
    padding-bottom: 55px; }
    @media (max-width: 768px) {
      .virtual-creator__question__header {
        padding-top: 30px;
        padding-bottom: 15px; } }
  .virtual-creator__question__list .row:nth-last-child(n + 2) .cq-box {
    border-bottom: none; }
  .virtual-creator__question__list .row:last-child .col-md-6:last-child .cq-box {
    position: relative; }
  @media (min-width: 768px) {
    .virtual-creator__question__list .row .col-md-6:first-child {
      padding-left: 0; } }
  @media (min-width: 768px) {
    .virtual-creator__question__list .row .col-md-6 .cq-box::before {
      content: " ";
      position: absolute;
      left: 0;
      top: 0;
      width: 3px;
      height: 100%;
      background: linear-gradient(148deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); } }
  .virtual-creator__question__list .cq-box {
    padding: .65vw 1.77vw .65vw;
    height: 100%; }
    .virtual-creator__question__list .cq-box .accordion {
      padding-top: 10px; }
      .virtual-creator__question__list .cq-box .accordion::after {
        color: #222;
        top: 0;
        bottom: 0; }
    .virtual-creator__question__list .cq-box h3 {
      color: #222; }
    .virtual-creator__question__list .cq-box .panel p {
      color: #222; }
  @media (max-width: 768px) {
    .virtual-creator__question__list .cq-box .accordion::after {
      top: -1px; } }

.virtual-creator #industries-wrapper #industries-bottom::after {
  background: linear-gradient(330deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }

/* Section About  */
/* Section Creator */
/* Section Question */
/* Footer */
.vr-app .heading {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: #222; }
  @media (min-width: 768px) {
    .vr-app .heading {
      font-size: 44px; } }

.vr-app .heading-white {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: #fff; }
  @media (min-width: 768px) {
    .vr-app .heading-white {
      font-size: 44px; } }

@media (min-width: 768px) {
  .vr-app__about__wrapper::before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: calc(var(--question-header-virtual-tour) + 100%);
    background: linear-gradient(180deg, #ff7a18, #af002d 41.07%, #319197 76.05%);
    z-index: 2; } }

.vr-app__about__header {
  padding-top: 50px; }
  @media (max-width: 768px) {
    .vr-app__about__header {
      padding-top: 0px; }
      .vr-app__about__header .heading {
        padding-top: 30px;
        padding-bottom: 15px; } }
  .vr-app__about__header span {
    display: block;
    text-align: center;
    font-size: 14px; }
    @media (min-width: 768px) {
      .vr-app__about__header span {
        padding: 0 250px;
        font-size: 17px; } }
  .vr-app__about__header .try-now {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px; }
    @media (min-width: 768px) {
      .vr-app__about__header .try-now {
        padding-top: 35px;
        padding-bottom: 50px; } }
    .vr-app__about__header .try-now h5 {
      padding-right: 10px; }

.vr-app__about__image {
  display: flex;
  justify-content: center; }
  .vr-app__about__image img {
    max-width: 70%; }

.vr-app__about__download {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 30px; }
  .vr-app__about__download img {
    padding: 0 10px;
    max-width: 300px; }
    @media (max-width: 768px) {
      .vr-app__about__download img {
        padding: 0 5px;
        max-width: 100px; } }

.vr-app__tour-creator__header {
  padding-top: 110px;
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .vr-app__tour-creator__header {
      padding-top: 30px;
      padding-bottom: 15px; } }

.vr-app__tour-creator__main {
  min-height: 100vh;
  background: url(../images/home/background/creator-bg.png) no-repeat left top;
  background-size: cover;
  background-position: center;
  position: relative; }
  .vr-app__tour-creator__main .heading-white {
    line-height: 44px;
    margin-bottom: 20px; }
  @media (max-width: 768px) {
    .vr-app__tour-creator__main {
      padding-bottom: 40px; }
      .vr-app__tour-creator__main .heading-white {
        font-size: 16px;
        margin: 0; } }
  .vr-app__tour-creator__main .image {
    display: flex; }
    @media (max-width: 768px) {
      .vr-app__tour-creator__main .image {
        justify-content: center; } }
    .vr-app__tour-creator__main .image img {
      max-width: 250px;
      padding: 40px; }
      @media (min-width: 768px) {
        .vr-app__tour-creator__main .image img {
          max-width: 560px;
          padding: 130px 80px; } }
  @media (min-width: 768px) {
    .vr-app__tour-creator__main .content {
      padding: 0 105px; }
      .vr-app__tour-creator__main .content:nth-child(1) {
        padding-left: 145px; } }
  .vr-app__tour-creator__main .content span {
    font-size: 17px; }
    @media (max-width: 768px) {
      .vr-app__tour-creator__main .content span {
        font-size: 14px; } }
  @media (max-width: 768px) {
    .vr-app__tour-creator__main .row:nth-child(even) {
      flex-direction: column-reverse; } }
  .vr-app__tour-creator__main .content {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .vr-app__tour-creator__main .content span {
      color: #fff; }
  .vr-app__tour-creator__main .border-top-left::after {
    background: linear-gradient(80deg, #ff7a18, #af002d 41.07%, #319197 76.05%); }
  .vr-app__tour-creator__main .border-top-right:last-child::before {
    height: calc(var(--section-how-it-works-main) + 100% + 273px); }

.vr-app__clients__header {
  padding-top: 100px;
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .vr-app__clients__header {
      padding-top: 30px;
      padding-bottom: 15px; } }

@media (min-width: 760px) {
  .vr-app__clients .what-client-say-content .owl-carousel .owl-dots {
    bottom: -20px;
    right: -5px;
    z-index: 9999; }
    .vr-app__clients .what-client-say-content .owl-carousel .owl-dots .owl-dot {
      background: #222222;
      border: 3px solid transparent;
      border-image: linear-gradient(290deg, #ff7a18, #af002d 41.07%, #319197 76.05%) 1;
      margin: 0 5px; }
      .vr-app__clients .what-client-say-content .owl-carousel .owl-dots .owl-dot::before {
        margin: 0;
        padding: 4px 8px; } }

.vr-app__clients .border-right::after {
  height: calc(var(--section-vr-app-question) + 100%); }

.vr-app__how-it-works__header {
  padding-top: 50px;
  padding-bottom: 70px; }
  @media (max-width: 768px) {
    .vr-app__how-it-works__header {
      padding-top: 30px;
      padding-bottom: 15px; } }

.vr-app__how-it-works__main .bootstrap-wrapper .col-md-6:first-child {
  min-height: 400px !important;
  width: 100%; }
  @media (min-width: 768px) {
    .vr-app__how-it-works__main .bootstrap-wrapper .col-md-6:first-child {
      padding-left: 0; } }

.vr-app__how-it-works__main .bootstrap-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.vr-app__how-it-works__feature {
  padding: 10px;
  border: 1px solid #000;
  margin-bottom: 15px;
  display: flex; }
  @media (min-width: 768px) {
    .vr-app__how-it-works__feature {
      margin-right: 110px;
      margin-left: 10px; }
      .vr-app__how-it-works__feature:last-child {
        margin-bottom: 0; } }
  .vr-app__how-it-works__feature i {
    padding-left: 10px;
    padding-top: 3px;
    padding-right: 7px; }
  .vr-app__how-it-works__feature span {
    font-size: 17px; }
    @media (max-width: 768px) {
      .vr-app__how-it-works__feature span {
        font-size: 14px; } }

.vr-app__how-it-works__bottom {
  position: relative;
  margin-top: 80px;
  padding-bottom: 80px; }
  .vr-app__how-it-works__bottom.border-top-left::before {
    background: #319197; }

.vr-app__question {
  padding-bottom: 250px; }
  @media (max-width: 768px) {
    .vr-app__question {
      padding-bottom: 90px; } }
  .vr-app__question__header {
    padding-top: 60px;
    padding-bottom: 55px; }
    @media (max-width: 768px) {
      .vr-app__question__header {
        padding-top: 30px;
        padding-bottom: 15px; } }
  .vr-app__question__list .row:nth-last-child(n + 2) .cq-box {
    border-bottom: none; }
  .vr-app__question__list .row:last-child .col-md-6:last-child .cq-box {
    position: relative; }
  @media (min-width: 768px) {
    .vr-app__question__list .row .col-md-6 .cq-box {
      border-left: inset; } }
  .vr-app__question__list .cq-box {
    padding: .65vw 1.77vw .65vw;
    height: 100%; }
    .vr-app__question__list .cq-box .accordion {
      padding-top: 10px; }
      .vr-app__question__list .cq-box .accordion::after {
        color: #222; }
    .vr-app__question__list .cq-box h3 {
      color: #222; }
    .vr-app__question__list .cq-box .panel p {
      color: #222; }
  @media (max-width: 768px) {
    .vr-app__question__list .cq-box .accordion::after {
      top: -1px; } }

/* Section About  */
/* Section Creator */
/* Section Question */
/* Footer */
.blue-publishing .heading {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: #222; }
  @media (min-width: 768px) {
    .blue-publishing .heading {
      font-size: 44px; } }

.blue-publishing .heading-white {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: #fff; }
  @media (min-width: 768px) {
    .blue-publishing .heading-white {
      font-size: 44px; } }

@media (min-width: 768px) {
  .blue-publishing__about__wrapper::before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: calc(var(--question-header-virtual-tour) + 100%);
    background: linear-gradient(180deg, #ff7a18, #af002d 41.07%, #319197 76.05%);
    z-index: 2; } }

.blue-publishing__about__header {
  padding-top: 50px; }
  @media (max-width: 768px) {
    .blue-publishing__about__header {
      padding-top: 0px; }
      .blue-publishing__about__header .heading {
        padding-top: 30px;
        padding-bottom: 15px; } }
  .blue-publishing__about__header span {
    display: block;
    text-align: center;
    font-size: 14px; }
    @media (min-width: 768px) {
      .blue-publishing__about__header span {
        padding: 0 250px;
        font-size: 17px; } }
  .blue-publishing__about__header .try-now {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px; }
    @media (min-width: 768px) {
      .blue-publishing__about__header .try-now {
        padding-top: 35px;
        padding-bottom: 50px; } }
    .blue-publishing__about__header .try-now a {
      display: flex; }
    .blue-publishing__about__header .try-now img {
      max-width: 180px;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
      border-radius: 6px; }
    .blue-publishing__about__header .try-now h5 {
      padding-right: 10px; }

.blue-publishing__about__image {
  display: flex;
  justify-content: center; }
  @media (min-width: 768px) {
    .blue-publishing__about__image img {
      max-width: 75%; } }

.blue-publishing__about__download {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 30px; }
  .blue-publishing__about__download img {
    padding: 0 10px;
    max-width: 300px; }
    @media (max-width: 768px) {
      .blue-publishing__about__download img {
        padding: 0 5px;
        max-width: 100px; } }

.blue-publishing__tour-creator__header {
  padding-top: 110px;
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .blue-publishing__tour-creator__header {
      padding-top: 30px;
      padding-bottom: 15px; } }

.blue-publishing__tour-creator__main {
  min-height: 100vh;
  background: url(../images/home/background/creator-bg.png) no-repeat left top;
  background-size: cover;
  background-position: center;
  position: relative; }
  .blue-publishing__tour-creator__main .heading-white {
    line-height: 44px;
    margin-bottom: 20px; }
  @media (max-width: 768px) {
    .blue-publishing__tour-creator__main {
      padding-bottom: 40px; }
      .blue-publishing__tour-creator__main .heading-white {
        font-size: 16px;
        margin: 0; } }
  .blue-publishing__tour-creator__main .image {
    display: flex; }
    @media (max-width: 768px) {
      .blue-publishing__tour-creator__main .image {
        justify-content: center; } }
    .blue-publishing__tour-creator__main .image img {
      max-width: 250px;
      padding: 40px; }
      @media (min-width: 768px) {
        .blue-publishing__tour-creator__main .image img {
          max-width: 560px;
          padding: 130px 80px; } }
  @media (min-width: 768px) {
    .blue-publishing__tour-creator__main .content {
      padding: 0 105px; }
      .blue-publishing__tour-creator__main .content:nth-child(1) {
        padding-left: 145px; } }
  .blue-publishing__tour-creator__main .content span {
    font-size: 17px; }
    @media (max-width: 768px) {
      .blue-publishing__tour-creator__main .content span {
        font-size: 14px; } }
  @media (max-width: 768px) {
    .blue-publishing__tour-creator__main .row:nth-child(even) {
      flex-direction: column-reverse; } }
  .blue-publishing__tour-creator__main .content {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .blue-publishing__tour-creator__main .content span {
      color: #fff; }
  .blue-publishing__tour-creator__main .border-top-left::after {
    background: linear-gradient(80deg, #ff7a18, #af002d 41.07%, #319197 76.05%); }
  .blue-publishing__tour-creator__main .border-top-left:last-child::before {
    height: calc(var(--blue-line-how-it-works) + 100%); }

.blue-publishing__clients__header {
  padding-top: 100px;
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .blue-publishing__clients__header {
      padding-top: 30px;
      padding-bottom: 15px; } }

@media (min-width: 760px) {
  .blue-publishing__clients .what-client-say-content .owl-carousel .owl-dots {
    bottom: -20px;
    right: -5px;
    z-index: 9999; }
    .blue-publishing__clients .what-client-say-content .owl-carousel .owl-dots .owl-dot {
      background: #222222;
      border: 3px solid transparent;
      border-image: linear-gradient(290deg, #ff7a18, #af002d 41.07%, #319197 76.05%) 1;
      margin: 0 5px; }
      .blue-publishing__clients .what-client-say-content .owl-carousel .owl-dots .owl-dot::before {
        margin: 0;
        padding: 4px 8px; } }

.blue-publishing__clients .border-right::after {
  height: calc(var(--blue-line-question) + 100%); }

@media (max-width: 768px) {
  .blue-publishing__how-it-works {
    overflow: hidden; } }

.blue-publishing__how-it-works__header {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .blue-publishing__how-it-works__header {
      padding-top: 50px;
      padding-bottom: 50px; }
      .blue-publishing__how-it-works__header span {
        display: block;
        padding: 0 130px;
        padding-top: 20px;
        font-size: 17px; } }
  @media (max-width: 768px) {
    .blue-publishing__how-it-works__header span {
      font-size: 14px; } }

.blue-publishing__how-it-works__tabs {
  border: 1px solid #000;
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 768px) {
    .blue-publishing__how-it-works__tabs {
      margin: 0 100px;
      padding: 30px 10px; } }
  @media (min-width: 1440px) {
    .blue-publishing__how-it-works__tabs {
      margin: 0 120px;
      padding: 30px 20px; } }
  @media (max-width: 768px) {
    .blue-publishing__how-it-works__tabs .row {
      flex-wrap: nowrap;
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap; } }
  .blue-publishing__how-it-works__tabs .col {
    text-align: center;
    border-right: 1px solid #000; }
    .blue-publishing__how-it-works__tabs .col a {
      color: inherit;
      position: relative;
      font-size: 14px; }
      @media (min-width: 768px) {
        .blue-publishing__how-it-works__tabs .col a {
          font-size: 17px; } }
      .blue-publishing__how-it-works__tabs .col a.active::before {
        content: " ";
        position: absolute;
        left: 0;
        border-radius: 7px;
        bottom: -38px;
        width: 100%;
        height: 7px;
        background: #000; }
      @media (max-width: 768px) {
        .blue-publishing__how-it-works__tabs .col a.active {
          font-weight: 600; } }
    .blue-publishing__how-it-works__tabs .col:last-child {
      border-right: none; }

.blue-publishing__how-it-works__image {
  padding: 90px 190px 120px 190px; }
  @media (max-width: 768px) {
    .blue-publishing__how-it-works__image {
      padding: 30px 0; } }
  .blue-publishing__how-it-works__image .row .col-12 {
    display: none;
    text-align: center; }
    .blue-publishing__how-it-works__image .row .col-12.active {
      display: block; }

.blue-publishing__question {
  padding-bottom: 250px; }
  @media (max-width: 768px) {
    .blue-publishing__question {
      padding-bottom: 90px; } }
  .blue-publishing__question__header {
    padding-top: 60px;
    padding-bottom: 55px; }
    @media (max-width: 768px) {
      .blue-publishing__question__header {
        padding-top: 30px;
        padding-bottom: 15px; } }
  .blue-publishing__question__list .row:nth-last-child(n + 2) .cq-box {
    border-bottom: none; }
  .blue-publishing__question__list .row:last-child .col-md-6:last-child .cq-box {
    position: relative; }
  @media (min-width: 768px) {
    .blue-publishing__question__list .row .col-md-6 .cq-box {
      border-left: inset; } }
  .blue-publishing__question__list .cq-box {
    padding: .65vw 1.77vw .65vw;
    height: 100%; }
    .blue-publishing__question__list .cq-box .accordion {
      padding-top: 10px; }
      .blue-publishing__question__list .cq-box .accordion::after {
        color: #222; }
    .blue-publishing__question__list .cq-box h3 {
      color: #222; }
    .blue-publishing__question__list .cq-box .panel p {
      color: #222; }
  @media (max-width: 768px) {
    .blue-publishing__question__list .cq-box .accordion::after {
      top: -1px; } }

/* Section About  */
/* Section Creator */
/* Section Question */
/* Footer */
.video-creator .heading {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: #222; }
  @media (min-width: 768px) {
    .video-creator .heading {
      font-size: 44px; } }

.video-creator .heading-white {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: #fff; }
  @media (min-width: 768px) {
    .video-creator .heading-white {
      font-size: 44px; } }

@media (min-width: 768px) {
  .video-creator__about__wrapper::before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: calc(var(--question-header-virtual-tour) + 100%);
    background: linear-gradient(180deg, #ff7a18, #af002d 41.07%, #319197 76.05%);
    z-index: 2; } }

.video-creator__about__header {
  padding-top: 50px; }
  @media (max-width: 768px) {
    .video-creator__about__header {
      padding-top: 0px; }
      .video-creator__about__header .heading {
        padding-top: 30px;
        padding-bottom: 15px; } }
  .video-creator__about__header span {
    display: block;
    text-align: center;
    font-size: 14px; }
    @media (min-width: 768px) {
      .video-creator__about__header span {
        padding: 0 250px;
        font-size: 17px; } }
  .video-creator__about__header .try-now {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px; }
    @media (min-width: 768px) {
      .video-creator__about__header .try-now {
        padding-top: 35px;
        padding-bottom: 50px; } }
    .video-creator__about__header .try-now h5 {
      padding-right: 10px; }

.video-creator__about__image {
  display: flex;
  justify-content: center; }
  .video-creator__about__image img {
    max-width: 70%; }

.video-creator__about__feature {
  padding-top: 30px; }
  @media (min-width: 760px) {
    .video-creator__about__feature {
      padding: 0 12vw;
      padding-top: 50px; } }
  .video-creator__about__feature .row .col-md-6:last-child {
    display: flex;
    flex-direction: column; }
    .video-creator__about__feature .row .col-md-6:last-child .feature {
      flex: 1; }
  .video-creator__about__feature .feature {
    padding: 5px;
    border: 1px solid #000;
    margin-bottom: 15px;
    display: flex; }
    @media (min-width: 768px) {
      .video-creator__about__feature .feature:last-child {
        margin-bottom: 0; } }
    .video-creator__about__feature .feature i {
      padding-left: 10px;
      padding-top: 3px;
      padding-right: 7px; }
    .video-creator__about__feature .feature span {
      font-size: 16px; }
      @media (max-width: 768px) {
        .video-creator__about__feature .feature span {
          font-size: 14px; } }

.video-creator__tour-creator__header {
  padding-top: 80px;
  padding-bottom: 65px; }
  @media (max-width: 768px) {
    .video-creator__tour-creator__header {
      padding-top: 30px;
      padding-bottom: 15px; } }

.video-creator__tour-creator__main {
  min-height: 100vh;
  background: url(../images/home/background/creator-bg.png) no-repeat left top;
  background-size: cover;
  background-position: center;
  position: relative; }
  .video-creator__tour-creator__main .heading-white {
    line-height: 44px;
    margin-bottom: 20px; }
  @media (max-width: 768px) {
    .video-creator__tour-creator__main {
      padding-bottom: 40px; }
      .video-creator__tour-creator__main .heading-white {
        font-size: 16px;
        margin: 0; } }
  .video-creator__tour-creator__main .image {
    display: flex; }
    @media (max-width: 768px) {
      .video-creator__tour-creator__main .image {
        justify-content: center; } }
    .video-creator__tour-creator__main .image img {
      max-width: 250px;
      padding: 40px; }
      @media (min-width: 768px) {
        .video-creator__tour-creator__main .image img {
          max-width: 560px;
          padding: 130px 80px; } }
  @media (min-width: 768px) {
    .video-creator__tour-creator__main .content {
      padding: 0 105px; }
      .video-creator__tour-creator__main .content:nth-child(1) {
        padding-left: 145px; } }
  .video-creator__tour-creator__main .content span {
    font-size: 17px; }
    @media (max-width: 768px) {
      .video-creator__tour-creator__main .content span {
        font-size: 14px; } }
  @media (max-width: 768px) {
    .video-creator__tour-creator__main .row:nth-child(even) {
      flex-direction: column-reverse; } }
  .video-creator__tour-creator__main .content {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .video-creator__tour-creator__main .content span {
      color: #fff; }
  .video-creator__tour-creator__main .border-top-left::after {
    background: linear-gradient(80deg, #ff7a18, #af002d 41.07%, #319197 76.05%); }
  .video-creator__tour-creator__main .border-top-left:last-child::before {
    height: calc(var(--video-creator-benefit) + 100% + 298px); }
  .video-creator__tour-creator__main .border-top-right:last-child::before {
    height: calc(var(--section-how-it-works-main) + 100% + 273px); }

.video-creator__how-it-works__header {
  padding-top: 50px;
  padding-bottom: 55px; }
  @media (max-width: 768px) {
    .video-creator__how-it-works__header {
      padding-top: 30px;
      padding-bottom: 15px; } }

@media (max-width: 768px) {
  .video-creator__how-it-works__main .bootstrap-wrapper .row {
    flex-direction: column-reverse; } }

.video-creator__how-it-works__main .bootstrap-wrapper .row .col-md-5 {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.video-creator__how-it-works__main .bootstrap-wrapper .row .col-md-7 {
  width: 100%; }
  @media (min-width: 768px) {
    .video-creator__how-it-works__main .bootstrap-wrapper .row .col-md-7 {
      min-height: 400px !important; } }

.video-creator__how-it-works__main .bootstrap-wrapper .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .video-creator__how-it-works__main .bootstrap-wrapper .row img {
      padding-top: 0;
      padding-right: 110px; } }

.video-creator__how-it-works__feature {
  padding: 8px;
  border: 1px solid #000;
  margin-bottom: 15px;
  display: flex; }
  @media (min-width: 768px) {
    .video-creator__how-it-works__feature {
      margin-left: 110px;
      margin-right: 10px; }
      .video-creator__how-it-works__feature:last-child {
        margin-bottom: 0; } }
  .video-creator__how-it-works__feature i {
    padding-left: 10px;
    padding-top: 3px;
    padding-right: 7px; }
  .video-creator__how-it-works__feature span {
    font-size: 17px; }
    @media (max-width: 768px) {
      .video-creator__how-it-works__feature span {
        font-size: 14px; } }

.video-creator__how-it-works__bottom {
  padding-bottom: 110px; }
  @media (min-width: 760px) {
    .video-creator__how-it-works__bottom {
      position: relative;
      margin-top: 120px;
      padding-bottom: 220px; } }
  .video-creator__how-it-works__bottom.border-top-right::before {
    background: #ff7a18; }

/* Section About  */
/* Section Video */
/* Section Tour Creator */
/* Section Contact */
.custom-url .heading {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: #222; }
  @media (min-width: 768px) {
    .custom-url .heading {
      font-size: 44px; } }

.custom-url .heading-white {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: #fff; }
  @media (min-width: 768px) {
    .custom-url .heading-white {
      font-size: 44px; } }

.custom-url__about__wrapper {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .custom-url__about__wrapper {
      padding-top: 90px;
      padding-bottom: 120px;
      padding-right: 80px; }
      .custom-url__about__wrapper::before {
        content: " ";
        position: absolute;
        right: 0;
        top: 0;
        width: 3px;
        height: calc(var(--question-header-virtual-tour) + 100%);
        background: linear-gradient(180deg, #ff7a18, #af002d 41.07%, #319197 76.05%);
        z-index: 2; }
      .custom-url__about__wrapper .col-md-8 {
        padding-left: 80px; } }
  .custom-url__about__wrapper .heading {
    text-align: left; }
    @media (max-width: 768px) {
      .custom-url__about__wrapper .heading {
        padding-top: 10px; } }
    .custom-url__about__wrapper .heading.price {
      color: #e51837;
      font-weight: normal; }

.custom-url__about__wrapper-client {
  background-color: #222222;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .custom-url__about__wrapper-client .wrapper-image {
    padding-top: 40px; }
    .custom-url__about__wrapper-client .wrapper-image img {
      max-width: 175px; }
  .custom-url__about__wrapper-client .wrapper-profile {
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    align-items: center; }
    .custom-url__about__wrapper-client .wrapper-profile .title {
      padding-top: 30px;
      font-weight: 500; }
    .custom-url__about__wrapper-client .wrapper-profile .contact {
      padding: 10px 30px;
      border-radius: 7px;
      background: #fff;
      color: #222222;
      font-weight: 500;
      margin: 30px 0; }
  .custom-url__about__wrapper-client .wrapper-social ul {
    display: flex; }
    .custom-url__about__wrapper-client .wrapper-social ul li a {
      background: #fff;
      border-radius: 50%;
      color: #fff;
      font-weight: 700;
      font-size: clamp(14px, 0.9375vw, 18px);
      padding: 7px 9px;
      margin: 0 5px;
      display: inline-block;
      position: relative; }
      .custom-url__about__wrapper-client .wrapper-social ul li a:hover {
        background: #ffd503; }
      .custom-url__about__wrapper-client .wrapper-social ul li a i {
        color: #222;
        text-align: center;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center; }
  .custom-url__about__wrapper-client .wrapper-brand {
    padding-top: 70px; }
    .custom-url__about__wrapper-client .wrapper-brand img {
      max-width: 250px; }

.custom-url__about__wrapper-box {
  padding: 50px 0; }
  @media (max-width: 768px) {
    .custom-url__about__wrapper-box {
      padding: 20px 0; }
      .custom-url__about__wrapper-box .col-md-3 {
        padding: 0; } }

.custom-url__about__box {
  border: 1px solid #000;
  padding: 20px; }
  @media (max-width: 768px) {
    .custom-url__about__box {
      margin-bottom: 15px; }
      .custom-url__about__box:last-child {
        margin-bottom: 0; } }
  .custom-url__about__box span {
    font-size: 14px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .custom-url__about__box span {
        font-size: 17px; } }

.custom-url__about__description {
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .custom-url__about__description {
      padding-bottom: 20px; } }
  .custom-url__about__description span {
    font-size: 14px;
    display: block; }
    @media (min-width: 768px) {
      .custom-url__about__description span {
        padding: 0 15px;
        font-size: 17px; } }

@media (min-width: 768px) {
  .custom-url__about .btn-pdf {
    margin-left: 15px; } }

.custom-url__video {
  background: #222222; }
  .custom-url__video__video {
    position: relative;
    padding-top: 30px; }
    @media (min-width: 768px) {
      .custom-url__video__video {
        padding-top: 150px;
        padding-right: 80px; } }
    .custom-url__video__video .wrapper-arrow {
      justify-content: center;
      display: flex;
      padding-top: 20px;
      padding-right: 10px; }
      @media (min-width: 768px) {
        .custom-url__video__video .wrapper-arrow {
          padding-left: 50px;
          padding-top: 75px;
          padding-bottom: 30px;
          padding-right: 0; } }
      .custom-url__video__video .wrapper-arrow i {
        color: #ffd503; }
        .custom-url__video__video .wrapper-arrow i:last-child {
          margin-left: 15px; }
  .custom-url__video__description {
    position: relative;
    padding-bottom: 30px;
    padding-top: 20px; }
    @media (min-width: 768px) {
      .custom-url__video__description {
        padding-top: 130px;
        padding-bottom: 120px; } }
    .custom-url__video__description.border-top-left::before {
      height: calc(100% + 210px); }
    .custom-url__video__description span {
      display: block;
      text-align: center;
      color: #fff;
      font-size: 14px;
      font-weight: normal; }
      @media (min-width: 768px) {
        .custom-url__video__description span {
          padding: 0 10vw;
          font-size: 41px;
          line-height: 50px; } }

.custom-url__sample-tour {
  padding-bottom: 60px; }
  @media (max-width: 768px) {
    .custom-url__sample-tour {
      padding-bottom: 30px; } }
  .custom-url__sample-tour__header {
    padding-top: 40px;
    padding-bottom: 60px; }
    @media (max-width: 768px) {
      .custom-url__sample-tour__header {
        padding-top: 30px;
        padding-bottom: 15px; } }
  .custom-url__sample-tour__arrow {
    justify-content: end;
    display: flex;
    padding-right: 10px;
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .custom-url__sample-tour__arrow {
        padding-left: 50px;
        padding-right: 0; } }
    .custom-url__sample-tour__arrow i {
      color: #ffd503; }
      .custom-url__sample-tour__arrow i:last-child {
        margin-left: 15px; }
  .custom-url__sample-tour__main .row .col-md-3 {
    padding: 0; }
    @media (min-width: 768px) {
      .custom-url__sample-tour__main .row .col-md-3 {
        position: relative;
        border: 3px solid transparent;
        border-image: linear-gradient(290deg, #ff7a18, #af002d 41.07%, #319197 76.05%) 1;
        border-right: none;
        border-left: none; }
        .custom-url__sample-tour__main .row .col-md-3::after {
          content: " ";
          position: absolute;
          right: 0;
          top: 0;
          width: 3px;
          height: 100%;
          background: linear-gradient(360deg, #ff7a18, #af002d 41.07%, #319197 76.05%); }
        .custom-url__sample-tour__main .row .col-md-3:first-child::before {
          content: " ";
          position: absolute;
          left: 0;
          top: 0;
          width: 3px;
          height: 100%;
          background: linear-gradient(360deg, #ff7a18, #af002d 41.07%, #319197 76.05%); } }
  .custom-url__sample-tour__main .row:first-child .col-md-3 {
    border-bottom: none; }
    .custom-url__sample-tour__main .row:first-child .col-md-3:nth-child(odd) {
      border-top: none; }
  .custom-url__sample-tour__main .row:last-child .col-md-3:nth-child(even) {
    border-bottom: none; }
  .custom-url__sample-tour__main .row:last-child .col-md-3:last-child::after {
    height: calc(var(--contact-custom-url) + 100% + 60px); }
  @media (max-width: 768px) {
    .custom-url__sample-tour__main .row:last-child .col-md-3:last-child .card-tours {
      margin-bottom: 0; } }
  .custom-url__sample-tour__main .card-tours {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 30px; }
    @media (max-width: 760px) {
      .custom-url__sample-tour__main .card-tours {
        margin: 0;
        margin-bottom: 20px; } }
    .custom-url__sample-tour__main .card-tours:hover > .card-tours__hover {
      background: linear-gradient(transparent, #000);
      opacity: 1;
      transform: translateY(0); }
    .custom-url__sample-tour__main .card-tours:hover > .card-tours__image img {
      transform: scale(1.5); }
    .custom-url__sample-tour__main .card-tours__image {
      height: 170px; }
      .custom-url__sample-tour__main .card-tours__image img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        transition: all 2s ease-in-out; }
    .custom-url__sample-tour__main .card-tours__hover {
      position: absolute;
      top: 0;
      transform: translateY(100px);
      opacity: 0;
      width: 100%;
      height: 100%;
      transition: all .2s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center; }
      .custom-url__sample-tour__main .card-tours__hover svg {
        height: 70px;
        color: white; }

.custom-url__contact {
  padding-bottom: 200px; }
  @media (max-width: 768px) {
    .custom-url__contact {
      padding-bottom: 90px; } }
  @media (max-width: 768px) {
    .custom-url__contact .heading {
      padding-bottom: 30px; } }
  @media (min-width: 768px) {
    .custom-url__contact__wrapper {
      padding-top: 60px; }
      .custom-url__contact__wrapper::before {
        content: " ";
        position: absolute;
        right: 0;
        top: 0;
        width: 3px;
        height: calc(var(--question-header-virtual-tour) + 100%);
        background: linear-gradient(180deg, #ff7a18, #af002d 41.07%, #319197 76.05%);
        z-index: 2; } }
  .custom-url__contact__wrapper .heading {
    text-align: center; }
  @media (min-width: 768px) {
    .custom-url__contact__wrapper .col-md-3 {
      padding: 0; } }
  .custom-url__contact__wrapper-client {
    background-color: #222222;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .custom-url__contact__wrapper-client .wrapper-image img {
      padding-top: 40px;
      max-width: 140px; }
    .custom-url__contact__wrapper-client .wrapper-profile {
      display: flex;
      flex-direction: column;
      color: #fff;
      justify-content: center;
      align-items: center; }
      .custom-url__contact__wrapper-client .wrapper-profile .title {
        padding-top: 30px;
        font-weight: 500; }
      .custom-url__contact__wrapper-client .wrapper-profile .contact {
        padding: 10px 30px;
        border-radius: 7px;
        background: #fff;
        color: #222222;
        font-weight: 500;
        margin: 30px 0; }
    .custom-url__contact__wrapper-client .wrapper-social ul {
      display: flex; }
      .custom-url__contact__wrapper-client .wrapper-social ul li a {
        background: #fff;
        border-radius: 50%;
        color: #fff;
        font-weight: 700;
        font-size: clamp(14px, 0.9375vw, 18px);
        padding: 7px 9px;
        margin: 0 5px;
        display: inline-block;
        position: relative; }
        .custom-url__contact__wrapper-client .wrapper-social ul li a:hover {
          background: #ffd503; }
        .custom-url__contact__wrapper-client .wrapper-social ul li a i {
          color: #222;
          text-align: center;
          font-size: 16px;
          display: flex;
          align-items: center;
          justify-content: center; }
    .custom-url__contact__wrapper-client .wrapper-brand {
      padding-top: 30px; }
      .custom-url__contact__wrapper-client .wrapper-brand img {
        max-width: 180px;
        padding-bottom: 25px; }
  .custom-url__contact__wrapper-message {
    height: 100%;
    padding-top: 30px; }
    @media (min-width: 768px) {
      .custom-url__contact__wrapper-message {
        padding-left: 25px;
        padding-right: 50px;
        padding-top: 0; } }
    .custom-url__contact__wrapper-message .wrapper-bootstrap {
      height: 100%;
      display: flex;
      flex-direction: column; }
      .custom-url__contact__wrapper-message .wrapper-bootstrap .row:last-child {
        flex: 1; }
      .custom-url__contact__wrapper-message .wrapper-bootstrap .col-md-6 {
        margin-bottom: 35px; }
        @media (max-width: 768px) {
          .custom-url__contact__wrapper-message .wrapper-bootstrap .col-md-6 {
            margin-bottom: 15px;
            padding: 0; } }
        .custom-url__contact__wrapper-message .wrapper-bootstrap .col-md-6 input {
          padding: 20px 25px;
          width: 100%;
          font-size: 16px; }
          @media (max-width: 768px) {
            .custom-url__contact__wrapper-message .wrapper-bootstrap .col-md-6 input {
              padding: 15px; } }
      .custom-url__contact__wrapper-message .wrapper-bootstrap .col-12 {
        display: flex;
        flex: 1; }
        @media (max-width: 768px) {
          .custom-url__contact__wrapper-message .wrapper-bootstrap .col-12 {
            padding: 0; } }
        .custom-url__contact__wrapper-message .wrapper-bootstrap .col-12 textarea {
          font-size: 16px;
          position: relative;
          resize: none;
          padding: 20px 25px;
          width: 100%;
          height: 100%;
          font-family: 'madefor-display', sans-serif; }
          @media (max-width: 768px) {
            .custom-url__contact__wrapper-message .wrapper-bootstrap .col-12 textarea {
              padding: 15px; } }
        .custom-url__contact__wrapper-message .wrapper-bootstrap .col-12 .btn-pdf {
          position: absolute;
          right: 50px;
          bottom: 30px;
          width: 240px; }
          .custom-url__contact__wrapper-message .wrapper-bootstrap .col-12 .btn-pdf::after {
            font-family: 'FontAwesome';
            content: "\f054";
            color: #fff;
            background: none; }

.term-of-use #header-wrapper .btn-login {
  color: #3A3A3A !important;
  border-color: #3A3A3A !important; }
  .term-of-use #header-wrapper .btn-login:hover {
    background-color: #dadce0; }
  @media (max-width: 768px) {
    .term-of-use #header-wrapper .btn-login {
      color: #fff;
      border-color: #fff; } }

.term-of-use #header-wrapper .container .logo .logo-dark {
  display: block; }

.term-of-use #header-wrapper .container .logo .logo-white {
  display: none; }

.term-of-use #header-wrapper .container .main-menu ul li a {
  color: #3a3a3a; }

.term-of-use__wrapper {
  padding: 150px 0;
  min-height: 100vh; }
  @media (max-width: 768px) {
    .term-of-use__wrapper {
      padding-top: 80px; } }
  .term-of-use__wrapper .title {
    font-size: 24px; }
    @media (max-width: 992px) {
      .term-of-use__wrapper .title {
        font-size: 21px; } }
    @media (max-width: 768px) {
      .term-of-use__wrapper .title {
        font-size: 18px; } }
  .term-of-use__wrapper h1 {
    font-size: 18px; }
    @media (max-width: 768px) {
      .term-of-use__wrapper h1 {
        font-size: 16px; } }
  .term-of-use__wrapper p,
  .term-of-use__wrapper span {
    display: block;
    font-size: 16px; }
    @media (max-width: 992px) {
      .term-of-use__wrapper p,
      .term-of-use__wrapper span {
        font-size: 14px; } }
  .term-of-use__wrapper ul {
    list-style: auto;
    padding-left: 40px; }
    @media (max-width: 768px) {
      .term-of-use__wrapper ul {
        padding-left: 0; } }
  .term-of-use__wrapper .custom-list li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 20px; }
    @media (max-width: 768px) {
      .term-of-use__wrapper .custom-list li {
        padding-bottom: 15px; } }
    .term-of-use__wrapper .custom-list li:first-child {
      padding-top: 20px; }
  .term-of-use__wrapper .custom-list .list-number {
    position: absolute;
    left: -10px;
    font-size: 14px; }
    @media (max-width: 768px) {
      .term-of-use__wrapper .custom-list .list-number {
        left: 0px; } }
  .term-of-use__wrapper .custom-list.disc li {
    list-style: disc;
    padding-left: 10px; }
  .term-of-use__wrapper .custom-list-numeric {
    padding-top: 15px; }
    .term-of-use__wrapper .custom-list-numeric li {
      font-size: 16px;
      padding: 0;
      padding-left: 10px;
      list-style: auto; }
      .term-of-use__wrapper .custom-list-numeric li:first-child {
        padding-top: 0; }

.our-plan__banner {
  background-color: #3a3a3a;
  height: 530px; }

.our-plan__list {
  min-height: 100vh;
  padding-bottom: 180px;
  padding-top: 95px;
  overflow: auto; }
  @media (max-width: 768px) {
    .our-plan__list {
      padding-top: 0px;
      padding-bottom: 60px; } }
  .our-plan__list--image img {
    height: 100%;
    width: 100%;
    cursor: pointer; }
  .our-plan__list--image .text {
    color: #3a3a3a;
    font-weight: normal;
    font-size: 24px;
    padding-left: 0;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .our-plan__list--image .text {
        display: none; } }
  .our-plan__list--image .image {
    padding-left: 50px; }
    @media (max-width: 768px) {
      .our-plan__list--image .image {
        padding: 0; } }
    .our-plan__list--image .image img {
      border-radius: 10px; }
      @media (max-width: 768px) {
        .our-plan__list--image .image img {
          border-radius: 5px;
          padding: 0; } }
  .our-plan__list .table-plan table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
    .our-plan__list .table-plan table th,
    .our-plan__list .table-plan table td {
      border: 1px solid #E5E5E5; }
    .our-plan__list .table-plan table td {
      padding: 20px; }
      @media (max-width: 768px) {
        .our-plan__list .table-plan table td {
          display: none; }
          .our-plan__list .table-plan table td.active-mobile {
            display: table-cell; }
            .our-plan__list .table-plan table td.active-mobile .wrap-plan-type {
              padding-top: 40px; }
            .our-plan__list .table-plan table td.active-mobile .btn-pricing {
              width: 100%; }
          .our-plan__list .table-plan table td:first-child {
            display: table-cell; } }
    @media (max-width: 768px) {
      .our-plan__list .table-plan table th {
        font-size: 16px; } }
    .our-plan__list .table-plan table tr td {
      width: 20%;
      border-top: none;
      border-bottom: none; }
      .our-plan__list .table-plan table tr td:first-child {
        border-left: none;
        position: relative; }
      .our-plan__list .table-plan table tr td:last-child {
        border-top: none;
        border-right: none;
        border-bottom: none; }
      @media (min-width: 768px) {
        .our-plan__list .table-plan table tr td:nth-child(2) {
          border-left: none; } }
  .our-plan__list .table-plan .plan {
    text-align: left; }
    .our-plan__list .table-plan .plan th {
      border: none; }
  .our-plan__list .table-plan .wrap-plan-type {
    display: flex;
    flex-direction: column; }
    .our-plan__list .table-plan .wrap-plan-type .title {
      font-weight: normal;
      font-size: 24px;
      color: #161616;
      padding-bottom: 10px; }
    .our-plan__list .table-plan .wrap-plan-type .desc {
      font-size: 16px;
      color: #6A6A6A; }
      @media (max-width: 768px) {
        .our-plan__list .table-plan .wrap-plan-type .desc {
          font-size: 16px;
          width: 100%;
          padding-top: 0;
          padding-bottom: 17px; } }
  .our-plan__list .table-plan.pricing-mobile tr td {
    vertical-align: top; }
  @media (max-width: 768px) {
    .our-plan__list .table-plan.pricing-mobile .pricing-row td {
      padding-top: 0;
      padding-bottom: 0;
      border: 1px solid #E5E5E5; }
      .our-plan__list .table-plan.pricing-mobile .pricing-row td:first-child {
        display: none; }
      .our-plan__list .table-plan.pricing-mobile .pricing-row td .duration {
        padding-top: 0; }
    .our-plan__list .table-plan.pricing-mobile .pricing-row:first-child td {
      border-bottom: none; }
    .our-plan__list .table-plan.pricing-mobile .pricing-row:last-child td {
      border-top: none;
      padding-bottom: 20px; } }
  .our-plan__list .table-plan .pricing {
    vertical-align: top;
    width: 20%;
    font-weight: normal;
    font-size: 24px;
    color: #161616;
    border: none;
    padding-left: 0; }
    @media (max-width: 768px) {
      .our-plan__list .table-plan .pricing {
        font-size: 16px;
        min-width: 109px; } }
  .our-plan__list .table-plan .recommend {
    position: relative; }
    .our-plan__list .table-plan .recommend .recommend {
      position: absolute;
      width: 100%;
      padding: 9px;
      top: -44px;
      left: 0;
      background-color: #FBCD2F;
      text-align: center;
      font-weight: normal;
      color: #3a3a3a;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      @media (max-width: 768px) {
        .our-plan__list .table-plan .recommend .recommend {
          top: 0; } }
  .our-plan__list .table-plan .pricing-row td {
    color: #6A6A6A;
    text-align: left; }
    .our-plan__list .table-plan .pricing-row td .price {
      font-weight: normal;
      font-size: 24px;
      color: #3a3a3a; }
    .our-plan__list .table-plan .pricing-row td .duration {
      display: block;
      padding-bottom: 10px; }
    .our-plan__list .table-plan .pricing-row td .description {
      padding-top: 15px;
      font-size: 16px; }
      .our-plan__list .table-plan .pricing-row td .description button {
        position: relative;
        cursor: pointer;
        text-decoration: underline;
        color: #18A1F0;
        background: transparent;
        border: none; }
    .our-plan__list .table-plan .pricing-row td span {
      text-align: left;
      display: block;
      line-height: 25px;
      color: #6A6A6A; }
      @media (max-width: 768px) {
        .our-plan__list .table-plan .pricing-row td span {
          font-size: 18px;
          width: 100%;
          padding-top: 10px;
          min-width: 141px; } }
    .our-plan__list .table-plan .pricing-row td i.fa-check {
      color: #20B82F; }
    .our-plan__list .table-plan .pricing-row td i.fa-minus {
      color: #6A6A6A; }
    .our-plan__list .table-plan .pricing-row td i.fa-times {
      color: #6A6A6A; }
    @media (max-width: 768px) {
      .our-plan__list .table-plan .pricing-row td i {
        min-width: 143px; } }
    .our-plan__list .table-plan .pricing-row td:first-child {
      color: #6A6A6A; }
    .our-plan__list .table-plan .pricing-row td.pricing {
      color: #3a3a3a; }
  .our-plan__list .table-plan.dash {
    padding-top: 40px; }
    @media (max-width: 768px) {
      .our-plan__list .table-plan.dash {
        padding-top: 15px; } }
    .our-plan__list .table-plan.dash table tr td {
      border-top: 2px dashed #E5E5E5;
      border-bottom: 2px dashed #E5E5E5; }
      .our-plan__list .table-plan.dash table tr td:first-child {
        border: none; }
      .our-plan__list .table-plan.dash table tr td:nth-child(2) {
        border-left: none; }
        @media (max-width: 768px) {
          .our-plan__list .table-plan.dash table tr td:nth-child(2) {
            text-align: center; } }
        @media (max-width: 768px) {
          .our-plan__list .table-plan.dash table tr td:nth-child(2) span {
            text-align: center; } }
      @media (max-width: 768px) {
        .our-plan__list .table-plan.dash table tr td {
          border: none; } }
    .our-plan__list .table-plan.dash .plan span {
      display: block;
      padding-bottom: 10px;
      font-size: 24px;
      color: #161616;
      font-weight: normal; }
      @media (max-width: 768px) {
        .our-plan__list .table-plan.dash .plan span {
          font-size: 18px;
          padding-bottom: 0; } }
    .our-plan__list .table-plan.dash .plan .plan-limit {
      color: #3a3a3a;
      font-weight: normal; }
    .our-plan__list .table-plan.dash .pricing-row td {
      text-align: left;
      padding: 20px;
      height: 100px;
      border-bottom: none;
      font-weight: normal; }
      .our-plan__list .table-plan.dash .pricing-row td:first-child {
        font-weight: 400;
        text-align: left;
        padding-left: 10px;
        padding-right: 45px; }
        @media (max-width: 768px) {
          .our-plan__list .table-plan.dash .pricing-row td:first-child {
            min-width: 123px;
            padding-right: 0px; } }
      .our-plan__list .table-plan.dash .pricing-row td span {
        text-align: left;
        max-width: 100%;
        padding-top: 0; }
      .our-plan__list .table-plan.dash .pricing-row td .description {
        font-weight: 400; }
        .our-plan__list .table-plan.dash .pricing-row td .description span {
          line-height: 22px; }
    .our-plan__list .table-plan.dash .footer td {
      padding-top: 40px;
      border-top: none;
      border-bottom: none; }
      .our-plan__list .table-plan.dash .footer td:first-child {
        border-right: initial;
        padding-right: 0;
        vertical-align: top; }
        @media (min-width: 768px) {
          .our-plan__list .table-plan.dash .footer td:first-child .wrapper-footer {
            margin-left: auto;
            border-right: 1px solid #E5E5E5;
            max-width: 67%; } }
    .our-plan__list .table-plan.dash .footer .wrapper-footer {
      padding: 10px; }
      .our-plan__list .table-plan.dash .footer .wrapper-footer .title {
        font-size: 24px;
        display: block;
        font-weight: normal;
        color: #3a3a3a; }
        @media (max-width: 768px) {
          .our-plan__list .table-plan.dash .footer .wrapper-footer .title {
            font-size: 18px; } }
      .our-plan__list .table-plan.dash .footer .wrapper-footer .desc {
        font-size: 14px;
        color: #6A6A6A; }
    @media (max-width: 768px) {
      .our-plan__list .table-plan.dash .footer {
        display: none; } }
  @media (max-width: 768px) {
    .our-plan__list .table-plan:nth-child(2) .pricing-row td span {
      min-width: 146px;
      display: block; } }
  .our-plan__list .wrapper-tooltip {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .our-plan__list .wrapper-tooltip .tooltip-plan {
      margin-top: 8px; }
    .our-plan__list .wrapper-tooltip svg {
      width: 50px;
      position: absolute;
      right: 0;
      cursor: pointer; }
      @media (max-width: 768px) {
        .our-plan__list .wrapper-tooltip svg {
          right: -30px; } }
  @media (min-width: 768px) {
    .our-plan__list .footer-ourplans-mobile {
      display: none; } }
  .our-plan__list .footer-ourplans-mobile .wrapper-footer {
    padding: 10px; }
    .our-plan__list .footer-ourplans-mobile .wrapper-footer .title {
      font-size: 24px;
      display: block;
      font-weight: normal;
      color: #3a3a3a; }
      @media (max-width: 768px) {
        .our-plan__list .footer-ourplans-mobile .wrapper-footer .title {
          font-size: 18px; } }
    .our-plan__list .footer-ourplans-mobile .wrapper-footer .desc {
      font-size: 14px;
      color: #6A6A6A; }
  .our-plan__list .btn-pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px; }

.our-plan__sticky-pricing {
  display: none;
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 62px;
  left: 0;
  z-index: 9;
  padding-top: 47px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 6px 10px rgba(26, 36, 72, 0.02); }
  .our-plan__sticky-pricing .wrap-plan-type .title {
    padding-bottom: 10px; }
  @media (max-width: 768px) {
    .our-plan__sticky-pricing {
      padding-top: 0;
      top: 56px;
      position: unset;
      margin-bottom: 15px;
      margin-left: -15px;
      margin-right: -15px;
      width: fit-content;
      display: block; }
      .our-plan__sticky-pricing .table-plan {
        margin-left: -16px;
        margin-right: -16px;
        margin-top: -2px; }
        .our-plan__sticky-pricing .table-plan .active {
          background: #18A1F0; }
          .our-plan__sticky-pricing .table-plan .active .title {
            color: #fff;
            padding-bottom: 0; }
        .our-plan__sticky-pricing .table-plan .title {
          padding-bottom: 0; }
        .our-plan__sticky-pricing .table-plan table tr td {
          display: table-cell;
          padding: 11px;
          vertical-align: center;
          text-align: center; }
          .our-plan__sticky-pricing .table-plan table tr td.pricing {
            min-width: 0;
            display: none; }
          .our-plan__sticky-pricing .table-plan table tr td:nth-child(2) {
            border-left: none;
            width: 20%; }
        .our-plan__sticky-pricing .table-plan .recommend .recommend {
          display: none; }
        .our-plan__sticky-pricing .table-plan .btn-pricing {
          display: none; }
        .our-plan__sticky-pricing .table-plan .tab-pricing-mobile td .title {
          font-weight: normal; }
        .our-plan__sticky-pricing .table-plan .tab-pricing-mobile td.active .title {
          font-weight: normal; }
        .our-plan__sticky-pricing .table-plan .tab-pricing-mobile-sticky td .title {
          font-weight: normal; }
        .our-plan__sticky-pricing .table-plan .tab-pricing-mobile-sticky td.active .title {
          font-weight: normal; }
      .our-plan__sticky-pricing.mobile {
        display: none;
        position: fixed;
        top: 52px;
        left: 0;
        z-index: 9; }
        .our-plan__sticky-pricing.mobile .table-plan {
          margin: 0; } }

.our-plan__toggle-switch {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 55px;
  padding-right: 15px;
  padding-top: 25px; }
  @media (max-width: 768px) {
    .our-plan__toggle-switch {
      padding: 15px 0;
      margin: 0; } }
  .our-plan__toggle-switch-title {
    font-weight: 500;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .our-plan__toggle-switch-title {
        font-size: 14px; } }

.login {
  width: 100%; }
  .login__wrapper {
    height: 100vh;
    display: flex;
    overflow: hidden; }
    @media (max-width: 920px) {
      .login__wrapper {
        overflow: auto; } }
  .login__left {
    background: #fff;
    height: 100%;
    width: 35%;
    overflow-y: auto; }
    @media (max-width: 920px) {
      .login__left {
        width: 100%; } }
    .login__left .login-content {
      min-height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .login__left .login-content .content-header {
        padding: 20px 25px; }
        .login__left .login-content .content-header img {
          max-width: 100px; }
      .login__left .login-content .content-wrapper {
        padding: 0 30px;
        max-width: 500px;
        margin: auto; }
        @media (max-width: 920px) {
          .login__left .login-content .content-wrapper {
            padding: 25px; } }
        .login__left .login-content .content-wrapper .wrapper-notification {
          display: flex;
          justify-content: center;
          padding-bottom: 30px; }
          .login__left .login-content .content-wrapper .wrapper-notification img {
            max-width: 213px; }
        .login__left .login-content .content-wrapper .wrapper-message {
          display: flex;
          align-items: center;
          background: #FBCFBD;
          padding: 10px 15px;
          border-radius: 4px;
          margin-bottom: 20px; }
          .login__left .login-content .content-wrapper .wrapper-message img {
            width: 20px; }
          .login__left .login-content .content-wrapper .wrapper-message p {
            color: #3A3A3A;
            padding-left: 15px;
            font-size: 16px; }
        .login__left .login-content .content-wrapper .title {
          font-weight: 500;
          font-size: 34px;
          color: #3A3A3A; }
        .login__left .login-content .content-wrapper .description {
          display: block;
          font-size: 18px;
          color: #3A3A3A;
          padding-bottom: 20px; }
          .login__left .login-content .content-wrapper .description.link a {
            text-decoration: underline;
            color: #0784CC; }
        .login__left .login-content .content-wrapper .wrapper-form {
          display: flex;
          flex-direction: column;
          margin-bottom: 20px; }
          .login__left .login-content .content-wrapper .wrapper-form .form-control {
            height: 46px;
            background: #FFFFFF;
            border: 1px solid #E5E5E5;
            box-sizing: border-box;
            border-radius: 4px;
            padding: 20px;
            font-size: 18px; }
            .login__left .login-content .content-wrapper .wrapper-form .form-control.active {
              border: 2px solid red; }
              .login__left .login-content .content-wrapper .wrapper-form .form-control.active:focus-visible {
                outline: red; }
          .login__left .login-content .content-wrapper .wrapper-form .text-danger {
            color: red; }
          .login__left .login-content .content-wrapper .wrapper-form .text-success {
            color: #20b82f; }
          .login__left .login-content .content-wrapper .wrapper-form label {
            color: #3A3A3A;
            font-size: 18px;
            margin-bottom: 5px; }
          .login__left .login-content .content-wrapper .wrapper-form .wrapper-show-password {
            display: flex;
            justify-content: space-between; }
            .login__left .login-content .content-wrapper .wrapper-form .wrapper-show-password .show-password {
              cursor: pointer;
              background: transparent;
              border: none;
              outline: none;
              display: flex;
              align-items: center; }
              .login__left .login-content .content-wrapper .wrapper-form .wrapper-show-password .show-password img {
                width: 22px; }
              .login__left .login-content .content-wrapper .wrapper-form .wrapper-show-password .show-password span {
                font-size: 18px;
                margin-left: 5px;
                color: #9A9A9A; }
                @media (max-width: 567px) {
                  .login__left .login-content .content-wrapper .wrapper-form .wrapper-show-password .show-password span {
                    font-size: 14px; } }
              .login__left .login-content .content-wrapper .wrapper-form .wrapper-show-password .show-password i {
                color: #9A9A9A;
                margin-left: 10px; }
            .login__left .login-content .content-wrapper .wrapper-form .wrapper-show-password .wrapper-action {
              display: flex;
              justify-content: space-between; }
              .login__left .login-content .content-wrapper .wrapper-form .wrapper-show-password .wrapper-action .suggest-pasword {
                background: transparent;
                border: none; }
        .login__left .login-content .content-wrapper .btn-pricing {
          width: 100%;
          font-weight: 500;
          font-size: 18px; }
        .login__left .login-content .content-wrapper .wrapper-remember-me {
          padding: 25px 0;
          display: flex;
          justify-content: center;
          align-items: center; }
          .login__left .login-content .content-wrapper .wrapper-remember-me .wrapper-checkbox {
            position: relative; }
            .login__left .login-content .content-wrapper .wrapper-remember-me .wrapper-checkbox input[type="checkbox"] {
              position: absolute;
              width: 20px;
              height: 20px;
              opacity: 0;
              z-index: 1; }
              .login__left .login-content .content-wrapper .wrapper-remember-me .wrapper-checkbox input[type="checkbox"]:checked {
                opacity: 1; }
            .login__left .login-content .content-wrapper .wrapper-remember-me .wrapper-checkbox span {
              display: block;
              top: 0;
              width: 20px;
              height: 20px;
              border-radius: 2px;
              border: 1px solid #E5E5E5; }
          .login__left .login-content .content-wrapper .wrapper-remember-me label {
            font-weight: 500;
            font-size: 18px;
            color: #3A3A3A;
            margin-left: 10px; }
        .login__left .login-content .content-wrapper .wrapper-bottom {
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center; }
          .login__left .login-content .content-wrapper .wrapper-bottom a {
            color: #0784CC;
            text-decoration: underline; }
          .login__left .login-content .content-wrapper .wrapper-bottom span {
            position: relative;
            display: block;
            width: 100%;
            text-align: center;
            color: #9A9A9A;
            margin: 10px 0; }
            .login__left .login-content .content-wrapper .wrapper-bottom span::before {
              content: "";
              position: absolute;
              height: 2px;
              width: 45%;
              background: #E5E5E5;
              right: 0px;
              top: 15px; }
            .login__left .login-content .content-wrapper .wrapper-bottom span::after {
              content: "";
              position: absolute;
              height: 2px;
              width: 45%;
              background: #E5E5E5;
              left: 0px;
              top: 15px; }
          .login__left .login-content .content-wrapper .wrapper-bottom a {
            margin-top: 10px; }
          @media (max-width: 768px) {
            .login__left .login-content .content-wrapper .wrapper-bottom {
              display: flex;
              justify-content: center;
              flex-direction: column;
              align-items: center; } }
        .login__left .login-content .content-wrapper.register .title {
          padding-bottom: 0; }
        .login__left .login-content .content-wrapper.register .description {
          padding-bottom: 15px; }
        .login__left .login-content .content-wrapper.register .wrapper-remember-me {
          align-items: flex-start;
          padding: 0; }
          .login__left .login-content .content-wrapper.register .wrapper-remember-me .wrapper-checkbox {
            margin-right: 10px;
            margin-top: 2px; }
          .login__left .login-content .content-wrapper.register .wrapper-remember-me span {
            font-size: 16px;
            color: #6A6A6A; }
        .login__left .login-content .content-wrapper.register .cta {
          padding: 15px 0;
          font-size: 16px;
          color: #6A6A6A; }
          .login__left .login-content .content-wrapper.register .cta a {
            text-decoration: underline;
            color: #0784CC; }
        .login__left .login-content .content-wrapper.register-message .title {
          padding-bottom: 20px; }
        .login__left .login-content .content-wrapper.register-message h6 {
          font-size: 18px;
          color: #3A3A3A;
          padding-bottom: 5px; }
        .login__left .login-content .content-wrapper.register-message ul {
          padding-left: 25px;
          margin-bottom: 35px; }
          .login__left .login-content .content-wrapper.register-message ul li {
            list-style: disc; }
        .login__left .login-content .content-wrapper.login .title {
          padding-bottom: 18px; }
      .login__left .login-content .content-footer {
        padding: 20px 25px; }
        .login__left .login-content .content-footer span {
          font-size: 16px; }
          @media (max-width: 768px) {
            .login__left .login-content .content-footer span {
              font-size: 14px; } }
  .login__right {
    width: 65%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    @media (max-width: 920px) {
      .login__right {
        display: none; } }
    .login__right .g_id_signin {
      position: absolute;
      right: 30px;
      top: 30px; }

@media (min-width: 920px) {
  .home.trisio #banner-wrapper .wrapper-embed-full {
    height: 530px; } }

.home.trisio .gothru-feature .feature-item.buy-now {
  display: flex;
  align-items: center;
  justify-content: center; }
  .home.trisio .gothru-feature .feature-item.buy-now a {
    max-width: 60%; }

.home.trisio .gothru-feature .feature-item a {
  color: #2d2d2d;
  font-weight: bold; }

.home.trisio .gothru-feature .feature-item .btn-gradient {
  color: #fff;
  display: block;
  width: 100%; }

.home.trisio .gothru-feature .image {
  cursor: pointer;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .home.trisio .gothru-feature .image {
      padding-bottom: 30px; } }
  .home.trisio .gothru-feature .image img {
    border-radius: 5px; }
    @media (min-width: 768px) {
      .home.trisio .gothru-feature .image img {
        border-radius: 10px;
        width: 70%; } }
    @media (max-width: 768px) {
      .home.trisio .gothru-feature .image img {
        width: 100%; } }

.home.trisio .border-trisio::after {
  height: 100%;
  background: linear-gradient(346deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }

.home.trisio .virtual-creator__tour-creator__main {
  min-height: 100%;
  background: #222222; }
  @media (max-width: 560px) {
    .home.trisio .virtual-creator__tour-creator__main {
      min-height: 45vh; } }
  .home.trisio .virtual-creator__tour-creator__main .border-top-right::before {
    height: calc(100% + 100px);
    background: linear-gradient(4deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
  .home.trisio .virtual-creator__tour-creator__main .border-top-right::after {
    background: linear-gradient(69deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
  .home.trisio .virtual-creator__tour-creator__main .using-trisio {
    color: #fff;
    font-size: 14px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .home.trisio .virtual-creator__tour-creator__main .using-trisio {
        padding-left: 25px;
        font-size: 1.3vw; } }
    .home.trisio .virtual-creator__tour-creator__main .using-trisio li {
      list-style: auto; }
      .home.trisio .virtual-creator__tour-creator__main .using-trisio li a {
        color: #fedd2d;
        font-weight: 500; }

.home.trisio #industries-wrapper {
  padding-bottom: 20px; }
  .home.trisio #industries-wrapper .border-top-left::after {
    background: linear-gradient(270deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
  .home.trisio #industries-wrapper .border-top-left::before {
    background: linear-gradient(359deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
  .home.trisio #industries-wrapper .our-industries-title {
    padding-right: 0; }
    @media (min-width: 768px) {
      .home.trisio #industries-wrapper .our-industries-title {
        padding-left: 20px; } }
    .home.trisio #industries-wrapper .our-industries-title h2 {
      margin-bottom: 15px;
      padding-bottom: 0; }
    .home.trisio #industries-wrapper .our-industries-title .border-left::after {
      background: linear-gradient(358deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
  .home.trisio #industries-wrapper .image img {
    border-radius: 10px;
    cursor: pointer; }
    @media (max-width: 768px) {
      .home.trisio #industries-wrapper .image img {
        width: 100%; } }
  .home.trisio #industries-wrapper .description {
    text-align: center;
    color: white;
    font-size: 1.4vw; }
    @media (max-width: 768px) {
      .home.trisio #industries-wrapper .description {
        font-size: 14px;
        padding-bottom: 20px; } }
  .home.trisio #industries-wrapper .bootstrap-wrapper {
    padding-right: 0px; }
  .home.trisio #industries-wrapper #industries-bottom::after {
    height: calc(100% + var(--question-header-trisio) + 25px);
    z-index: 2; }

@media (max-width: 768px) {
  .home.trisio .workflow__wrapper {
    padding: 40px 0; } }

@media (min-width: 768px) {
  .home.trisio .workflow__wrapper {
    padding-bottom: 20px; } }

.home.trisio .workflow__content {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  .home.trisio .workflow__content h1 {
    text-align: center;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .home.trisio .workflow__content h1 {
        font-size: 18px;
        margin: 20px 0; } }

.home.trisio .workflow__phone {
  display: flex;
  justify-content: end; }
  @media (max-width: 768px) {
    .home.trisio .workflow__phone {
      justify-content: center; }
      .home.trisio .workflow__phone img {
        width: 40%; } }

.home.trisio .workflow__camera {
  display: flex;
  justify-content: flex-start; }
  @media (max-width: 768px) {
    .home.trisio .workflow__camera {
      justify-content: center; }
      .home.trisio .workflow__camera img {
        width: 40%; } }

.home.trisio .workflow__camera-xthree {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.home.trisio .workflow__border-bottom {
  position: relative;
  height: 100px; }
  @media (max-width: 768px) {
    .home.trisio .workflow__border-bottom {
      display: none; } }
  .home.trisio .workflow__border-bottom.border-left::after {
    top: 100px; }

.home.trisio .workflow__download {
  display: flex; }
  .home.trisio .workflow__download a:nth-child(1) {
    margin-right: 20px; }
  .home.trisio .workflow__download a img {
    max-width: 100%; }
  @media (max-width: 768px) {
    .home.trisio .workflow__download {
      margin-bottom: 10px; } }

.home.trisio .workflow .border-bottom::before {
  background: linear-gradient(4deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
  @media (max-width: 980px) {
    .home.trisio .workflow .border-bottom::before {
      display: none; } }

@media (max-width: 768px) {
  .home.trisio .row-reverse {
    flex-direction: column-reverse; } }

@media (max-width: 768px) {
  .home.trisio .row-no-reverse {
    flex-direction: column; }
    .home.trisio .row-no-reverse .content br {
      display: none; } }

@media (max-width: 768px) {
  .home.trisio .moderator__question__list {
    padding-bottom: 30px; } }

.home.trisio .moderator__question__list .row .col-md-6 .cq-box .panel p a {
  color: #029AE1; }

.home.trisio .moderator__question__list .row .col-md-6:first-child .cq-box::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(148deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
  @media (max-width: 980px) {
    .home.trisio .moderator__question__list .row .col-md-6:first-child .cq-box::after {
      display: none; } }

.coupon__wrapper .col-3 {
  padding: 0 10px; }
  @media (max-width: 768px) {
    .coupon__wrapper .col-3 {
      padding: 0 4px; } }

.coupon__wrapper .wrapper-form {
  margin: 0 !important; }
  .coupon__wrapper .wrapper-form input {
    padding: 10px !important;
    text-align: center; }
  .coupon__wrapper .wrapper-form .text-danger {
    margin-top: 8px;
    margin-bottom: 15px; }

/* Section About  */
/* Section Creator */
/* Section Question */
/* Footer */
.gothruvr .heading {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  line-height: 50px;
  color: #222; }
  @media (min-width: 768px) {
    .gothruvr .heading {
      font-size: 45px; } }

.gothruvr .heading-white {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  line-height: 50px;
  color: #fff;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .gothruvr .heading-white {
      font-size: 45px; } }

.gothruvr #banner-wrapper .wrapper-embed-full {
  height: 20.7vw;
  position: relative; }
  .gothruvr #banner-wrapper .wrapper-embed-full div {
    transform: translateY(-2.6vw);
    -webkit-transform: translateY(-2.6vw);
    -moz-transform: translateY(-2.6vw);
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
    -moz-filter: brightness(90%); }
  .gothruvr #banner-wrapper .wrapper-embed-full .wrapper-text {
    position: absolute;
    left: 10vw;
    top: 13vw;
    z-index: 999; }
    @media (max-width: 560px) {
      .gothruvr #banner-wrapper .wrapper-embed-full .wrapper-text {
        transform: translateY(-45px); } }
    .gothruvr #banner-wrapper .wrapper-embed-full .wrapper-text h1 {
      font-family: 'Teko', Helvetica, sans-serif;
      font-size: clamp(4rem, calc(-0.8750rem + 8.3333vw), 6.6rem);
      font-weight: 300;
      -webkit-font-smoothing: antialiased !important;
      line-height: 50px;
      color: #fff;
      margin-bottom: 3vw; }
      @media (max-width: 768px) {
        .gothruvr #banner-wrapper .wrapper-embed-full .wrapper-text h1 {
          font-size: 2em;
          text-align: left;
          line-height: 50px; } }
    .gothruvr #banner-wrapper .wrapper-embed-full .wrapper-text h3 {
      font-family: 'Roboto', Helvetica, sans-serif;
      opacity: 0.75;
      font-size: 24px;
      margin-top: -20px;
      color: #fff;
      font-weight: normal;
      text-align: left; }
      @media (max-width: 768px) {
        .gothruvr #banner-wrapper .wrapper-embed-full .wrapper-text h3 {
          font-size: 12px; } }

.gothruvr__banner-wrapper {
  height: 100%; }
  .gothruvr__banner-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.gothruvr__overview-title {
  font-size: 45px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .gothruvr__overview-title {
      font-size: 24px; } }

@media (min-width: 768px) {
  .gothruvr__about__wrapper::before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%);
    z-index: 2; } }

@media (min-width: 920px) {
  .gothruvr__about__wrapper .bootstrap-wrapper {
    padding-top: 80px; } }

.gothruvr__about__header {
  padding-right: 35px; }
  .gothruvr__about__header .heading {
    padding-bottom: 20px;
    text-align: left; }
  @media (max-width: 768px) {
    .gothruvr__about__header {
      padding-top: 0px;
      padding-bottom: 30px;
      padding-right: 0; }
      .gothruvr__about__header .heading {
        padding-top: 30px;
        padding-bottom: 15px; } }
  .gothruvr__about__header span {
    display: block;
    text-align: justify; }
    @media (min-width: 768px) {
      .gothruvr__about__header span {
        max-width: 65vw;
        margin: auto;
        padding-bottom: 30px;
        line-height: 1.6;
        font-size: 1.3vw; } }
  .gothruvr__about__header .try-now {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px; }
    .gothruvr__about__header .try-now h5 {
      padding-right: 10px; }
    .gothruvr__about__header .try-now a {
      display: flex; }
    .gothruvr__about__header .try-now img {
      max-width: 180px;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05); }

.gothruvr__about__image {
  display: flex;
  justify-content: center;
  position: relative;
  padding-right: 40px; }
  .gothruvr__about__image img {
    max-width: 70%; }
  @media (max-width: 567px) {
    .gothruvr__about__image {
      flex-direction: column;
      align-items: center;
      padding-right: 0; }
      .gothruvr__about__image img {
        border-radius: 10px; } }
  .gothruvr__about__image .wrapper-embed-phone {
    border-radius: 16px;
    width: 230px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 150px;
    height: 450px; }
    @media (max-width: 1820px) {
      .gothruvr__about__image .wrapper-embed-phone {
        top: 190px;
        width: 150px;
        height: 300px; } }
    @media (max-width: 1620px) {
      .gothruvr__about__image .wrapper-embed-phone {
        top: 140px; } }
    @media (max-width: 1422px) {
      .gothruvr__about__image .wrapper-embed-phone {
        top: 100px; } }
    @media (max-width: 768px) {
      .gothruvr__about__image .wrapper-embed-phone {
        width: 46px;
        height: 90px;
        border-radius: 4px;
        top: 30px; } }
    @media (max-width: 567px) {
      .gothruvr__about__image .wrapper-embed-phone {
        width: 176px;
        height: 350px;
        border-radius: 14px;
        top: 20px;
        right: 0;
        position: relative;
        margin-bottom: 10px;
        display: none; } }
    .gothruvr__about__image .wrapper-embed-phone .embed-phone {
      position: absolute;
      width: 450px;
      left: -108px;
      transform: scale(0.58);
      top: -62px;
      height: 50%; }
      @media (max-width: 1820px) {
        .gothruvr__about__image .wrapper-embed-phone .embed-phone {
          height: 50%;
          width: 300px;
          left: -75px;
          top: -42px; } }
      @media (max-width: 768px) {
        .gothruvr__about__image .wrapper-embed-phone .embed-phone {
          height: 50%;
          width: 90px;
          left: -22px;
          top: 17px; } }
      @media (max-width: 567px) {
        .gothruvr__about__image .wrapper-embed-phone .embed-phone {
          height: 50%;
          width: 330px;
          left: -76px;
          top: 72px; } }
    .gothruvr__about__image .wrapper-embed-phone img {
      max-width: 100%;
      position: absolute;
      top: 0px;
      height: 450px; }
      @media (max-width: 1820px) {
        .gothruvr__about__image .wrapper-embed-phone img {
          height: 300px; } }
      @media (max-width: 768px) {
        .gothruvr__about__image .wrapper-embed-phone img {
          height: 90px; } }
      @media (max-width: 567px) {
        .gothruvr__about__image .wrapper-embed-phone img {
          height: 350px; } }

.gothruvr__about__feature {
  padding-top: 100px; }
  @media (max-width: 768px) {
    .gothruvr__about__feature {
      padding-top: 30px; } }
  @media (min-width: 768px) {
    .gothruvr__about__feature .box-feature {
      padding: 60px 50px; } }
  @media (max-width: 768px) {
    .gothruvr__about__feature .box-feature {
      margin-bottom: 20px; } }
  .gothruvr__about__feature .box-feature h4 {
    padding-bottom: 10px;
    font-size: 1.2vw; }
    @media (max-width: 768px) {
      .gothruvr__about__feature .box-feature h4 {
        font-size: 16px;
        padding-bottom: 0; } }
    .gothruvr__about__feature .box-feature h4:first-letter {
      font-size: 34px;
      padding-right: 10px; }
  .gothruvr__about__feature .box-feature span {
    font-size: 1.1vw; }
    @media (max-width: 768px) {
      .gothruvr__about__feature .box-feature span {
        font-size: 14px; } }
  @media (min-width: 768px) {
    .gothruvr__about__feature .box-feature {
      position: relative; }
      .gothruvr__about__feature .box-feature:nth-child(1)::before, .gothruvr__about__feature .box-feature:nth-child(3)::before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        background: linear-gradient(360deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
      .gothruvr__about__feature .box-feature:nth-child(1)::after, .gothruvr__about__feature .box-feature:nth-child(3)::after {
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
        height: 3px;
        background: linear-gradient(290deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
      .gothruvr__about__feature .box-feature:nth-child(even)::before {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(240deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
      .gothruvr__about__feature .box-feature:nth-child(even)::after {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        background: linear-gradient(360deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); } }

.gothruvr__tour-creator__header {
  padding-top: 150px;
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .gothruvr__tour-creator__header {
      padding-top: 30px;
      padding-bottom: 15px; } }

.gothruvr__tour-creator__main {
  min-height: 100vh;
  background: url(../images/home/background/creator-bg.png) no-repeat left top;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media (max-width: 768px) {
    .gothruvr__tour-creator__main {
      padding-bottom: 40px; }
      .gothruvr__tour-creator__main .heading-white {
        margin: 0;
        font-size: 18px;
        line-height: 31px;
        padding: 15px 0; } }
  .gothruvr__tour-creator__main .border-top-left:last-child::before {
    height: calc(var(--section-question) + 100%); }
  .gothruvr__tour-creator__main .image {
    display: flex; }
    @media (max-width: 768px) {
      .gothruvr__tour-creator__main .image {
        justify-content: center;
        padding: 0 15px !important; } }
    .gothruvr__tour-creator__main .image img {
      max-width: 250px;
      padding: 40px; }
      @media (min-width: 768px) {
        .gothruvr__tour-creator__main .image img {
          max-width: 560px;
          padding: 130px 80px; } }
  .gothruvr__tour-creator__main .content span {
    font-size: 1.3vw; }
    @media (max-width: 768px) {
      .gothruvr__tour-creator__main .content span {
        font-size: 14px; } }
  @media (max-width: 768px) {
    .gothruvr__tour-creator__main .content {
      padding: 0 15px !important; } }
  @media (max-width: 768px) {
    .gothruvr__tour-creator__main .row:nth-child(2) {
      flex-direction: column-reverse; }
    .gothruvr__tour-creator__main .row:nth-child(4) {
      flex-direction: column-reverse; } }
  .gothruvr__tour-creator__main .content {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .gothruvr__tour-creator__main .content {
        padding: 0 6%;
        padding-top: 105px; } }
    .gothruvr__tour-creator__main .content span {
      color: #fff; }
  .gothruvr__tour-creator__main .border-top-left::after {
    background: linear-gradient(80deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
  .gothruvr__tour-creator__main .wrapper-iframe {
    width: 100%;
    padding-top: 30px; }
    @media (min-width: 768px) {
      .gothruvr__tour-creator__main .wrapper-iframe {
        min-height: 600px;
        padding: 105px 0;
        max-width: 52.5vw; } }
    .gothruvr__tour-creator__main .wrapper-iframe .wrapper-frame {
      border-radius: 10px;
      overflow: hidden; }

.gothruvr__guide {
  padding: 80px 0;
  color: #fff; }
  .gothruvr__guide ul {
    color: #fff;
    font-size: 14px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .gothruvr__guide ul {
        padding-left: 25px;
        font-size: 1.3vw; } }
    .gothruvr__guide ul li {
      list-style: auto; }
      .gothruvr__guide ul li a {
        color: #fedd2d;
        font-weight: 500; }
  .gothruvr__guide-img {
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
    position: relative; }

.gothruvr .list {
  color: #fff;
  margin-left: 40px; }
  .gothruvr .list ul li {
    list-style: auto; }

/* Section About  */
/* Section Creator */
/* Section Question */
/* Footer */
.insta {
  /* SECTION BANNER */ }
  .insta__banner-wrapper {
    height: 100%;
    position: relative; }
    @media (max-width: 768px) {
      .insta__banner-wrapper {
        height: 100vh; } }
    @media (max-width: 760px) {
      .insta__banner-wrapper-banner {
        object-fit: cover;
        height: 100%; } }
  .insta__banner-software {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  .insta__banner-left, .insta__banner-right {
    display: flex; }
  .insta__banner-left {
    padding-left: 0 !important; }
  .insta__banner-left, .insta__banner-left-oners {
    align-items: center;
    display: flex; }
    @media (max-width: 768px) {
      .insta__banner-left, .insta__banner-left-oners {
        width: 90%;
        height: auto;
        align-items: flex-end; } }
  .insta__banner-right {
    align-items: center; }
    @media (max-width: 768px) {
      .insta__banner-right {
        align-items: flex-start; } }
    .insta__banner-right a {
      width: 180px;
      margin-top: 25px;
      justify-content: center; }
  .insta__banner-copytext h4 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 30px;
    font-weight: normal; }
    @media (max-width: 768px) {
      .insta__banner-copytext h4 {
        font-size: 18px; } }
  .insta__banner-copytext h2 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    margin: 0;
    line-height: 80px; }
    @media (max-width: 768px) {
      .insta__banner-copytext h2 {
        font-size: 30px;
        line-height: 40px; } }
  .insta__banner img {
    width: 100%; }
  .insta__about-wrapper {
    padding-top: 40px;
    padding-right: 30px; }
    @media (max-width: 768px) {
      .insta__about-wrapper {
        padding-top: 30px;
        padding-right: 0; } }
  .insta__about-feature, .insta__about-feature-virtual {
    padding-top: 50px;
    padding-left: 80px; }
    @media (max-width: 768px) {
      .insta__about-feature, .insta__about-feature-virtual {
        padding: 0;
        padding-top: 30px; } }
  .insta__about-feature-virtual {
    padding-left: 0;
    padding-right: 40px;
    padding-bottom: 80px; }
    @media (max-width: 768px) {
      .insta__about-feature-virtual {
        margin-bottom: 30px;
        padding: 0 15px; } }
  .insta__about-banner {
    padding: 0 25px;
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .insta__about-banner {
        margin-bottom: 15px;
        padding: 0; } }
    .insta__about-banner img {
      border-radius: 10px;
      width: 100%;
      height: 100%; }
  .insta__about-download {
    margin: 50px 0; }
    @media (max-width: 768px) {
      .insta__about-download {
        margin: 20px 0; } }
  .insta__about-item {
    padding: 0 35px; }
    @media (max-width: 768px) {
      .insta__about-item {
        padding: 0 15px; } }
    .insta__about-item li {
      list-style: auto; }
  .insta__about-desc {
    padding-bottom: 40px; }
    @media (max-width: 768px) {
      .insta__about-desc {
        padding-bottom: 15px; } }
    .insta__about-desc p {
      font-size: 1.3vw;
      margin-bottom: 25px; }
      @media (max-width: 768px) {
        .insta__about-desc p {
          font-size: 16px;
          margin-bottom: 15px; } }
  .insta__about-buy {
    padding-top: 40px;
    padding-left: 35px;
    padding-bottom: 50px; }
    @media (max-width: 768px) {
      .insta__about-buy {
        padding: 0; } }
    .insta__about-buy h2 {
      font-weight: normal;
      font-size: 27px;
      color: #222222;
      display: block;
      text-align: center;
      margin: 0 0 2.7vw; }
      @media (max-width: 768px) {
        .insta__about-buy h2 {
          font-size: 24px; } }
    .insta__about-buy a {
      width: 190px;
      display: block;
      margin: auto;
      height: 47px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .insta__about-feature {
    padding-left: 40px; }
    @media (max-width: 768px) {
      .insta__about-feature {
        padding: 0; } }
    .insta__about-feature .feature-item h3 {
      display: flex;
      align-items: center; }
  .insta__about-featureline {
    margin-bottom: 50px; }
    .insta__about-featureline .row:nth-child(1) .col-md-4:last-child {
      border-right: 3px solid #fedc2e; }
  .insta__about-border-bottom {
    width: 100%;
    height: 200px; }
    @media (max-width: 768px) {
      .insta__about-border-bottom {
        height: 150px; } }
    .insta__about-border-bottom::before {
      background: #fedf2d !important; }
  .insta__about-header {
    padding-top: 80px;
    padding-bottom: 40px; }
    @media (max-width: 768px) {
      .insta__about-header {
        padding-bottom: 0;
        padding-top: 40px;
        max-width: 324px;
        margin: auto; } }
    .insta__about-header span {
      color: #1E99EA; }
  .insta__about-left {
    display: flex;
    justify-content: center; }
    @media (max-width: 768px) {
      .insta__about-left {
        margin-bottom: 15px; } }
    .insta__about-left img {
      width: 100%; }
  .insta__about-right {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 768px) {
      .insta__about-right {
        margin-bottom: 40px; } }
    .insta__about-right h4 {
      color: #fff;
      margin-bottom: 15px;
      font-size: 1.6vw; }
      @media (max-width: 768px) {
        .insta__about-right h4 {
          font-size: 18px; } }
    .insta__about-right p {
      color: #fff;
      margin-bottom: 25px;
      font-size: 1.3vw; }
      @media (max-width: 768px) {
        .insta__about-right p {
          font-size: 14px; } }
  @media (max-width: 768px) {
    .insta__about-insta, .insta__about-live-virtual {
      margin-bottom: 40px; } }
  .insta__about-insta iframe, .insta__about-live-virtual iframe {
    border-radius: 8px; }
  .insta__about-insta {
    height: 100%; }
    @media (min-width: 768px) {
      .insta__about-insta {
        padding-left: 40px !important; } }
  .insta__about-live-virtual {
    height: 640px; }
    @media (max-width: 768px) {
      .insta__about-live-virtual {
        height: 240px; } }
    @media (min-width: 768px) {
      .insta__about-live-virtual {
        padding-right: 30px !important; } }
  .insta__about-app {
    padding-bottom: 80px; }
    @media (max-width: 768px) {
      .insta__about-app {
        padding-bottom: 30px;
        flex-direction: column-reverse; } }
  .insta__about-app-video {
    width: 223px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 430px;
    border-radius: 30px; }
    @media (max-width: 768px) {
      .insta__about-app-video {
        width: 213px;
        height: 407px; }
        .insta__about-app-video iframe {
          width: 230px;
          height: 432px; } }
  .insta__about .border-top-left::after {
    background: linear-gradient(80deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
  .insta__tour-creator__header {
    padding-top: 150px;
    padding-bottom: 40px; }
    @media (max-width: 768px) {
      .insta__tour-creator__header {
        padding-top: 30px;
        padding-bottom: 15px; } }
  .insta__tour-creator__main {
    min-height: 100vh;
    background: url(../images/home/background/creator-bg.png) no-repeat left top;
    background-size: cover;
    background-position: center;
    position: relative; }
    @media (max-width: 768px) {
      .insta__tour-creator__main {
        padding-bottom: 40px; }
        .insta__tour-creator__main .heading-white {
          margin: 0;
          font-size: 18px;
          line-height: 31px;
          padding: 15px 0; } }
    .insta__tour-creator__main .border-top-left:last-child::before {
      height: calc(var(--section-question) + 100%); }
    .insta__tour-creator__main .image {
      display: flex; }
      @media (max-width: 768px) {
        .insta__tour-creator__main .image {
          justify-content: center;
          padding: 0 15px !important; } }
      .insta__tour-creator__main .image img {
        max-width: 250px;
        padding: 40px; }
        @media (min-width: 768px) {
          .insta__tour-creator__main .image img {
            max-width: 560px;
            padding: 130px 80px; } }
    .insta__tour-creator__main .content span {
      font-size: 1.3vw; }
      @media (max-width: 768px) {
        .insta__tour-creator__main .content span {
          font-size: 14px; } }
    @media (max-width: 768px) {
      .insta__tour-creator__main .content {
        padding: 0 15px !important; } }
    @media (max-width: 768px) {
      .insta__tour-creator__main .row:nth-child(2) {
        flex-direction: column-reverse; }
      .insta__tour-creator__main .row:nth-child(4) {
        flex-direction: column-reverse; } }
    .insta__tour-creator__main .content {
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        .insta__tour-creator__main .content {
          padding: 0 6%;
          padding-top: 105px; } }
      .insta__tour-creator__main .content span {
        color: #fff; }
    .insta__tour-creator__main .border-top-left::after {
      background: linear-gradient(80deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
    .insta__tour-creator__main .wrapper-iframe {
      width: 100%;
      padding-top: 30px; }
      @media (min-width: 768px) {
        .insta__tour-creator__main .wrapper-iframe {
          min-height: 600px;
          padding: 105px 0;
          max-width: 52.5vw; } }
      .insta__tour-creator__main .wrapper-iframe .wrapper-frame {
        border-radius: 10px;
        overflow: hidden; }
  .insta__question {
    padding-bottom: 200px; }
    @media (max-width: 768px) {
      .insta__question {
        padding-bottom: 90px; } }
    .insta__question__header {
      padding-top: 80px;
      padding-bottom: 55px; }
      @media (max-width: 768px) {
        .insta__question__header {
          padding-top: 30px;
          padding-bottom: 15px; } }
    .insta__question__list .row:nth-last-child(n + 2) .cq-box {
      border-bottom: none; }
    .insta__question__list .row:last-child .col-md-6:last-child .cq-box {
      position: relative; }
      @media (min-width: 768px) {
        .insta__question__list .row:last-child .col-md-6:last-child .cq-box {
          border-right: none; }
          .insta__question__list .row:last-child .col-md-6:last-child .cq-box::after {
            content: " ";
            position: absolute;
            right: 0;
            top: 60px;
            width: 3px;
            height: calc(100% + 143px);
            background: linear-gradient(1deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%);
            z-index: 99; } }
      @media (min-width: 1441px) {
        .insta__question__list .row:last-child .col-md-6:last-child .cq-box::after {
          top: 73px; } }
    @media (min-width: 768px) {
      .insta__question__list .row .col-md-6 .cq-box {
        position: relative; }
        .insta__question__list .row .col-md-6 .cq-box::before {
          content: " ";
          position: absolute;
          right: 0;
          top: 0;
          width: 3px;
          height: 100%;
          background: linear-gradient(148deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); } }
    .insta__question__list .cq-box {
      padding: .65vw 1.77vw .65vw;
      height: 100%; }
      .insta__question__list .cq-box .accordion {
        padding-top: 10px; }
        .insta__question__list .cq-box .accordion::after {
          color: #222;
          top: 0;
          bottom: 0; }
      .insta__question__list .cq-box h3 {
        color: #222; }
      .insta__question__list .cq-box .panel p {
        color: #222; }
    @media (max-width: 768px) {
      .insta__question__list .cq-box .accordion::after {
        top: -1px; } }
  .insta__started-wrapper {
    padding: 80px 20px;
    padding-bottom: 180px; }
    @media (max-width: 768px) {
      .insta__started-wrapper {
        padding: 20px 0;
        padding-bottom: 120px; } }
  .insta__started-title h2 {
    margin-bottom: 35px;
    font-size: 27px;
    font-weight: normal; }
    @media (max-width: 768px) {
      .insta__started-title h2 {
        font-size: 24px;
        margin-bottom: 15px; } }
  @media (max-width: 768px) {
    .insta__gradient-download {
      width: 100%;
      max-width: 270px;
      display: block;
      margin: auto;
      white-space: break-spaces; } }
  .insta__sample-tours {
    margin-top: 50px; }
    @media (min-width: 768px) {
      .insta__sample-tours {
        padding-left: 40px;
        padding-bottom: 30px; } }
    .insta__sample-tours-item {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      margin-bottom: 30px;
      height: 170px; }
      .insta__sample-tours-item img {
        object-fit: cover;
        position: relative;
        z-index: 1;
        transition: all 3s ease-in-out;
        width: 100%;
        height: 100%; }
      .insta__sample-tours-item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.5)); }
      .insta__sample-tours-item .content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        color: #ffffff;
        z-index: 3; }
        .insta__sample-tours-item .content h5 {
          color: #ffffff;
          margin-bottom: 10px; }
        .insta__sample-tours-item .content p {
          margin-bottom: 0; }
      .insta__sample-tours-item .link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 4; }
      .insta__sample-tours-item:hover img {
        transform: scale(1.2); }

#industries-wrapper .bootstrap-wrapper {
  margin: 0; }

/* SECTION BANNER*/
/* SECTION OVERVIER*/
/* SECTION GUIDE*/
/* SECTION STARTED*/
.software {
  /* SECTION BANNER */
  /* SECTION OVERVIEW */
  /* SECTION GUIDE */
  /* SECTION STARTED */ }
  .software__banner-wrapper {
    position: relative; }
    @media (max-width: 760px) {
      .software__banner-wrapper {
        height: 100vh; } }
    @media (max-width: 760px) {
      .software__banner-wrapper-banner {
        object-fit: cover;
        height: 100%; } }
  .software__banner-software {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  .software__banner-left, .software__banner-right {
    display: flex; }
  .software__banner-left {
    align-items: center; }
    @media (max-width: 768px) {
      .software__banner-left {
        width: 90%;
        height: auto;
        align-items: flex-end; } }
  .software__banner-right {
    align-items: center; }
    @media (max-width: 768px) {
      .software__banner-right {
        align-items: flex-start; } }
    .software__banner-right a {
      width: 180px;
      margin-top: 25px;
      justify-content: center; }
  .software__banner-copytext h4 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 30px;
    font-weight: normal; }
    @media (max-width: 768px) {
      .software__banner-copytext h4 {
        font-size: 18px; } }
  .software__banner-copytext h2 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    margin: 0;
    line-height: 80px; }
    @media (max-width: 768px) {
      .software__banner-copytext h2 {
        font-size: 30px;
        line-height: 40px; } }
  .software__banner img {
    width: 100%; }
  .software__overview {
    padding-top: 50px; }
    .software__overview-text {
      margin-bottom: 45px; }
      .software__overview-text p {
        font-size: 1.3vw;
        margin-bottom: 15px; }
        @media (max-width: 768px) {
          .software__overview-text p {
            font-size: 16px; } }
    .software__overview-title {
      font-size: 45px;
      font-weight: normal;
      text-align: center;
      margin-bottom: 10px; }
      @media (max-width: 768px) {
        .software__overview-title {
          font-size: 24px; } }
    .software__overview-banner {
      margin-bottom: 50px;
      border-radius: 10px;
      overflow: hidden; }
  @media (max-width: 768px) {
    .software__guide {
      padding: 20px 0; } }
  .software__guide-left {
    color: #fff;
    padding-right: 25px !important; }
    @media (max-width: 768px) {
      .software__guide-left {
        margin-bottom: 20px;
        padding-right: 0; } }
    .software__guide-left h2 {
      margin-bottom: 15px; }
    .software__guide-left p {
      font-size: 1.3vw;
      margin-bottom: 15px; }
      @media (max-width: 768px) {
        .software__guide-left p {
          font-size: 16px; } }
    .software__guide-left ul {
      padding-left: 25px; }
      .software__guide-left ul li {
        list-style: auto;
        font-size: 1.3vw; }
        @media (max-width: 768px) {
          .software__guide-left ul li {
            font-size: 16px; } }
  .software__guide-right img {
    width: 100%; }
  .software__started-wrapper {
    padding: 80px 20px; }
    @media (max-width: 768px) {
      .software__started-wrapper {
        padding: 20px 0;
        padding-bottom: 30px; } }
  .software__started-title h2 {
    margin-bottom: 35px;
    font-size: 27px;
    font-weight: normal; }
    @media (max-width: 768px) {
      .software__started-title h2 {
        font-size: 24px;
        margin-bottom: 15px; } }

/* SECTION BANNER*/
/* SECTION OVERVIER*/
/* SECTION GUIDE*/
/* SECTION STARTED*/
.streetbuilder {
  /* SECTION BANNER */
  /* SECTION OVERVIEW */
  /* SECTION GUIDE */
  /* SECTION STARTED */ }
  .streetbuilder__banner-wrapper {
    position: relative; }
    @media (max-width: 760px) {
      .streetbuilder__banner-wrapper {
        height: 100vh; } }
    @media (max-width: 760px) {
      .streetbuilder__banner-wrapper-banner {
        object-fit: cover;
        height: 100%; } }
  .streetbuilder__banner-software {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 768px) {
      .streetbuilder__banner-software .row {
        flex-direction: column-reverse;
        justify-content: center; } }
  .streetbuilder__banner-left, .streetbuilder__banner-right {
    display: flex; }
  .streetbuilder__banner-left {
    align-items: center; }
    @media (max-width: 768px) {
      .streetbuilder__banner-left {
        width: 90%;
        height: auto;
        align-items: flex-end;
        margin-bottom: 35px; } }
  .streetbuilder__banner-right {
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .streetbuilder__banner-right {
        align-items: flex-start; } }
    .streetbuilder__banner-right a {
      width: 180px;
      margin-top: 25px;
      justify-content: center; }
  .streetbuilder__banner-rightvr {
    justify-content: center; }
    .streetbuilder__banner-rightvr img {
      width: 50% !important; }
      @media (max-width: 768px) {
        .streetbuilder__banner-rightvr img {
          width: 60% !important; } }
  .streetbuilder__banner-copytext h4 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 25px;
    font-weight: normal; }
    @media (max-width: 768px) {
      .streetbuilder__banner-copytext h4 {
        font-size: 18px; } }
  .streetbuilder__banner-copytext h2 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    line-height: 80px; }
    @media (max-width: 768px) {
      .streetbuilder__banner-copytext h2 {
        font-size: 30px;
        line-height: 40px; } }
  .streetbuilder__banner-copytextvr {
    padding-left: 25px; }
    @media (max-width: 768px) {
      .streetbuilder__banner-copytextvr {
        padding-left: 0;
        background: rgba(170, 153, 139, 0.9);
        padding: 10px;
        border: 1px solid;
        margin-top: 20px;
        color: white;
        border-radius: 8px; } }
    .streetbuilder__banner-copytextvr h4 {
      font-size: 20px; }
      @media (max-width: 768px) {
        .streetbuilder__banner-copytextvr h4 {
          font-size: 16px; } }
    .streetbuilder__banner-copytextvr h2 {
      font-size: 40px;
      line-height: 50px; }
      @media (max-width: 768px) {
        .streetbuilder__banner-copytextvr h2 {
          font-size: 30px;
          line-height: 40px; } }
  .streetbuilder__banner img {
    width: 100%; }
  .streetbuilder__overview {
    padding-top: 50px;
    padding-bottom: 30px; }
    .streetbuilder__overview-text {
      margin-bottom: 45px; }
      .streetbuilder__overview-text p {
        font-size: 1.3vw;
        margin-bottom: 15px; }
        @media (max-width: 768px) {
          .streetbuilder__overview-text p {
            font-size: 16px; } }
    .streetbuilder__overview-title {
      font-size: 45px;
      font-weight: normal;
      text-align: center;
      margin-bottom: 10px; }
      @media (max-width: 768px) {
        .streetbuilder__overview-title {
          font-size: 24px; } }
    .streetbuilder__overview-banner {
      border-radius: 10px;
      overflow: hidden;
      min-height: 73vh;
      width: 100%; }
      .streetbuilder__overview-banner iframe {
        min-height: 73vh; }
  .streetbuilder__guide {
    padding: 60px 0; }
    @media (max-width: 768px) {
      .streetbuilder__guide {
        padding: 20px 0; } }
    .streetbuilder__guide-header {
      text-align: center;
      color: #fff; }
      .streetbuilder__guide-header h1 {
        margin-bottom: 25px; }
    .streetbuilder__guide-list-item {
      width: 95px;
      height: 95px; }
      .streetbuilder__guide-list-item h2 {
        font-size: 16px;
        color: #595B65;
        text-align: center; }
        @media (min-width: 768px) {
          .streetbuilder__guide-list-item h2 span {
            display: none; } }
      .streetbuilder__guide-list-item.active h2 {
        color: #fff; }
      .streetbuilder__guide-list-item.active a {
        background-image: linear-gradient(#222222, #222222), radial-gradient(circle at top left, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
      .streetbuilder__guide-list-item.active img {
        filter: none; }
      .streetbuilder__guide-list-item:last-child a::before {
        display: none; }
    .streetbuilder__guide-list {
      width: 100%;
      margin-bottom: 100px;
      margin-top: 30px;
      padding: 0 !important;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .streetbuilder__guide-list {
          isplay: flex;
          flex-wrap: wrap;
          justify-content: space-around; } }
      @media (max-width: 768px) {
        .streetbuilder__guide-list {
          margin-bottom: 20px;
          padding-right: 0; } }
      .streetbuilder__guide-list h2 {
        margin-bottom: 15px; }
      .streetbuilder__guide-list p {
        font-size: 1.3vw;
        margin-bottom: 15px; }
        @media (max-width: 768px) {
          .streetbuilder__guide-list p {
            font-size: 16px; } }
      .streetbuilder__guide-list ul li img {
        width: 100%; }
    .streetbuilder__guide-list-border {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
      padding: 6px;
      border-radius: 50%;
      min-width: 95px;
      min-height: 95px;
      position: relative;
      background-origin: border-box;
      background-clip: content-box,border-box;
      background-image: linear-gradient(#222222, #222222), linear-gradient(#4A4A4C, #4A4A4C); }
      @media (max-width: 768px) {
        .streetbuilder__guide-list-border {
          width: 0;
          height: 0;
          padding: 0;
          display: unset; } }
      .streetbuilder__guide-list-border img {
        filter: grayscale(100%);
        width: 60px; }
        @media (max-width: 768px) {
          .streetbuilder__guide-list-border img {
            display: none; } }
      .streetbuilder__guide-list-border::before {
        content: " ";
        position: absolute;
        left: 95px;
        width: calc(var(--width-step-builder) - 23px);
        height: 5px;
        background: linear-gradient(84deg, #fedf2d 0%, #f57b2a, #da1515, #1aa4ec, #394edb 100%); }
        @media (max-width: 768px) {
          .streetbuilder__guide-list-border::before {
            display: none; } }
    .streetbuilder__guide-right img {
      width: 100%; }
  .streetbuilder__started-wrapper {
    padding: 80px 20px; }
    @media (max-width: 768px) {
      .streetbuilder__started-wrapper {
        padding: 20px 0;
        padding-bottom: 30px; } }
  .streetbuilder__started-title h2 {
    margin-bottom: 35px;
    font-size: 27px;
    font-weight: normal; }
    @media (max-width: 768px) {
      .streetbuilder__started-title h2 {
        font-size: 24px;
        margin-bottom: 15px; } }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.justify-content-center {
  justify-content: center; }

.img-fluid {
  max-width: 100%;
  max-height: 100%; }

.text-left {
  text-align: left !important; }

.text-righ {
  text-align: right !important; }

.d-flex {
  display: flex; }

.justify-content-end {
  justify-content: end; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pr-1 {
  padding-right: 5px !important; }

.pr-2 {
  padding-right: 10px !important; }

.pl-1 {
  padding-left: 5px !important; }

.pl-2 {
  padding-left: 10px !important; }

.pb-3 {
  padding-bottom: 12px; }

.pb-4 {
  padding-bottom: 16px; }

.pb-5 {
  padding-bottom: 20px; }

.pt-0 {
  padding-top: 0; }

.pt-4 {
  padding-top: 16px; }

@media (min-width: 768px) {
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; } }

.h-full {
  height: 100%; }

.border-container {
  position: relative;
  max-width: 87.2vw;
  margin: 0 auto; }
  @media (max-width: 500px) {
    .border-container {
      max-width: 90% !important; } }

.bg-white {
  background-color: #ffffff; }

.bg-dark {
  background-color: #222222; }

.v-align-top {
  vertical-align: top; }
