@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600,700,800&display=swap");

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

b,
strong {
  font-weight: bold
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

img {
  border: 0
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

input {
  line-height: normal
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

textarea {
  overflow: auto
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px)
  }

  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-10px)
  }

  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px)
  }
}

@keyframes slider-right {
  0% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(-1775px, 0, 0)
  }
}

@-moz-keyframes slider-right {
  0% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(-1775px, 0, 0)
  }
}

@-webkit-keyframes slider-right {
  0% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(-1775px, 0, 0)
  }
}

@-ms-keyframes slider-right {
  0% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(-1775px, 0, 0)
  }
}

@-o-keyframes slider-right {
  0% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(-1775px, 0, 0)
  }
}

@keyframes slider-left {
  0% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(1775px, 0, 0)
  }
}

@-moz-keyframes slider-left {
  0% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(1775px, 0, 0)
  }
}

@-webkit-keyframes slider-left {
  0% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(1775px, 0, 0)
  }
}

@-ms-keyframes slider-left {
  0% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(1775px, 0, 0)
  }
}

@-o-keyframes slider-left {
  0% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(1775px, 0, 0)
  }
}

.header-anchor .anchor-accordion,
.header-anchor .slide,
.drop-holder .scrollable-area .quick-links .list,
.pre-footer .links-list,
.social-list,
.footer-list,
.form-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.thrillo-logo {
  background: url(../images/logo.png)
}

.thrillo-logo.nav-drop-logo {
  width: 268px;
  height: 62px
}

.thrillo-logo.colored-logo {
  background-position: 0 -107px;
  width: 175px;
  height: 44px;
}

.thrillo-logo.white-logo {
  width: 175px;
  height: 35px;
  background-position: 0 -186px
}

.thrillo-logo.ad_ex-logo {
  background-position: 0 0
}

.thrillo-logo.ta-logo {
  background-position: 0 -62px
}

.thrillo-logo.wee_ex-logo {
  background-position: 0 -124px
}

html {
  box-sizing: border-box
}

*,
*:before,
*:after {
  box-sizing: inherit
}

* {
  max-height: 1000000px
}

body {
  color: #000;
  background: #f6f8fb;
  font: 1.3rem/1.54 sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top
}

.gm-style img {
  max-width: none
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  padding: 8px 15px;
  scrollbar-width: none;
  -ms-overflow-style: none
}

input[type="text"]::-webkit-scrollbar,
input[type="tel"]::-webkit-scrollbar,
input[type="email"]::-webkit-scrollbar,
input[type="search"]::-webkit-scrollbar,
input[type="password"]::-webkit-scrollbar,
textarea::-webkit-scrollbar {
  display: none
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #b3b3b3
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #969696
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #969696
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #969696
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #969696
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #969696
}

select {
  -webkit-border-radius: 0
}

textarea {
  resize: vertical;
  vertical-align: top
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer
}

@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.ttf) format("woff"), url(../fonts/icomoon.ttf) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-right-arrow:before {
  content: ""
}

.icon-left-arrow:before {
  content: ""
}

.icon-checked:before {
  content: "";
  color: #6ac259
}

.icon-no-stopping:before {
  content: "";
  color: #e5554e
}

.icon-close:before {
  content: ""
}

.icon-cancel-music:before {
  content: ""
}

.icon-next:before {
  content: ""
}

.icon-telephone:before {
  content: ""
}

.icon-text-document:before {
  content: ""
}

.icon-arrow-d2:before {
  content: ""
}

.icon-pin:before {
  content: ""
}

.icon-mobile:before {
  content: ""
}

.icon-google-plus:before {
  content: ""
}

.icon-gift:before {
  content: ""
}

.icon-facebook:before {
  content: ""
}

.icon-check:before {
  content: ""
}

.icon-star-empty:before {
  content: ""
}

.icon-search:before {
  content: ""
}

.icon-linkedin-circle:before {
  content: ""
}

.icon-instagram-circle:before {
  content: ""
}

.icon-group:before {
  content: ""
}

.icon-flash:before {
  content: ""
}

.icon-facebook-circle:before {
  content: ""
}

.icon-close:before {
  content: ""
}

.icon-twitter-circle:before {
  content: ""
}

.icon-youtube-circle:before {
  content: ""
}

.icon-arrow-d:before {
  content: ""
}

.icon-watch:before {
  content: ""
}

.icon-twitter:before {
  content: ""
}

.icon-home:before {
  content: ""
}

.icon-restaurant:before {
  content: ""
}

.icon-intro-slider-2:before {
  content: ""
}

.icon-taxi:before {
  content: ""
}

.icon-intro-slider-1:before {
  content: ""
}

.icon-intro-slider-3:before {
  content: ""
}

.icon-intro-slider-4:before {
  content: ""
}

.icon-intro-slider-:before {
  content: ""
}

.icon-intro-slider-tours:before {
  content: ""
}

.icon-intro-slider-stays:before {
  content: ""
}

.icon-intro-slider-things-to-do:before {
  content: ""
}

.icon-intro-slider-rentals:before {
  content: ""
}

.icon-intro-slider-events:before {
  content: ""
}

.icon-arrow-up:before {
  content: ""
}

.icon-go-to-top:before {
  content: ""
}

.icon-globe:before {
  content: ""
}

.icon-savings:before {
  content: ""
}

.icon-globe:before {
  content: ""
}

.icon-google .icon-google-1:before {
  content: "";
  color: #fbbb00
}

.icon-google .icon-google-2:before {
  content: "";
  margin-left: -1em;
  color: #518ef8
}

.icon-google .icon-google-3:before {
  content: "";
  margin-left: -1em;
  color: #28b446
}

.icon-google .icon-google-4:before {
  content: "";
  margin-left: -1em;
  color: #f14336
}

.icon-facebook:before {
  content: ""
}

.icon-email:before {
  content: ""
}

.icon-user:before {
  content: ""
}

.icon-password:before {
  content: ""
}

.icon-filter:before {
  content: ""
}

.icon-sort:before {
  content: ""
}

.icon-home-white:before {
  content: ""
}

.icon-globe-white:before {
  content: ""
}

.icon-cab-white:before {
  content: ""
}

.icon-traveler-white:before {
  content: ""
}

.icon-boat-white:before {
  content: ""
}

.icon-warning:before {
  content: ""
}

.icon-play-video {
  border-radius: 20px;
  background: white;
  padding: 10px
}

.icon-play-video:before {
  content: ""
}

.icon-warning:before {
  content: ""
}

.icon-pin-bold:before {
  content: ""
}

[class^="icon-highlight"]:before,
[class*="icon-highlight"]:before {
  color: #ff5e00
}

.icon-highlight-thrillophilia-originals:before {
  content: "\e94b"
}

.icon-highlight-thrillophilia-safe:before {
  content: "\e94c"
}

.icon-highlight-meals-included:before {
  content: "\e94d"
}

.icon-highlight-free-cancellation:before,
.icon-highlight-conditional-cancellation:before,
.icon-highlight-no-cancellation:before {
  content: "\e94e"
}

.icon-highlight-guided-tour:before,
.icon-highlight-guide:before {
  content: "\e94f"
}

.icon-highlight-tour-language:before {
  content: "\e950"
}

.icon-highlight-free-cancellation-upto-24-hours:before {
  content: "\e951"
}

.icon-highlight-transport-included:before {
  content: "\e952"
}

.icon-highlight-conditional-cancellation:before {
  content: "\e953"
}

.icon-highlight-cashback:before {
  content: "\e954"
}

.icon-highlight-mobile-vouchers:before,
.icon-highlight-mobile-voucher:before {
  content: "\e955"
}

.icon-highlight-meet-at-location-1:before {
  content: "\e956"
}

.icon-highlight-meet-at-location:before {
  content: "\e957"
}

.icon-highlight-printed-ticket:before,
.icon-highlight-printed-tickets:before,
.icon-highlight-fixed-day-tickets:before,
.icon-highlight-fixed-day-ticket:before {
  content: "\e958";
  font-size: 0.7em
}

.icon-highlight-no-cancellation:before {
  content: "\e959"
}

.icon-highlight-instant-confirmation:before {
  content: "\e95a"
}

.icon-highlight-hotel-pickup:before {
  content: "\e95b"
}

.icon-highlight-group-tour:before {
  content: "\e95c"
}

.icon-highlight-private-tour:before {
  content: "\e95d"
}

.icon-highlight-camping:before {
  content: "\e980"
}

.icon-highlight-stay-included:before {
  content: "\e97a"
}

.icon-highlight-water-sports:before {
  content: "\e978"
}

.icon-highlight-travel-insurance:before {
  content: "\e97d"
}

.icon-highlight-seaplane-transfers:before {
  content: "\e97b"
}

.icon-highlight-speedboat-transfers:before {
  content: "\e97c"
}

.icon-highlight-airport-transfers:before {
  content: "\e979"
}

.icon-highlight-sightseeing:before {
  content: "\e97f"
}

.icon-highlight-honeymoon-freebies:before {
  content: "\e97e"
}

.icon-highlight-biking:before {
  content: "\e938"
}

.icon-highlight-trekking:before {
  content: "\e93a"
}

.icon-highlight-jeep-safari:before {
  content: "\e973"
}

.icon-highlight-permits:before {
  content: "\e939"
}

.icon-highlight-free-cancellation-upto-72-hours .path1:before {
  content: "\e93b"
}

.icon-highlight-free-cancellation-upto-72-hours .path2:before {
  content: "\e93c";
  margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path3:before {
  content: "\e93d";
  margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path4:before {
  content: "\e93e";
  margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path5:before {
  content: "\e93f";
  margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path6:before {
  content: "\e940";
  margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path7:before {
  content: "\e941";
  margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path8:before {
  content: "\e942";
  margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path9:before {
  content: "\e943";
  margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path10:before {
  content: "\e944";
  margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path11:before {
  content: "\e945";
  margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path12:before {
  content: "\e946";
  margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path13:before {
  content: "\e947";
  margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path14:before {
  content: "\e948";
  margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path15:before {
  content: "\e949";
  margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path16:before {
  content: "\e94a";
  margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path17:before {
  content: "\e95e";
  margin-left: -1.349609375em
}

.icon-highlight-free-cancellation-upto-72-hours .path18:before {
  content: "\e95f";
  margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path1:before {
  content: "\e960"
}

.icon-highlight-free-rescheduling-upto-72-hours .path2:before {
  content: "\e961";
  margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path3:before {
  content: "\e962";
  margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path4:before {
  content: "\e963";
  margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path5:before {
  content: "\e964";
  margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path6:before {
  content: "\e965";
  margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path7:before {
  content: "\e966";
  margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path8:before {
  content: "\e967";
  margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path9:before {
  content: "\e968";
  margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path10:before {
  content: "\e969";
  margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path11:before {
  content: "\e96a";
  margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path12:before {
  content: "\e96b";
  margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path13:before {
  content: "\e96c";
  margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path14:before {
  content: "\e96d";
  margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path15:before {
  content: "\e96e";
  margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path16:before {
  content: "\e96f";
  margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path17:before {
  content: "\e970";
  margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path18:before {
  content: "\e971";
  margin-left: -1.349609375em
}

.icon-highlight-free-rescheduling-upto-72-hours .path19:before {
  content: "\e972";
  margin-left: -1.349609375em
}

.icon-highlight-free-room-upgradation .path1:before {
  content: "\e974"
}

.icon-highlight-free-room-upgradation .path2:before {
  content: "\e975";
  margin-left: -0.4619140625em
}

.icon-highlight-free-room-upgradation .path3:before {
  content: "\e976";
  margin-left: -0.4619140625em
}

.icon-highlight-free-room-upgradation .path4:before {
  content: "\e977";
  margin-left: -0.4619140625em
}

.icon-highlight-request-to-book:before {
  content: "\e981"
}

.icon-highlight-2-hour-response-time:before {
  content: ""
}

.icon-highlight-2-hour-response-time .path1:before {
  content: "\e982"
}

.icon-highlight-2-hour-response-time .path2:before {
  content: "\e983";
  margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path3:before {
  content: "\e984";
  margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path4:before {
  content: "\e985";
  margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path5:before {
  content: "\e986";
  margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path6:before {
  content: "\e987";
  margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path7:before {
  content: "\e988";
  margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path8:before {
  content: "\e989";
  margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path9:before {
  content: "\e98a";
  margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path10:before {
  content: "\e98b";
  margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path11:before {
  content: "\e98c";
  margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path12:before {
  content: "\e98d";
  margin-left: -1.001953125em
}

.icon-highlight-2-hour-response-time .path13:before {
  content: "\e98e";
  margin-left: -1.001953125em
}

.icon-spinner:before {
  content: "\e98f"
}

.icon-share:before {
  content: "\e990"
}

.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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -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-size: 2rem;
  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: "←"
}

.slick-dotted.slick-slider {
  margin-bottom: 0px
}

.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-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
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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
}

@media (max-width: 767px) {
  .intro-slider .slick-dots {
    bottom: -10px
  }
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

.selectize-control .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0
}

.selectize-control .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important
}

.selectize-control .dropdown-header-close:hover {
  color: #000
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
  display: flex
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none
}

.selectize-control.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important
}

.selectize-control.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 6px;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  margin-left: 6px
}

.selectize-control.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05)
}

.selectize-control.plugin-remove_button .item.active .remove {
  border-left-color: #cacaca
}

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
  background: none
}

.selectize-control.plugin-remove_button .disabled .item .remove {
  border-left-color: #fff
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px
}

.selectize-control {
  position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  font-smoothing: inherit
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
  padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0)
}

.selectize-input.full {
  background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15)
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0
}

.selectize-input>* {
  vertical-align: baseline;
  display: inline-block;
  zoom: 1
}

.selectize-control.multi .selectize-input>div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0
}

.selectize-control.multi .selectize-input>div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
  color: #7d7d7d;
  background: #fff;
  border: 0 solid #fff
}

.selectize-input>input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  user-select: auto !important;
  box-shadow: none !important
}

.selectize-input>input::-ms-clear {
  display: none
}

.selectize-input>input:focus {
  outline: none !important
}

.selectize-input>input[placeholder] {
  box-sizing: initial
}

.selectize-input.has-items>input {
  margin: 0 0px !important
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0
}

.selectize-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header,
.selectize-dropdown .no-results,
.selectize-dropdown .create {
  padding: 5px 8px
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68
}

.selectize-dropdown .active.create {
  color: #495c68
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5)
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch
}

.selectize-dropdown-emptyoptionlabel {
  text-align: center
}

.selectize-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px
}

.selectize-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: gray transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent gray transparent
}

.selectize-control.rtl {
  text-align: right
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto
}

.selectize-control.rtl .selectize-input>input {
  margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa
}

.flag {
  background-image: url(../images/flag_sprite.png);
  background-repeat: no-repeat;
  background-size: 100% 49494%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  box-sizing: content-box
}

.flag-CHF .flag-NPR {
  box-shadow: none !important
}

.flag-DZD {
  background-position: center 0.2287%
}

.flag-AOA {
  background-position: center 0.4524%
}

.flag-XOF {
  background-position: center 0.6721%
}

.flag-BWP {
  background-position: center 0.8958%
}

.flag-XOF {
  background-position: center 1.1162%
}

.flag-BIF {
  background-position: center 1.3379%
}

.flag-XAF {
  background-position: center 1.5589%
}

.flag-CVE {
  background-position: center 1.7805%
}

.flag-XAF {
  background-position: center 2.0047%
}

.flag-XAF {
  background-position: center 2.2247%
}

.flag-CDF {
  background-position: left 2.4467%
}

.flag-DJF {
  background-position: left 2.6674%
}

.flag-EGP {
  background-position: center 2.8931%
}

.flag-XAF {
  background-position: center 3.1125%
}

.flag-ETB {
  background-position: left 3.3325%
}

.flag-ETB {
  background-position: center 3.5542%
}

.flag-XAF {
  background-position: center 3.7759%
}

.flag-GMD {
  background-position: center 4.0015%
}

.flag-GHS {
  background-position: center 4.2229%
}

.flag-GNF {
  background-position: center 4.441%
}

.flag-XOF {
  background-position: left 4.66663%
}

.flag-XOF {
  background-position: center 4.8844%
}

.flag-KES {
  background-position: center 5.1061%
}

.flag-LSL {
  background-position: center 5.3298%
}

.flag-LRD {
  background-position: left 5.5495%
}

.flag-LYD {
  background-position: center 5.7712%
}

.flag-MGA {
  background-position: center 5.994%
}

.flag-MWK {
  background-position: center 6.2156%
}

.flag-XOF {
  background-position: center 6.4363%
}

.flag-MRO {
  background-position: center 6.658%
}

.flag-MUR {
  background-position: center 6.8805%
}

.flag-MAD {
  background-position: center 7.3231%
}

.flag-MZN {
  background-position: left 7.5448%
}

.flag-NAD {
  background-position: left 7.7661%
}

.flag-XOF {
  background-position: center 7.98937%
}

.flag-NGN {
  background-position: center 8.2099%
}

.flag-XAF {
  background-position: center 8.4316%
}

.flag-RWF {
  background-position: right 8.875%
}

.flag-GBP {
  background-position: center 9.0967%
}

.flag-STD {
  background-position: center 9.32237%
}

.flag-XOF {
  background-position: center 9.5426%
}

.flag-SCR {
  background-position: left 9.7628%
}

.flag-SLL {
  background-position: center 9.9845%
}

.flag-SOS {
  background-position: center 10.2052%
}

.flag-ZAR {
  background-position: left 10.4269%
}

.flag-SSP {
  background-position: left 10.6486%
}

.flag-SDG {
  background-position: center 10.8703%
}

.flag-SRD {
  background-position: center 11.0945%
}

.flag-SZL {
  background-position: center 11.3135%
}

.flag-XOF {
  background-position: left 11.5354%
}

.flag-TND {
  background-position: center 11.7593%
}

.flag-UGX {
  background-position: center 11.9799%
}

.flag-TZS {
  background-position: center 12.2005%
}

.flag-YER {
  background-position: center 12.644%
}

.flag-ZMK {
  background-position: center 12.8664%
}

.flag-ZWD {
  background-position: left 13.0873%
}

.flag-XCD {
  background-position: center 13.309%
}

.flag-XCD {
  background-position: center 13.5307%
}

.flag-ARS {
  background-position: center 13.7524%
}

.flag-AWG {
  background-position: left 13.9741%
}

.flag-BSD {
  background-position: left 14.1958%
}

.flag-BBD {
  background-position: center 14.4175%
}

.flag-BZD {
  background-position: center 14.8609%
}

.flag-BMD {
  background-position: center 15.0826%
}

.flag-BOB {
  background-position: center 15.306%
}

.flag-BRL {
  background-position: center 15.7496%
}

.flag-CAD {
  background-position: center 15.9694%
}

.flag-KYD {
  background-position: center 16.1911%
}

.flag-CLP {
  background-position: left 16.4128%
}

.flag-COP {
  background-position: left 16.6345%
}

.flag-KMF {
  background-position: center 16.8562%
}

.flag-CRC {
  background-position: center 17.0779%
}

.flag-CUP {
  background-position: left 17.2996%
}

.flag-ANG {
  background-position: center 17.5213%
}

.flag-XCD {
  background-position: center 17.743%
}

.flag-DOP {
  background-position: center 17.968%
}

.flag-ECS {
  background-position: center 18.1864%
}

.flag-SVC {
  background-position: center 18.4081%
}

.flag-FKP {
  background-position: center 18.6298%
}

.flag-XCD {
  background-position: center 19.2987%
}

.flag-GTQ {
  background-position: center 19.7383%
}

.flag-GYD {
  background-position: center 19.96%
}

.flag-HTG {
  background-position: center 20.1817%
}

.flag-HNL {
  background-position: center 20.4034%
}

.flag-JMD {
  background-position: center 20.6241%
}

.flag-MXN {
  background-position: center 21.0685%
}

.flag-XCD {
  background-position: center 21.2902%
}

.flag-NIO {
  background-position: center 21.5119%
}

.flag-PAB {
  background-position: center 21.7336%
}

.flag-PYG {
  background-position: center 21.9553%
}

.flag-PEN {
  background-position: center 22.177%
}

.flag-XCD {
  background-position: center 22.8421%
}

.flag-XCD {
  background-position: center 23.0638%
}

.flag-XCD {
  background-position: center 23.5072%
}

.flag-ANG {
  background-position: left 23.732%
}

.flag-TTD {
  background-position: center 23.9506%
}

.flag-USD {
  background-position: center 24.394%
}

.flag-UYU {
  background-position: left 24.8374%
}

.flag-VEF {
  background-position: center 25.0591%
}

.flag-XCD {
  background-position: center 25.279%
}

.flag-AFN {
  background-position: center 25.5025%
}

.flag-AZN {
  background-position: center 25.7242%
}

.flag-BDT {
  background-position: center 25.9459%
}

.flag-BND {
  background-position: center 26.3885%
}

.flag-KHR {
  background-position: center 26.611%
}

.flag-CNY {
  background-position: left 26.8327%
}

.flag-GEL {
  background-position: center 27.0544%
}

.flag-HKD {
  background-position: center 27.2761%
}

.flag-INR {
  background-position: center 27.4978%
}

.flag-IDR {
  background-position: center 27.7195%
}

.flag-JPY {
  background-position: center 27.9412%
}

.flag-KZT {
  background-position: center 28.1615%
}

.flag-LAK {
  background-position: center 28.3846%
}

.flag-MOP {
  background-position: center 28.6063%
}

.flag-MYR {
  background-position: center 28.829%
}

.flag-MVR {
  background-position: center 29.0497%
}

.flag-MNT {
  background-position: left 29.2714%
}

.flag-MMK {
  background-position: center 29.4931%
}

.flag-NPR {
  background-position: left 29.7148%
}

.flag-KPW {
  background-position: left 29.9365%
}

.flag-PGK {
  background-position: center 30.6016%
}

.flag-PHP {
  background-position: left 30.8233%
}

.flag-SGD {
  background-position: left 31.045%
}

.flag-KRW {
  background-position: center 31.2667%
}

.flag-LKR {
  background-position: right 31.4884%
}

.flag-TWD {
  background-position: left 31.7101%
}

.flag-TJS {
  background-position: center 31.9318%
}

.flag-THB {
  background-position: center 32.1535%
}

.flag-TMT {
  background-position: center 32.5969%
}

.flag-VND {
  background-position: center 32.8186%
}

.flag-ALL {
  background-position: center 33.0403%
}

.flag-AMD {
  background-position: center 33.4837%
}

.flag-BYR {
  background-position: left 33.9271%
}

.flag-BAM {
  background-position: center 34.3705%
}

.flag-BGN {
  background-position: center 34.5922%
}

.flag-HRK {
  background-position: center 34.8139%
}

.flag-CYP {
  background-position: center 35.0356%
}

.flag-CZK {
  background-position: left 35.2555%
}

.flag-DKK {
  background-position: center 35.479%
}

.flag-EEK {
  background-position: center 35.7007%
}

.flag-GIP {
  background-position: center 36.8092%
}

.flag-HUF {
  background-position: center 37.2526%
}

.flag-ISK {
  background-position: center 37.4743%
}

.flag-GBP {
  background-position: center 37.9177%
}

.flag-GBP {
  background-position: center 38.3611%
}

.flag-LVL {
  background-position: center 38.8045%
}

.flag-CHF {
  background-position: left 39.0262%
}

.flag-LTL {
  background-position: center 39.2479%
}

.flag-MTL {
  background-position: left 39.6913%
}

.flag-MDL {
  background-position: center 39.913%
}

.flag-MKD {
  background-position: center 40.7998%
}

.flag-NOK {
  background-position: center 41.0215%
}

.flag-PLN {
  background-position: center 41.2432%
}

.flag-RON {
  background-position: center 41.6866%
}

.flag-RUB {
  background-position: center 41.9083%
}

.flag-RSD {
  background-position: center 42.3517%
}

.flag-SKK {
  background-position: center 42.5734%
}

.flag-SEK {
  background-position: center 43.2385%
}

.flag-CHF {
  background-position: center 43.4602%
}

.flag-TRY {
  background-position: center 43.6819%
}

.flag-UAH {
  background-position: center 43.9036%
}

.flag-GBP {
  background-position: center 44.1253%
}

.flag-BHD {
  background-position: center 44.5687%
}

.flag-IRR {
  background-position: center 44.7904%
}

.flag-IQD {
  background-position: center 45.0121%
}

.flag-ILS {
  background-position: center 45.2338%
}

.flag-KWD {
  background-position: left 45.4555%
}

.flag-JOD {
  background-position: left 45.6772%
}

.flag-KGS {
  background-position: center 45.897%
}

.flag-LBP {
  background-position: center 46.1206%
}

.flag-OMR {
  background-position: left 46.3423%
}

.flag-PKR {
  background-position: center 46.561%
}

.flag-JOD {
  background-position: center 46.7857%
}

.flag-QAR {
  background-position: center 47.0074%
}

.flag-SAR {
  background-position: center 47.2291%
}

.flag-SYP {
  background-position: center 47.4508%
}

.flag-AED {
  background-position: center 47.6725%
}

.flag-UZS {
  background-position: left 47.8942%
}

.flag-AUD {
  background-position: center 48.3376%
}

.flag-FJD {
  background-position: center 49.2244%
}

.flag-XPF {
  background-position: center 49.4445%
}

.flag-XPF {
  background-position: center 50.5546%
}

.flag-NZD {
  background-position: center 50.7763%
}

.flag-SBD {
  background-position: left 51.8848%
}

.flag-TOP {
  background-position: left 52.3282%
}

.flag-VUV {
  background-position: left 52.7716%
}

.flag-XPF {
  background-position: center 52.9933%
}

.flag-EUR {
  background-position: center 53.215%
}

.currency-modal-wrap {
  position: fixed;
  z-index: 200;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.2s all;
  backdrop-filter: blur(1px);
  display: none
}

.currency-modal-wrap.show {
  display: block
}

.currency-modal-wrap .currency-modal {
  position: absolute;
  height: 86vh;
  background-color: white;
  z-index: 200;
  border-radius: 8px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4)
}

@media (max-width: 1840px) {
  .currency-modal-wrap .currency-modal {
    width: 65vw
  }
}

@media (max-width: 768px) {
  .currency-modal-wrap .currency-modal {
    width: 85vw
  }
}

@media (max-width: 576px) {
  .currency-modal-wrap .currency-modal {
    width: 95vw
  }
}

@media (max-width: 480px) {
  .currency-modal-wrap .currency-modal {
    width: 95vw
  }
}

.currency-modal-wrap .currency-modal-content {
  display: flex;
  flex-direction: column
}

.currency-modal-wrap .currency-modal-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cbcbcb;
  padding: 20px
}

.currency-modal-wrap .currency-modal-header .currency-modal-title {
  font-size: 18px;
  font-weight: 500;
  color: #515151
}

.currency-modal-wrap .currency-modal-header .currency-modal-close {
  background: none;
  border: none;
  font-size: 14px;
  color: #515151
}

.currency-modal-wrap .currency-modal-search {
  padding: 20px
}

.currency-modal-wrap .currency-modal-search-bar {
  font-size: 14px;
  border-radius: 7px;
  height: 41px
}

.currency-modal-wrap .currency-modal-list-container {
  display: flex;
  flex-direction: column;
  height: calc(86vh - 205px);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list {
  display: flex;
  flex-direction: column
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-title {
  font-size: 16px;
  font-weight: 500;
  color: #515151;
  margin-left: 20px
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items {
  display: grid;
  margin: 20px
}

@media (max-width: 1840px) {
  .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items {
    grid-template-columns: 25% 25% 25% 25%
  }
}

@media (max-width: 1024px) {
  .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items {
    grid-template-columns: 33.3% 33.3% 33.3%
  }
}

@media (max-width: 576px) {
  .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items {
    grid-template-columns: 50% 50%;
    margin: 15px
  }
}

@media (max-width: 320px) {
  .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items {
    margin: 10px
  }
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item {
  padding: 6px;
  margin: 5px 10px;
  border: 1px solid white;
  border-radius: 5px;
  position: relative;
  font-size: 1rem !important
}

@media (max-width: 1024px) {
  .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item {
    margin: 3px 5px
  }
}

@media (max-width: 480px) {
  .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item {
    margin: 2px 2px
  }
}

@media (max-width: 320px) {
  .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item {
    padding: 5px
  }
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item .currency-modal-list-item-tick {
  display: none
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item .currency-modal-list-item-flag {
  width: 30px;
  height: 20px;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  margin: 5px 10px 5px 0
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item .currency-modal-list-item-code {
  font-size: 15px;
  font-weight: 500;
  color: #515151;
  line-height: 22.5px
}

@media (max-width: 375px) {
  .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item .currency-modal-list-item-code {
    font-size: 12px
  }
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item .currency-modal-list-item-name {
  font-size: 12px;
  font-weight: 400;
  color: #a2a2a2;
  line-height: 18px
}

@media (max-width: 375px) {
  .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item .currency-modal-list-item-name {
    font-size: 10px;
    line-height: 1px
  }
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item-tick {
  font-size: 16px;
  position: absolute;
  top: 24%;
  left: 82%
}

@media (max-width: 480px) {
  .currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item-tick {
    font-size: 12px
  }
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item .active_currency {
  display: none
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item.active {
  border: 1px solid #f47625;
  color: #f47625
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item.active .currency-modal-list-item-code,
.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item.active .currency-modal-list-item-name {
  color: #f47625
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item.active .currency-modal-list-item-tick {
  display: block
}

.currency-modal-wrap .currency-modal-list-container .currency-modal-list .currency-modal-list-items .currency-modal-list-item:hover {
  cursor: pointer;
  border: 1px solid #f47625
}

.currency-modal-wrap .currency-modal-list-container::-webkit-scrollbar {
  display: none
}

.currency-modal-wrap .currency-modal-footer {
  margin: 0 auto;
  padding: 7px
}

@keyframes animate-down {
  0% {
    top: 0px
  }

  25% {
    top: 4px
  }

  50% {
    top: 7px
  }

  75% {
    top: 9px
  }

  100% {
    top: 10px
  }
}

.currency-modal-wrap .currency-modal-footer .arrow-icon {
  border: solid #656565;
  border-width: 0 2px 2px 0;
  padding: 5px;
  float: right;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  animation-name: animate-down;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate
}

#header {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  z-index: 100
}

@media (min-width: 768px) {
  #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100
  }
}

#header.static-nav {
  position: inherit
}

#header.static-nav .header-base {
  position: inherit
}

@media (max-width: 1023px) {
  #header.static-mobile-nav {
    position: inherit
  }

  #header.static-mobile-nav #currency-selector {
    margin-right: 10px
  }

  #header.static-mobile-nav #currency-selector .currency-picker-btn {
    color: #ff5e00
  }

  #header.static-mobile-nav #currency-selector .currency-icon {
    color: #ff5e00
  }
}

#header.static-mobile-nav .header-base {
  position: inherit
}

#header.white-nav .currency-picker-btn {
  color: #ff5e00
}

#header.white-nav .currency-icon {
  color: #ff5e00
}

#header.white-nav .main-nav-links {
  color: #000 !important
}

@media (min-width: 1024px) {
  #header.white-nav .header-base {
    -webkit-box-shadow: 0 1px 1px 0 rgba(65, 69, 73, 0.3), 0 1px 3px 1px rgba(65, 69, 73, 0.15);
    box-shadow: 0 1px 1px 0 rgba(65, 69, 73, 0.3), 0 1px 3px 1px rgba(65, 69, 73, 0.15)
  }

  #header.white-nav .header-base .logo .thrillo-logo.white-logo {
    display: none !important
  }

  #header.white-nav .header-base .logo .thrillo-logo.colored-logo {
    display: block !important
  }

  #header.white-nav .header-base .top-panel {
    background-color: #fff;
    border-bottom: 1px solid #eae7e7
  }

  #header.white-nav .header-base .top-panel .inner-wrap .search-container .search-slide {
    background-color: rgba(0, 0, 0, 0.1)
  }

  #header.white-nav .header-base .top-panel .inner-wrap .search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap #slug-search-text {
    color: #000
  }

  #header.white-nav .header-base .top-panel .currency-picker-container.selectize-control .selectize-input .item {
    color: #000
  }

  #header.white-nav .header-base .top-panel .currency-picker-container.selectize-control .selectize-input:after {
    border-color: #000 transparent transparent transparent
  }

  #header.white-nav .header-base .top-panel #mobile-nav-drop .mobile-tool-list li .main-header-link {
    color: #000
  }

  #header.white-nav .header-base .top-panel #mobile-nav-drop .mobile-tool-list li .main-header-link.gift-link .badge {
    color: #fff
  }

  #header.white-nav .header-base .top-panel #mobile-nav-drop .mobile-tool-list li.logged-in img.user-profile {
    border: 1px solid #000
  }

  #header.white-nav .header-base .top-panel #mobile-nav-drop .mobile-tool-list li.logged-in ul.dropdown-menu {
    background-color: #000;
    color: #fff
  }

  #header.white-nav .header-base .top-panel #mobile-nav-drop .mobile-tool-list li.logged-in ul.dropdown-menu:before {
    color: #000
  }

  #header.white-nav .header-base .top-panel #mobile-nav-drop .mobile-tool-list li.logged-in ul.dropdown-menu li a {
    color: #fff
  }

  #header.white-nav .header-base .main-nav {
    background-color: #fff
  }

  #header.white-nav .header-base .main-nav .nav-list li span {
    color: #000
  }
}

#header.transparent-nav .header-base .top-panel {
  background-color: transparent
}

@media (min-width: 1024px) {
  #header.transparent-nav .header-base .top-panel .container {
    border-bottom: 1px solid #a0a0a0
  }
}

@media (min-width: 1024px) {
  #header.transparent-nav .header-base .top-panel .container .search-container .search-slide {
    background-color: transparent
  }

  #header.transparent-nav .header-base .top-panel .container .search-container .search-slide .icon-search {
    color: #fff
  }

  #header.transparent-nav .header-base .top-panel .container .search-container .search-slide .icon-cancel-music {
    color: #fff
  }
}

#header.transparent-nav .header-base .top-panel .container .search-container .currency-picker-container.selectize-control .selectize-input .item {
  color: #fff
}

#header.transparent-nav .header-base .top-panel .container .search-container .currency-picker-container.selectize-control .selectize-input:after {
  border-color: #fff transparent transparent transparent
}

#header.transparent-nav .header-base .top-panel .container .inner-wrap #header-mobile-nav-opener:not(.hamburger-slide-in) span:after,
#header.transparent-nav .header-base .top-panel .container .inner-wrap #header-mobile-nav-opener:not(.hamburger-slide-in):before,
#header.transparent-nav .header-base .top-panel .container .inner-wrap #header-mobile-nav-opener:not(.hamburger-slide-in):after,
#header.transparent-nav .header-base .top-panel .container .inner-wrap #header-mobile-nav-opener:not(.hamburger-slide-in) span {
  background: #fff
}

#header.transparent-nav .header-base .top-panel .container .inner-wrap #header-search-opener {
  color: #fff
}

#header.transparent-nav .header-base .top-panel .container .inner-wrap .logo .thrillo-logo.colored-logo {
  display: none !important
}

#header.transparent-nav .header-base .top-panel .container .inner-wrap .logo .thrillo-logo.white-logo {
  display: block !important
}

#header.transparent-nav .header-base .main-nav {
  background-color: transparent
}

@media (min-width: 1024px) {
  #header.half-nav .header-base .main-nav {
    display: none
  }
}

@media (max-width: 1023px) {
  #header:not(.transparent-nav):not(.static-nav):not(.static-mobile-nav) {
    margin-bottom: 65px
  }
}

@media (min-width: 768px) {
  .fixed-position .header-base {
    top: -900px
  }
}

@media (min-width: 768px) {
  .fixed-position .sticky-header {
    top: 0
  }
}

.header-base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s all;
  z-index: 99
}

.header-base.hidden-top-navbar {
  height: 0;
  transform: translateY(-114px)
}

.sticky-header {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 10px 0;
  position: fixed;
  top: -900px;
  width: 100%;
  transition: 0.3s top
}

@media (max-width: 1023px) {
  .sticky-header {
    display: none
  }
}

.sticky-header.visible-sticky-navbar {
  top: 0px
}

.sticky-header-link {
  padding: 5px 10px;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  color: #505050
}

.sticky-header-link:hover {
  border: 1px solid #fa4d00;
  color: #fa4d00
}

.sticky-header-link:focus {
  outline: none
}

@media (min-width: 768px) {
  .sticky-header {
    z-index: 100
  }
}

@media (min-width: 1200px) {
  .sticky-header {
    padding: 10px
  }
}

.sticky-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.sticky-header .nav-drop {
  padding-top: 25px;
  position: fixed;
  max-width: 1335px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  top: 85px;
  left: -9999%
}

@media (max-width: 767px) {
  .sticky-header .nav-drop {
    display: none
  }
}

@media (max-width: 1199px) {
  .sticky-header .nav-drop {
    left: 10px;
    right: 10px;
    width: auto
  }
}

@media (min-width: 1200px) {
  .sticky-header .nav-drop {
    padding-top: 50px;
    transform: translateX(-50%)
  }
}

.sticky-header .header-carousel-wrapper {
  position: relative
}

@media (min-width: 768px) {
  .sticky-header .header-carousel-wrapper {
    width: 100%
  }
}

@media (min-width: 1024px) {
  .sticky-header .header-carousel-wrapper {
    margin-bottom: 0
  }
}

.sticky-header .header-carousel-wrapper .slick-dots {
  bottom: -11px
}

@media (min-width: 1024px) {
  .sticky-header .header-carousel-wrapper .slick-dots {
    bottom: -9px;
    display: none !important
  }
}

@media (min-width: 768px) {
  .sticky-header .tranding-quick-list {
    display: flex;
    justify-content: center
  }
}

.sticky-header .tranding-quick-list.slick-dotted {
  margin-bottom: 0
}

@media (min-width: 1024px) {
  .sticky-header .tranding-quick-list.slick-dotted {
    margin-bottom: 8px
  }
}

.sticky-header .tranding-quick-item {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0;
  padding: 0 5px
}

.sticky-header .tranding-quick-item .img-wrap {
  margin-bottom: 5px
}

@media (min-width: 1200px) {
  .sticky-header .tranding-quick-item .img-wrap {
    margin-bottom: 13px
  }
}

.sticky-header .submit-holder {
  margin-top: 0
}

@media (min-width: 1200px) {
  .sticky-header .submit-holder {
    margin-bottom: 0
  }
}

.sticky-header .btn {
  font-weight: 700;
  letter-spacing: 0.16px;
  background-color: #ff5300;
  color: #fff;
  border: none;
  border-radius: 5px
}

@media (min-width: 1024px) {
  .sticky-header .btn {
    max-width: 290px;
    min-width: 200px;
    line-height: 1;
    padding: 10px;
    font-size: 1.5rem
  }
}

.sticky-header .nav-drop .first-col .list {
  text-align: left
}

@media (min-width: 768px) {
  .header-anchor {
    max-width: 275px;
    width: 100%;
    margin-right: 20px
  }
}

@media (min-width: 1024px) {
  .header-anchor {
    max-width: 250px;
    margin-right: 0
  }
}

@media (min-width: 1200px) {
  .header-anchor {
    max-width: 250px;
    margin-bottom: 0
  }
}

.header-anchor .anchor-accordion {
  position: relative
}

.header-anchor .opener {
  color: #505050;
  font-weight: 600;
  position: relative;
  display: inline-block;
  cursor: pointer
}

@media (min-width: 768px) {
  .header-anchor .opener {
    max-width: 330px;
    width: 100%;
    padding-right: 10px
  }
}

@media (min-width: 1200px) {
  .header-anchor .opener {
    font-size: 13px
  }
}

.header-anchor .slide {
  position: absolute;
  top: calc(100% + 33px);
  width: 100%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
  background-color: rgba(0, 0, 0, 0.88);
  border-bottom: 8px solid #ff5300;
  display: none
}

@media (min-width: 1024px) {
  .header-anchor .slide {
    top: calc(100% + 11px)
  }
}

@media (min-width: 1200px) {
  .header-anchor .slide {
    top: calc(100% + 12px)
  }
}

.header-anchor .slide li {
  border-bottom: 1px solid rgba(232, 232, 232, 0.32);
  color: #fff;
  text-align: center
}

@media (min-width: 1200px) {
  .header-anchor .slide li {
    font-size: 1.2rem
  }
}

.header-anchor .slide li:last-child {
  border: 0
}

.header-anchor .slide li .section-card-title {
  display: block;
  padding: 13px 15px 12px;
  transition: 0.2s all
}

.header-anchor .slide li .section-card-title:hover {
  cursor: pointer;
  color: #ff5300
}

.header-anchor a {
  color: #fff
}

.app-header {
  background-color: #fff;
  padding: 10px 0
}

.app-header .container .row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center
}

.app-header .container .row .icon {
  height: 50px;
  width: 50px
}

.app-header .container .row .text {
  margin: 0 20px
}

.app-header .container .row .text p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  opacity: 0.5;
  margin: 0
}

.app-header .container .row .text p.book_tour_activity {
  font-size: 2.4rem;
  font-weight: bold;
  margin: -2px 0 0;
  line-height: 2.8rem;
  opacity: 1
}

.app-header .container .row .download_links {
  margin: 0 auto
}

.app-header .container .row .download_links a {
  display: inline-block;
  width: 143px;
  height: 50px;
  margin: 0 5px;
  text-indent: -9999px
}

.app-header .container .row .download_links a:not(:first-child) {
  margin-left: 10px
}



.app-header .container .row .js-download_app_block_close {
  font-size: 16px;
  cursor: pointer;
  color: rgba(59, 68, 78, 0.5);
  -webkit-transform: scale(1.5, 1);
  -moz-transform: scale(1.5, 1);
  -ms-transform: scale(1.5, 1);
  -o-transform: scale(1.5, 1);
  transform: scale(1.5, 1);
  font-weight: normal
}

.app-header .container .row .js-download_app_block_close:hover {
  color: #3b444e
}

.top-panel {
  transition: 0.2s all
}

@media (max-width: 1023px) {
  .top-panel {
    padding: 15px 0 15px;
    position: relative;
    z-index: 10;
    background-color: #F6F8FB
  }
}

@media (min-width: 1024px) {
  .top-panel {
    background-color: rgba(0, 0, 0, 0.47)
  }
}

.top-panel .container {
  display: flex;
  justify-content: space-between
}

@media (min-width: 1024px) {
  .top-panel .container .inner-wrap {
    padding: 15px 0 11px
  }
}

@media (min-width: 1024px) {
  .top-panel .container .inner-wrap #header-mobile-nav-opener {
    display: none
  }
}

@media (max-width: 1023px) {
  .top-panel .container .inner-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between
  }
}

@media (min-width: 1024px) {
  .top-panel .container .inner-wrap {
    width: 50%;
    height: fit-content;
    height: -moz-fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}

@media (min-width: 1024px) {
  .logo {
    width: 28%
  }
}

#mobile-nav-drop.slideIn {
  transform: translateX(0);
  opacity: 1;
  visibility: unset
}

@media (max-width: 1023px) {
  #mobile-nav-drop {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.22);
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 311px;
    z-index: 12;
    padding: 23px 30px 6px;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box
  }
}

#mobile-nav-drop .mobile-tool-list li.logged-in {
  text-align: right;
  position: relative
}

#mobile-nav-drop .mobile-tool-list li.logged-in ul {
  float: right;
  padding: 0
}

#mobile-nav-drop .mobile-tool-list li.logged-in ul.logged-in-inner-wrap {
  height: 100%
}

#mobile-nav-drop .mobile-tool-list li.logged-in ul .profile-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

#mobile-nav-drop .mobile-tool-list li.logged-in ul .profile .icon-user {
  font-size: 1.6rem;
  margin-right: 10px
}

#mobile-nav-drop .mobile-tool-list li.logged-in ul .profile .dropdown-toggle .user-profile {
  border: 1px solid white;
  margin-left: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%
}

#mobile-nav-drop .mobile-tool-list li.logged-in ul .profile .dropdown-toggle:hover+.dropdown-menu {
  display: block
}

#mobile-nav-drop .mobile-tool-list li.logged-in ul .profile.open .dropdown-menu {
  display: block
}

#mobile-nav-drop .mobile-tool-list li.logged-in .dropdown-menu {
  display: none;
  background: #2c3038;
  padding: 0 16px 0px;
  width: 170px;
  border-radius: 0;
  margin-top: 0px;
  position: absolute;
  z-index: 3000;
  top: 60px
}

#mobile-nav-drop .mobile-tool-list li.logged-in .dropdown-menu:hover {
  display: block
}

#mobile-nav-drop .mobile-tool-list li.logged-in .dropdown-menu li {
  text-align: center;
  margin: 0
}

#mobile-nav-drop .mobile-tool-list li.logged-in .dropdown-menu li a,
#mobile-nav-drop .mobile-tool-list li.logged-in .dropdown-menu li .main-header-link {
  width: 100%;
  display: block;
  background: transparent;
  padding: 10px 0;
  border-bottom: 1px solid #373b42;
  font-size: 13px;
  color: white !important
}

#mobile-nav-drop .mobile-tool-list li.logged-in .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 85px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #2a2f35
}

#mobile-nav-drop .mobile-tool-list {
  padding: 0;
  margin: 0;
  height: 100%
}

@media (max-width: 1023px) {
  #mobile-nav-drop .mobile-tool-list {
    height: 100vh
  }
}

#mobile-nav-drop .mobile-tool-list li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  transition: 0.2s all;
  height: 100%
}

@media (max-width: 1023px) {
  #mobile-nav-drop .mobile-tool-list li {
    height: auto
  }

  #mobile-nav-drop .mobile-tool-list li.divider {
    height: 1px;
    padding: 0;
    background: #eae7e7
  }

  #mobile-nav-drop .mobile-tool-list li:not(:first-child) .main-header-link {
    padding-top: 20px
  }
}

@media (min-width: 1024px) {
  #mobile-nav-drop .mobile-tool-list li {
    justify-content: center
  }

  #mobile-nav-drop .mobile-tool-list li:not(:last-child) {
    margin-right: 15px
  }
}

@media (max-width: 1023px) {
  #mobile-nav-drop .mobile-tool-list li:not(:last-child) {
    margin-right: 0
  }
}

@media (min-width: 1024px) {
  #mobile-nav-drop .mobile-tool-list li:not(.no-underline):hover {
    -webkit-box-shadow: 0px 3px 0px 0px #ff5300;
    -moz-box-shadow: 0px 3px 0px 0px #ff5300;
    box-shadow: 0px 3px 0px 0px #ff5300
  }
}

#mobile-nav-drop .mobile-tool-list li.has-dropdown-arrow:hover .cash-select .cash-drop {
  display: unset;
  opacity: 1;
  visibility: unset
}

#mobile-nav-drop .mobile-tool-list li.has-dropdown-arrow:hover .cash-select span.icon-arrow-d {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

#mobile-nav-drop .mobile-tool-list li .main-header-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem
}

@media (max-width: 1023px) {
  #mobile-nav-drop .mobile-tool-list li .main-header-link {
    color: #505050;
    padding: 0 30px 20px;
    display: block;
    width: 100%
  }
}

#mobile-nav-drop .mobile-tool-list li .main-header-link:hover {
  cursor: pointer
}

#mobile-nav-drop .mobile-tool-list li .main-header-link.cash-opener .icon-arrow-d {
  display: inline-block;
  font-size: 0.5rem;
  margin-left: 4px;
  transition: 0.2s all
}

#mobile-nav-drop .mobile-tool-list li .main-header-link.get-app-link {
  display: flex;
  align-items: center;
  justify-content: space-between
}

#mobile-nav-drop .mobile-tool-list li .main-header-link .icon-mobile,
#mobile-nav-drop .mobile-tool-list li .main-header-link .icon-gift {
  font-size: 1.7rem
}

@media (max-width: 1023px) {

  #mobile-nav-drop .mobile-tool-list li .main-header-link .icon-mobile,
  #mobile-nav-drop .mobile-tool-list li .main-header-link .icon-gift {
    display: none
  }
}

#mobile-nav-drop .mobile-tool-list li .main-header-link .icon-mobile {
  margin-right: 10px
}

#mobile-nav-drop .mobile-tool-list li .main-header-link.gift-link {
  position: relative
}

@media (min-width: 1024px) {
  #mobile-nav-drop .mobile-tool-list li .main-header-link.gift-link {
    padding: 0 10px;
    display: flex;
    flex-direction: row
  }
}

#mobile-nav-drop .mobile-tool-list li .main-header-link.gift-link .text {
  flex-flow: nowrap;
  margin-left: 6px
}

@media (max-width: 1023px) {
  #mobile-nav-drop .mobile-tool-list li .main-header-link.gift-link .text {
    margin-left: 0
  }
}

#mobile-nav-drop .mobile-tool-list li .main-header-link.gift-link .icon-gift+span.badge {
  font-size: 0.9rem;
  background-color: #ff5300;
  padding: 2px 5px;
  position: relative;
  position: absolute;
  top: -10px;
  right: 95%
}

@media (max-width: 1023px) {
  #mobile-nav-drop .mobile-tool-list li .main-header-link.gift-link .icon-gift+span.badge {
    top: 10px;
    right: 150px;
    color: #fff
  }
}

@media (max-width: 1023px) {
  #mobile-nav-drop .mobile-tool-list {
    margin: 0 -30px
  }
}

@media (min-width: 1024px) {
  #mobile-nav-drop .mobile-tool-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none
  }
}

.cash-select {
  position: relative
}

@media (max-width: 1023px) {
  .cash-select {
    width: 100%
  }
}

.cash-drop {
  display: none;
  opacity: 0;
  visibility: hidden;
  bottom: -140px;
  width: 100px;
  background-color: #fff;
  z-index: 100;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out
}

@media (min-width: 1024px) {
  .cash-drop {
    position: absolute;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75)
  }
}

.cash-drop .cash-list {
  padding: 0
}

.cash-drop .cash-list li {
  padding: 0 10px;
  height: 41px;
  margin: 0 !important;
  display: flex;
  align-items: center
}

.cash-drop .cash-list li:hover {
  border: none;
  background-color: #000;
  border-bottom: none
}

.cash-drop .cash-list li:hover a {
  color: #fff
}

.cash-drop .cash-list li a {
  color: #505050
}

.main-nav {
  background-color: rgba(0, 0, 0, 0.58);
  padding: 14px 0;
  padding-top: 6px;
  transition: 0.2s all
}

.main-nav .container {
  position: relative
}

.main-nav .nav-list {
  list-style: none;
  width: 51%;
  margin: 0;
  margin-left: 13%;
  display: flex;
  justify-content: space-around
}

@media (min-width: 1024px) {
  .main-nav .nav-list li.nav-drop-holder[data-menu-loaded="false"] .drop-holder {
    height: 510px
  }
}

.main-nav .nav-list li.nav-drop-holder[data-menu-loaded="false"] .loader-inline {
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 85px)
}

.main-nav .nav-list li.nav-drop-holder:before {
  content: "";
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid white;
  height: 0;
  width: 0;
  bottom: -28px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all
}

.main-nav .nav-list li.nav-drop-holder:hover .nav-drop {
  visibility: unset;
  opacity: 1
}

.main-nav .nav-list li.nav-drop-holder:hover:before {
  opacity: 1;
  visibility: unset
}

.main-nav .nav-list li.nav-drop-holder:hover .hover-enlarge {
  font-size: 2rem;
  line-height: 1.2rem
}

.main-nav .nav-list li.nav-drop-holder a,
.main-nav .nav-list li.nav-drop-holder span {
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-decoration: none;
  color: #fff;
  transition: 0.2s all
}

.main-nav .nav-list li.nav-drop-holder .main-nav-links {
  font-size: 1.5rem;
  margin-right: 10px;
  white-space: nowrap
}

.main-nav .nav-list li.nav-drop-holder .main-nav-links:hover {
  cursor: pointer
}

.main-nav .nav-list .nav-drop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 30px;
  padding: 27px 0 0;
  left: 7%;
  border-radius: 5px;
  width: 85%;
  z-index: 100;
  transition: 0.3s all
}

.main-nav .nav-list .nav-drop .nav-drop-list li a,
.main-nav .nav-list .nav-drop .nav-drop-list li span {
  color: #5a5757
}

.main-nav .nav-list .nav-drop .nav-drop-list li a:hover,
.main-nav .nav-list .nav-drop .nav-drop-list li span:hover {
  color: #ff5300
}

.drop-holder {
  border: 1px solid red;
  background-color: #fff;
  height: 100%
}

@media (min-width: 768px) {
  .drop-holder .scrollable-area .quick-links {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -15px
  }
}

@media (min-width: 1024px) {
  .drop-holder .scrollable-area .quick-links {
    margin: 0
  }
}

@media (min-width: 768px) {
  .drop-holder .scrollable-area .quick-links .col {
    padding: 0 15px 30px;
    flex-shrink: 1
  }
}

@media (min-width: 1024px) {
  .drop-holder .scrollable-area .quick-links .col {
    padding: 0 10px 0;
    max-width: 18%
  }
}

@media (min-width: 1200px) {
  .drop-holder .scrollable-area .quick-links .col {
    padding: 0 30px 30px
  }
}

.drop-holder .scrollable-area .quick-links .col:last-child {
  border-right: 0
}

.drop-holder .scrollable-area .quick-links .col.large {
  max-width: 25%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0
}

.drop-holder .scrollable-area .quick-links .col.extralarge {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 0
}

.drop-holder .scrollable-area .quick-links .col.resize1 {
  flex: 1 1 60%
}

.drop-holder .scrollable-area .quick-links .col.resize2 {
  flex: 1 1 40%
}

.drop-holder .scrollable-area .quick-links .col.medium {
  max-width: 33%;
  width: 100%;
  padding-bottom: 0
}

.drop-holder .scrollable-area .quick-links .col .weekend-div {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly
}

.drop-holder .scrollable-area .quick-links .col .weekend-div .margin-right {
  margin-right: 50px
}

.drop-holder .scrollable-area .quick-links .col .weekend-div .margin-right1 {
  margin-right: 10px
}

.drop-holder .scrollable-area .quick-links .col .weekend-div .margin-left {
  margin-left: 30px;
  width: 35%
}

.drop-holder .scrollable-area .quick-links .col .weekend-div .align-div {
  flex: 1 1 50%
}

.drop-holder .scrollable-area .quick-links .col .align-delhi {
  justify-content: flex-start
}

.drop-holder .scrollable-area .quick-links .col .fixed-height {
  height: 200px
}

.drop-holder .scrollable-area .quick-links .inner-col {
  display: flex;
  justify-content: space-evenly
}

.drop-holder .scrollable-area .quick-links .inner-col .large {
  border-right: 0
}

.drop-holder .scrollable-area .quick-links .title-second {
  color: #1f1818;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
  line-height: 1.54
}

.drop-holder .scrollable-area .quick-links .title-third {
  color: #1f1818;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
  display: block
}

.drop-holder .scrollable-area .quick-links .align-center {
  text-align: center
}

.drop-holder .scrollable-area .quick-links .first-col {
  margin-right: 8px;
  max-width: 25%;
  width: 100%;
  padding: 0 15px
}

.drop-holder .scrollable-area .quick-links .first-col .list {
  margin-bottom: 10px;
  padding-bottom: 10px
}

.drop-holder .scrollable-area .quick-links .first-col .list:last-child {
  border-bottom: 0
}

.drop-holder .scrollable-area .quick-links .first-col .list.winter {
  display: flex;
  flex-wrap: wrap
}

.drop-holder .scrollable-area .quick-links .first-col .list.winter li {
  margin-right: 10px
}

@media (min-width: 1024px) {
  .drop-holder .scrollable-area .quick-links .first-col .list.winter li {
    margin-right: 31px
  }
}

.drop-holder .scrollable-area .quick-links .first-col .list.winter li:last-child {
  margin-right: 0px
}

.drop-holder .scrollable-area .quick-links .first-col .list li {
  margin-bottom: 5px
}

.drop-holder .scrollable-area .quick-links .first-col .list li:last-child {
  margin-bottom: 0px
}

.drop-holder .scrollable-area .quick-links .first-col .list li a {
  color: #5a5757
}

.drop-holder .scrollable-area .quick-links .first-col .list li a:hover {
  color: #ff5300
}

.drop-holder .scrollable-area .quick-links .second-col {
  max-width: 50%
}

.drop-holder .scrollable-area .quick-links [class^="col"] {
  border-right: 1px solid #eae7e7;
  display: flex;
  flex-direction: column
}

.drop-holder .scrollable-area .quick-links .title {
  display: inline-block;
  vertical-align: top;
  font-size: 1.9rem;
  line-height: 18px;
  border-radius: 2.4em;
  font-weight: 700;
  text-align: center
}

.drop-holder .scrollable-area .quick-links .title-inner {
  color: #000;
  font-weight: bold;
  background-color: transparent
}

@media (min-width: 768px) {
  .drop-holder .scrollable-area .quick-links .title {
    margin: 0 0 10px
  }
}

@media (min-width: 1024px) {
  .drop-holder .scrollable-area .quick-links .title {
    line-height: 20px;
    margin: 0 0 12px
  }
}

.drop-holder .scrollable-area .quick-links .list {
  font-size: 1rem;
  line-height: 18px;
  color: #000
}

@media (min-width: 768px) {
  .drop-holder .scrollable-area .quick-links .list {
    padding: 0 0 0 5px;
    margin-bottom: 10px;
    padding-bottom: 10px
  }

  .drop-holder .scrollable-area .quick-links .list:last-child {
    padding: 0;
    margin: 0
  }
}

.drop-holder .scrollable-area .quick-links .list li {
  margin: 0 0 10px
}

@media (min-width: 1024px) {
  .drop-holder .scrollable-area .quick-links .list li {
    margin: 0 0 3px
  }
}

.drop-holder .scrollable-area .quick-links .list li.active a {
  color: #ff5300
}

.drop-holder .scrollable-area .quick-links .list a {
  color: #000
}

.drop-holder .scrollable-area .quick-links .list a:hover {
  color: #ff5300
}

.drop-holder .scrollable-area .quick-links .list.name {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.drop-holder .scrollable-area .quick-links .list.name li {
  width: 100%
}

@media (min-width: 1024px) {
  .drop-holder .scrollable-area .quick-links .list.name li {
    max-width: 50%
  }
}

#header-mobile-nav-opener.hamburger-slide-in {
  left: 254px;
  top: 8px
}

@media (max-width: 1023px) {
  #header-mobile-nav-opener {
    transition: left 0.3s ease-in-out, top 0.3s ease-in-out;
    height: 16px;
    width: 27px;
    display: block;
    position: relative;
    left: 0px;
    top: 10px;
    z-index: 13
  }

  #header-mobile-nav-opener:hover {
    opacity: 0.8
  }

  .nav-active #header-mobile-nav-opener {
    left: 254px;
    top: 24px
  }

  .nav-active #header-mobile-nav-opener:after {
    right: 10px
  }

  .nav-active #header-mobile-nav-opener span {
    right: 7px
  }

  .nav-active #header-mobile-nav-opener span:after {
    right: 7px
  }

  #header-mobile-nav-opener span:after,
  #header-mobile-nav-opener:before,
  #header-mobile-nav-opener:after,
  #header-mobile-nav-opener span {
    content: "";
    background: #ff5300;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    height: 1px;
    transition: 0.3s ease 0s
  }

  #header-mobile-nav-opener:after,
  #header-mobile-nav-opener:before {
    top: 0
  }

  #header-mobile-nav-opener:after {
    bottom: 0;
    top: auto
  }

  #header-mobile-nav-opener span:after {
    left: 0;
    right: 0;
    top: 5px
  }
}

#header-search-opener {
  color: #ff5e00;
  font-size: 20px;
  line-height: 1;
  margin: 4px 0 0;
  right: 33px;
  top: 25px;
  text-decoration: none;
  padding: 20px;
  margin: -20px
}

.search-container {
  display: flex;
  align-items: center
}

.search-container .currency-picker-container.selectize-control .selectize-input .item {
  color: #ff5300
}

.search-container .currency-picker-container.selectize-control .selectize-input:after {
  border-color: #ff5300 transparent transparent transparent
}

.search-container .showBlock .inner-form-container .tranding-quick-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 20px;
  margin: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.search-container .showBlock .inner-form-container .tranding-quick-list .slide {
  padding-bottom: 10px
}

.search-container .showBlock .inner-form-container .tranding-quick-list .slide.active-slide {
  border-bottom: 2px solid #ff5300
}

.search-container .showBlock .inner-form-container .nav-drop-holder {
  height: 70vh;
  overflow: auto
}

.search-container .showBlock .inner-form-container .nav-drop-holder .submenu-holder:not(:first-child) {
  display: none
}

.search-container .showBlock .inner-form-container .nav-drop-holder .submenu-holder .loader-inline {
  position: absolute;
  left: calc(50% - 85px)
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container {
  display: block
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .search-subcategories {
  display: flex;
  flex-direction: row;
  overflow-x: auto
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .search-subcategories .search-subcategory-item {
  background-color: #fff;
  flex: 0 0 95px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .search-subcategories .search-subcategory-item:not(:first-child) {
  margin-left: 10px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .search-subcategories .search-subcategory-item-image {
  height: 64px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .search-subcategories .search-subcategory-item-title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  padding-top: 3px;
  color: #3b3b3b
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper {
  margin-top: 20px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-header-section {
  position: relative
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-header-section .subcategory-header-image {
  width: 100%
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-header-section .subcategory-header-title {
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  top: 40%;
  text-align: center;
  width: 100%;
  z-index: 1
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-header-section .subcategory-header-title .big-text {
  font-size: 4.3rem;
  line-height: 1.14;
  display: block;
  text-transform: capitalize;
  letter-spacing: -3px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-header-section .image-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.36), rgba(10, 48, 62, 0));
  opacity: 0.8
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-collection-list-wrapper {
  margin-top: 20px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-collection-list-wrapper .subcategory-collection-list-heading {
  font-size: 2rem;
  font-weight: bold;
  color: #3b3b3b
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-collection-list-wrapper .subcategory-collection-list {
  padding: 0;
  list-style: none
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-collection-list-wrapper .subcategory-collection-list-item {
  position: relative
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-collection-list-wrapper .subcategory-collection-list-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  padding-bottom: 15px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-collection-list-wrapper .subcategory-collection-list-item-image {
  height: 55px;
  width: 55px;
  border-radius: 55px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-collection-list-wrapper .subcategory-collection-list-item-title {
  font-weight: normal;
  font-size: 1.5rem;
  display: inline;
  margin: 0;
  margin-left: 10px;
  color: #505050
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-collection-list-wrapper .subcategory-collection-list-item:before {
  font-family: "icomoon";
  content: "";
  font-size: 5px;
  color: rgba(0, 0, 0, 0.3);
  transform: rotate(-90deg);
  position: absolute;
  right: 0;
  top: 28%
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-collection-list-wrapper .subcategory-collection-list-item .subcategory-title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper {
  margin-top: 20px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-heading {
  font-size: 2rem;
  color: #3b3b3b;
  font-weight: bold
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list {
  padding: 0;
  list-style: none
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item {
  background-color: #fff;
  margin: 0 -22px;
  padding: 22px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #000;
  position: relative;
  display: block
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item-title:before {
  font-family: "icomoon";
  content: "";
  font-size: 5px;
  color: rgba(0, 0, 0, 0.3);
  transform: rotate(-90deg);
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  transition: 0.2s all
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item.expanded-item {
  padding-bottom: 0
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item.expanded-item .subcategory-trending-list-item-title:before {
  transform: rotate(0)
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item.expanded-item .subcategory-trending-sublist {
  display: block
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item .subcategory-trending-sublist {
  display: none;
  padding: 15px;
  list-style: none
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item .subcategory-trending-sublist-item {
  padding: 10px
}

.search-container .showBlock .inner-form-container .nav-drop-holder .container .subcategory-links-wrapper .subcategory-trending-list-wrapper .subcategory-trending-list-item .subcategory-trending-sublist-item span {
  display: block;
  color: #505050;
  font-size: 1.3rem
}

.logo {
  display: block
}

@media (max-width: 1023px) {
  .logo {
    margin: 0 auto
  }
}

.slick-dots {
  height: 1px;
  background: rgba(212, 212, 212, 0.5);
  display: none !important
}

.slick-dots li {
  flex: 1;
  margin: 0;
  height: auto
}

.slick-dots li.slick-active button {
  background: linear-gradient(to right, #ff7102 0%, #ff0256 100%);
  border: none
}

.slick-dots li.slick-active button:focus {
  outline: none
}

.slick-dots li button {
  transition: background 0.3s;
  width: 100%;
  height: 2px;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  margin-top: -2px;
  overflow: hidden
}

.tranding-quick-item {
  text-align: center;
  width: 65px;
  margin: 0 10px
}

.tranding-quick-item .sticky-header-link {
  display: inline-block;
  vertical-align: top;
  color: #505050;
  transition: 0.2s all
}

.tranding-quick-item .sticky-header-link:hover {
  color: #ff5300;
  cursor: pointer
}

.tranding-quick-item .sticky-header-link:hover .sticky-header-dropdown-title {
  color: #ff5300
}

.tranding-quick-item .sticky-header-link.dropdown-holder {
  position: relative
}

.tranding-quick-item .sticky-header-link.dropdown-holder:hover .sticky-header-dropdown {
  clip: auto;
  opacity: 1;
  transform: translateY(0) scaleY(1)
}

.tranding-quick-item .sticky-header-link.dropdown-holder .sticky-header-dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0.1;
  transition: transform 0.1s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1);
  transform: translateY(-10px) scaleY(0.5);
  transform-origin: top;
  position: absolute;
  left: 0;
  list-style: none;
  width: 250px;
  padding: 0;
  border-bottom: 8px solid #ff5300;
  margin: 0;
  top: 100%;
  padding-top: 11px
}

.tranding-quick-item .sticky-header-link.dropdown-holder .sticky-header-dropdown:hover {
  clip: auto;
  opacity: 1;
  transform: translateY(0) scaleY(1)
}

.tranding-quick-item .sticky-header-link.dropdown-holder .sticky-header-dropdown-item {
  border: 1px solid #b4b4b4;
  border-top: none;
  background-color: #fff
}

.tranding-quick-item .sticky-header-link.dropdown-holder .sticky-header-dropdown-link {
  font-size: 1.2rem;
  color: #000;
  line-height: 1;
  display: block;
  padding: 13px 15px 12px;
  line-height: 1.54;
  transition: 0.2s all;
  white-space: pre-wrap
}

.tranding-quick-item .sticky-header-link.dropdown-holder .sticky-header-dropdown-link:hover {
  color: #ff5300
}

.tranding-quick-item .sticky-header-link .sticky-header-dropdown-title {
  color: #505050;
  transition: 0.2s color
}

.tranding-quick-item .img-wrap {
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 13px
}

.tranding-quick-item .img-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 50%
}

.tranding-quick-item .title {
  display: block;
  font-size: 12px;
  font-weight: 600
}

.slick-dots li button {
  transition: background 0.3s ease-in-out;
  width: 100%;
  height: 2px;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  margin-top: -2px;
  overflow: hidden
}

.drop-holder {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px/18px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 4;
  padding: 25px 35px 65px
}

.drop-holder .scrollable-area {
  overflow-y: auto;
  height: 400px;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.drop-holder .scrollable-area::-webkit-scrollbar {
  display: none
}

@media (min-width: 1024px) {
  .drop-holder {
    padding: 10px
  }
}

@media (min-width: 768px) {
  .text-wrap {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eae7e7
  }
}

@media (min-width: 768px) {
  .alt-logo {
    display: block;
    width: 168px
  }
}

@media (min-width: 1024px) {
  .alt-logo {
    width: 268px
  }
}

.alt-logo a,
.alt-logo img {
  display: block
}

@media (min-width: 768px) {
  .description {
    width: calc(100% - 168px);
    padding: 0 0 0 25px
  }
}

@media (min-width: 1024px) {
  .description {
    width: calc(100% - 268px)
  }
}

@media (min-width: 1200px) {
  .description {
    width: calc(100% - 270px);
    padding: 0 0 0 15px
  }
}

.description p {
  margin: 0
}

.opener-down-arrow {
  position: relative
}

.opener-down-arrow:after {
  content: "";
  position: relative;
  top: 10px;
  left: 5px;
  transform: translate(25%);
  border: 6px solid transparent;
  border-top: 6px solid #ff5300
}

.currency-modal-open {
  overflow-y: hidden
}

#currency-selector {
  cursor: pointer;
  margin-right: 13px
}

#currency-selector .currency-icon {
  color: white;
  font-size: 5px;
  position: relative;
  bottom: 2px
}

#currency-selector .currency-picker-btn {
  font-size: 12px;
  margin-right: 4px;
  padding: 0;
  border: none;
  background: none;
  color: white
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media (min-width: 768px) {
  body {
    font-size: 1.5rem
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 2rem
  }
}

body iframe[name="google_conversion_frame"] {
  display: none
}

#wrapper {
  position: relative;
  transition: 0.3s all
}

a {
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, border 0.3s ease-in-out;
  text-decoration: none
}

a:hover {
  color: #ff5300;
  text-decoration: none
}

img {
  vertical-align: top;
  max-width: 100%
}

@media (max-width: 767px) {

  h1,
  .h1 {
    font-size: 2.4rem
  }
}

@media (max-width: 479px) {

  h1,
  .h1 {
    font-size: 1.8rem
  }
}

@media (max-width: 767px) {

  h2,
  .h2 {
    font-size: 2.2rem
  }
}

@media (max-width: 479px) {

  h2,
  .h2 {
    font-size: 1.6rem
  }
}

@media (max-width: 767px) {

  h3,
  .h3 {
    font-size: 2rem
  }
}

@media (max-width: 479px) {

  h3,
  .h3 {
    font-size: 1.5rem
  }
}

@media (max-width: 767px) {

  h4,
  .h4 {
    font-size: 1.8rem
  }
}

@media (max-width: 479px) {

  h4,
  .h4 {
    font-size: 1.3rem
  }
}

@media (max-width: 767px) {

  h5,
  .h5 {
    font-size: 1.6rem
  }
}

@media (max-width: 479px) {

  h5,
  .h5 {
    font-size: 1rem
  }
}

@media (max-width: 767px) {

  h6,
  .h6 {
    font-size: 1.5rem
  }
}

h3 {
  color: #505050
}

h2,
h6 {
  color: #3b3b3b
}

.btn,
.btn-gradient {
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, background-position 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  appearance: none;
  border: 0;
  padding: 0;
  text-transform: capitalize;
  text-align: center
}

html {
  font-size: 10px
}

.text-bold {
  font-weight: bold !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.radius-md {
  border-radius: 5px !important
}

.radius-lg {
  border-radius: 10px !important
}

.base-block {
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
  margin: 30px 0
}

@media (min-width: 1024px) {
  .base-block {
    margin: 30px 0
  }
}

@media (min-width: 1200px) {
  .base-block {
    font-size: 1.7rem
  }
}

.content .base-block:first-child {
  margin-top: 0
}

@media (max-width: 767px) {
  .base-block.mobile-expanded {
    margin: 0 -22px;
    margin-bottom: 20px !important;
    border-radius: 0 !important
  }
}

@media (max-width: 374px) {
  .base-block.mobile-expanded {
    margin: 0 -20px;
    margin-bottom: 20px
  }
}

.base-block.mobile-expanded .base-block-head {
  text-transform: capitalize
}

@media (min-width: 769px) {
  .base-block.mobile-expanded .base-block-head {
    padding: 21px 35px 15px 35px
  }
}

.base-block-head {
  position: relative;
  z-index: 2;
  padding: 25px 17px
}

@media (min-width: 768px) {
  .base-block-head {
    padding: 30px 20px
  }
}

@media (min-width: 1200px) {
  .base-block-head {
    padding: 23px 35px
  }
}

.base-block-head+.base-block-body {
  padding-top: 0
}

@media (min-width: 768px) {
  .base-block-head+.base-block-body {
    padding-top: 0
  }
}

@media (max-width: 767px) {
  .base-block-head.mobile-hidden+.base-block-body {
    padding-top: 25px
  }
}

.base-block-head:before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  background-color: #ff5300;
  top: 0;
  bottom: 0;
  z-index: 1
}

@media (min-width: 768px) {
  .base-block-head:before {
    top: 23px
  }
}

.base-block-head h1:only-child,
.base-block-head .h1:only-child,
.base-block-head h2:only-child,
.base-block-head .h2:only-child,
.base-block-head h3:only-child,
.base-block-head .h3:only-child,
.base-block-head h4:only-child,
.base-block-head .h4:only-child,
.base-block-head h5:only-child,
.base-block-head .h5:only-child,
.base-block-head h6:only-child,
.base-block-head .h6:only-child {
  margin-bottom: 0
}

.base-block-image {
  overflow: hidden
}

.base-block-image img {
  width: 100%
}

.base-block-body {
  padding: 17px;
  padding-bottom: 25px
}

@media (min-width: 768px) {
  .base-block-body {
    padding: 20px;
    padding-bottom: 40px
  }
}

@media (min-width: 1200px) {
  .base-block-body {
    padding: 30px;
    padding-bottom: 40px
  }
}

.base-block-body p:last-child {
  margin-bottom: 0
}

.base-block .section-divider {
  width: 95%;
  border: 0.5px solid rgba(0, 0, 0, 0.1)
}

.text-center {
  text-align: center
}

.btn {
  font-size: 1rem;
  padding: 8px 15px;
  color: #fff;
  background: #ff5300;
  line-height: 1.3
}

@media (min-width: 768px) {
  .btn {
    font-size: 1.3rem;
    line-height: 1.23;
    min-width: 115px;
    padding: 12px
  }
}

.btn:hover {
  color: #fff;
  background: #ffb100;
  cursor: pointer
}

@media (max-width: 1023px) {
  .btn:hover {
    color: #fff;
    background: #ff5300
  }
}

.btn:focus {
  outline: none
}

.btn.btn-sm {
  font-size: 0.9rem;
  line-height: 1.22222223;
  padding: 5px
}

@media (min-width: 768px) {
  .btn.btn-sm {
    min-width: 110px;
    font-size: 1.3rem;
    padding: 7px 10px
  }
}

.btn.btn-md {
  font-size: 0.9rem;
  line-height: 1.22222223;
  padding: 5px 12px
}

@media (min-width: 768px) {
  .btn.btn-md {
    font-size: 1.4rem;
    padding: 7px 13px
  }
}

.btn.btn-lg {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 5px 10px
}

@media (min-width: 768px) {
  .btn.btn-lg {
    font-size: 1.8rem;
    padding: 7px 14px
  }
}

.btn.btn-outline {
  border: 2px solid #ff5300;
  background: white;
  color: #ff5300
}

.btn.cta-btn {
  line-height: 1.27;
  letter-spacing: -0.8px;
  font-size: 1.5rem;
  padding: 9px 15px
}

@media (min-width: 768px) {
  .btn.cta-btn {
    font-size: 1.7rem;
    padding: 13px 20px;
    min-width: 160px
  }
}

.btn.cta-btn-md {
  border-radius: 5px;
  line-height: 1.27;
  letter-spacing: -0.8px;
  font-size: 1.3rem;
  padding: 10px 22px
}

@media (min-width: 768px) {
  .btn.cta-btn-md {
    font-size: 1.7rem;
    padding: 13px 20px;
    min-width: 160px
  }
}

.btn.cta-btn-sm {
  border-radius: 5px;
  line-height: 1.27;
  letter-spacing: -0.8px;
  font-size: 1.3rem;
  padding: 8px 22px;
  min-width: 120px
}

@media (min-width: 768px) {
  .btn.cta-btn-sm {
    font-size: 1.7rem;
    padding: 10px 20px;
    min-width: 160px
  }
}

.btn.btn-block {
  display: block;
  width: 100%
}

.btn.btn-gradient-orange {
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #ff7102 0%, #ff0256 100%);
  background-position: 35% 0
}

.btn.btn-gradient-orange:hover {
  background-position: 100% 0
}

.btn.btn-pill {
  border-radius: 50px
}

.btn.tour-card-bottom-button {
  padding: 15px;
  display: block;
  margin: 0 17px;
  font-size: 1.3rem;
  font-weight: bold
}

.btn.float-right {
  float: right
}

.btn:disabled {
  background-color: rgba(255, 83, 0, 0.5);
  cursor: not-allowed
}

.container {
  max-width: 1080px;
  margin: 0 auto
}

@media (min-width: 320px) and (max-width: 1023px) {
  .container {
    padding: 0 22px
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .container {
    margin: 0 10px
  }
}

.mobile-button-holder {
  padding: 5px 22px;
  height: 67px;
  display: flex;
  align-items: center;
  z-index: 20
}

@media (max-width: 1023px) {
  .mobile-button-holder {
    position: fixed;
    left: 0;
    bottom: 0
  }
}

@media (min-width: 1024px) {
  .mobile-button-holder {
    display: none !important
  }
}

@media (max-width: 1023px) {
  .mobile-button-holder .fixed-block {
    width: 100%
  }
}

.mobile-button-holder .fixed-block .btn {
  padding: 14px 30px;
  overflow: hidden;
  font-weight: 400
}

#go-top-button {
  bottom: 50px;
  font-size: 15px;
  position: fixed;
  background-color: #ff5300 !important;
  color: white !important;
  right: 25px;
  display: inline-block;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  font-weight: bolder;
  font-size: 9px;
  font-weight: 200;
  border-radius: 50%;
  border: 2px solid #ff5300;
  padding: 6px;
  z-index: 40;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg)
}

#go-top-button:hover {
  cursor: pointer
}

#go-top-button.show {
  opacity: 1;
  visibility: visible
}

.sticky-footer {
  height: 50px;
  background: #f16f30;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex
}

.sticky-footer .call-icon {
  margin: auto;
  height: 100%;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  flex: 1 1 25%;
  background: #ff9933
}

.sticky-footer .icon-telephone:before {
  font-family: "icomoon";
  content: "";
  font-size: 25px;
  position: absolute;
  left: 10%;
  top: 28%
}

.sticky-footer .icon-telephone.full-width:before {
  width: 100%;
  left: inherit
}

.sticky-footer .send-enquiry {
  flex: 1 1 75%;
  font-size: 2rem;
  text-transform: capitalize
}

#fixed-side-icons {
  width: 90px;
  display: inline-flex;
  z-index: 999;
  right: 5px;
  margin-top: 5px
}

@media (max-width: 1023px) {
  .mobile-hidden {
    display: none !important
  }
}

@media (min-width: 1024px) {
  .desktop-hidden {
    display: none !important
  }
}

.hidden {
  display: none !important
}

.showBlock {
  display: block !important
}

.stickyShow {
  top: 0 !important
}

iframe {
  width: 100%
}

.overlay {
  position: absolute;
  z-index: 20
}

.overlay-top {
  top: 4%
}

.overlay-left {
  left: -5%
}

@media (max-width: 768px) {
  .overlay-left {
    left: -3%
  }
}

.overlay-right {
  right: -5%
}

@media (max-width: 768px) {
  .overlay-right {
    right: -3%
  }
}

.overlay-botton {
  bottom: 10%
}

.overlay-bookmarkStyle {
  background-image: linear-gradient(to left, #5b109b, #ff0058);
  width: fit-content;
  width: -moz-fit-content;
  height: 25px;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.8rem 2rem 0.8rem 0.8rem;
  border-radius: 5px;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 50%, 100% 0);
  text-transform: uppercase
}

.overlay-bookmarkStyle:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 1em solid transparent;
  border-right: 0;
  position: absolute;
  left: 0;
  bottom: -1em
}

.overlay-discount {
  background-color: #ffb100;
  padding: 0.5rem 1.2rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #fff;
  border-radius: 5px
}

.discount-tag {
  position: absolute;
  top: -15px;
  z-index: 0
}

@media (min-width: 1024px) {
  .discount-tag {
    display: none
  }
}

.discount-tag__image {
  height: 130px
}

.discount-tag__number {
  position: absolute;
  color: #17401a;
  right: 19px;
  font-size: 26px;
  top: 60px;
  font-weight: 600
}

.discount-tag__text {
  position: absolute;
  color: #17401a;
  right: 33px;
  font-size: 13px;
  top: 93px;
  font-weight: normal
}

.discount-tag__percent {
  font-size: 20px
}

img {
  font-size: 1rem
}

.lazy-image {
  opacity: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden
}

.lazy-image:before {
  content: "";
  background-image: url(../images/placeholder.jpg);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: -1;
  display: block
}

.lazy-image:not(.lazy-image-loaded) {
  border: 1px solid #d9d9d9
}

.lazy-picture img:before {
  content: "";
  background-image: url(../images/placeholder.jpg);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: -1;
  display: block
}

.instant-confirmation {
  position: relative
}

.instant-confirmation:after {
  font-family: sans-serif;
  content: "Instant Confirmation";
  position: absolute;
  top: -42px;
  left: -72px;
  font-size: 10px;
  white-space: nowrap;
  padding: 10px;
  text-transform: uppercase;
  background-color: #ff5300;
  color: #fff;
  font-weight: bold;
  padding-bottom: 20px;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 55% 75%, 50% 100%, 45% 75%, 0% 75%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all
}

.instant-confirmation:hover:after {
  opacity: 1;
  visibility: unset
}

.icon-star-empty.null {
  color: #d3d3d3
}

.photo-credit {
  font-size: 10px;
  color: rgba(59, 68, 78, 0.5);
  clear: both;
  text-align: center;
  padding: 2px
}

.read-more-content[data-readmore] {
  transition: height 500ms;
  overflow: hidden;
  display: block;
  width: 100%
}

.main-card-container.tour-main-card .read-more-content[aria-expanded="false"],
.main-card-container.content-main-card .read-more-content[aria-expanded="false"],
.main-card-container.attraction-main-card .read-more-content[aria-expanded="false"],
.main-card-container.destination-main-card .read-more-content[aria-expanded="false"],
.main-card-container.destination-attractions-main-card .read-more-content[aria-expanded="false"],
.intro-block .read-more-content[aria-expanded="false"],
.destination-description .read-more-content[aria-expanded="false"],
.search-page-content-container .read-more-content[aria-expanded="false"],
.destination-extra-info .read-more-content[aria-expanded="false"] {
  position: relative
}

.main-card-container.tour-main-card .read-more-content[aria-expanded="false"]:before,
.main-card-container.content-main-card .read-more-content[aria-expanded="false"]:before,
.main-card-container.attraction-main-card .read-more-content[aria-expanded="false"]:before,
.main-card-container.destination-main-card .read-more-content[aria-expanded="false"]:before,
.main-card-container.destination-attractions-main-card .read-more-content[aria-expanded="false"]:before,
.intro-block .read-more-content[aria-expanded="false"]:before,
.destination-description .read-more-content[aria-expanded="false"]:before,
.search-page-content-container .read-more-content[aria-expanded="false"]:before,
.destination-extra-info .read-more-content[aria-expanded="false"]:before {
  position: absolute;
  height: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  content: "";
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.8))
}

.main-card-container.tour-main-card .base-block-body a,
.main-card-container.content-main-card .base-block-body a,
.main-card-container.attraction-main-card .base-block-body a,
.main-card-container.destination-main-card .base-block-body a,
.main-card-container.destination-attractions-main-card .base-block-body a,
.intro-block .base-block-body a,
.destination-description .base-block-body a,
.search-page-content-container .base-block-body a,
.destination-extra-info .base-block-body a {
  font-weight: bold
}

.read-more-content[aria-expanded="false"] {
  height: 100px
}

@media (max-width: 1023px) {
  .read-more-content[aria-expanded="false"] {
    position: relative
  }

  .read-more-content[aria-expanded="false"]:before {
    position: absolute;
    height: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.8))
  }
}

.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-state-highlight {
  border: 1px solid #c5c5c5 !important;
  background: #f6f6f6 !important;
  color: #454545 !important
}

.btn-gradient {
  color: #fff;
  background: linear-gradient(to right, #ff7102 0%, #ff0256 100%);
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.2px
}

.btn-gradient.btn-lg {
  padding: 10px 25px
}

@media (min-width: 1024px) {
  .btn-gradient.btn-lg {
    padding: 15px 50px
  }
}

.btn-gradient.btn-md {
  padding: 10px 25px
}

@media (min-width: 1024px) {
  .btn-gradient.btn-md {
    padding: 15px 20px
  }
}

.btn-gradient.radius-lg {
  border-radius: 10px
}

.btn-gradient.btn-bold {
  font-weight: bold
}

.btn-gradient:hover {
  cursor: pointer;
  color: #fff
}

.btn-gradient.cta-hover {
  position: relative;
  z-index: 1
}

.btn-gradient.cta-hover:before {
  position: absolute;
  width: 80%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  border-radius: 10px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20px 50%);
  transform: translateX(0px);
  background: #ff7102;
  transition: 0.2s all;
  z-index: -1
}

.btn-gradient.cta-hover:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  right: 0;
  border-radius: 10px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  transform: translateX(0px);
  background: linear-gradient(to right, #ff7102 0%, #ff0256 100%);
  border-radius: 10px;
  transition: 0.2s all;
  z-index: -1
}

.btn-gradient.cta-hover:hover {
  transform: translateX(20px);
  border-radius: 0
}

.btn-gradient.cta-hover:hover:before {
  border-radius: 0;
  transform: translateX(-20px)
}

.btn-gradient.cta-hover:hover:after {
  transform: translateX(20px)
}

.multi-line-header {
  position: relative;
  padding-left: 20px
}

@media (max-width: 1023px) {
  .multi-line-header {
    margin-bottom: 25px
  }
}

@media (min-width: 1024px) {
  .multi-line-header {
    padding-left: 25px
  }
}

.multi-line-header__title {
  font-size: 2rem;
  color: #ff5300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold
}

.multi-line-header__caption {
  font-size: 5rem;
  color: #7c7c7c;
  letter-spacing: -3px;
  font-weight: bold;
  line-height: 1.22
}

.multi-line-header:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 4px solid #ff5300
}

.photobanner-slide-right {
  -webkit-animation: slider-right 30s linear infinite;
  -moz-animation: slider-right 30s linear infinite;
  -ms-animation: slider-right 30s linear infinite;
  -o-animation: slider-right 30s linear infinite;
  animation: slider-right 30s linear infinite
}

.photobanner-slide-left {
  position: relative;
  left: -1775px;
  -webkit-animation: slider-left 30s linear infinite;
  -moz-animation: slider-left 30s linear infinite;
  -ms-animation: slider-left 30s linear infinite;
  -o-animation: slider-left 30s linear infinite;
  animation: slider-left 30s linear infinite
}

.selected {
  color: #ff5300 !important;
  background-color: #fff;
  border-radius: 10px
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 2rem;
  color: #fff;
  width: 160px;
  height: 40px
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #ff5300;
  border-radius: 10px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  padding: 8px 15px
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #ff5300 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px
}

.select-styled:hover {
  background-color: #fff;
  color: #ff5300
}

.select-styled:active,
.select-styled.active {
  background-color: #fff;
  color: #ff5300
}

.select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #ff5300 transparent
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  color: #ff5300
}

.select-options li {
  margin: 0;
  padding: 5px 0;
  cursor: pointer;
  text-align: center;
  border-top: 1px solid #ff5300
}

.select-options li:hover {
  background-color: #fff;
  color: #ff5300
}

.select-options li[rel="hide"] {
  display: none
}

.dropdown {
  position: relative;
  display: block
}

.btn-wrapper {
  text-align: center;
  margin-bottom: 5%
}

.dropbtn {
  background-color: #fff;
  color: #ff5300;
  padding: 10px 25px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  width: max-content;
  margin: 0 auto
}

.arrow:after {
  position: absolute;
  bottom: 20%;
  content: "";
  font-family: "icomoon";
  font-size: 0.9rem;
  transform: rotate(-90deg);
  color: #ff5300;
  padding-left: 5%
}

.dropdown-content {
  position: absolute;
  background-color: #f9f9f9;
  min-width: 25%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: calc(50% - 51px)
}

.dropdown-content a {
  color: #ff5300;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: bold
}

.dropdown-link {
  border-bottom: 1px solid #ff5300
}

.dropdown-content a:hover {
  background-color: #ff5300;
  color: #fff
}

.dropdown:hover .dropdown-content {
  display: inline-block
}

.dropdown:hover .dropbtn {
  background-color: #fff;
  color: #ff5300
}

.arrow-down:after {
  transform: rotate(0deg);
  bottom: 30%;
  padding-left: 1%;
  padding-bottom: 1%
}

#stories-section.photobanner-slide-right {
  position: relative;
  right: 1775px
}

#error_explanation p {
  font-size: 1rem;
  color: #eb595a
}

#error_explanation ul li {
  color: rgba(58, 68, 78, 0.6);
  font-size: 1rem
}

.flash-msg {
  max-width: 1080px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 10px 10px 35px;
  border: 1px solid #fff;
  border-radius: 5px
}

@media (max-width: 1023px) {
  .flash-msg {
    margin-bottom: 14px
  }
}

.alert-danger,
.alert-error,
#alert-error,
#alert-danger {
  background-color: #feeee9;
  color: #e74843;
  border-color: #e74742
}

.alert-success,
#alert-success {
  background-color: #f0f6eb;
  background-position: 10px -46px;
  color: #4bad34;
  border-color: #7cbc58
}

@media (min-width: 1024px) {
  .flash-container {
    padding: 20px 0
  }
}

.onclick-link {
  cursor: pointer
}

.promotional-bar {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  background: linear-gradient(to right, #ff7102 0%, #e85132 80%, #ff0256 100%);
  color: #fff;
  font-size: 1.4rem;
  transition: 0.3s all
}

@media (min-width: 1024px) {
  .promotional-bar {
    top: unset;
    bottom: 0;
    background: linear-gradient(to right, #ff7102 0%, #ff0256 100%)
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .promotional-bar {
    padding-left: 30px
  }
}

.promotional-bar .container {
  display: flex;
  align-items: center;
  padding: 5px 22px
}

@media (min-width: 1024px) {
  .promotional-bar .container {
    padding: 5px 0;
    min-height: 40px
  }
}

.promotional-bar .promotion-title {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.8px;
  position: relative
}

@media (min-width: 1024px) {
  .promotional-bar .promotion-title {
    max-width: 200px
  }
}

.promotional-bar .promotion-title:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: white
}

.promotional-bar .promotion-text {
  margin-left: 30px
}

@media (min-width: 1024px) {
  .promotional-bar .promotion-text {
    line-height: 30px
  }
}

.promotional-bar .promotion-text img {
  max-height: 30px !important;
  margin: 0 10px !important
}

.promotional-bar .promotion-cta {
  margin-left: auto;
  background: white;
  color: #ff5300;
  padding: 5px 12px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  min-width: 115px
}

@media (max-width: 1023px) {
  .promotional-bar .promotion-cta {
    display: none
  }
}

.promotional-bar .promotion-cta .cta-arrow {
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 7px;
  margin: 0;
  margin-left: 10px
}

.promotional-bar-cb {
  display: none
}

@media (min-width: 1024px) {
  .promotional-bar-cb:checked+.promotional-bar {
    transform: translateY(80px)
  }
}

.promotional-bar-cb:checked+.promotional-bar+.promotional-bar-controller {
  background: #ff5300;
  height: 30px;
  width: 30px;
  transform: rotate(180deg)
}

@media (max-width: 1023px) {
  .promotional-bar-cb:checked+.promotional-bar+.promotional-bar-controller {
    top: 0
  }
}

@media (min-width: 1024px) {
  .promotional-bar-cb:checked+.promotional-bar+.promotional-bar-controller {
    transform: rotate(360deg)
  }
}

.promotional-bar-cb:checked+.promotional-bar+.promotional-bar-controller:before {
  height: 10px;
  left: 11.5px;
  top: 8px
}

.promotional-bar-cb:checked+.promotional-bar+.promotional-bar-controller:after {
  height: 10px;
  right: 11.5px;
  top: 8px
}

.promotional-bar-controller {
  position: fixed;
  left: 10px;
  z-index: 999;
  top: 50px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 10px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

@media (min-width: 1024px) {
  .promotional-bar-controller {
    top: unset;
    bottom: 10px;
    height: 20px;
    width: 20px
  }
}

@media (max-width: 1023px) {
  .promotional-bar-controller {
    background: #ff5300;
    left: 65px
  }
}

.promotional-bar-controller:hover {
  cursor: pointer
}

.promotional-bar-controller:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 50%;
  height: 20px;
  width: 0.5px;
  background: white;
  transform: rotate(45deg);
  transition: 0.3s all
}

@media (min-width: 1024px) {
  .promotional-bar-controller:before {
    height: 100%;
    top: 0
  }
}

.promotional-bar-controller:after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 50%;
  height: 20px;
  width: 0.5px;
  background: white;
  transform: rotate(-45deg);
  transition: 0.3s all
}

@media (min-width: 1024px) {
  .promotional-bar-controller:after {
    height: 100%;
    top: 0
  }
}

.santa-tag {
  top: 4%;
  height: 25px;
  background-color: #ff7878;
  background-image: linear-gradient(315deg, #ff7878 0%, red 74%);
  border-radius: 5px;
  width: 150px
}

.santa-tag .santa {
  transform: scale(0.4);
  top: -40px;
  left: 80px;
  animation: bobbing 3s ease-in-out infinite
}

.santa-tag .santa .face .mouth {
  animation: ho-ho-ho 3s linear infinite
}

.santa-tag .santa .hat .hat-end {
  animation: hat-flip 3s linear infinite
}

.santa-tag .santa-tag-text {
  position: absolute;
  top: 0;
  left: 33px;
  font-size: 10px;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 0
}


.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000
}

.loader--inline {
  position: initial;
  height: 300px;
  display: block
}

@media (min-width: 1024px) {
  .loader--inline {
    height: 100%
  }
}

.loader-inline {
  display: inline-block;
  height: 180px;
  width: 170px;
  
}

.view-more-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  color: #3a3a3a;
  transition: 0.2s color
}

.view-more-link .icon-right-arrow {
  color: #ff5300;
  margin-left: 10px
}

.view-more-link:hover {
  color: #ff5300
}

.view-more-btn {
  background-color: #ff5300;
  border-radius: 6px;
  padding: 8px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  height: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: 2px solid transparent;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center
}

@media (min-width: 1024px) {
  .view-more-btn {
    height: 34px
  }
}

.view-more-btn--lg {
  font-size: 16px;
  padding: 9px 30px;
  height: 40px
}

.view-more-btn:hover {
  color: #ff5300;
  border: 2px solid #ff5300;
  background-color: #fff
}

.tours-app {
  min-height: 120vh
}

.no-select-effects {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent
}

.read-more-btn {
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #ff5e00;
  font-weight: 600
}

@media (max-width: 1023px) {
  .read-more-btn {
    font-size: 12px
  }
}

.footer {
  color: #fff;
  position: relative;
  padding-top: 30px;
  font-size: 10px
}
.reserved .caption {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.reserved {
  color: #fff;
  text-align: center;
  padding: 29px 0 14px;
  /* background-color: #2e343d; */
}
.footer:before {
  content: "";
  position: absolute;
  top: 98px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2e343d;
  z-index: -1;
  background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer.no-links:before {
  top: 0
}

.footer.no-links .pre-footer {
  display: none
}

.footer.no-links .social-list {
  display: none
}

.footer a {
  color: inherit
}

.footer .footer-titles {
  color: #505050;
  font-size: 1.2em;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-block-end: 2.33em;
  font-weight: bold
}

@media (max-width: 1023px) {
  .footer .footer-titles {
    margin-top: 2.33em
  }
}

@media (min-width: 1024px) {
  .footer .footer-titles {
    margin-bottom: 10px
  }
}

.footer .social-list {
  margin-bottom: 18px
}

.pre-footer {
  background-color: #fff;
  box-shadow: 0 50px 50px rgba(0, 0, 0, 0.14);
  border-radius: 19px;
  max-width: 1270px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px
}

@media (min-width: 1024px) {
  .pre-footer {
    padding: 37px 33px 26px;
    margin: 0 auto 50px
  }
}

.pre-footer .row {
  position: relative
}

@media (min-width: 576px) and (max-width: 1023px) {
  .pre-footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
}

@media (min-width: 768px) {
  .pre-footer .row {
    display: flex;
    justify-content: space-between
  }
}

.pre-footer .row>.col {
  margin-bottom: 20px;
  position: relative
}

@media (min-width: 480px) {
  .pre-footer .row>.col {
    padding: 0 10px
  }
}

@media (min-width: 576px) and (max-width: 1023px) {
  .pre-footer .row>.col {
    flex: 0 0 50%
  }
}

@media (min-width: 1024px) {
  .pre-footer .row>.col {
    padding: 17px 15px 0 15px;
    margin-bottom: 0;
    max-width: 231px;
    width: 100%
  }
}

@media (min-width: 1024px) {
  .pre-footer .row>.col:before {
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(214, 214, 214, 0.62)
  }
}

.pre-footer .row>.col:first-child:before,
.pre-footer .row>.col:last-child:before {
  display: none
}

@media (min-width: 1024px) {
  .pre-footer .row>.col.trending {
    min-width: 310px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }
}

.pre-footer .row>.col.destination {
  width: 100%
}

@media (min-width: 1024px) {
  .pre-footer .row>.col.destination {
    max-width: 300px
  }
}

.pre-footer .links-list {
  display: flex;
  flex-wrap: wrap;
  color: #505050;
  font-size: 1.3em;
  line-height: 1.7;
  text-align: center;
  justify-content: center
}

.pre-footer .links-list li {
  position: relative
}

.pre-footer .links-list li:nth-child(n+2) {
  padding-left: 16px
}

.pre-footer .links-list li:nth-child(n+2):before {
  content: "|";
  position: absolute;
  top: 0;
  left: 7px
}

.pre-footer .links-list li a {
  font-size: 1.2em
}

.pre-footer .links-list a:hover {
  color: #ff5300
}

.pre-footer .trending h6 {
  margin-bottom: 17px
}

.pre-footer .nearby-places-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0
}

.pre-footer .nearby-places-list .col {
  padding: 0 2.5px;
  display: flex;
  width: 31%
}

@media (min-width: 1024px) {
  .pre-footer .nearby-places-list .col {
    padding: 0 3px;
    height: 90px
  }
}

@media (min-width: 480px) {
  .pre-footer .nearby-places-list .col {
    width: 25%
  }
}

@media (min-width: 576px) and (max-width: 1023px) {
  .pre-footer .nearby-places-list .col {
    width: 33%
  }
}

@media (min-width: 1024px) {
  .pre-footer .nearby-places-list .col {
    width: 33%
  }
}

.pre-footer .nearby-places-list .col .nearby-places-item {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  overflow: hidden;
  margin-bottom: 5px
}

@media (max-width: 1023px) {
  .pre-footer .nearby-places-list .col .nearby-places-item {
    min-height: 13vw
  }
}

@media (max-width: 575px) {
  .pre-footer .nearby-places-list .col .nearby-places-item {
    min-height: 21vw
  }
}

.pre-footer .nearby-places-list .col .nearby-places-item:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1)
}

.pre-footer .nearby-places-list .col .nearby-places-item-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) all
}

.pre-footer .nearby-places-list .col .nearby-places-item .onclick-link {
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.pre-footer .nearby-places-list .col .nearby-places-item:hover .nearby-places-item-image {
  transform: scale(1.2)
}

.pre-footer .nearby-places-list .col .nearby-places-item .caption {
  font-size: 0.9em;
  font-weight: 700;
  padding-left: 3px;
  padding-right: 3px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease-in-out;
  text-shadow: 5px 4px 11px rgb(0,0,0), 0 2px 5px rgb(0,0,0);
}

@media (min-width: 375px) {
  .pre-footer .nearby-places-list .col .nearby-places-item .caption {
    font-size: 1em
  }
}

@media (min-width: 1024px) {
  .pre-footer .nearby-places-list .col .nearby-places-item .caption {
    font-size: 1em
  }
}

.pre-footer .gift-link {
  display: flex;
  align-items: center
}

.pre-footer .gift-link .text {
  outline: none
}

.pre-footer .gift-link:hover .text {
  color: #ff5300;
  font-weight: 600
}

.pre-footer .gift-link .icon-gift {
  position: relative;
  margin-right: 37px
}

@media (max-width: 1023px) {
  .pre-footer .gift-link .icon-gift {
    font-size: 2.5em
  }
}

.pre-footer .gift-link .badge {
  position: absolute;
  top: -5px;
  right: -20px;
  font-size: 0.6em;
  letter-spacing: -0.3px;
  min-width: 25px;
  line-height: 1;
  padding: 3px;
  font-weight: bold;
  width: 0;
  background-color: #ff5300;
  color: #fff;
  font-size: 8px;
  font-family: sans-serif
}

.pre-footer .gift-link .text {
  color: #505050;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out
}







.footer-logo {
  position: relative;
  margin-bottom: 39px
}

.footer-logo:before,
.footer-logo:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  width: 10%;
  background-color: #b7b7b7
}

@media (min-width: 375px) {

  .footer-logo:before,
  .footer-logo:after {
    width: 15%
  }
}

@media (min-width: 480px) {

  .footer-logo:before,
  .footer-logo:after {
    width: 20%
  }
}

@media (min-width: 768px) {

  .footer-logo:before,
  .footer-logo:after {
    width: 30%
  }
}

@media (min-width: 1200px) {

  .footer-logo:before,
  .footer-logo:after {
    width: 38%
  }
}

.footer-logo:before {
  left: 0
}

@media (min-width: 1024px) {
  .footer-logo:before {
    left: 33px
  }
}

.footer-logo:after {
  right: 0
}

@media (min-width: 1024px) {
  .footer-logo:after {
    right: 33px
  }
}

.footer-logo .logo-link {
  display: block;
  text-decoration: none;
  max-width: 175px;
  width: 100%;
  margin: 0 auto
}

.footer-logo .logo-link img {
  width: 100%
}

.social-list {
  display: flex;
  justify-content: center
}

.social-list li {
  margin: 0 10px
}

@media (min-width: 1024px) {
  .social-list li {
    margin: 0 14px
  }

  .social-list li .onclick-link {
    font-size: 3.6em
  }
}

.social-list li:first-child {
  margin-left: 0
}

.social-list li:last-child {
  margin-right: 0
}

.social-list li .onclick-link {
  font-size: 3em
}

.social-list a:hover {
  color: #fff
}

.trending-item:not(:last-child) {
  margin-bottom: 12px
}

.trending-item .image-holder {
  min-width: 40px;
  width: 0;
  overflow: hidden;
  border-radius: 50%
}

.trending-item .image-holder img {
  width: 100%
}

.trending-item .trending-content {
  padding: 3px 7px
}

.trending-item p {
  color: #505050;
  font-size: 1em;
  margin-bottom: 5px;
  transition: color 0.3s ease-in-out
}

.trending-item a {
  display: flex
}

.trending-item a:hover p {
  color: #ff5300
}

.footer-list {
  margin-bottom: 10px
}

@media (min-width: 1024px) {
  .footer-list {
    margin-bottom: 30px
  }
}

.footer-list li {
  position: relative;
  color: #505050;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase
}
.footer-list p{
  text-align: justify;
}
.footer-list li:not(:last-child) {
  margin-bottom: 10px
}

.footer-list a,
.footer-list .footer-link {
  color: #505050
}

.footer-list a:hover,
.footer-list .footer-link:hover {
  color: #ff5300;
  font-weight: 700
}

@media (max-width: 1023px) {
  html {
    font-size: 8px !important
  }
}

body {
  font-family: 'Montserrat' !important;
  background: url(../images/gradient.jpg) !important
}

section[class^="section"] {
  padding-top: 40px
}

@media (min-width: 1024px) {
  section[class^="section"] {
    padding-top: 70px
  }
}

section[class*="section-swirl-background"] {
  background: url(../images/gradient.jpg)
}

@media (min-width: 1024px) {
  section[class*="desktop-fullscreen-section"] {
    height: 100%
  }
}

@media (max-width: 1023px) {
  section[class*="mobile-fullscreen-section"] {
    height: calc(100vh - 65px)
  }
}

.section-title {
  color: #7c7c7c;
  font-size: 4.375rem;
  letter-spacing: -1.75px;
  margin: 0;
  position: relative;
  text-transform: initial;
  font-weight: bold
}

@media (max-width: 1023px) {
  .section-title {
    padding-left: 20px
  }
}

@media (min-width: 1024px) {
  .section-title {
    font-size: 5rem;
    letter-spacing: -3px;
    text-align: center;
    margin-bottom: 30px
  }
}

.section-title:before {
  position: absolute;
  content: ""
}

@media (max-width: 1023px) {
  .section-title:before {
    border-left: 4px solid #ff5300;
    top: 0;
    bottom: 0;
    left: 0
  }
}

@media (min-width: 1024px) {
  .section-title:before {
    width: 120px;
    border-bottom: 4px solid #ff5300;
    bottom: -10px;
    left: calc(50% - 60px)
  }
}

.slick-arrow {
  background: #fff;
  border-radius: 50px;
  z-index: 1;
  height: 30px;
  width: 30px;
  font-family: "icomoon";
  transition: 0.2s all;
  display: flex;
  justify-content: center;
  align-items: center
}

@media (min-width: 1024px) {
  .slick-arrow {
    height: 45px;
    width: 45px
  }
}

.slick-arrow:before {
  background: linear-gradient(to right, #ff7102 0%, #ff0256 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem
}

@media (min-width: 1024px) {
  .slick-arrow:before {
    font-size: 3rem
  }
}

.slick-arrow.slick-next {
  right: 5px
}

@media (min-width: 1024px) {
  .slick-arrow.slick-next {
    right: calc((100vw - 1080px -56px) / 2)
  }
}

.slick-arrow.slick-next:before {
  content: ""
}

.slick-arrow.slick-prev {
  left: 5px
}

@media (min-width: 1024px) {
  .slick-arrow.slick-prev {
    left: calc((100vw - 1080px - 56px) / 2)
  }
}

.slick-arrow.slick-prev:before {
  content: ""
}

.slick-arrow:hover {
  background: linear-gradient(to right, #ff7102 0%, #ff0256 100%)
}

.slick-arrow:hover:before {
  color: #fff;
  background-attachment: transparent;
  -webkit-text-fill-color: #fff
}

.slick-arrow:focus {
  background: linear-gradient(to right, #ff7102 0%, #ff0256 100%)
}

.slick-arrow:focus:before {
  color: #fff;
  background-attachment: transparent;
  -webkit-text-fill-color: #fff
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
select,
.jcf-textarea {
  transition: border-color 0.3s ease-in-out;
  display: block;
  height: 34px;
  border-radius: 100px;
  border: 1px solid #d9d9d9;
  font-size: 1.2rem;
  padding: 5px 15px;
  line-height: normal;
  width: 100%;
  color: currentColor;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: none
}

input[type="email"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
.jcf-textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 1
}

input[type="email"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder,
.jcf-textarea:focus::-moz-placeholder {
  opacity: 1;
  color: transparent;
  opacity: 1
}

input[type="email"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder,
.jcf-textarea:focus:-moz-placeholder {
  color: transparent;
  opacity: 1
}

input[type="email"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
.jcf-textarea:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 1
}

input[type="email"]:focus.placeholder,
input[type="number"]:focus.placeholder,
input[type="password"]:focus.placeholder,
input[type="search"]:focus.placeholder,
input[type="tel"]:focus.placeholder,
input[type="text"]:focus.placeholder,
input[type="url"]:focus.placeholder,
textarea:focus.placeholder,
select:focus.placeholder,
.jcf-textarea:focus.placeholder {
  color: transparent;
  opacity: 1
}

.jcf-textarea {
  height: 31px;
  border-radius: 21px;
  padding: 15px 0;
  resize: none;
  white-space: normal
}

.jcf-textarea .jcf-resize,
.jcf-textarea .jcf-scrollbar-dec,
.jcf-textarea .jcf-scrollbar-inc {
  width: 0;
  height: 0
}

.jcf-textarea textarea {
  height: 66px;
  padding: 0 20px;
  width: 100% !important
}

textarea {
  overflow-y: auto;
  height: 80px;
  border-radius: 21px;
  padding: 20px;
  resize: none;
  white-space: normal
}

.input-holder {
  margin-bottom: 14px
}

.input-holder input {
  border-radius: 8px
}

.input-holder.phone-input-wrapper {
  display: flex
}

.input-holder.phone-input-wrapper .phone-country-code {
  padding: 2px 5px;
  width: 30%;
  border-radius: 5px
}

.submit-holder {
  margin-top: 20px
}

@media (min-width: 1200px) {
  .submit-holder {
    margin-top: 30px
  }
}

.input-datepicker input.datepicker {
  padding-right: 60px
}

@media (min-width: 1200px) {
  .ui-datepicker {
    width: 250px
  }
}

@media (min-width: 1600px) {
  .ui-datepicker {
    width: 250px;
    max-width: 100%
  }
}

.ui-datepicker .ui-widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev,
.ui-datepicker .ui-widget-header .ui-datepicker-next {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto
}

.ui-datepicker .ui-widget-header .ui-datepicker-next {
  order: 10
}

.ui-datepicker .ui-widget-header:after,
.ui-datepicker .ui-widget-header:before {
  content: none
}

.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  background: #ffb100;
  border-color: #ffb100;
  color: #fff
}

.ui-datepicker-calendar .ui-state-active {
  background: #ff5300;
  border-color: #ff5300;
  color: #fff
}

.jcf-textarea.jcf-scrollbar-vertical,
.jcf-scrollbar.jcf-scrollbar-vertical {
  width: 9px;
  background-color: transparent
}

.jcf-textarea.jcf-scrollbar-vertical .jcf-scrollbar-handle,
.jcf-scrollbar.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  width: 9px;
  border-radius: 8px;
  background: #e0e0e0
}

.jcf-textarea.jcf-scrollbar-horizontal,
.jcf-scrollbar.jcf-scrollbar-horizontal {
  height: 9px;
  background-color: transparent
}

.jcf-textarea.jcf-scrollbar-horizontal .jcf-scrollbar-handle,
.jcf-scrollbar.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  height: 9px;
  border-radius: 8px;
  background: #e0e0e0
}

.jcf-textarea .jcf-scrollbar-inc,
.jcf-textarea .jcf-scrollbar-dec,
.jcf-scrollbar .jcf-scrollbar-inc,
.jcf-scrollbar .jcf-scrollbar-dec {
  height: 0 !important;
  width: 0 !important
}

.resize-active * {
  transition: none !important
}

form .base-block-head:before {
  display: none
}

.form-list li {
  position: relative;
  padding-left: 25px;
  color: #505050;
  font-size: 1.1rem;
  line-height: 1.6
}

.form-list li:not(:last-child) {
  margin-bottom: 7px
}

.form-list li:before {
  content: "";
  font-family: "icomoon" !important;
  color: #30c55e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.1rem
}

.popup-messages-holder .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(50%, 50%);
  background-color: #fff
}

.popup-msg {
  max-width: 400px;
  width: 100%;
  height: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 30px;
  box-shadow: 1px 14px 46px -27px rgba(0, 0, 0, 0.75);
  opacity: 1
}

.popup-msg.hide-popup {
  opacity: 0;
  left: -9999px
}

.popup-msg.thank-popup-msg {
  color: #30c55e
}

.popup-msg.error-popup-msg {
  color: #ff0202
}

.popup-msg .thank-header {
  font-size: 5rem;
  font-weight: 400
}

.popup-msg .thank-text {
  color: #000
}

.popup-msg .logo-holder {
  width: 70px;
  height: 68px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  font-size: 6rem;
  padding-top: 5px
}

.popup-msg .close {
  position: absolute;
  top: 15px;
  right: 15px
}

.form-with-error .input-holder .form-control.has-error {
  border: 1px solid red
}

.form-with-error .select-holder {
  border-radius: 100px;
  border: solid 1px #d9d9d9
}

.form-with-error .select-holder select {
  border: none;
  margin-left: 5px;
  background-color: transparent;
  width: 95%
}

.form-with-error .error-notice {
  font-size: 12px;
  margin-left: 5px;
  color: red
}

.new_lead_form_enquiry .intro-form .form-inner .input-holder {
  margin-bottom: 12px
}

.new_lead_form_enquiry .intro-form .form-inner .input-holder .form-list {
  padding-top: 0
}

.new_lead_form_enquiry .intro-form .form-inner .submit-holder {
  margin-top: 10px
}

.section__intro {
  height: 60vh;
  background-image: linear-gradient(359deg, transparent, rgba(0, 0, 0, 0.46) 65%, transparent 73%, rgba(0, 0, 0, 0.7)), url(../images/contact.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  backdrop-filter: blur(30px);
  position: relative
}

@media (min-width: 1024px) {
  .section__intro {
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.0354516807) 0%, rgba(0, 0, 0, 0.7) 100%), url(../images/contact.jpg)
  }
}

.section__intro .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start
}

.section__intro__title {
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px
}

.section__intro__title--big {
  font-size: 4rem;
  display: block;
  font-weight: bold;
  letter-spacing: -2.4px;
  line-height: 1.21;
  text-transform: initial;
  margin: 0
}

@media (min-width: 1024px) {
  .section__intro__title--big {
    font-size: 5rem;
    width: 55vw;
    max-width: 720px
  }
}

.section__intro__button {
  margin-top: 20px
}

@media (min-width: 1024px) {
  .section__intro__button {
    margin-top: 35px
  }
}

.section__intro__scroll {
  border: 1px solid #fff;
  border-radius: 25px;
  background: transparent;
  align-self: center;
  padding: 10px;
  transform: translatey(0px);
  animation: float 3s ease-in-out infinite;
  position: absolute;
  bottom: 20px
}

@media (min-width: 1024px) {
  .section__intro__scroll {
    bottom: 40px
  }
}

.section__intro__scroll:focus {
  outline: none
}

.section__intro__scroll:before {
  content: "";
  border-left: 3px solid #fff;
  display: block;
  height: 20px
}

.section__statistics {
  display: flex;
  flex-flow: column
}

@media (max-width: 1023px) {
  .section__statistics {
    height: auto
  }
}

.section__statistics .container {
  flex: 0 0;
  width: 100%
}

.section__statistics__stats {
  margin-top: 40px
}

@media (min-width: 1024px) {
  .section__statistics__stats {
    display: flex;
    justify-content: space-between
  }
}

.section__statistics__stats-item {
  color: #7c7c7c
}

.section__statistics__stats-item__heading {
  font-size: 5.7rem;
  text-align: center;
  letter-spacing: -4.2px;
  font-weight: 500
}

@media (max-width: 1023px) {
  .section__statistics__stats-item__heading {
    font-size: 7rem;
    letter-spacing: -2.4px
  }
}

.section__statistics__stats-item__caption {
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px
}

@media (max-width: 1023px) {
  .section__statistics__stats-item__caption {
    font-size: 2.0rem
  }
}

@media (max-width: 1023px) {
  .section__statistics__stats-item:not(:first-child) {
    margin-top: 25px
  }
}

@media (min-width: 1024px) {
  .section__statistics__stats-item {
    margin-bottom: 20px
  }
}

.section__statistics__stats .container {
  display: flex;
  flex-direction: column
}

@media (min-width: 1024px) {
  .section__statistics__stats .container {
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    align-items: center
  }
}

.section__statistics__slider {
  margin-top: 50px;
  flex: 1
}

.section__statistics__slider .slick-list,
.section__statistics__slider .slick-track {
  height: 100%
}

@media (max-width: 1023px) {
  .section__statistics__slider {
    height: 350px;
    margin-top: 20px
  }
}

@media (min-width: 1024px) {
  .section__statistics__slider {
    margin-top: 100px;
    height: 485px
  }
}

.section__statistics__slider__slide {
  width: 100%;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

@media (min-width: 1024px) {
  .section__statistics__slider__slide {
    padding-bottom: 80px;
    height: 100%
  }
}

.section__statistics__slider__slide .multi-line-header__caption {
  color: #fff
}

@media (max-width: 1023px) {
  .section__statistics__slider__slide .multi-line-header {
    display: none
  }
}

.section__statistics__slider__slide .container {
  display: flex;
  align-items: flex-end;
  height: 100%
}

.section__statistics__slider__slide .contentful-slide {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  text-align: center;
  justify-content: center
}

@media (min-width: 1024px) {
  .section__statistics__slider__slide .contentful-slide {
    padding-top: 70px
  }
}

.section__statistics__slider__slide .contentful-slide__count {
  font-size: 12.0rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -9px
}

@media (min-width: 1024px) {
  .section__statistics__slider__slide .contentful-slide__count {
    font-size: 15.0rem
  }
}

.section__statistics__slider__slide .contentful-slide__count.lucent-blue {
  color: rgba(42, 110, 154, 0.8)
}

.section__statistics__slider__slide .contentful-slide__count.lucent-green {
  color: rgba(59, 129, 38, 0.8)
}

.section__statistics__slider__slide .contentful-slide__count.lucent-yellow {
  color: rgba(255, 160, 47, 0.8)
}

.section__statistics__slider__slide .contentful-slide__count.lucent-grey {
  color: rgba(139, 139, 139, 0.8)
}

.section__statistics__slider__slide .contentful-slide__title {
  font-size: 4.5rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: -2px;
  margin: 0
}

@media (min-width: 1024px) {
  .section__statistics__slider__slide .contentful-slide__title {
    font-size: 5.9rem;
    letter-spacing: -4px
  }
}

.section__statistics__slider__slide .contentful-slide__caption {
  font-size: 1.8rem;
  color: #fff
}

@media (min-width: 1024px) {
  .section__statistics__slider__slide .contentful-slide__caption {
    max-width: 75%
  }
}

.section__statistics .multi-line-header {
  margin-top: 60px
}

.section__statistics .multi-line-header__caption {
  line-height: 1.23;
  letter-spacing: -2.1px;
  font-size: 4.375rem;
  margin: 0
}

.section__journey {
  display: flex;
  flex-flow: column
}

.section__journey .container {
  flex: 0 0
}

.section__journey__text {
  color: #707070;
  font-size: 2.0rem;
  margin-top: 30px
}

@media (min-width: 1024px) {
  .section__journey__text {
    font-size: 1.5rem;
    margin: 50px auto;
    width: 85%;
    text-align: center;
    line-height: 2
  }
}

.section__journey__gif {
  margin-top: 50px
}

@media (min-width: 1024px) {
  .section__journey__gif {
    margin-top: auto;
    height: 425px
  }
}

@media (max-width: 1023px) {
  .section__journey__gif {
    width: 100%
  }
}

.section__journey__video {
  object-fit: cover;
  margin-top: 70px;
  height: 400px;
}

.section__accolades {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: auto;
  justify-content: space-between;
  margin-bottom: 25px
}

@media (max-width: 1023px) {
  .section__accolades {
    padding-bottom: 30px;
    margin-bottom: 0
  }
}

.section__accolades-item {
  flex: 1 0 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  color: #707070
}

.section__accolades-item:not(:first-child) {
  margin-left: 25px
}

.section__accolades-item .accolades-item__logo-wrapper {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center
}

.section__team {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  transition: background 0.2s linear;
  position: relative;
  height: 80vh
}

@media (max-width: 1023px) {
  .section__team {
    height: 680px;
    background-position: 0 0;
    background-size: contain;
    flex-flow: column nowrap;
    justify-content: center;
    background: linear-gradient(to bottom left, #ffe57e, #ffcd37)
  }
}

.section__team:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom left, #ffe57e, #ffcd37);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
  z-index: -1
}

@media (max-width: 1023px) {
  .section__team:before {
    height: 500px;
    z-index: 0
  }
}

.section__team__title {
  color: rgba(98, 75, 0, 0.2);
  font-weight: bold;
  text-transform: lowercase;
  font-size: 9rem
}

@media (max-width: 1023px) {
  .section__team__title {
    line-height: 1;
    z-index: 1
  }
}

@media (min-width: 1024px) {
  .section__team__title {
    font-size: 9.2rem;
    position: absolute;
    transform: rotate(-90deg);
    letter-spacing: -3.32px;
    transform-origin: 100px 120px
  }
}

.section__team__list {
  list-style: none;
  font-weight: 500;
  font-size: 2.1rem;
  color: #fff
}

@media (max-width: 1023px) {
  .section__team__list {
    margin: auto auto 70px
  }
}

@media (min-width: 1024px) {
  .section__team__list {
    margin-bottom: 200px;
    margin-left: 150px;
    font-size: 3rem
  }
}

@media (min-width: 1440px) {
  .section__team__list {
    margin-bottom: 250px;
    margin-left: 200px
  }
}

.section__team__list-item {
  opacity: 0.5;
  transition: 0.2s all;
  color: #747474
}

.section__team__list-item__designation {
  color: #ff5300;
  font-weight: bold
}

.section__team__list-item.team-list-item-active {
  color: #505050;
  opacity: 1
}

.section__team__list-item:not(:first-child) {
  margin-top: 20px
}

.section__team__list-item:hover {
  cursor: pointer
}

.section__team__image {
  position: absolute;
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.2s
}

@media (max-width: 1023px) {
  .section__team__image {
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
    background-size: contain;
    background-position: center 100%
  }
}

@media (min-width: 1024px) {
  .section__team__image {
    height: 75vh;
    width: 495px;
    bottom: 3px;
    right: 100px;
    background-position: center center;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 31px), 0 100%)
  }
}

@media (min-width: 1440px) {
  .section__team__image {
    bottom: 14px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), 0 100%)
  }
}

.section__team__button {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 94px)
}

@media (min-width: 1024px) {
  .section__team__button {
    left: calc(50% - 135px)
  }
}

.section__memories {
  padding-bottom: 30px;
  height: 100%;
  display: flex;
  flex-flow: column
}

.section__memories .container {
  flex: 0 0
}

@media (min-width: 1024px) {
  .section__memories {
    padding-bottom: 50px
  }
}

.section__memories .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between
}

.section__memories__title {
  margin-bottom: 30px
}

.section__memories__button-wrapper {
  text-align: center
}

.section__memories__button-wrapper__button {
  margin-top: 20px
}

.section__memories__video {
  object-fit: cover
}

.section__media {
  overflow: hidden
}

.section__media .container {
  align-items: center;
  height: 100%;
  justify-content: space-between
}

@media (min-width: 1024px) {
  .section__media .container {
    display: flex;
    flex-direction: column
  }
}

.section__media .container .section-title {
  margin-bottom: 5%
}

.section__media__slider {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 800px
}

.section__media__slider .slick-arrow {
  box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.16)
}

.section__media__slider .slick-arrow.slick-next {
  right: 200px
}

@media (min-width: 1024px) {
  .section__media__slider .slick-arrow.slick-next {
    right: -150px
  }
}

.section__media__slider .slick-arrow.slick-prev {
  left: 200px
}

@media (min-width: 1024px) {
  .section__media__slider .slick-arrow.slick-prev {
    left: -150px
  }
}

.section__media__slider .slick-slide {
  padding-right: 50px
}

@media (max-width: 1023px) {
  .section__media__slider .slick-slide {
    padding-right: 20px
  }
}

.section__media__slider__slide {
  position: relative;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  height: 300px;
  width: 220px;
  padding: 20px 35px;
  margin: 30px
}

.section__media__slider__slide.media-slide-blue {
  background: #00adf3;
  color: #fff
}

.section__media__slider__slide.media-slide-blue .media-slider__slide__caption {
  position: relative
}

.section__media__slider__slide.media-slide-blue .media-slider__slide__caption:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -17.5px;
  border-left: 2px solid #fff
}

.section__media__slider__slide.media-slide-beige {
  background: #ffe4c5;
  color: #6f847e
}

.section__media__slider__slide.media-slide-red {
  background: #b30b0a;
  color: #fff
}

.section__media__slider__slide .media-slider__slide__logo {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px
}

.section__media__slider__slide .media-slider__slide__caption {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.13;
  letter-spacing: -1.5px
}

.section__media__slider__slide:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 10px;
  background: #fff;
  z-index: -1;
  z-index: -1;
  transform: rotate(3deg) translateY(6px) translateX(13px)
}

.section__media__slider__slide:after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  content: "";
  font-family: "icomoon";
  font-size: 6px;
  padding: 10px;
  border-radius: 20px;
  transform: rotate(-90deg);
  background: #fff;
  color: #00adf3
}

.section__media__brands {
  display: flex;
  flex-flow: row wrap;
  justify-content: center
}

.section__media__brands__wrapper {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  margin: 4%
}

@media (min-width: 1024px) {
  .section__media__brands__wrapper {
    flex: 0 0 16.66%;
    height: 50px;
    margin: 30px 20px
  }
}

.section__media__brands {
  margin-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly
}

.section__media__brands__wrapper {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px
}

@media (min-width: 1024px) {
  .section__media__brands__wrapper {
    flex: 0 0 16%;
    height: 50px
  }
}

@media (max-width: 1023px) and (min-width: 577px) {
  .section__media__brands__wrapper {
    width: 10%
  }
}

.section__media__brands__wrapper__img {
  max-height: 50px;
  max-width: 90px
}

@media (min-width: 1024px) {
  .section__media__brands__wrapper__img {
    max-height: 100px;
    max-width: 150px
  }
}

@media (max-width: 1023px) and (min-width: 577px) {
  .section__media__brands__wrapper__img {
    max-height: 80px;
    max-width: 100px
  }
}

.section__culture {
  background: #fff;
  padding-bottom: 25px
}

@media (min-width: 1024px) {
  .section__culture {
    padding-bottom: 85px
  }
}

.section__culture-title {
  margin-bottom: 25px
}

.section__culture-title .multi-line-header__caption {
  margin: 0
}

.section__culture__grid {
  max-width: 100%;
  margin: 0 auto
}

.section__culture__grid-sizer {
  width: 250px
}

.section__culture__grid-item {
  width: 300px;
  margin-bottom: 10px
}

@media (max-width: 1023px) {
  .section__culture__grid-item {
    width: 220px
  }
}

@media (max-width: 768px) {
  .section__culture__grid-item {
    width: 200px
  }
}

@media (max-width: 480px) {
  .section__culture__grid-item {
    width: 160px
  }
}

@media (max-width: 375px) {
  .section__culture__grid-item {
    width: 140px
  }
}

@media (max-width: 320px) {
  .section__culture__grid-item {
    width: 120px
  }
}

@media (min-width: 1024px) {
  .section__culture__grid-item {
    margin-bottom: 50px
  }
}

.section__culture__grid-text {
  height: 160px;
  width: 160px
}

@media (min-width: 1024px) {
  .section__culture__grid-text {
    width: 300px;
    height: 300px
  }
}

.section__culture__grid .red-bg-grid-item {
  background: #fd4602;
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  text-align: center;
  padding: 40px 17px 0;
  letter-spacing: -0.75px;
  line-height: 1.26;
  display: inline-block;
  border-radius: 10px
}

@media (min-width: 1024px) {
  .section__culture__grid .red-bg-grid-item {
    padding: 65px 30px 15px
  }
}

.section__culture__grid:after {
  content: '';
  display: block;
  clear: both
}

.banner-work {
  background: url(../images/about-sub.jpg), radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3) 50%, transparent 80%) no-repeat;
  background-size: cover;
  background-blend-mode: saturation;
  background-position: center;
  height: 385px;

}

.banner-work .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%
}

.banner-work-heading {
  text-align: center;
  color: #fff
}

.banner-work-heading-title {
  font-weight: bold;
  font-size: 5.0rem;
  letter-spacing: -2.5px
}

.banner-work-heading-caption {
  font-size: 1.5rem
}

.banner-work__button {
  font-size: 1.5rem
}

@media (min-width: 1024px) {
  .banner-work__button {
    margin-top: 30px
  }
}

.banner-work__button:hover {
  color: #fff
}

@media (min-width: 1024px) {
  .search-container {
    width: 63.64%
  }
}

.search-container .search-slide {
  border-radius: 26px;
  background-color: rgba(0, 0, 0, 0.58)
}

@media (max-width: 1023px) {
  .search-container .search-slide {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    background-color: #F6F8FB;
    border-radius: 0
  }
}

.search-container .search-slide .inner-form-container #global-search-form fieldset {
  border: none;
  color: #505050;
  padding: 0
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 2px 10px
}

@media (max-width: 1023px) {
  .search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap {
    padding: 2px 0;
    margin: 0 10px;
    background: white;
    border-radius: 20px
  }
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap .icon-search {
  font-size: 1.7rem;
  margin-right: 7px;
  display: flex;
  align-items: center
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap #slug-search-text {
  color: #fff;
  font-weight: 400;
  background-color: transparent;
  border: none;
  font-size: 1.2rem;
  flex: 1
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap #slug-search-text:focus {
  outline: none
}

@media (max-width: 1023px) {
  .search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap #slug-search-text {
    background-color: #fff;
    color: #000;
    border-radius: 16px;
    padding: 10px 15px
  }
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap .icon-cancel-music {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  cursor: pointer
}

@media (max-width: 1023px) {
  .search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap .icon-cancel-music {
    margin-right: 10px
  }
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap button {
  display: none;
  font-size: 1.2rem;
  line-height: 1.2rem;
  background: transparent;
  border: none
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .input-wrap button:focus {
  outline: none
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .twitter-typeahead .tt-menu {
  border-radius: 10px;
  left: -34px !important;
  background-color: #fff !important;
  width: 392px !important;
  box-shadow: 0px 2px 4px #ddd;
  max-height: 240px;
  overflow: auto;
  top: calc(100% + 10px) !important
}

@media (max-width: 1023px) {
  .search-container .search-slide .inner-form-container #global-search-form fieldset .twitter-typeahead .tt-menu {
    left: 0 !important
  }
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .twitter-typeahead .tt-menu .tt-suggestion {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 20px;
  font-size: 15px;
  text-align: left;
  line-height: 40px
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .twitter-typeahead .tt-menu .tt-suggestion:hover,
.search-container .search-slide .inner-form-container #global-search-form fieldset .twitter-typeahead .tt-menu .tt-cursor {
  background: #f9ad35
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .twitter-typeahead .tt-menu .tt-selectable:hover {
  cursor: pointer
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .twitter-typeahead .tt-menu .tt-selectable strong {
  color: #ff5300 !important;
  font-size: 15px !important
}

.search-container .search-slide .inner-form-container #global-search-form fieldset .twitter-typeahead .tt-menu .tt-dataset .search-title {
  padding: 15px 20px;
  font-size: 15px;
  background: #edeae4
}

.sidebar-container .nearby-places-container .nearby-places-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px
}

@media (min-width: 1024px) {
  .sidebar-container .nearby-places-container .nearby-places-list {
    padding: 0 10px
  }
}

.sidebar-container .nearby-places-container .nearby-places-list .col {
  padding: 0 5px;
  display: flex;
  width: 33.33%
}

@media (min-width: 480px) {
  .sidebar-container .nearby-places-container .nearby-places-list .col {
    width: 25%
  }
}

@media (min-width: 768px) {
  .sidebar-container .nearby-places-container .nearby-places-list .col {
    width: 20%
  }
}

@media (min-width: 1024px) {
  .sidebar-container .nearby-places-container .nearby-places-list .col {
    width: 33.33%
  }
}

.sidebar-container .nearby-places-container .nearby-places-list .col .nearby-places-item {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  min-height: 100px;
  min-height: 24vw;
  padding: 5px;
  overflow: hidden
}

@media (min-width: 480px) {
  .sidebar-container .nearby-places-container .nearby-places-list .col .nearby-places-item {
    min-height: 18vw
  }
}

@media (min-width: 1024px) {
  .sidebar-container .nearby-places-container .nearby-places-list .col .nearby-places-item {
    min-height: 6vw
  }
}

.sidebar-container .nearby-places-container .nearby-places-list .col .nearby-places-item:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1)
}

.sidebar-container .nearby-places-container .nearby-places-list .col .nearby-places-item-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) all
}

.sidebar-container .nearby-places-container .nearby-places-list .col .nearby-places-item a {
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.sidebar-container .nearby-places-container .nearby-places-list .col .nearby-places-item:hover .nearby-places-item-image {
  transform: scale(1.2)
}

.sidebar-container .nearby-places-container .nearby-places-list .col .nearby-places-item .caption {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease-in-out
}

@media (min-width: 375px) {
  .sidebar-container .nearby-places-container .nearby-places-list .col .nearby-places-item .caption {
    font-size: 2vw
  }
}

@media (min-width: 1024px) {
  .sidebar-container .nearby-places-container .nearby-places-list .col .nearby-places-item .caption {
    font-size: 1rem
  }
}

.lazy-image {
  opacity: 0
}

.lazy-bg {
  background: none !important
}

.lazy-image-loaded {
  opacity: 1;
  transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out
}

.akhakdhalsdjals {
  margin-top: 10px
}

.akhakdhalsdjals {
  margin-top: 10px
}