/* Google Font */
/* Import / Vendor */
body {
    margin: 0px;
    padding: 0px;
    background: #f5f5f5;
    font-family: 'Segoe UI';
}

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
	border: 1px solid #5AB1D0 !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 4px solid #5AB1D0 !important;
	border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
	border-top-color: #5AB1D0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: 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: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-ms-flexbox;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-pointer-events.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-ms-flex-align:start;align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';-ms-flex-negative:0;flex-shrink:0;-ms-flex-order:9999;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}
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,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* Disable vendor prefixing for nib() */
/* Variable/Settings */
.slick-slider .slick-slide {
  outline: none !important;
}
.slick-slider .slick-arrow {
  z-index: 1;
}
.slick-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.slick-slider .slick-arrow.slick-next,
.slick-slider .slick-arrow.slick-prev {
  background: $gold;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  top: 40%;
}
.slick-slider .slick-arrow.slick-next:before,
.slick-slider .slick-arrow.slick-prev:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 10px solid transparent;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
}
.slick-slider .slick-arrow.slick-next:hover:before,
.slick-slider .slick-arrow.slick-prev:hover:before {
  opacity: 0.7;
}
.slick-slider .slick-arrow.slick-next:before {
  margin-left: 5px;
}
.slick-slider .slick-arrow.slick-prev:before {
  margin-left: -5px;
  transform: rotate(-180deg);
}
.slick-slider.slick-dotted {
  margin-bottom: 0;
}
.slick-slider .slick-dots ul {
  padding-left: 0 !important;
}
.slick-slider .slick-dots li {
  width: 7px;
  margin: 0 7px;
  display: inline-block !important;
}
.slick-slider .slick-dots li button:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0074d9;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active button:before {
  background: $gold;
}
.carousel-container.mini .slick-arrow {
  width: 50px;
  height: 50px;
}
.carousel-container.mini .slick-arrow:before {
  border-top-width: 8px;
  border-left-width: 16px;
  border-bottom-width: 8px;
}
.carousel-container.mini .slick-arrow.slick-next:before {
  margin-left: 5px;
}
@font-face {
  font-family: 'costa-bold';
  src: local('../fonts/costadisplay-bold'), url("../fonts/costadisplay-bold.woff2") format('woff2'), url("../fonts/costadisplay-bold.woff") format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'costa-regular';
  src: local('../fonts/CostaDisplay-Regular'), url("../fonts/CostaDisplay-Regular.woff2") format('woff2'), url("../fonts/CostaDisplay-Regular.woff") format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonGrotesque';
  src: url("./../fonts/BrandonGrotesque-Medium.eot");
  src: local('☺'), url("./../fonts/BrandonGrotesque-Medium.woff") format('woff'), url("./../fonts/BrandonGrotesque-Medium.ttf") format('truetype'), url("../fonts/BrandonGrotesque-Medium.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonGrotesque';
  src: url("./../fonts/BrandonGrotesque-Bold.eot");
  src: local('☺'), url("./../fonts/BrandonGrotesque-Bold.woff") format('woff'), url("./../fonts/BrandonGrotesque-Bold.ttf") format('truetype'), url("./../fonts/BrandonGrotesque-Bold.svg") format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro';
  src: url("./../fonts/MyriadPro-Regular.eot");
  src: local('☺'), url("./../fonts/MyriadPro-Regular.woff") format('woff'), url("./../fonts/MyriadPro-Regular.ttf") format('truetype'), url("./../fonts/MyriadPro-Regular.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'costa-arabic-bold';
  src: local('../fonts/costa-arabic-wavebold'), url("../fonts/costa-arabic-wavebold.woff") format('woff'), url("../fonts/costa-arabic-wavebold.woff2") format('woff2');
  font-style: normal;
}
@font-face {
  font-family: 'costa-arabic-regular';
  src: local('../fonts/costa-arabic-waveregular'), url("../fonts/costa-arabic-waveregular.woff") format('woff'), url("../fonts/costa-arabic-waveregular.woff2") format('woff2');
  font-style: normal;
}
footer {
  display: block;
  padding: 30px 0;
  background: #6b1831;
  color: #fff;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer .row {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
footer .row .col.copyright p {
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  footer .row .col.copyright p {
    text-align: left;
  }
}
footer .row .col.social-media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 1100px) {
  footer .row .col.social-media {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media only screen and (max-width: 1100px) {
  footer .row .col.social-media {
    width: 100%;
    margin-top: 15px;
  }
}
footer .row .col.social-media ul {
  display: -ms-flexbox;
  display: flex;
}
footer .row .col.social-media ul li {
  margin-right: 20px;
}
footer .row .col.social-media ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1100px) {
  footer .row .col.social-media ul li:last-child {
    margin-right: 20px;
  }
}
footer .row .col.social-media ul li a {
  color: #fff;
  text-decoration: underline;
}
footer .row .col.social-media .social-media-icons {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
@media only screen and (min-width: 1100px) {
  footer .row .col.social-media .social-media-icons {
    margin-top: 0;
  }
}
footer .row .col.social-media .social-media-icons a {
  margin-right: 10px;
  max-width: 32px;
}
footer .row .col.social-media .social-media-icons a:last-child {
  margin-right: 0;
}
header {
  position: fixed;
  width: 100%;
  min-height: 65px;
  z-index: 9999;
  background: #6b1831;
  padding: 3px 0;
}
header .row {
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
}
header #logo {
  margin: 10px auto;
  max-width: 120px;
}
@media only screen and (min-width: 1100px) {
  header #logo {
    margin: 0;
  }
}
header #logo img {
  width: 100%;
}
header .burger {
  cursor: pointer;
  width: 35px;
  height: 45px;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 0px;
  margin: auto;
}
@media only screen and (min-width: 1100px) {
  header .burger {
    display: none;
  }
}
header .burger span {
  display: block;
  height: 5px;
  width: 100%;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  transition: all 0.4s;
}
header .burger span:nth-child(1) {
  top: 0;
}
header .burger span:nth-child(1) {
  top: 15px;
}
header nav {
  display: none;
  float: right;
  padding: 15px;
}
@media only screen and (min-width: 1100px) {
  header nav {
    display: inline-block;
  }
}
header nav ul {
  margin: 0;
  padding: 10px 0;
}
header nav ul li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  vertical-align: middle;
}
header nav ul li:not(.no-fx):after {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  height: 2px;
  width: 0;
  bottom: -8px;
  left: auto;
  right: 0;
  transition: all 0.4s;
}
header nav ul li:hover:not(.no-fx):after {
  left: 0;
  right: auto;
  width: 100%;
  transition: all 0.2s;
}
header nav ul li a {
  font-size: 18px;
  font-family: 'costa-bold';
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  position: relative;
  color: #fff;
  cursor: pointer;
}
header nav ul li.active:after {
  width: 100% !important;
}
@media only screen and (max-width: 1100px) {
  header.expand {
    z-index: 1001;
  }
  header.expand .row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  header.expand .burger span:nth-child(1) {
    transition: all 0.4s;
    transform: rotate(45deg);
    top: 10px;
  }
  header.expand .burger span:nth-child(2) {
    transition: all 0.4s;
    transform: rotate(-45deg);
    top: 10px;
  }
  header.expand nav {
    display: block;
  }
  header.expand nav ul {
    height: 100vh;
  }
  header.expand nav ul li {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 0;
  }
  header.expand nav ul li a {
    font-size: 20px;
    font-family: 'costa-bold';
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
  }
}
body.page-template-template-location-qs header {
  background: #fff;
}
body.page-template-template-location-qs header .burger span {
  background: #6b1831;
}
body.page-template-template-location-qs header nav ul li:not(.no-fx):after {
  background: #6b1831;
}
body.page-template-template-location-qs header nav ul li a {
  color: #6b1831;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-right: 10px;
}
.pagination a {
  margin-right: 10px;
  margin-top: 20px;
}
.pagination a.active {
  text-decoration: underline;
}
/* components */
main.location input[type="text"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 0 0 15px;
  color: #999;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  border: 2px solid #54111c;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  outline: none;
  background: url("../img/search-icon.png") no-repeat;
  background-size: 16px 16px;
  background-position: 96% 50%;
}
@media only screen and (min-width: 768px) {
  main.location input[type="text"] {
    min-width: 330px;
    max-width: 330px;
  }
}
main.location input[type="text"]:-ms-input-placeholder {
  opacity: 0.5;
}
main.location input[type="text"]::placeholder {
  opacity: 0.5;
}
main.location input[type="text"]:focus {
  color: #000;
  background: url("../img/search-focus.png") no-repeat;
  background-size: 16px 16px;
  background-position: 96% 50%;
}
/* Modules */
.xmas-home p {
  font-family: 'costa-arabic-regular';
}
.xmas-home h1,
.xmas-home h2,
.xmas-home h3 {
  font-family: 'costa-arabic-bold';
}
.xmas-home * {
  box-sizing: border-box;
}
.xmas-home .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
@media only screen and (min-width: 1100px) {
  .xmas-home .grid {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}
.xmas-home .grid .half {
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  .xmas-home .grid .half {
    width: 50%;
  }
}
.xmas-home .home-hero ._content {
  position: relative;
  padding: 30px 20px;
}
@media only screen and (min-width: 1100px) {
  .xmas-home .home-hero ._content {
    padding: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: -20px;
  }
}
.xmas-home .home-hero ._content:before {
  content: '';
  display: block;
  width: 100%;
  height: 79px;
  background: url("../img/xmas/mbl-wave.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 0;
}
@media only screen and (min-width: 1100px) {
  .xmas-home .home-hero ._content:before {
    display: none;
  }
}
.xmas-home .home-hero ._content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.xmas-home .home-hero ._content img.mob-hide {
  -o-object-position: top;
     object-position: top;
}
.xmas-home .home-hero ._content .content {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  .xmas-home .home-hero ._content .content {
    margin: 0 auto;
    width: 520px;
  }
}
.xmas-home .home-hero ._content .content h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1100px) {
  .xmas-home .home-hero ._content .content h1 {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
.xmas-home .home-hero ._content .content .steps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1100px) {
  .xmas-home .home-hero ._content .content .steps {
    margin-bottom: 30px;
  }
}
.xmas-home .home-hero ._content .content .steps .step {
  color: #fff;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1100px) {
  .xmas-home .home-hero ._content .content .steps .step {
    margin-bottom: 20px;
  }
}
.xmas-home .home-hero ._content .content .steps .step h3,
.xmas-home .home-hero ._content .content .steps .step p {
  color: inherit;
  text-align: left;
}
.xmas-home .home-hero ._content .content .steps .step h3 {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1100px) {
  .xmas-home .home-hero ._content .content .steps .step h3 {
    font-size: 24px;
  }
}
.xmas-home .home-hero ._content .content .steps .step p {
  line-height: 1.3;
  margin-top: 0;
}
@media only screen and (min-width: 1100px) {
  .xmas-home .home-hero ._content .content .steps .step p {
    font-size: 22px;
  }
}
.xmas-home .home-hero ._content .content .steps .step p span {
  font-family: 'costa-arabic-bold';
}
.xmas-home .home-hero ._content .content a {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1100px) {
  .xmas-home .home-hero ._content .content a {
    margin-bottom: 0;
  }
}
main.location {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  main.location .container {
    min-height: 280px;
  }
}
main.location .hero-banner {
  position: relative;
  min-height: 250px;
}
@media only screen and (min-width: 1100px) {
  main.location .hero-banner {
    min-height: 600px;
  }
}
@media only screen and (min-width: 1600px) {
  main.location .hero-banner {
    min-height: 750px;
  }
}
main.location .hero-banner img {
  width: 100%;
  height: 100%;
}
main.location .hero-banner .default-z {
  position: absolute;
  top: 0;
  left: 0;
}
main.location .main-menu {
  background: url("../img/main-bg.png");
  background-repeat: repeat-x;
  background-size: 100% 100%;
  background-position: -5px 20px;
  margin-top: 90px;
  text-align: center;
  padding-bottom: 80px;
}
@media only screen and (min-width: 1100px) {
  main.location .main-menu {
    background-size: contain;
    padding-bottom: 100px;
    background-position: 55px 20px;
  }
}
@media only screen and (min-width: 1600px) {
  main.location .main-menu {
    background-position: -60px 20px;
  }
}
main.location .main-menu .row {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  main.location .main-menu .row {
    margin-left: 0;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
main.location .main-menu a {
  display: block;
  margin-top: -40px;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  main.location .main-menu a {
    -ms-flex: 0 1 44%;
        flex: 0 1 44%;
    margin-top: -40px;
    margin-right: 20px;
  }
}
main.location .main-menu a:last-child {
  margin-right: 0;
}
main.location .main-menu .icon-visual {
  margin: 0 auto 10px;
  max-width: 120px;
}
main.location .main-menu .headline {
  margin: 15px auto;
  max-width: 170px;
}
main.location .main-menu .headline:after {
  content: "";
  width: 51px;
  height: 1px;
  display: block;
  margin: 8px auto;
  background: #fff;
}
main.location.costa-store .post-card-col.delivery .post-direction {
  background-color: #ee7d80;
}
main.location.costa-store .post-card-col.delivery .icon {
  background-color: #ee7d80;
}
main.location.costa-store .sub-category-menu.delivery .icon-visual {
  background-color: #ee7d80;
}
main.location .sub-category-menu {
  max-width: 100px;
  text-align: center;
}
main.location .sub-category-menu.petrol_station .icon-visual {
  background: #cfa7ca;
}
main.location .sub-category-menu.universities .icon-visual {
  background: #b0ddf5;
}
main.location .sub-category-menu.offices .icon-visual {
  background: #ee7d80;
}
main.location .sub-category-menu.convenient_stores .icon-visual {
  background: #cfa7ca;
}
main.location .sub-category-menu.leisure_cinemas_themeparks .icon-visual {
  background-color: #ee7d80;
}
main.location .sub-category-menu.fitness_centres .icon-visual {
  background-color: #b0ddf5;
}
main.location .sub-category-menu.delivery .icon-visual {
  background-color: #cfa7ca;
}
main.location .sub-category-menu.others .icon-visual {
  background-color: #ee7d80;
}
main.location .sub-category-menu.city_centre .icon-visual {
  background-color: #cfa7ca;
}
main.location .sub-category-menu.airports .icon-visual {
  background-color: #b0ddf5;
}
main.location .sub-category-menu .icon-visual {
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
  border: 2px solid #541218;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  main.location .sub-category-menu .icon-visual {
    width: 80px;
    height: 80px;
  }
}
main.location .sub-category-menu .icon-visual img {
  max-width: 60px;
  margin: 0 auto;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  main.location .sub-category-menu .icon-visual img {
    max-width: 74px;
  }
}
main.location .post-result .arrow {
  max-width: 40px;
  margin: 0 auto 30px;
}
main.location .post-result .skeleton-card {
  margin-bottom: 10px;
  box-shadow: 0px 1px 15px rgba(0,0,0,0.1);
}
@media only screen and (min-width: 768px) {
  main.location .post-result .skeleton-card {
    -ms-flex: 0 1 48%;
        flex: 0 1 48%;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1100px) {
  main.location .post-result .skeleton-card {
    -ms-flex: 0 1 24%;
        flex: 0 1 24%;
  }
}
main.location .post-result .skeleton-card .skeleton-inner {
  padding: 10px 15px;
}
main.location .post-result .post-listing-wrapper {
  background: rgba(237,190,195,0.25);
  padding: 30px 0 55px;
}
main.location .post-card-col {
  padding: 0;
  margin-bottom: 40px;
  box-shadow: 0px 1px 15px rgba(0,0,0,0.1);
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  main.location .post-card-col {
    -ms-flex: 0 1 48%;
        flex: 0 1 48%;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1100px) {
  main.location .post-card-col {
    -ms-flex: 0 1 24%;
        flex: 0 1 24%;
  }
}
main.location .post-card-col .post-details {
  padding: 15px 15px 0;
  min-height: 155px;
}
@media only screen and (min-width: 1100px) {
  main.location .post-card-col .post-details {
    min-height: 200px;
  }
}
main.location .post-card-col .post-details h2 {
  font-size: 14px;
  line-height: 16px;
  color: #541218;
  margin-bottom: 0;
}
main.location .post-card-col .post-details p {
  color: #541218;
}
main.location .post-card-col .icon {
  margin-bottom: 10px;
  border-radius: 50%;
  border: 2px solid #6b1831;
  width: 36px;
  height: 36px;
  position: relative;
}
main.location .post-card-col .icon:before {
  width: 28px;
  height: 20px;
  background-size: 28px 20px;
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
}
@media only screen and (min-width: 768px) {
  main.location .post-card-col .icon:before {
    width: 37px;
    height: 26px;
    background-size: 37px 26px;
    top: 5px;
    left: 0;
  }
}
main.location .post-card-col .icon-category {
  margin-bottom: 10px;
  border-radius: 50%;
  border: 2px solid #6b1831;
  width: 36px;
  height: 36px;
  position: relative;
  margin-right: 5px;
  background: #ee7d80;
}
main.location .post-card-col .icon-category.costa-smart-cafe:after,
main.location .post-card-col .icon-category.costa-store:after {
  width: 18px;
  height: 19px;
  background-image: url("../img/icon/smart-cafe.png");
  background-size: 18px 19px;
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  main.location .post-card-col .icon-category.costa-smart-cafe:after,
  main.location .post-card-col .icon-category.costa-store:after {
    top: 6px;
    background-size: 21px 22px;
    width: 21px;
    height: 22px;
  }
}
main.location .post-card-col .icon-category.costa-store:after {
  background-image: url("../img/icon/store.png");
}
main.location .post-card-col .post-direction {
  padding: 40px 15px 10px;
  margin-top: 0px;
  position: relative;
}
main.location .post-card-col .post-direction .wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
main.location .post-card-col .post-direction a {
  margin-bottom: 10px;
  color: #fff;
}
main.location .post-card-col.petrol_station .post-direction {
  background-color: #cfa7ca;
}
main.location .post-card-col.petrol_station .icon {
  background-color: #cfa7ca;
}
main.location .post-card-col.petrol_station .icon:before {
  background-image: url("../img/icon/petrol_station.png");
}
main.location .post-card-col.universities .post-direction {
  background-color: #b0ddf5;
}
main.location .post-card-col.universities .post-direction a {
  color: #6b1831;
}
main.location .post-card-col.universities .icon {
  background-color: #b0ddf5;
}
main.location .post-card-col.universities .icon:before {
  background-image: url("../img/icon/universities.png");
}
main.location .post-card-col.offices .post-direction {
  background-color: #ee7d80;
}
main.location .post-card-col.offices .icon {
  background-color: #ee7d80;
}
main.location .post-card-col.offices .icon:before {
  background-image: url("../img/icon/offices.png");
}
main.location .post-card-col.convenient_stores .post-direction {
  background-color: #cfa7ca;
}
main.location .post-card-col.convenient_stores .icon {
  background-color: #cfa7ca;
}
main.location .post-card-col.convenient_stores .icon:before {
  background-image: url("../img/icon/convenient_stores.png");
}
main.location .post-card-col.leisure_cinemas_themeparks .post-direction {
  background-color: #ee7d80;
}
main.location .post-card-col.leisure_cinemas_themeparks .icon {
  background-color: #ee7d80;
}
main.location .post-card-col.leisure_cinemas_themeparks .icon:before {
  background-image: url("../img/icon/leisure_cinemas_themeparks.png");
}
main.location .post-card-col.city_centre .post-direction {
  background-color: #cfa7ca;
}
main.location .post-card-col.city_centre .icon {
  background-color: #cfa7ca;
}
main.location .post-card-col.city_centre .icon:before {
  background-image: url("../img/icon/city_centre.png");
}
main.location .post-card-col.delivery .post-direction {
  background-color: #cfa7ca;
}
main.location .post-card-col.delivery .icon {
  background-color: #cfa7ca;
}
main.location .post-card-col.delivery .icon:before {
  background-image: url("../img/icon/delivery.png");
}
main.location .post-card-col.airports .post-direction {
  background-color: #b0ddf5;
}
main.location .post-card-col.airports .post-direction a {
  color: #6b1831;
}
main.location .post-card-col.airports .icon {
  background-color: #b0ddf5;
}
main.location .post-card-col.airports .icon:before {
  background-image: url("../img/icon/airports.png");
}
main.location .post-card-col.fitness_centres .post-direction {
  background-color: #b0ddf5;
}
main.location .post-card-col.fitness_centres .post-direction a {
  color: #6b1831;
}
main.location .post-card-col.fitness_centres .icon {
  background-color: #b0ddf5;
}
main.location .post-card-col.fitness_centres .icon:before {
  background-image: url("../img/icon/fitness_centres.png");
}
main.location .post-card-col.others .post-direction {
  background-color: #ee7d80;
}
main.location .post-card-col.others .icon {
  background-color: #ee7d80;
}
main.location .post-card-col.others .icon:before {
  background-image: url("../img/icon/others.png");
}
main.location .filter-menu-wrapper {
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}
main.location .filter-menu-wrapper a {
  font-size: 14px;
  text-decoration: none;
  display: block;
  position: relative;
  color: #6b1831;
  margin-bottom: 10px;
  cursor: pointer;
}
main.location .filter-menu-wrapper h2 {
  font-size: 14px;
  color: #6b1831;
  cursor: pointer;
  font-weight: 500;
  font-family: 'costa-regular';
  margin: 0;
}
main.location .filter-menu-wrapper .header-filter {
  padding: 20px 0 30px;
}
main.location .filter-menu-wrapper .header-filter .content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (min-width: 1100px) {
  main.location .filter-menu-wrapper .header-filter .content-wrapper {
    width: 100%;
  }
}
main.location .filter-menu-wrapper .header-filter .logo-costa {
  max-width: 120px;
  margin: 0 auto;
}
main.location .filter-menu-wrapper .header-filter .close-btn {
  max-width: 24px;
  cursor: pointer;
}
main.location .filter-menu-wrapper.expand {
  display: block;
  overflow: scroll;
}
main.location .menu-wrapper {
  margin: 40px 0;
}
@media only screen and (min-width: 768px) {
  main.location .menu-wrapper {
    margin: 60px auto 40px;
    max-width: 650px;
  }
}
main.location .menu-wrapper .row {
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 768px) {
  main.location .menu-wrapper .row {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
main.location .menu-wrapper .row> div {
  margin-right: 15px;
}
main.location .menu-wrapper .row> div:nth-child(2) {
  margin-right: 5px;
}
main.location .menu-wrapper .row> div:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  main.location .menu-wrapper .row> div {
    -ms-flex: 0 1 49%;
        flex: 0 1 49%;
    margin-right: 0 !important;
  }
  main.location .menu-wrapper .row> div:first-child {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
  }
}
main.location .menu-wrapper .search-wrapper {
  position: relative;
}
main.location .menu-wrapper .search-wrapper:after {
  background: #b5afb0;
  width: 2px;
  height: 100%;
  position: absolute;
  right: -12px;
  top: 1px;
  border-radius: 2px;
}
@media only screen and (min-width: 768px) {
  main.location .menu-wrapper .search-wrapper:after {
    right: -5px;
    content: "";
  }
}
@media only screen and (min-width: 768px) {
  main.location .menu-wrapper .search-wrapper form {
    margin-right: 10px;
  }
}
main.location .menu-wrapper .primary-btn {
  padding: 12px 0;
  margin-top: 10px;
  background: #6b1831;
  cursor: pointer;
  text-align: center;
  transition: all 300ms ease;
}
@media only screen and (min-width: 768px) {
  main.location .menu-wrapper .primary-btn {
    min-width: 120px;
    padding: 12px 0 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  main.location .menu-wrapper .primary-btn:hover {
    background: #ee7d80;
  }
}
main.location .menu-wrapper .clear-filter {
  cursor: pointer;
}
main.location .icon-subcategory-menu {
  padding: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  main.location .icon-subcategory-menu {
    padding: 0px 0 40px;
  }
}
main.location .icon-subcategory-menu p {
  color: #6b1831;
  font-size: 13px;
  line-height: 15px;
}
@media only screen and (min-width: 1100px) {
  main.location .icon-subcategory-menu p {
    font-size: 14px;
  }
}
main.location .icon-subcategory-menu .row {
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 768px) {
  main.location .icon-subcategory-menu .skeleton-card {
    max-width: 600px;
    margin: 0 auto;
  }
}
main.location .icon-subcategory-menu .icon-sub {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
main.location .icon-subcategory-menu .icon-sub .sub-category-menu {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  main.location .icon-subcategory-menu .icon-sub .sub-category-menu {
    -ms-flex: 0 1 22%;
        flex: 0 1 22%;
    max-width: 72px;
    margin-bottom: 10px;
    margin-right: 14px;
  }
}
@media only screen and (max-width: 768px) {
  main.location .icon-subcategory-menu .icon-sub .sub-category-menu:nth-child(4n) {
    margin-right: 0;
  }
}
main.location .tab-wrapper>div:nth-child(1) {
  border-top: 1px solid #d9d2d3;
}
main.location .tab-wrapper .accordion.expand .tab-content {
  border-bottom: 1px solid #d9d2d3;
}
main.location .tab-wrapper .accordion.expand .tab-title:after {
  transform: rotate(180deg);
}
main.location .tab-wrapper .tab-title {
  border-bottom: 1px solid #d9d2d3;
  padding: 20px 0;
  position: relative;
}
main.location .tab-wrapper .tab-title:after {
  position: absolute;
  right: 0;
  top: 20px;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/arrow-down.svg");
  background-size: 16px 16px;
  transition: all 300ms ease;
}
main.location .tab-wrapper .tab-content {
  padding: 25px 0;
  display: none;
}
main.location .tab-wrapper .tab-content a:last-child {
  margin-bottom: 0;
}
.back-to-top {
  background: #f5f3f3;
  box-shadow: 0px 1px 15px rgba(0,0,0,0.1);
  border-radius: 6px;
  width: 35px;
  height: 30px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .back-to-top {
    right: 25px;
  }
}
.back-to-top img {
  max-width: 20px;
  margin: 8px auto 0;
  transform: rotate(180deg);
}
@media only screen and (min-width: 1100px) {
  .skeletons {
    max-width: 200px;
  }
}
.skeletons .skeleton-card {
  margin-right: 10px;
}
@media only screen and (min-width: 1100px) {
  .skeletons .skeleton-card {
    -ms-flex: 0 1 24%;
        flex: 0 1 24%;
  }
}
.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}
.skeleton-inner {
  padding: 10px 0 0;
}
.skeleton-card {
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.2s ease;
  margin: 0;
  width: 100%;
  height: 100%;
}
.card__header {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0;
}
.card__header .header__img {
  height: 2rem;
  width: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}
.card__header .header__title {
  font-size: 1.0625rem;
  line-height: 1.375rem;
  color: #0e1217;
  font-weight: 700;
}
.card__body {
  margin: 0;
  padding-top: 15px;
}
.card__footer {
  margin: 0;
}
.card__footer .skeleton-footer {
  margin: 0 0 0.5rem 0;
}
.skeleton-text {
  width: 100%;
  height: 0.7rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}
.skeleton-text__body {
  width: 75%;
}
.skeleton-footer {
  width: 30%;
}
@keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}
.xmas-page {
  background: url("../img/xmas/snow-globe-mbl.jpg") no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 1100px) {
  .xmas-page {
    background: url("../img/xmas/snow-globe-desktop.jpg") no-repeat center;
    background-size: cover;
    min-height: calc(100vh - 170px);
  }
}
.xmas-page p {
  font-family: 'costa-arabic-regular';
}
.xmas-page h1,
.xmas-page h2,
.xmas-page h3 {
  font-family: 'costa-arabic-bold';
}
.xmas-page * {
  box-sizing: border-box;
}
.xmas-page .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
@media only screen and (min-width: 1100px) {
  .xmas-page .grid {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}
.xmas-page .grid .half {
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  .xmas-page .grid .half {
    width: 50%;
  }
}
.xmas-page .content-wrapper {
  width: 100%;
  text-align: center;
  color: #fff;
}
.xmas-page h1 {
  margin: 80px 0 25px 0;
}
@media only screen and (min-width: 1100px) {
  .xmas-page h1 {
    margin-top: 80px;
    font-size: 40px;
  }
}
.xmas-page form {
  padding: 0 20px;
}
@media only screen and (min-width: 1100px) {
  .xmas-page form {
    max-width: 50%;
    margin: 0 auto;
  }
}
.xmas-page form .parsley-errors-list {
  margin-top: 5px;
}
.xmas-page form .parsley-errors-list li {
  color: #ee7d80;
}
.xmas-page form .form-row {
  text-align: center;
  margin-bottom: 20px;
}
.xmas-page form .form-row label {
  display: block;
  cursor: pointer;
  color: #fff;
  font-family: 'costa-arabic-bold';
  font-size: 16px;
  margin-bottom: 5px;
}
.xmas-page form .form-row input[type=text],
.xmas-page form .form-row input[type=email],
.xmas-page form .form-row input[type=tel],
.xmas-page form .form-row input[type=file] {
  text-align: center;
  color: #6b1831;
  background-color: #fff;
  border-radius: 7px;
  border: 0;
  outline: none;
  padding: 8px;
  width: 100%;
}
.xmas-page form .form-row input[type=submit] {
  margin: 10px 0 20px 0;
}
.xmas-page form .form-row.pdpa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}
.xmas-page form .form-row.pdpa .parsley-errors-list {
  width: 100%;
  text-align: left;
  margin-top: 0;
}
.xmas-page form .form-row.pdpa label {
  padding-left: 5px;
  font-size: 12px;
  text-align: left;
  font-family: 'costa-arabic-regular';
  width: calc(100% - 20px);
}
@media only screen and (min-width: 1100px) {
  .xmas-page form .form-row.pdpa label {
    font-size: 14px;
  }
}
.xmas-page form .form-row.pdpa .link {
  display: inline;
  text-decoration: underline;
  color: inherit;
}
.xmas-page form .footnote {
  margin: 10px 0 30px 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
}
@media only screen and (min-width: 1100px) {
  .xmas-page form .footnote {
    font-size: 14px;
  }
}
.xmas-page form .footnote span {
  font-family: 'costa-arabic-bold';
}
.xmas-page .oos {
  text-align: center;
  padding-top: 70px;
}
.xmas-page .oos > img {
  width: 170px;
  margin: 0 auto;
}
.xmas-page .oos h1 {
  margin: 40px 0 0 0;
  color: #fff;
  font-size: 30px;
}
@media only screen and (min-width: 1100px) {
  .xmas-page .oos h1 {
    font-size: 30px;
  }
}
.xmas-page .oos h2 {
  font-size: 50px;
  color: #cfa7ca;
  margin: 10px 0 30px 0;
}
@media only screen and (min-width: 1100px) {
  .xmas-page .oos h2 {
    font-size: 56px;
  }
}
.xmas-page .oos p {
  color: #fff;
  line-height: 1.3;
  font-size: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1100px) {
  .xmas-page .oos p {
    font-size: 24px;
  }
}
.xmas-page .oos .followus {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin: 60px 0 60px 0;
}
@media only screen and (min-width: 1100px) {
  .xmas-page .oos .followus {
    font-size: 22px;
  }
}
.xmas-page .oos .followus span {
  font-family: 'costa-arabic-bold';
  display: block;
}
.xmas-page .thankyou {
  padding-top: 70px;
}
.xmas-page .thankyou .logo {
  margin: 0 auto 10px auto;
}
.xmas-page .thankyou .logo img {
  margin: 0 auto;
  width: 170px;
}
.xmas-page .thankyou .header-video {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 1100px) {
  .xmas-page .thankyou .header-video {
    width: 25%;
  }
}
.xmas-page .thankyou .dmus {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  margin: 20px 0 60px 0;
}
@media only screen and (min-width: 1100px) {
  .xmas-page .thankyou .dmus {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.xmas-page .thankyou .dmus span {
  font-family: 'costa-arabic-bold';
  display: block;
}
.xmas-page .thankyou .dmus a {
  margin-top: 20px;
}
.xmas-page p.temp-p {
  line-height: 1.3;
  font-size: 20px;
  margin-top: 20%;
  margin-bottom: 10%;
}
@media only screen and (min-width: 1100px) {
  .xmas-page p.temp-p {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    margin: 0 auto;
  }
}
.xmas-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 9999999;
}
h1,
h2 {
  font-family: 'costa-arabic-bold';
}
p {
  font-family: 'costa-arabic-regular';
  font-size: 14px;
  line-height: 18px;
}
body {
  font-size: 14px;
  overflow-x: hidden;
  background: #6b1831;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'costa-arabic-regular';
}
main {
  overflow: hidden;
  min-height: 400px;
  padding: 70px 0 0;
}
img {
  width: 100%;
  max-width: 100%;
  display: block;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  display: block;
  text-decoration: none;
  color: #000;
}
.primary-btn {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  transition: all 300ms ease;
}
.primary-btn:hover {
  background: #ee7d80;
}
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  float: none;
}
.mob-show {
  display: block !important;
}
@media only screen and (min-width: 1100px) {
  .mob-show {
    display: none !important;
  }
}
.mob-hide {
  display: none !important;
}
@media only screen and (min-width: 1100px) {
  .mob-hide {
    display: block !important;
  }
}
.hr {
  width: 100%;
  background: #fff;
  height: 1px;
  display: block;
}
.no-result {
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
a.xmas-btn,
input.xmas-btn {
  font-family: 'costa-arabic-bold';
  color: #6b1831;
  background-color: #fff;
  border: 0;
  padding: 10px 20px;
  text-align: center;
  border-radius: 15px;
  font-size: 18px;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1100px) {
  a.xmas-btn,
  input.xmas-btn {
    padding: 15px 20px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  a.xmas-btn:hover,
  input.xmas-btn:hover {
    color: #fff;
    background-color: #6b1831;
    box-shadow: 0 0 8px 3px rgba(0,0,0,0.2);
  }
}

/*# sourceMappingURL=maps/app.min.css.map */
