@charset "UTF-8";
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.invisible{
  visibility: hidden;
}

.visible{
  visibility: visible;
}

.relative{
  position: relative;
}

.absolute{
  position: absolute;
}

.fixed{
  position: fixed;
}

.sticky{
  position: sticky;
}

.static{
  position: static;
}

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.top-20{
  top: 20px;
}

.right-20{
  right: 20px;
}

.right-0{
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-30{
  bottom: 30px;
}

.top-auto{
  top: auto;
}

.top-120{
  top: 120px;
}

.right-125{
  right: 125px;
}

.right-auto{
  right: auto;
}

.left-50_per{
  left: 50%;
}

.bottom-minus_2{
  bottom: -2px;
}

.top-30{
  top: 30px;
}

.top-35{
  top: 35px;
}

.top-8{
  top: 8px;
}

.top-\[28px\]{
  top: 28px;
}

.right-\[28px\]{
  right: 28px;
}

.z-9{
  z-index: 9;
}

.z-100{
  z-index: 100;
}

.z-9999{
  z-index: 9999;
}

.z-98{
  z-index: 98;
}

.z-10{
  z-index: 10;
}

.z-99{
  z-index: 99;
}

.z-999{
  z-index: 999;
}

.\!z-\[120\]{
  z-index: 120 !important;
}

.z-\[99999999\]{
  z-index: 99999999;
}

.order-2{
  order: 2;
}

.order-none{
  order: 0;
}

.m-0{
  margin: 0px;
}

.m-auto{
  margin: auto;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mx-10{
  margin-left: 10px;
  margin-right: 10px;
}

.my-8{
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-30{
  margin-top: 30px;
  margin-bottom: 30px;
}

.\!my-30{
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mx-8{
  margin-left: 8px;
  margin-right: 8px;
}

.mx-5{
  margin-left: 5px;
  margin-right: 5px;
}

.mx-15{
  margin-left: 15px;
  margin-right: 15px;
}

.mx-minus_20{
  margin-left: -20px;
  margin-right: -20px;
}

.\!my-10{
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mx-minus_15{
  margin-left: -15px;
  margin-right: -15px;
}

.my-20{
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx-minus_5{
  margin-left: -5px;
  margin-right: -5px;
}

.my-10{
  margin-top: 10px;
  margin-bottom: 10px;
}

.mt-40{
  margin-top: 40px;
}

.mt-30{
  margin-top: 30px;
}

.mt-10{
  margin-top: 10px;
}

.mt-20{
  margin-top: 20px;
}

.mr-20{
  margin-right: 20px;
}

.mr-5{
  margin-right: 5px;
}

.mb-30{
  margin-bottom: 30px;
}

.ml-20{
  margin-left: 20px;
}

.mt-5{
  margin-top: 5px;
}

.mb-0{
  margin-bottom: 0px;
}

.mr-15{
  margin-right: 15px;
}

.mt-0{
  margin-top: 0px;
}

.mb-5{
  margin-bottom: 5px;
}

.ml-10{
  margin-left: 10px;
}

.mr-30{
  margin-right: 30px;
}

.mb-10{
  margin-bottom: 10px;
}

.ml-auto{
  margin-left: auto;
}

.ml-30{
  margin-left: 30px;
}

.ml-0{
  margin-left: 0px;
}

.ml-minus_10{
  margin-left: -10px;
}

.mb-40{
  margin-bottom: 40px;
}

.mr-8{
  margin-right: 8px;
}

.\!mt-0{
  margin-top: 0px !important;
}

.\!mt-20{
  margin-top: 20px !important;
}

.mb-20{
  margin-bottom: 20px;
}

.mb-50{
  margin-bottom: 50px;
}

.mt-50{
  margin-top: 50px;
}

.mt-minus_7{
  margin-top: -7px;
}

.mb-25{
  margin-bottom: 25px;
}

.mr-10{
  margin-right: 10px;
}

.\!mb-0{
  margin-bottom: 0px !important;
}

.\!mb-10{
  margin-bottom: 10px !important;
}

.mt-15{
  margin-top: 15px;
}

.mr-0{
  margin-right: 0px;
}

.\!mt-30{
  margin-top: 30px !important;
}

.\!mt-10{
  margin-top: 10px !important;
}

.block{
  display: block;
}

.\!block{
  display: block !important;
}

.flex{
  display: flex;
}

.\!flex{
  display: flex !important;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-380{
  height: 380px;
}

.h-full{
  height: 100%;
}

.h-35{
  height: 35px;
}

.h-50{
  height: 50px;
}

.h-auto{
  height: auto;
}

.h-30{
  height: 30px;
}

.h-40{
  height: 40px;
}

.h-8{
  height: 8px;
}

.h-2{
  height: 2px;
}

.h-1{
  height: 1px;
}

.h-48{
  height: 48px;
}

.h-200{
  height: 200px;
}

.h-7{
  height: 1.75rem;
}

.h-44{
  height: 44px;
}

.h-6{
  height: 1.5rem;
}

.h-5{
  height: 1.25rem;
}

.h-screen{
  height: 100vh;
}

.h-110{
  height: 110px;
}

.h-mobile_menu{
  height: calc(100vh - 170px);
}

.h-250{
  height: 250px;
}

.h-400{
  height: 400px;
}

.h-500{
  height: 500px;
}

.h-20{
  height: 20px;
}

.h-80{
  height: 80px;
}

.h-230{
  height: 230px;
}

.h-330{
  height: 330px;
}

.h-\[1px\]{
  height: 1px;
}

.h-\[36vw\]{
  height: 36vw;
}

.min-h-full{
  min-height: 100%;
}

.w-full{
  width: 100%;
}

.w-35{
  width: 35px;
}

.w-auto{
  width: auto;
}

.w-30{
  width: 30px;
}

.w-max{
  width: max-content;
}

.w-8{
  width: 8px;
}

.w-40{
  width: 40px;
}

.w-0{
  width: 0px;
}

.w-5{
  width: 1.25rem;
}

.w-15{
  width: 15px;
}

.w-24{
  width: 24px;
}

.w-6{
  width: 1.5rem;
}

.w-1{
  width: 0.25rem;
}

.w-6\/12{
  width: 50%;
}

.w-12{
  width: 12px;
}

.w-4{
  width: 1rem;
}

.w-20{
  width: 20px;
}

.w-80{
  width: 80px;
}

.w-210{
  width: 210px;
}

.w-\[20px\]{
  width: 20px;
}

.w-\[82vw\]{
  width: 82vw;
}

.max-w-full{
  max-width: 100%;
}

.max-w-1140{
  max-width: 1140px;
}

.max-w-170{
  max-width: 170px;
}

.max-w-logo{
  max-width: 120px;
}

.max-w-920{
  max-width: 920px;
}

.max-w-220{
  max-width: 220px;
}

.max-w-110{
  max-width: 110px;
}

.max-w-80{
  max-width: 80px;
}

.max-w-1100{
  max-width: 1100px;
}

.max-w-\[1000px\]{
  max-width: 1000px;
}

.max-w-\[800px\]{
  max-width: 800px;
}

.max-w-none{
  max-width: none;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-none{
  flex: none;
}

.flex-shrink{
  flex-shrink: 1;
}

.transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none{
  transform: none;
}

.translate-x-minus_50{
  --tw-translate-x: -50%;
}

.translate-y-7_minus{
  --tw-translate-y: -7px;
}

.translate-y-0{
  --tw-translate-y: 0px;
}

.scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.list-none{
  list-style-type: none;
}

.list-disc{
  list-style-type: disc;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

.flex-col{
  flex-direction: column;
}

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

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

.items-start{
  align-items: flex-start;
}

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

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

.justify-start{
  justify-content: flex-start;
}

.justify-between{
  justify-content: space-between;
}

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

.gap-0{
  gap: 0px;
}

.gap-\[20px\]{
  gap: 20px;
}

.gap-12{
  gap: 3rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-y-0{
  row-gap: 0px;
}

.\!gap-y-0{
  row-gap: 0px !important;
}

.gap-x-\[20px\]{
  column-gap: 20px;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.space-y-\[4px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-auto{
  overflow: auto;
}

.overflow-x-auto{
  overflow-x: auto;
}

.rounded-50{
  border-radius: 50%;
}

.rounded-2{
  border-radius: 2px;
}

.rounded-none{
  border-radius: 0;
}

.rounded-5{
  border-radius: 5px;
}

.rounded-30{
  border-radius: 30px;
}

.rounded-tr-5{
  border-top-right-radius: 5px;
}

.rounded-tl-5{
  border-top-left-radius: 5px;
}

.rounded-br-5{
  border-bottom-right-radius: 5px;
}

.border-0{
  border-width: 0px;
}

.border{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-l{
  border-left-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-solid{
  border-style: solid;
}

.border-dark_gray{
  --tw-border-opacity: 1;
  border-color: rgba(143, 143, 124, var(--tw-border-opacity));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-transparent{
  border-color: transparent;
}

.border-button{
  --tw-border-opacity: 1;
  border-color: rgba(83, 83, 53, var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-light_primary{
  --tw-border-opacity: 1;
  border-color: rgba(241, 237, 237, var(--tw-border-opacity));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(81, 84, 75, var(--tw-border-opacity));
}

.border-border{
  --tw-border-opacity: 1;
  border-color: rgba(202, 199, 199, var(--tw-border-opacity));
}

.border-light_gray{
  --tw-border-opacity: 1;
  border-color: rgba(208, 207, 205, var(--tw-border-opacity));
}

.border-opacity-40{
  --tw-border-opacity: 0.4;
}

.border-opacity-70{
  --tw-border-opacity: 0.7;
}

.border-opacity-100{
  --tw-border-opacity: 1;
}

.border-opacity-50{
  --tw-border-opacity: 0.5;
}

.border-opacity-30{
  --tw-border-opacity: 0.3;
}

.border-opacity-60{
  --tw-border-opacity: 0.6;
}

.border-opacity-20{
  --tw-border-opacity: 0.2;
}

.border-opacity-80{
  --tw-border-opacity: 0.8;
}

.bg-dark_gray{
  --tw-bg-opacity: 1;
  background-color: rgba(143, 143, 124, var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-button{
  --tw-bg-opacity: 1;
  background-color: rgba(83, 83, 53, var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(81, 84, 75, var(--tw-bg-opacity));
}

.bg-light_primary{
  --tw-bg-opacity: 1;
  background-color: rgba(241, 237, 237, var(--tw-bg-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.7\)\]{
  background-color: rgba(0,0,0,0.7);
}

.bg-\[\#ffffff\]{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-none{
  background-image: none;
}

.bg-cover{
  background-size: cover;
}

.bg-fixed{
  background-attachment: fixed;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.fill-current{
  fill: currentColor;
}

.object-cover{
  object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-10{
  padding: 10px;
}

.p-40{
  padding: 40px;
}

.p-30{
  padding: 30px;
}

.p-8{
  padding: 8px;
}

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

.py-30{
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-50{
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-5{
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-20{
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-10{
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-10{
  padding-left: 10px;
  padding-right: 10px;
}

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

.px-2{
  padding-left: 2px;
  padding-right: 2px;
}

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

.px-4{
  padding-left: 4px;
  padding-right: 4px;
}

.py-3{
  padding-top: 3px;
  padding-bottom: 3px;
}

.px-3{
  padding-left: 3px;
  padding-right: 3px;
}

.py-1{
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-40{
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-8{
  padding-top: 8px;
  padding-bottom: 8px;
}

.px-50{
  padding-left: 50px;
  padding-right: 50px;
}

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

.py-70{
  padding-top: 70px;
  padding-bottom: 70px;
}

.pl-0{
  padding-left: 0px;
}

.pr-0{
  padding-right: 0px;
}

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

.pt-10{
  padding-top: 10px;
}

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

.pl-45{
  padding-left: 45px;
}

.pb-50{
  padding-bottom: 50px;
}

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

.pt-5{
  padding-top: 5px;
}

.pt-2{
  padding-top: 2px;
}

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

.pl-60{
  padding-left: 60px;
}

.pl-65{
  padding-left: 65px;
}

.pb-10{
  padding-bottom: 10px;
}

.pl-20{
  padding-left: 20px;
}

.pb-8{
  padding-bottom: 8px;
}

.pt-140{
  padding-top: 140px;
}

.pb-70{
  padding-bottom: 70px;
}

.pt-50{
  padding-top: 50px;
}

.pt-150{
  padding-top: 150px;
}

.pb-110{
  padding-bottom: 110px;
}

.pb-30{
  padding-bottom: 30px;
}

.pt-30{
  padding-top: 30px;
}

.pt-20{
  padding-top: 20px;
}

.pb-0{
  padding-bottom: 0px;
}

.\!pt-0{
  padding-top: 0px !important;
}

.pt-200{
  padding-top: 200px;
}

.pl-15{
  padding-left: 15px;
}

.pr-15{
  padding-right: 15px;
}

.pb-120{
  padding-bottom: 120px;
}

.pr-50{
  padding-right: 50px;
}

.pt-40{
  padding-top: 40px;
}

.pr-20{
  padding-right: 20px;
}

.pl-30{
  padding-left: 30px;
}

.pt-3{
  padding-top: 3px;
}

.pl-3{
  padding-left: 3px;
}

.pr-10{
  padding-right: 10px;
}

.pb-100{
  padding-bottom: 100px;
}

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

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

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

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

.font-body{
  font-family: "Isidora Sans";
}

.\!font-body{
  font-family: "Isidora Sans" !important;
}

.\!text-20{
  font-size: 20px !important;
}

.text-12{
  font-size: 12px;
}

.text-14{
  font-size: 14px;
}

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

.text-66{
  font-size: 66px;
}

.text-18{
  font-size: 18px;
}

.text-16{
  font-size: 16px;
}

.text-28{
  font-size: 28px;
}

.text-15{
  font-size: 15px;
}

.text-25{
  font-size: 25px;
}

.text-11{
  font-size: 11px;
}

.text-10{
  font-size: 10px;
}

.\!text-14{
  font-size: 14px !important;
}

.\!text-\[18px\]{
  font-size: 18px !important;
}

.text-13{
  font-size: 13px;
}

.text-24{
  font-size: 24px;
}

.font-normal{
  font-weight: 400;
}

.font-bold{
  font-weight: 700;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.\!font-medium{
  font-weight: 500 !important;
}

.capitalize{
  text-transform: capitalize;
}

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-20{
  line-height: 20px;
}

.leading-32{
  line-height: 32px;
}

.leading-1\.1{
  line-height: 1.1;
}

.leading-content{
  line-height: 25px;
}

.leading-34{
  line-height: 34px;
}

.leading-48{
  line-height: 48px;
}

.leading-42{
  line-height: 42px;
}

.leading-1\.3{
  line-height: 1.3;
}

.leading-44{
  line-height: 44px;
}

.\!leading-1\.3{
  line-height: 1.3 !important;
}

.tracking-global{
  letter-spacing: 0.01em;
}

.tracking-03em{
  letter-spacing: 0.03em;
}

.tracking-text{
  letter-spacing: 0.02em;
}

.tracking-05em{
  letter-spacing: 0.05em;
}

.\!tracking-03em{
  letter-spacing: 0.03em !important;
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgba(81, 84, 75, var(--tw-text-opacity));
}

.text-fonts{
  --tw-text-opacity: 1;
  color: rgba(111, 114, 113, var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-dark_gray{
  --tw-text-opacity: 1;
  color: rgba(143, 143, 124, var(--tw-text-opacity));
}

.text-light_gray{
  --tw-text-opacity: 1;
  color: rgba(208, 207, 205, var(--tw-text-opacity));
}

.\!text-dark_gray{
  --tw-text-opacity: 1 !important;
  color: rgba(143, 143, 124, var(--tw-text-opacity)) !important;
}

.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-off_white{
  --tw-text-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-text-opacity));
}

.text-opacity-70{
  --tw-text-opacity: 0.7;
}

.text-opacity-\[0\.65\]{
  --tw-text-opacity: 0.65;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-100{
  opacity: 1;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-0{
  opacity: 0;
}

.opacity-60{
  opacity: 0.6;
}

.outline-none{
  outline: none;
  outline-offset: 0;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
}

.backdrop-filter{
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-500{
  transition-delay: 500ms;
}

.duration{
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-700{
  transition-duration: 700ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-150{
  transition-duration: 150ms;
}

.ease{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Header */

.main-nav {
    transform: translateY(-100%);
    /* clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%); */
    pointer-events: none;
    position: fixed;
    z-index: 100;
    height: 100vh;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(81, 84, 75, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.3;
  }

.main-nav .social img{
  height: 15px;
  width: 15px;
}

body.menu-open .main-nav{
  pointer-events: auto;
}

.header-navbar{
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-button .button{
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-nav li{
  margin-right: 30px;
}

.navbar-nav a{
  position: relative;
  display: block;
  padding-bottom: 5px;
  font-family: "Isidora Sans";
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

/* .navbar-nav a::before {
        content: '';
        @apply absolute left-50_per transform translate-x-minus_50 bottom-0 bg-white h-2 w-0 transition-all duration-500;
    } */

.navbar-nav a:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* .navbar-nav a:hover::before {
        @apply w-80_per;
    } */

.hamburger .line{
  margin-top: 8px;
  margin-bottom: 8px;
  display: block;
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.hamburger:hover .line{
  width: 24px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hamburger.active{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-rotate: 45deg;
  transition-delay: 500ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger.active .line:nth-of-type(1){
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-y: 13px;
}

.hamburger.active .line:nth-of-type(1), .hamburger.active .line:nth-of-type(3){
  transition-delay: 300ms;
}

.hamburger.active .line:nth-of-type(2){
  width: 0px;
}

body.menu-open .hamburger .line{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

body.menu-open{
  overflow: hidden;
}

body.menu-open .navbar-nav, body.menu-open .navbar-brand{
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

body.menu-open .navbar-nav,
body.menu-open .navbar-brand {
    transition: visibility 0s linear 500ms, opacity 500ms;
  }

.hamburger.active .line:last-child{
  margin-right: auto;
  width: 24px;
}

.hamburger.active .line:nth-of-type(3){
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-y: -7px;
  --tw-rotate: 90deg;
}

img.menu-bg{
  position: absolute;
  height: 100%;
  object-fit: cover;
}

.menu-close{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  cursor: pointer;
  padding: 40px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.nav-contact .contact-address p{
  margin: 0px;
}

.main-nav__col.nav-contact .contact-address a{
  margin-top: 5px;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.main-nav__col.nav-contact .contact-address a:hover{
  --tw-text-opacity: 1;
  color: rgba(81, 84, 75, var(--tw-text-opacity));
}

.main-nav__col li{
  margin-bottom: 10px;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}

.main-nav__col li a{
  display: block;
  width: max-content;
  font-family: "Isidora Sans";
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.main-nav__col ul:hover li{
  opacity: 0.5;
}

.main-nav__col ul li:hover{
  opacity: 1;
}

.main-nav__col ul li:hover a{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.main-nav__col.large-menu li{
  margin-bottom: 20px;
}

.main-nav__col.large-menu ul li:last-child{
  margin-bottom: 0px;
}

.main-nav__col.large-menu li a{
  font-size: 44px;
}

.main-nav__col.nav-col-middle li a{
  font-size: 20px;
}

.main-nav__col.nav-contact a, .main-nav__col.nav-contact p{
  margin-left: auto;
  margin-top: 10px;
  display: block;
  width: max-content;
  font-family: "Isidora Sans";
  font-size: 25px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.main-nav__col .contact-info li{
  margin-bottom: 0px;
}

.main-nav__col .contact-info li a{
  text-transform: none;
}

.main-nav__col .contact-link{
  margin-top: 20px;
}

.main-nav__col .contact-link .large-link{
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 10px;
  font-family: "Isidora Sans";
  font-size: 15px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.main-nav__col .contact-link .large-link:hover{
  opacity: 0.5;
}

.menu-logo{
  pointer-events: none;
  visibility: hidden;
}

body.menu-open .menu-logo{
  pointer-events: auto;
    animation: showBlock 0s ease-in 0.5s forwards;
}

@keyframes showBlock {
    to {
      visibility: visible;
    }
  }

/* banner */

.banner{
  position: relative;
  z-index: 9;
  background-size: cover;
  background-position: center;
}

.banner-opacity-bottom {
    transform: matrix(1, 0, 0, -1, 0, 0);
  }

.banner-inner{
  z-index: 99;
}

.banner-content .h1{
  font-family: "The Secret";
}

.banner-content .h1, .banner-content p{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.banner .button{
  height: 50px;
  font-size: 19px;
  line-height: 44px;
}

.watch-video:hover svg path, .watch-video:hover span{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.popup-close-btn .popup-close-btn__line:first-child {
    transform: translateY(3px) translateX(19.95px) rotate(45deg);
  }

.popup-close-btn .popup-close-btn__line:nth-child(2) {
    transform: translateY(-2px) rotate(-45deg);
  }

.video-lightbox {
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }

.video-lightbox video {
    transform: scale(0.9, 0.9);
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }

/* Footer */

.social a{
  position: relative;
  display: block;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-y: 0px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.social svg{
  height: 1.5rem;
  width: 1.5rem;
  fill: currentColor;
}

.social img{
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  object-fit: contain;
}

ul.social li a:hover{
  --tw-translate-y: -7px;
}

.footer-logo p{
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  opacity: 0.6;
}

.footer-nav li a{
  font-family: "Isidora Sans";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgba(208, 207, 205, var(--tw-text-opacity));
  opacity: 0.8;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.footer-nav li a:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 1;
}

.footer-nav li{
  margin-top: 10px;
}

.footer-nav li.menu-heading{
  margin-top: 0px;
}

.footer-nav li.menu-heading a{
  font-family: "Isidora Sans";
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 1;
}

.footer-copyright-menu ul{
  display: flex;
  flex-wrap: wrap;
}

.footer-copyright-menu ul li{
  margin-left: 30px;
  margin-top: 0px;
}

.footer-copyright-menu ul li a, .footer-copyright-content p{
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgba(208, 207, 205, var(--tw-text-opacity));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.footer-copyright-menu ul li a:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* Zigzag */

.zigzag-image-slider-item{
  display: block !important;
}

.zigzag-image{
  position: relative;
}

.sticky-zigzag > div{
  position: sticky;
  top: 15%;
}

.video-icon a:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(81, 84, 75, var(--tw-text-opacity));
}

.zigzag-image-slider, .zigzag-image{
  overflow: hidden;
}

.zigzag-image{
  overflow: hidden;
}

.zigzag-image .img,
.zigzag-image-slider .slick-list {
    height: 140%;
  }

.zigzag-image-slider .slick-list .slick-track{
  display: flex;
}

.zigzag-image-slider .slick-list .slick-track .slick-slide{
  height: inherit;
}

.zigzag-image-slider .slick-list .slick-track .slick-slide div{
  height: 100%;
}

.zigzag-image .img img, .zigzag-image-slider .slick-list img{
  height: 100%;
}

/* Slider */

/* .explore-offer-slider .slick-list{
        @apply pr-100;
    }
    .explore-offer-slider{
        @apply flex w-full;
    } */

/* .explore-offer-inner {
        @apply relative;
    } */

/* .horizontal-slider{
        @apply w-full relative z-9 flex;
    } */

.explore-offer-slider.default-arrow .slick-arrow {
    top: 260px;
  }

.explore-offer-slider.slider-spacing .slick-list{
  margin-left: 0px;
  margin-right: 0px;
}

.conversion-slider .slick-list{
  padding-right: 30%;
}

.conversion-slider .conversion-slider-item-image{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
    transition-duration: 2s;
}

.conversion-slider .slick-active .conversion-slider-item-image{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.testimonials-slider .slick-list{
  padding-right: 120px;
}

.testimonials-slider.slider-spacing .slick-slide{
  padding-left: 35px;
  padding-right: 35px;
}

.testimonials-slider.arrow-down .slick-prev, .testimonials-slider.arrow-down .slick-next{
  bottom: 40px;
}

.testimonials-slider.arrow-down .slick-prev{
  left: 70px;
}

.testimonials-slider.arrow-down .slick-next{
  left: 125px;
}

.caption-slider-item p{
  font-size: 15px;
}

.caption-slider-main{
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}

.caption-slider-main::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    height: 1px;
    width: 0.25rem;
    border-radius: 50%;
    --tw-bg-opacity: 1;
    background-color: rgba(81, 84, 75, var(--tw-bg-opacity));
  }

.conversion-slider.arrow-down .slick-prev, .conversion-slider.arrow-down .slick-next{
  bottom: 50px;
}

.conversion-slider.arrow-down .slick-prev{
  left: 50px;
}

.conversion-slider.arrow-down .slick-next{
  left: 110px;
}

/* Search*/

.search-field{
  position: relative;
  width: max-content;
}

.search-field input{
  display: block;
  height: 30px;
  width: 100%;
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(143, 143, 124, var(--tw-border-opacity));
  --tw-border-opacity: 0.6;
  padding: 0px;
  padding-bottom: 8px;
  font-family: "Isidora Sans";
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(143, 143, 124, var(--tw-text-opacity));
}

.search-field input::placeholder{
  font-family: "Isidora Sans";
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(143, 143, 124, var(--tw-text-opacity));
  opacity: 0.6;
}

.search-field .search-icon{
  position: absolute;
  top: 0px;
  right: 0px;
}

/* Blog slider */

.arrow-between.blog-contributors-slider .slick-arrow{
  top: 50px;
  transform: none;
}

/* Gallery */

.gallery-grid .gallery-grid-item{
  width: 50%;
}

.gallery-grid .gallery-grid-item:nth-child(4n+3){
  width: 100%;
}

.gallery-grid .gallery-grid-item:nth-child(4n+4){
  width: 100%;
}

/* Awards */

.jabulani-awards-item-image{
  height: 130px;
}

.jabulani-awards-item-image img{
  height: 110px;
  max-width: 170px;
  object-fit: contain;
}

/* Readmore */

.morecontent span{
  display: none;
}

.tech-front .lity.lity-opened .morecontent span{
  display: block;
}

.morelink{
  display: block;
}
/*! tailwindcss v2.1.2 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}
button,
[role="button"] {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
*{
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}
/* Include fonts */
@font-face {
    font-family: "Isidora Sans";
    src: url("../fonts/IsidoraSans-Bold.eot");
    src: url("../fonts/IsidoraSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/IsidoraSans-Bold.woff2") format("woff2"), url("../fonts/IsidoraSans-Bold.woff") format("woff"), url("../fonts/IsidoraSans-Bold.ttf") format("truetype"), url("../fonts/IsidoraSans-Bold.svg#IsidoraSans-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: "Isidora Sans";
    src: url("../fonts/IsidoraSans-Regular.eot");
    src: url("../fonts/IsidoraSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/IsidoraSans-Regular.woff2") format("woff2"), url("../fonts/IsidoraSans-Regular.woff") format("woff"), url("../fonts/IsidoraSans-Regular.ttf") format("truetype"), url("../fonts/IsidoraSans-Regular.svg#IsidoraSans-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: "Isidora Sans";
    src: url("../fonts/IsidoraSans-Thin.eot");
    src: url("../fonts/IsidoraSans-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/IsidoraSans-Thin.woff2") format("woff2"), url("../fonts/IsidoraSans-Thin.woff") format("woff"), url("../fonts/IsidoraSans-Thin.ttf") format("truetype"), url("../fonts/IsidoraSans-Thin.svg#IsidoraSans-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: "Isidora Sans";
    src: url("../fonts/IsidoraSans-Medium.eot");
    src: url("../fonts/IsidoraSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/IsidoraSans-Medium.woff2") format("woff2"), url("../fonts/IsidoraSans-Medium.woff") format("woff"), url("../fonts/IsidoraSans-Medium.ttf") format("truetype"), url("../fonts/IsidoraSans-Medium.svg#IsidoraSans-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: "The Secret";
    src: url("../fonts/TheSecret-Regular.eot");
    src: url("../fonts/TheSecret-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSecret-Regular.woff2") format("woff2"), url("../fonts/TheSecret-Regular.woff") format("woff"), url("../fonts/TheSecret-Regular.ttf") format("truetype"), url("../fonts/TheSecret-Regular.svg#TheSecret-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: "The Secret";
    src: url("../fonts/TheSecret-Regular_1.eot");
    src: url("../fonts/TheSecret-Regular_1.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSecret-Regular_1.woff2") format("woff2"), url("../fonts/TheSecret-Regular_1.woff") format("woff"), url("../fonts/TheSecret-Regular_1.ttf") format("truetype"), url("../fonts/TheSecret-Regular_1.svg#TheSecret-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: "The Secret";
    src: url("../fonts/TheSecret-Regular_2.eot");
    src: url("../fonts/TheSecret-Regular_2.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSecret-Regular_2.woff2") format("woff2"), url("../fonts/TheSecret-Regular_2.woff") format("woff"), url("../fonts/TheSecret-Regular_2.ttf") format("truetype"), url("../fonts/TheSecret-Regular_2.svg#TheSecret-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
/* Global style */
*, ::before, ::after{
  box-sizing: border-box;
}
:root {
    --app-height: 100%;
  }
.banner {
    height: var(--app-height);
  }
html{
  overflow-x: hidden;
}
body{
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  --tw-text-opacity: 1;
  color: rgba(111, 114, 113, var(--tw-text-opacity));
}
a:hover, a{
  text-decoration: none;
}
ul{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
button:focus, input:focus, img:focus, textarea:focus{
  outline: none !important;
  outline-offset: 0 !important;
}
.content p, p{
  margin: 0px;
  font-family: "Isidora Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.content p{
  margin-top: 20px;
  margin-bottom: 0px;
}
.content p a{
  --tw-text-opacity: 1;
  color: rgba(81, 84, 75, var(--tw-text-opacity));
}
.content p:first-child{
  margin-top: 0px;
}
.content.content-white p, .content.content-white li{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.content-block .social li img {
    filter: invert(53%) sepia(7%) saturate(656%) hue-rotate(22deg) brightness(89%) contrast(89%);
  }
body blockquote p{
  font-family: "Isidora Sans";
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(111, 114, 113, var(--tw-text-opacity));
}
h1, .h1, h2, .h2, h3, .h3, h5, .h5, h6, .h6, h4, .h4{
  margin: 0px;
  font-family: "Isidora Sans";
  font-weight: 400;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgba(81, 84, 75, var(--tw-text-opacity));
}
h1, .h1{
  font-size: 100px;
}
h2, .h2{
  font-size: 38px;
}
h3, .h3{
  font-size: 28px;
}
h4, .h4{
  font-size: 22px;
}
h5, .h5{
  font-size: 20px;
}
h6, .h6{
  font-size: 16px;
}
.general-content h1, .general-content .h1, .general-content h2, .general-content .h2, .general-content h3, .general-content .h3, .general-content h5, .general-content .h5, .general-content h6, .general-content .h6, .general-content h4, .general-content .h4{
  margin-bottom: 30px;
  font-family: "Isidora Sans";
  line-height: 1.1;
}
/* Image revel animation */
.scroll-animation{
  position: relative;
  display: block;
  overflow: hidden;
}
.revealedBox-in.goRight > span{
  top: 0px;
  height: 100%;
}
.revealedBox .contentBox{
  opacity: 0;
}
.revealedBox > span {
    position: absolute;
    display: block;
    background: #51544b;
  }
.revealedBox-in > .contentBox {
    opacity: 1;
    transition-delay: 1.05s;
  }
.revealedBox-in.goRight > span {
    animation: goRight 1.9s;
  }
.revealedBox-in > span {
    animation-delay: 0.1s;
  }
@keyframes goRight {
    from {
      left: 0;
      right: 100%;
    }
    40% {
      left: 0;
      right: 0;
    }
    60% {
      left: 0;
      right: 0;
    }
    to {
      left: 100%;
      right: 0;
    }
  }
.global-list ul{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  list-style-type: disc;
}
.global-list ul li{
  position: relative;
  font-family: "Isidora Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.01em;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.global-list ul li::marker{
  font-size: 9px;
}
.global-list ul.plus-list{
  list-style-type: none;
}
.global-list ul.plus-list li::before {
    content: "+";
    position: absolute;
    left: -20px;
    font-size: 20px;
  }
/* Heading */
.heading .h2{
  font-family: "The Secret";
  font-size: 66px;
}
.large-des p{
  font-size: 18px;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgba(111, 114, 113, var(--tw-text-opacity));
}
/* Image ratio */
.ratio-16{
  position: relative;
  padding-top: 56.25%;
}
.ratio-16 img, .ratio-16 iframe{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ratio-100{
  position: relative;
  padding-top: 100%;
}
.ratio-100 img, .ratio-100 iframe{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* Parallax Image */
.parallax-inner {
    height: 140%;
  }
.post-content p img, .post-content figure{
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.comments h2{
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(143, 143, 124, var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px){
  .comments h2{
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px){
  .comments h2{
    padding-left: 100px;
    padding-right: 100px;
  }
}
.comment{
  margin-top: 40px;
}
.comment .comment-author{
  display: flex;
  align-items: center;
}
.comment .comment-author img{
  margin-right: 10px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.comment .comment-author .fn{
  font-family: "Isidora Sans";
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(111, 114, 113, var(--tw-text-opacity));
}
@media (min-width: 768px){
  .comment .comment-author .fn{
    font-size: 20px;
  }
}
.comment .comment-content{
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 45px;
}
.comment .comment-content p{
  opacity: 0.8;
}
.comment .reply{
  padding-left: 45px;
}
.comment .comment-author .says, .comment .comment-metadata{
  display: none;
}
.tech-front .lity.lity-opened .comment .comment-author .says, .tech-front .lity.lity-opened .comment .comment-metadata{
  display: block;
}
.comment-list{
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}
@media (min-width: 768px){
  .comment-list{
    padding-left: 50px;
    padding-right: 50px;
  }
  .comment-list{
    padding-bottom: 110px;
  }
}
.cmt-form{
  --tw-bg-opacity: 1;
  background-color: rgba(143, 143, 124, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px){
  .cmt-form{
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.comment-form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comment-form label{
  margin-bottom: 5px;
  display: block;
  font-family: "Isidora Sans";
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(111, 114, 113, var(--tw-text-opacity));
}
.comment-form input, .comment-form textarea{
  display: block;
  height: 50px;
  width: 100%;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Isidora Sans";
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(111, 114, 113, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.comment-form input:focus, .comment-form textarea:focus{
  --tw-bg-opacity: 1;
}
.comment-form textarea{
  height: 200px;
}
.comment-form .comment-form-url, .comment-form .comment-notes{
  display: none;
}
.tech-front .lity.lity-opened .comment-form .comment-form-url, .tech-front .lity.lity-opened .comment-form .comment-notes{
  display: block;
}
.comment-form p{
  margin-top: 20px;
}
.comment-form p.comment-notes, .comment-form p.comment-form-comment{
  width: 100%;
}
.comment-form .comment-form-author, .comment-form .comment-form-email{
  width: 48%;
}
.comment-form .comment-form-cookies-consent{
  display: flex;
  align-items: flex-start;
}
.comment-form .comment-form-cookies-consent input{
  margin-top: 5px;
  margin-right: 10px;
  height: auto;
  width: auto;
}
.comment-form .form-submit input[name=submit]{
  height: 35px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgba(83, 83, 53, var(--tw-bg-opacity));
  font-family: "Isidora Sans";
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.comment-form .form-submit input[name=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(83, 83, 53, var(--tw-text-opacity));
}
.comment-reply-title{
  font-size: 28px;
}
@media (min-width: 768px){
  .comment-reply-title{
    font-size: 40px;
  }
}
.comment .comment-form input, .comment .comment-form textarea{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(143, 143, 124, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.comment .comment-reply-title{
  margin-top: 30px;
}
.comment p.form-submit{
  width: 100%;
}
.comment p.form-submit input[name=submit]{
  width: max-content;
}
.buttons .addtoany_list.a2a_kit_size_32 a{
  font-size: 20px;
}
.buttons span.share-link{
  margin-right: 20px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
html.modal-open {
    overflow: hidden !important;
  }
.modal {
    position: fixed;
    z-index: 10000;
    /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
.modal .modal-close {
    text-shadow: none;
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    --tw-border-opacity: 0.4;
    padding-bottom: 5px;
    font-family: "Isidora Sans";
    font-size: 28px;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }
.modal.is-visible {
    visibility: visible;
  }
.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
  }
.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 6em;
    left: 50%;
    width: 80em;
    margin-left: -40em;
    background-color: #fff;
    box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  }
.modal-transition {
    transition: all 0.5s 0.3s;
    transform: translateY(-50%);
    opacity: 0;
  }
.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
  }
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 2000px){
  .container{
    max-width: 2000px;
  }
}
.container{
  max-width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 940px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1140px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1140px;
  }
}
/* Button */
.button{
  display: flex;
  height: 40px;
  width: max-content;
  justify-content: center;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  --tw-border-opacity: 0.7;
  --tw-bg-opacity: 1;
  background-color: rgba(83, 83, 53, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Isidora Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.01em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.button:hover{
  --tw-border-opacity: 1;
  border-color: rgba(83, 83, 53, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(83, 83, 53, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button.button-padding{
  padding-left: 40px;
  padding-right: 40px;
}
.button.button-outline:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(143, 143, 124, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button.button-outline.button-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button-outline.button-white:hover{
  --tw-border-opacity: 1;
  border-color: rgba(83, 83, 53, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(83, 83, 53, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button.button-light{
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button.button-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(83, 83, 53, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(83, 83, 53, var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
}
.button.button-outline{
  --tw-border-opacity: 1;
  border-color: rgba(143, 143, 124, var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(143, 143, 124, var(--tw-text-opacity));
}
/* Slider style */
.slick-slider{
  margin-bottom: 0px !important;
}
.slick-nav{
  display: flex;
}
.slick-nav .slick-arrow{
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  transform: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.slick-nav .slick-arrow i{
  padding-top: 5px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.slick-nav .slick-arrow:hover{
  --tw-border-opacity: 1;
  border-color: rgba(81, 84, 75, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(81, 84, 75, var(--tw-bg-opacity));
}
.slick-nav .slick-arrow:hover i{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.slick-nav .slick-arrow::before{
  display: none;
}
.tech-front .lity.lity-opened .slick-nav .slick-arrow::before{
  display: block;
}
.slick-arrow.slick-disabled{
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3;
}
.slick-slider .slick-dots{
  position: relative;
  bottom: 0px;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
}
.slick-slider .slick-dots li{
  margin: 0px;
  margin-right: 15px;
  height: auto;
  width: auto;
}
.slick-slider .slick-dots li.slick-active button{
  --tw-border-opacity: 1;
  border-color: rgba(81, 84, 75, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(81, 84, 75, var(--tw-bg-opacity));
}
.slick-slider .slick-dots button{
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(241, 237, 237, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(241, 237, 237, var(--tw-bg-opacity));
  padding: 0px;
}
.slick-slider .slick-dots button::before{
  display: none;
}
.tech-front .lity.lity-opened .slick-slider .slick-dots button::before{
  display: block;
}
.slider-spacing .slick-slide{
  padding-left: 15px;
  padding-right: 15px;
}
.slider-spacing .slick-list{
  margin-left: -15px;
  margin-right: -15px;
}
.default-arrow .slick-arrow{
  z-index: 9;
  display: flex;
  height: 40px;
  width: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  font-family: "Isidora Sans";
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.default-arrow .slick-arrow::before{
  padding-top: 2px;
  font-size: 18px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
    font-family: "Font Awesome 5 Pro";
}
.default-arrow .slick-arrow:hover{
  --tw-border-opacity: 1;
  border-color: rgba(81, 84, 75, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(81, 84, 75, var(--tw-bg-opacity));
}
.default-arrow .slick-arrow:hover::before{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.default-arrow .slick-prev{
  left: 30px;
}
.default-arrow .slick-prev::before {
    content: "";
  }
.default-arrow .slick-next{
  right: 30px;
}
.default-arrow .slick-next::before {
    content: "";
  }
.default-arrow .slick-dots{
  position: absolute;
  bottom: 30px;
  left: 0px;
  margin-top: 0px;
  width: 100%;
  justify-content: center;
}
.default-arrow .slick-dots li{
  margin-left: 5px;
  margin-right: 5px;
}
.default-arrow .slick-dots li button{
  background-color: transparent;
}
.default-arrow.slick-slider .slick-dots li.slick-active button{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.arrow-big.slick-slider .slick-arrow{
  height: 40px;
  width: 40px;
}
.arrow-primary.slick-slider .slick-arrow{
  --tw-border-opacity: 1;
  border-color: rgba(143, 143, 124, var(--tw-border-opacity));
}
.arrow-primary.slick-slider .slick-arrow:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(143, 143, 124, var(--tw-bg-opacity));
}
.arrow-primary.slick-slider .slick-arrow::before{
  --tw-text-opacity: 1;
  color: rgba(143, 143, 124, var(--tw-text-opacity));
}
.arrow-primary.slick-slider .slick-arrow:hover::before{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.arrow-between.slick-slider .slick-prev{
  left: -60px;
}
.arrow-between.slick-slider .slick-next{
  right: -60px;
}
.arrow-down .slick-arrow{
  top: auto;
  bottom: 30px;
  transform: none;
}
.arrow-down .slick-prev{
  left: 30px;
}
.arrow-down .slick-next{
  left: 90px;
}
.slick-slide > div > div{
  display: block !important;
}
.slick-slider.arrow-right .slick-arrow{
  left: auto;
}
.slick-slider.arrow-right .slick-next{
  right: 30px;
}
.slick-slider.arrow-down .slick-prev{
  right: 90px;
}
.same-height-slider .slick-track{
  display: flex;
}
.same-height-slider .slick-track .slick-slide{
  height: inherit;
}
.same-height-slider .slick-track .slick-slide > div, .same-height-slider .slick-track .slick-slide > div > div{
  height: 100%;
}
/* Table */
table{
  width: 100%;
}
.table-main{
  margin-top: 30px;
}
table td, table th{
  border-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  vertical-align: top;
  font-family: "Isidora Sans";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
table th{
  font-weight: 600;
}
table tr td:first-child, table tr th:first-child{
  border-left-width: 0px;
}
table tbody tr:last-child th, table tbody tr:last-child td{
  border-bottom-width: 0px;
}
table tbody tr th:first-child, table tbody tr td:first-child, table thead tr th:first-child, table thead tr td:first-child{
  padding-left: 0px;
}
table thead th{
  border-bottom-width: 2px;
}
/* Tabs */
.tabs_container .tab_content{
  display: none;
}
.tech-front .lity.lity-opened .tabs_container .tab_content{
  display: block;
}
.tabs_container .tab_content.active{
  display: block;
}
.tabs{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.tabs li, .filters ul li, .simple-list li{
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  padding-bottom: 5px;
  font-family: "Isidora Sans";
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.01em;
  --tw-text-opacity: 1;
  color: rgba(81, 84, 75, var(--tw-text-opacity));
  opacity: 0.7;
}
.tabs.tabs-left li:first-child, .filters.filters-left li:first-child, .simple-list.simple-list-left li:first-child{
  margin-left: 0px;
}
.tabs li.active, .filters ul li.active, .simple-list li.active{
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(143, 143, 124, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(143, 143, 124, var(--tw-text-opacity));
  opacity: 1;
}
.tabs_container .tab_content{
  opacity: 0;
    transition: opacity 300ms linear;
}
.tabs_container .tab_content.active{
  opacity: 1;
}
.tabs.tabs-left li:first-child{
  margin-left: 0px;
}
.tab-content ul{
  margin-left: 25px;
  list-style-type: disc;
}
.tab-content ul li::marker{
  font-size: 8px;
}
.tab-content p::marker{
  display: none;
}
.tech-front .lity.lity-opened .tab-content p::marker{
  display: block;
}
.tab-content p{
  padding-left: 10px;
}
.tab-content p, .tab-content li{
  font-family: "Isidora Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
/* Lity */
.tech-front .lity-iframe .lity-container, .tech-front .lity-youtube .lity-container, .tech-front .lity-vimeo .lity-container, .tech-front .lity-facebookvideo .lity-container, .tech-front .lity-googlemaps .lity-container{
  max-width: 100% !important;
}
.tech-front .lity.lity-opened .hidden{
  display: block;
}
.tech-front .lity .lity-close {
    text-shadow: none;
    top: 120px;
    right: 125px;
    display: flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    --tw-border-opacity: 0.4;
    padding-bottom: 5px;
    font-family: "Isidora Sans";
    font-size: 28px;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }
.tech-front .lity-container, .tech-front .lity-content{
  width: 100%;
}
.enquiry-modal-main{
  width: 100%;
}
/* Link */
.link{
  position: relative;
  display: flex;
  width: max-content;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Isidora Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgba(143, 143, 124, var(--tw-text-opacity));
  opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.link img{
  position: absolute;
  left: 0px;
  right: auto;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition: left 0.7s;
}
.link .Round-arrow{
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(143, 143, 124, var(--tw-border-opacity));
  padding-top: 3px;
}
.link i{
  padding-left: 0px;
  font-size: 14px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.link span:not(.Round-arrow){
  padding-bottom: 3px;
  padding-left: 10px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}
.link:hover{
  opacity: 1;
}
.link:hover i{
  padding-left: 8px;
}
.link:hover img{
  left: 90%;
}
.link:hover span:not(.Round-arrow){
  padding-left: 15px;
}
.link-icon a:hover{
  --tw-border-opacity: 1;
  border-color: rgba(81, 84, 75, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(81, 84, 75, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.link.link-white .Round-arrow{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover-underline a, .hover-underline span{
  position: relative;
  padding-bottom: 5px;
}
.hover-underline a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    height: 2px;
    width: 0px;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-x: -50%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 500ms;
  }
.hover-underline a:hover::before{
  width: 80%;
}
.hover-underline-solid a{
  position: relative;
}
.hover-underline-solid a::after {
    content: "";
    transition: opacity 0.5s ease;
    will-change: opacity;
    position: absolute;
    left: 0px;
    bottom: -2px;
    height: 1px;
    width: 100%;
    background-color: currentcolor;
    opacity: 0;
  }
.hover-underline-solid a:hover::after{
  opacity: 1;
}
/* Form */
.custom-form form{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.custom-form .gform_wrapper .gform_body{
  flex: 1 1 0%;
}
.custom-form .gform_wrapper .gform_footer{
  margin: 0px;
  width: auto;
  padding: 0px;
}
.custom-form .gform_wrapper .gform_body .gform_fields .gfield input{
  margin-top: 0px;
}
.custom-form .gform_wrapper .gform_body .gform_fields .gfield{
  margin-top: 0px;
}
body .gform_wrapper .top_label div.ginput_container{
  margin-top: 0px !important;
}
.custom-form .gform_wrapper .gform_body .gform_fields{
  display: flex;
  flex-wrap: wrap;
}
.custom-form .gform_wrapper .gform_body .gform_fields .gfield{
  margin-right: 50px;
  flex: 1 1 0%;
}
.custom-form .gform_wrapper .gform_body .gform_fields .gfield:nth-of-type(3) {
    flex: 1.4 1 0%;
  }
.custom-form .gform_wrapper .gform_body .gform_fields .gfield input{
  display: block !important;
  height: 48px !important;
  width: 100% !important;
  border-radius: 0 !important;
  border-width: 0px !important;
  border-bottom-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  --tw-border-opacity: 0.3 !important;
  background-color: transparent !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-family: "Isidora Sans" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 48px !important;
  letter-spacing: 0.01em !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
  transition-duration: 300ms !important;
}
.custom-form .gform_wrapper .gform_body .gform_fields .gfield input:focus{
  --tw-border-opacity: 1;
}
.custom-form .gform_wrapper .gform_body .gform_fields .gfield input:focus::placeholder{
  opacity: 1;
}
.custom-form .gform_wrapper .gform_body .gform_fields .gfield input::placeholder{
  font-family: "Isidora Sans";
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 0.6;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.custom-form .gform_wrapper .gform_footer input[type=submit]{
  display: block;
  height: 48px;
  cursor: pointer;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  font-family: "Isidora Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgba(81, 84, 75, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
.custom-form .gform_wrapper .gform_footer input[type=submit]:hover{
  --tw-border-opacity: 1;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.gform_wrapper .ginput_container input[type=text], .gform_wrapper .ginput_container textarea, .gform_wrapper .ginput_container select, .agent-login-form-details input:not(.agent-login-form-details [type=submit]){
  line-height: 44px;
}
.contact-details-form .gform_wrapper .top_label input:not([type=submit]), .contact-details-form .gform_wrapper .top_label textarea{
  height: 50px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.contact-details-form .gform_wrapper .top_label textarea{
  height: 200px !important;
}
.contact-details-form .gform_wrapper label.gfield_label{
  margin-bottom: 5px;
  display: block;
  font-family: "Isidora Sans";
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(81, 84, 75, var(--tw-text-opacity));
}
.contact-details-form .gform_wrapper .gform_footer input[type=submit]{
  cursor: pointer;
}
.travel-content h2, .travel-content h1{
  font-family: "The Secret";
}
/*Travel form*/
.travel-form{
  padding-top: 200px;
}
.travel-form .gform_wrapper {
    width: 80%;
    margin: 40px auto;
  }
.travel-form .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title{
  display: none;
}
.tech-front .lity.lity-opened .travel-form .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title{
  display: block;
}
.travel-form .gform_wrapper .gf_progressbar{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(208, 207, 205, var(--tw-bg-opacity));
  padding: 0px;
}
.travel-form .gform_wrapper .gf_progressbar_percentage{
  height: 1.75rem !important;
  border-radius: 30px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(81, 84, 75, var(--tw-bg-opacity)) !important;
  background-image: none !important;
}
.travel-form .gform_wrapper .gf_progressbar:after{
  display: none;
}
.tech-front .lity.lity-opened .travel-form .gform_wrapper .gf_progressbar:after{
  display: block;
}
.travel-form .gform_wrapper .gf_progressbar_percentage span{
  display: none;
}
.tech-front .lity.lity-opened .travel-form .gform_wrapper .gf_progressbar_percentage span{
  display: block;
}
.travel-form .gform_wrapper .gf_step span.gf_step_number{
  display: none;
}
.tech-front .lity.lity-opened .travel-form .gform_wrapper .gf_step span.gf_step_number{
  display: block;
}
.travel-form .gfield_html p{
  font-family: "Isidora Sans";
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  opacity: 0.5;
}
.travel-form .gform_wrapper .gfield select{
  height: 44px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.travel-form .gform_wrapper ul.gform_fields li.gfield_html{
  margin-bottom: 0px;
  margin-top: 20px;
}
.travel-content .gform_wrapper .gf_page_steps{
  border-width: 0px;
}
.travel-content .gform_wrapper .gf_step{
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 30px;
  height: 1.5rem;
  padding-bottom: 30px;
  text-transform: uppercase;
  opacity: 1;
}
.travel-content .gform_wrapper .gf_step span.gf_step_label, .gform_wrapper .gf_step span.gf_step_number{
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Isidora Sans";
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgba(81, 84, 75, var(--tw-text-opacity));
}
.gf_page_steps .gf_step.gf_step_active{
  cursor: pointer;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(143, 143, 124, var(--tw-border-opacity));
  --tw-border-opacity: 0.7;
  font-weight: 700;
}
.gf_page_steps .gf_step.gf_step_active span{
  --tw-text-opacity: 1 !important;
  color: rgba(143, 143, 124, var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.7 !important;
}
.travel-content .gform_page_fields{
  padding-left: 10px;
  padding-right: 10px;
}
.travel-form .gform_wrapper .gform_page_footer input[type=button], .travel-form .gform_wrapper .gform_page_footer input[type=submit]{
  width: 100%;
  cursor: pointer;
  text-align: center;
  font-family: "Isidora Sans";
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.travel-form .gform_wrapper .gform_page_footer input[type=button],
.travel-form .gform_wrapper .gform_page_footer input[type=submit] {
    background: rgba(83, 83, 53, 0.65);
    border: 1px solid #8f8f7c;
  }
.travel-form .gform_wrapper .gform_page_footer input[type=button]:hover, .travel-form .gform_wrapper .gform_page_footer input[type=submit]:hover{
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgba(81, 84, 75, var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.7 !important;
}
.travel-form .gform_wrapper .gform_page_footer input[type=button], .travel-form .gform_wrapper .gform_page_footer input[type=submit]{
  display: block;
  width: max-content;
}
.travel-form .gform_wrapper .gform_page_footer input.gform_next_button{
  margin-right: 0px;
}
.travel-form .gform_wrapper .gform_page_footer input.gform_previous_button{
  margin-right: 20px;
}
.travel-form .gform_wrapper .gform_page_footer .gform_previous_button{
  padding-left: 60px !important;
  padding-bottom: 5px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(143, 143, 124, var(--tw-text-opacity)) !important;
    border: none !important;
    background: url("../images/back-arrow.png") !important;
    background-repeat: no-repeat !important;
    background-size: 40px !important;
}
.travel-form .gform_wrapper .gform_page_footer .gform_previous_button:hover{
  padding-left: 65px !important;
  --tw-text-opacity: 1 !important;
  color: rgba(143, 143, 124, var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.7 !important;
}
.travel-form .gform_wrapper label.gfield_label, .travel-form .gform_wrapper legend.gfield_label{
  font-weight: 400;
}
.travel-form .gform_wrapper .gform_page_footer{
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-color: transparent;
}
.travel-form .gform_wrapper .gform_page_footer .button.gform_button{
  margin-right: 0px;
}
.gform_wrapper .ginput_container_checkbox .gfield_checkbox li{
  display: flex;
  cursor: pointer;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.gform_wrapper .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]{
  height: 1.25rem !important;
  width: 1.25rem !important;
}
.gform_wrapper .ginput_container_checkbox .gfield_checkbox li label{
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.gform_wrapper .ginput_container.ginput_container_date input{
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  --tw-border-opacity: 0.5 !important;
  padding: 10px !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.gform_confirmation_message p{
  opacity: 0.5;
}
.gform_wrapper .ginput_container input[type=text], .gform_wrapper .ginput_container textarea, .gform_wrapper .ginput_container select, .agent-login-form-details input:not(.agent-login-form-details [type=submit]){
  height: 50px !important;
  width: 100% !important;
  border-radius: 2px !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 199, 199, var(--tw-border-opacity)) !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 10px !important;
  font-family: "Isidora Sans" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(111, 114, 113, var(--tw-text-opacity)) !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select,
.agent-login-form-details input:not(.agent-login-form-details [type=submit]) {
    padding-top: 6px !important;
  }
.gform_wrapper .ginput_container select {
    background: url(../images/select-arrow.jpg);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 14px;
    appearance: none;
    padding: 0px 20px !important;
  }
.gform_wrapper .ginput_container input[type=text]::placeholder, .gform_wrapper .ginput_container textarea::placeholder{
  font-family: "Isidora Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  --tw-text-opacity: 1;
  color: rgba(111, 114, 113, var(--tw-text-opacity));
}
.gform_wrapper .ginput_container textarea{
  height: 200px !important;
}
body .gform_wrapper .top_label .gfield .gfield_label, .agent-login-form-details label{
  margin-bottom: 5px;
  font-family: "Isidora Sans";
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(111, 114, 113, var(--tw-text-opacity));
}
.gform_wrapper .gform_footer .gform_button.button{
  cursor: pointer;
  background-color: transparent;
}
.gform_wrapper .gform_footer .gform_button.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(81, 84, 75, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.travel-form .gform_wrapper .top_label li.gfield.gf_left_half{
  padding-right: 30px;
}
.travel-form .gform_wrapper div#field_3_50 {
    width: calc(100% - 52%);
  }
.travel-form .travel-content {
    max-width: 1240px !important;
  }
.travel-form .travel-content .gform_wrapper .gfield legend{
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(81, 84, 75, var(--tw-text-opacity));
}
.travel-content .gform_page_fields .gfield_checkbox .gchoice input[type=checkbox] {
    display: none;
  }
.travel-content .gform_page_fields .gfield_checkbox .gchoice input[type=checkbox] + label{
  font-family: "Isidora Sans";
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgba(81, 84, 75, var(--tw-text-opacity));
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 6px;
}
.travel-content .gform_page_fields .gfield_checkbox .gchoice input[type=checkbox] + label:before,
.travel-content .gform_page_fields .gfield_checkbox .gchoice input[type=checkbox] + label:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    transition: 0.2s;
  }
/* after */
.travel-content .gform_page_fields .gfield_checkbox .gchoice input[type=checkbox]:not(:checked) + label:after {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    top: 2px;
  }
.travel-content .gform_page_fields .gfield_checkbox .gchoice input[type=checkbox]:checked + label:after {
    top: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #51544b;
    background-color: #51544b;
    z-index: 0;
    border-radius: 3px;
  }
/* before */
.travel-content .gform_page_fields .gfield_checkbox .gchoice input[type=checkbox]:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%;
  }
.travel-content .gform_page_fields .gfield_checkbox .gchoice input[type=checkbox]:checked + label:before {
    top: 1px;
    left: 1px;
    width: 8px;
    height: 13px;
    margin-top: 3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%;
  }
.gform_wrapper .gform_validation_errors > h2.hide_summary{
  font-family: "Isidora Sans" !important;
  font-size: 16px !important;
}
.thank-msg{
  line-height: 27px;
}
.thank-btn{
  opacity: 1;
}
.travel-form .travel-content .gform_wrapper .field_sublabel_below .ginput_container input[type=checkbox] {
    display: none;
  }
.travel-form .travel-content .gform_wrapper .field_sublabel_below .ginput_container input[type=checkbox] + label {
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
  }
.travel-form .travel-content .gform_wrapper .field_sublabel_below .ginput_container input[type=checkbox] + label:before,
.travel-form .travel-content .gform_wrapper .field_sublabel_below .ginput_container input[type=checkbox] + label:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    transition: 0.2s;
  }
/* after */
.travel-form .travel-content .gform_wrapper .field_sublabel_below .ginput_container input[type=checkbox]:not(:checked) + label:after {
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 3px;
    top: 0px;
  }
.travel-form .travel-content .gform_wrapper .field_sublabel_below .ginput_container input[type=checkbox]:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #51544b;
    background-color: #51544b;
    z-index: 0;
    border-radius: 3px;
  }
/* before */
.travel-form .travel-content .gform_wrapper .field_sublabel_below .ginput_container input[type=checkbox]:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%;
  }
.travel-form .travel-content .gform_wrapper .field_sublabel_below .ginput_container input[type=checkbox]:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    margin-top: 3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%;
  }
/* Responsive */
@media (max-width: 1199px) {
  .modal-wrapper {
    left: 0;
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
@media (max-width: 1023px) {
  .navbar-nav, .navbar-button{
    display: none;
  }

  .tech-front .lity.lity-opened .navbar-nav, .tech-front .lity.lity-opened .navbar-button{
    display: block;
  }

  body.menu-open .navbar-brand{
    pointer-events: auto;
  }

  body.menu-open .navbar-brand{
    visibility: visible;
  }

  body.menu-open .navbar-brand{
    opacity: 1;
  }

  .contact-info li a{
    font-size: 16px;
  }

  .custom-form form{
    flex-direction: column;
  }

  .custom-form .gform_wrapper .gform_body .gform_fields .gfield:last-child{
    margin-right: 0px;
  }

  .custom-form .gform_wrapper .gform_body .gform_fields .gfield{
    margin-bottom: 20px;
  }

  .footer-copyright-menu ul li{
    margin-bottom: 10px;
  }

  .footer-copyright-menu ul li:first-child{
    margin-left: 0px;
  }

  .main-nav__col:not(.large-menu){
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-nav__col.large-menu{
    padding-left: 20px;
  }

  .header .navbar-nav, .menu-logo{
    display: none !important;
  }

  .tech-front .lity.lity-opened .header .navbar-nav, .tech-front .lity.lity-opened .menu-logo{
    display: block;
  }

  .sticky-zigzag > div{
    position: relative;
  }

  .sticky-zigzag > div{
    top: 0px;
  }

  .slick-slider.arrow-right .slick-arrow{
    right: auto;
  }

  .slick-slider.arrow-right .slick-prev{
    left: 20px;
  }

  .slick-slider.arrow-right .slick-next{
    left: 70px;
  }

  body .gform_wrapper .top_label .gfield .gfield_label, .agent-login-form-details label{
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  h1, .h1{
    font-size: 38px;
  }

  h2, .h2{
    font-size: 28px;
  }

  h3, .h3{
    font-size: 26px;
  }

  h4, .h4{
    font-size: 22px;
  }

  h5, .h5{
    font-size: 16px;
  }

  .heading .h2{
    font-size: 30px;
  }

  .title-small{
    font-size: 18px;
  }

  .title-large{
    font-size: 26px;
  }

  .banner-title{
    min-height: auto;
  }

  .large-des p{
    font-size: 16px;
  }

  .large-des p{
    line-height: 27px;
  }

  .header.top-header{
    top: 40px;
  }

  .revealedBox .contentBox{
    opacity: 1;
  }

  .custom-form .gform_wrapper .gform_body .gform_fields{
    flex-direction: column;
  }

  .custom-form .gform_wrapper .gform_body .gform_fields .gfield{
    margin-right: 0px;
  }

  .footer-logo p, .footer-copyright .footer-copyright-content p, .footer-copyright-menu ul li a{
    font-size: 14px;
  }

  .footer-nav li.menu-heading a{
    font-size: 18px;
  }

  .custom-form .gform_wrapper .gform_body .gform_fields .gfield input, .custom-form .gform_wrapper .gform_footer input[type=submit]{
    height: 44px;
  }

  .custom-form .gform_wrapper .gform_footer input[type=submit]{
    line-height: 40px;
  }

  .footer-copyright-menu ul{
    flex-direction: column;
  }

  .footer-copyright-menu ul{
    align-items: center;
  }

  .max-w-logo{
    max-width: 110px;
  }

  .content{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .main-nav__wrap{
    top: 170px;
  }

  .main-nav__wrap{
    height: calc(100vh - 170px);
  }

  .main-nav__wrap{
    flex-direction: column;
  }

  .main-nav__wrap{
    overflow-y: auto;
  }

  .main-nav__wrap{
    padding-top: 0px;
  }

  .main-nav__wrap{
    padding-bottom: 50px;
  }

  .main-nav__col{
    width: 100%;
  }

  .main-nav__col{
    flex: 1 1 auto;
  }

  .main-nav__col.nav-col-middle{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .main-nav__col.large-menu{
    padding-bottom: 40px;
  }

  .main-nav__col.nav-contact{
    padding-top: 20px;
  }

  .main-nav__col.large-menu li a{
    font-size: 28px;
  }

  .main-nav__col.large-menu li{
    margin-bottom: 15px;
  }

  .main-nav__col.nav-contact a, .main-nav__col.nav-contact p{
    margin-left: 0px;
  }

  .main-nav__col.nav-contact a, .main-nav__col.nav-contact p{
    font-size: 20px;
  }

  .card-box-image img{
    height: 350px;
  }

  .button.button-padding{
    padding-left: 30px;
    padding-right: 30px;
  }

  .button.button-padding{
    font-size: 16px;
  }

  .footer-copyright-menu ul li{
    margin-left: 0px;
  }

  .arrow-down .slick-prev{
    left: 20px;
  }

  .arrow-down .slick-next{
    left: 80px;
  }

  .arrow-between.slick-slider .slick-prev{
    left: 20px;
  }

  .arrow-between.slick-slider .slick-next{
    right: 20px;
  }

  .slider-spacing .slick-list{
    margin-left: -15px;
    margin-right: -15px;
  }

  .arrow-primary.slick-slider .slick-arrow{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 143, 124, var(--tw-bg-opacity));
  }

  .arrow-primary.slick-slider .slick-arrow::before{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .testimonials-slider.slider-spacing .slick-list{
    margin-left: -10px;
  }

  .testimonials-slider.slider-spacing .slick-list{
    margin-right: 0px;
  }

  .testimonials-slider.slider-spacing .slick-slide{
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials-slider.arrow-down .slick-prev{
    left: 20px;
  }

  .testimonials-slider.arrow-down .slick-next{
    left: 80px;
  }

  .explore-offer-slider.slider-spacing .slick-list{
    margin-left: -15px;
    margin-right: -15px;
  }

  .conversion-slider .conversion-slider-item-image{
    padding-top: 0px;
  }

  .conversion-slider .conversion-slider-item-image img{
    position: relative;
  }

  .conversion-slider .conversion-slider-item-image img{
    height: 500px;
  }

  .tech-front .lity .lity-close{
    top: 30px;
  }

  .tech-front .lity .lity-close{
    right: 50px;
  }

  .main-nav .social{
    justify-content: flex-start;
  }

  .main-nav .footer-proud-icon{
    align-items: flex-start;
  }

  body .gform_wrapper .top_label .gfield .gfield_label, .agent-login-form-details label{
    font-size: 13px;
  }

  .travel-form .gform_wrapper {
    width: 90%;
  }

  .travel-form .gform_wrapper div#field_3_50{
    width: 100%;
  }
}
@media (max-width: 640px) {
  .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 12;
  }
}
@media (max-width: 575px) {
  .explore-offer-image img{
    height: 400px;
  }

  .conversion-slider .slick-list{
    padding-right: 20%;
  }

  .testimonials-slider.slider-spacing .slick-slide{
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials-slider.slider-spacing{
    margin-left: 10px;
  }

  .testimonials-slider.slider-spacing{
    margin-right: 0px;
  }

  .testimonials-slider.arrow-down .slick-prev{
    left: 15px;
  }

  .testimonials-slider.arrow-down .slick-next{
    left: 75px;
  }

  .testimonials-slider .slick-list{
    padding-right: 60px;
  }

  .testimonials-slider.slider-spacing .slick-list{
    margin-left: -15px;
  }

  .explore-offer-slider.default-arrow .slick-arrow {
    top: 210px;
  }

  /* .zigzag-image-slider,.zigzag-image{
        @apply h-250 !important;
    } */
  .zigzag-image-slider,
.zigzag-image {
    height: auto !important;
  }

  .zigzag-image .img,
.zigzag-image-slider .slick-list,
.zigzag-image-slider,
.zigzag-image {
    height: auto !important;
    transform: none !important;
  }

  .zigzag-image .img img,
.zigzag-image-slider .slick-list img {
    height: auto !important;
  }

  .zigzag-image-slider .slick-list {
    height: inherit !important;
  }

  .zigzag-image-slider .slick-list .slick-track{
    display: flex;
  }

  .zigzag-image-slider .slick-list .slick-track .slick-slide {
    height: inherit !important;
  }

  .zigzag-image-slider .slick-list .slick-track div, .zigzag-image-slider .slick-list .slick-track div img{
    height: 100% !important;
  }

  .travel-form .gform_wrapper {
    width: 90%;
  }

  .travel-form .gform_wrapper div#field_3_50{
    width: 100%;
  }

  .travel-content{
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 320px) {
  .banner.h-screen, .banner-video.h-screen{
    height: 500px;
  }
}
.banner--with-booking .container.h-full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.banner--with-booking .banner-inner--booking {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.banner--with-booking .banner-content-row {
  width: 100%;
  padding-bottom: 110px;
}
.banner--with-booking .banner-content {
  position: relative;
  z-index: 3;
}
.banner--with-booking .banner-booking-logo {
  right: 38px;
  bottom: 144px;
}
.banner--with-booking .banner-booking {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.banner--with-booking .banner-booking__form {
  width: 100%;
}
.banner--with-booking .banner-booking__inner {
  width: 100%;
  min-height: 10vh;
  padding: 30px 32px 40px;
  background: rgba(255, 255, 255, 0.16);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.banner--with-booking .banner-booking__meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.banner--with-booking .banner-booking__guarantee {
  position: relative;
}
.banner--with-booking .banner-booking__guarantee-link {
  padding: 0;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  transition: color 0.2s ease;
}
.banner--with-booking .banner-booking__guarantee-link:hover {
  color: #ffffff;
}
.banner--with-booking .banner-booking__guarantee-popup {
  position: absolute;
  bottom: calc(100% + 20px);
  left: 0;
  width: 400px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.5);
  color: #51544b;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.banner--with-booking .banner-booking__guarantee:hover .banner-booking__guarantee-popup,
.banner--with-booking .banner-booking__guarantee-popup.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.banner--with-booking .banner-booking__guarantee-title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}
.banner--with-booking .banner-booking__guarantee-list {
  margin: 0;
  padding-left: 18px;
  list-style: disc;
}
.banner--with-booking .banner-booking__guarantee-list li {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
}
.banner--with-booking .banner-booking__guarantee-list li:last-child {
  margin-bottom: 0;
}
.banner--with-booking .banner-booking__grid {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.banner--with-booking .banner-booking__field,
.banner--with-booking .banner-booking__submit {
  margin-right: 12px;
}
.banner--with-booking .banner-booking__field {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 0;
  min-width: 0;
  height: 38px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.34);
}
.banner--with-booking .banner-booking__field--date {
  padding: 0;
}
.banner--with-booking .banner-booking__native-date {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.banner--with-booking .banner-booking__native-date::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.banner--with-booking .banner-booking__date-trigger {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 36px 0 14px;
  background: transparent;
  border: 0;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
}
.banner--with-booking .banner-booking__date-text {
  display: block;
  width: 100%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.banner--with-booking .banner-booking__icon {
  position: absolute;
  top: 50%;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.72);
  transform: translateY(-50%);
  pointer-events: none;
}
.banner--with-booking .banner-booking__icon svg {
  width: 12px;
  height: 12px;
}
.banner--with-booking .banner-booking__field--counter {
  justify-content: space-between;
  gap: 10px;
}
.banner--with-booking .banner-booking__label {
  display: block;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.banner--with-booking .banner-booking__counter-controls {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
  margin-left: 8px;
}
.banner--with-booking .banner-booking__counter-button {
  padding: 0;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease;
}
.banner--with-booking .banner-booking__counter-button:hover {
  color: #ffffff;
}
.banner--with-booking .banner-booking__counter-value {
  min-width: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}
.banner--with-booking .banner-booking__submit {
  flex: 0 0 190px;
  margin-right: 0;
}
.banner--with-booking .banner-booking__submit-button {
  width: 100%;
  height: 38px;
  padding: 0 16px;
  background: #b7ab7d;
  border: 1px solid #b7ab7d;
  color: #ffffff;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 0.04em;
  text-transform: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.banner--with-booking .banner-booking__submit-button:hover {
  background: #c3b789;
  border-color: #c3b789;
}

@media (max-width: 1199px) {
  .banner--with-booking .banner-booking-logo {
    right: 26px;
    bottom: 144px;
  }
  .banner--with-booking .banner-booking__inner {
    padding-right: 22px;
    padding-left: 22px;
  }
  .banner--with-booking .banner-booking__submit {
    flex-basis: 178px;
  }
}
@media (max-width: 991px) {
  .banner-booking-logo {
    display: none;
  }

  .banner--with-booking .container.h-full {
    height: 100%;
  }
  .banner--with-booking .banner-inner--booking {
    min-height: 100%;
    justify-content: flex-end;
  }
  .banner--with-booking .banner-content-row {
    padding-bottom: 20px;
  }
  .banner--with-booking .banner-booking-logo {
    right: 20px;
    bottom: 220px;
    max-width: 72px;
  }
  .banner--with-booking .banner-booking {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 0;
    padding: 0;
  }
  .banner--with-booking .banner-booking__inner {
    min-height: 0;
    padding: 14px 15px 16px;
  }
  .banner--with-booking .banner-booking__meta {
    margin-bottom: 10px;
  }
  .banner--with-booking .banner-booking__guarantee {
    margin-left: 20px;
  }
  .banner--with-booking .banner-booking__guarantee-popup {
    width: 220px;
    left: 0;
  }
  .banner--with-booking .banner-booking__grid {
    flex-direction: column;
    align-items: stretch;
    min-height: 250px;
  }
  .banner--with-booking .banner-booking__field,
.banner--with-booking .banner-booking__submit {
    width: 100%;
    height: 44px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .banner--with-booking .banner-booking__date-trigger {
    padding-right: 40px;
  }
  .banner--with-booking .banner-booking__label,
.banner--with-booking .banner-booking__date-text,
.banner--with-booking .banner-booking__counter-value,
.banner--with-booking .banner-booking__counter-button {
    font-size: 11px;
  }
  .banner--with-booking .banner-booking__submit {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
  .banner--with-booking .banner-booking__submit-button {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner--with-booking .banner-booking-logo {
    right: 20px;
    bottom: 228px;
    max-width: 64px;
  }
  .banner--with-booking .banner-booking__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .banner--with-booking .banner-booking__guarantee-popup {
    width: calc(100vw - 30px);
    max-width: 260px;
  }
  .banner--with-booking .banner-booking__field,
.banner--with-booking .banner-booking__submit,
.banner--with-booking .banner-booking__submit-button {
    height: 44px;
  }
}
@media (max-width: 991px) {
  .banner--with-booking {
    min-height: 760px;
  }
  .banner--with-booking .container.h-full,
.banner--with-booking .banner-inner--booking {
    min-height: 760px;
    height: 100%;
  }
  .banner--with-booking .banner-content-row {
    padding-bottom: 24px;
  }
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
@media (min-width: 640px){
  .sm\:gap-x-20{
    column-gap: 5rem;
  }
  .sm\:p-10{
    padding: 10px;
  }
  .sm\:py-10{
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px){
  .md\:top-minus_20{
    top: -20px;
  }
  .md\:mx-minus_15{
    margin-left: -15px;
    margin-right: -15px;
  }
  .md\:my-60{
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .md\:mt-70{
    margin-top: 70px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mb-80{
    margin-bottom: 80px;
  }
  .md\:mb-50{
    margin-bottom: 50px;
  }
  .md\:mt-60{
    margin-top: 60px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mt-40{
    margin-top: 40px;
  }
  .md\:mb-100{
    margin-bottom: 100px;
  }
  .md\:mt-50{
    margin-top: 50px;
  }
  .md\:mt-80{
    margin-top: 80px;
  }
  .md\:mb-30{
    margin-bottom: 30px;
  }
  .md\:mr-20{
    margin-right: 20px;
  }
  .md\:ml-30{
    margin-left: 30px;
  }
  .md\:mt-110{
    margin-top: 110px;
  }
  .md\:h-550{
    height: 550px;
  }
  .md\:h-screen{
    height: 100vh;
  }
  .md\:h-400{
    height: 400px;
  }
  .md\:h-140{
    height: 140px;
  }
  .md\:w-8\/12{
    width: 66.666667%;
  }
  .md\:w-4\/12{
    width: 33.333333%;
  }
  .md\:w-6\/12{
    width: 50%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-10\/12{
    width: 83.333333%;
  }
  .md\:w-140{
    width: 140px;
  }
  .md\:max-w-280{
    max-width: 280px;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:p-50{
    padding: 50px;
  }
  .md\:px-50{
    padding-left: 50px;
    padding-right: 50px;
  }
  .md\:py-110{
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .md\:px-100{
    padding-left: 100px;
    padding-right: 100px;
  }
  .md\:py-80{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .md\:py-60{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md\:px-60{
    padding-left: 60px;
    padding-right: 60px;
  }
  .md\:py-100{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md\:px-15{
    padding-left: 15px;
    padding-right: 15px;
  }
  .md\:py-130{
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .md\:px-80{
    padding-left: 80px;
    padding-right: 80px;
  }
  .md\:pl-20{
    padding-left: 20px;
  }
  .md\:pr-40{
    padding-right: 40px;
  }
  .md\:pt-30{
    padding-top: 30px;
  }
  .md\:pt-40{
    padding-top: 40px;
  }
  .md\:pb-110{
    padding-bottom: 110px;
  }
  .md\:pl-95{
    padding-left: 95px;
  }
  .md\:pt-110{
    padding-top: 110px;
  }
  .md\:pt-80{
    padding-top: 80px;
  }
  .md\:pr-30{
    padding-right: 30px;
  }
  .md\:pb-60{
    padding-bottom: 60px;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pl-50{
    padding-left: 50px;
  }
  .md\:pr-50{
    padding-right: 50px;
  }
  .md\:pt-50{
    padding-top: 50px;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:\!text-24{
    font-size: 24px !important;
  }
  .md\:text-17{
    font-size: 17px;
  }
  .md\:\!text-18{
    font-size: 18px !important;
  }
  .md\:\!text-34{
    font-size: 34px !important;
  }
  .md\:text-16{
    font-size: 16px;
  }
  .md\:\!text-30{
    font-size: 30px !important;
  }
  .md\:text-24{
    font-size: 24px;
  }
  .md\:text-38{
    font-size: 38px;
  }
}
@media (min-width: 1024px){

  .tech-front .lity.lity-opened .lg\:hidden{
    display: block;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mr-15{
    margin-right: 15px;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:ml-15{
    margin-left: 15px;
  }

  .lg\:ml-10{
    margin-left: 10px;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:mr-auto{
    margin-right: auto;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-screen{
    height: 100vh;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:\!max-h-full{
    max-height: 100% !important;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:w-10\/12{
    width: 83.333333%;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-11\/12{
    width: 91.666667%;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-4\/12{
    width: 33.333333%;
  }

  .lg\:max-w-430{
    max-width: 430px;
  }

  .lg\:max-w-600{
    max-width: 600px;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:gap-24{
    gap: 6rem;
  }

  .lg\:p-100{
    padding: 100px;
  }

  .lg\:py-80{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:px-50{
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:pl-35{
    padding-left: 35px;
  }

  .lg\:pr-60{
    padding-right: 60px;
  }

  .lg\:pr-40{
    padding-right: 40px;
  }

  .lg\:pr-70{
    padding-right: 70px;
  }

  .lg\:pb-100{
    padding-bottom: 100px;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-80{
    padding-top: 80px;
  }

  .lg\:pb-150{
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px){
  .xl\:order-none{
    order: 0;
  }
  .xl\:h-500{
    height: 500px;
  }
  .xl\:h-700{
    height: 700px;
  }
  .xl\:h-600{
    height: 600px;
  }
  .xl\:w-auto{
    width: auto;
  }
  .xl\:w-3\/12{
    width: 25%;
  }
  .xl\:w-8\/12{
    width: 66.666667%;
  }
  .xl\:w-4\/12{
    width: 33.333333%;
  }
  .xl\:gap-x-40{
    column-gap: 10rem;
  }
  .xl\:p-20{
    padding: 20px;
  }
  .xl\:p-100{
    padding: 100px;
  }
  .xl\:px-100{
    padding-left: 100px;
    padding-right: 100px;
  }
  .xl\:py-100{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .xl\:px-200{
    padding-left: 200px;
    padding-right: 200px;
  }
  .xl\:pr-80{
    padding-right: 80px;
  }
  .xl\:pt-0{
    padding-top: 0px;
  }
  .xl\:pl-20{
    padding-left: 20px;
  }
  .xl\:pl-100{
    padding-left: 100px;
  }
  .xl\:pr-100{
    padding-right: 100px;
  }
  .xl\:pr-120{
    padding-right: 120px;
  }
  .xl\:pl-120{
    padding-left: 120px;
  }
  .xl\:text-left{
    text-align: left;
  }
}
@media (max-width: 767px){
  .mdscreen\:h-\[60vh\]{
    height: 60vh;
  }
  .mdscreen\:w-\[90vw\]{
    width: 90vw;
  }
  .mdscreen\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 1023px){
  .lgscreen\:w-full{
    width: 100%;
  }
  .lgscreen\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lgscreen\:flex-row{
    flex-direction: row;
  }
  .lgscreen\:px-20{
    padding-left: 20px;
    padding-right: 20px;
  }
}
