@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;400;600;700&display=swap");
:global {
  /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
  /* ==========================================================================
HTML5 display definitions
========================================================================== */
  /**
* Correct `block` display not defined in IE 8/9.
*/
  /**
 * Correct `inline-block` display not defined in IE 8/9.
 */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
  /**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
  /* ==========================================================================
   Base
   ========================================================================== */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
  /**
 * Remove default margin.
 */
  /* ==========================================================================
   Links
   ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10.
 */
  /**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
  /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
  /* ==========================================================================
   Typography
   ========================================================================== */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
  /**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
  /**
 * Address styling not present in Safari 5 and Chrome.
 */
  /**
 * Address differences between Firefox and other browsers.
 */
  /**
 * Address styling not present in IE 8/9.
 */
  /**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
  /**
 * Improve readability of pre-formatted text in all browsers.
 */
  /**
 * Set consistent quote types.
 */
  /**
 * Address inconsistent and variable font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
  /* ==========================================================================
   Embedded content
   ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9.
 */
  /**
 * Correct overflow displayed oddly in IE 9.
 */
  /* ==========================================================================
   Figures
   ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari 5.
 */
  /* ==========================================================================
   Forms
   ========================================================================== */
  /**
 * Define consistent border, margin, and padding.
 */
  /**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
  /**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
  /**
 * Re-set default cursor for disabled elements.
 */
  /**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
  /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
  /**
 * Remove inner padding and border in Firefox 4+.
 */
  /**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
  /* ==========================================================================
   Tables
   ========================================================================== */
  /**
 * Remove most spacing between table cells.
 */
}

:global article,
:global aside,
:global details,
:global figcaption,
:global figure,
:global footer,
:global header,
:global hgroup,
:global main,
:global nav,
:global section,
:global summary {
  display: block;
}

:global audio, :global canvas, :global video {
  display: inline-block;
}

:global audio:not([controls]) {
  display: none;
  height: 0;
}

:global [hidden], :global template {
  display: none;
}

:global html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  height: 100%;
}

:global body {
  margin: 0;
  padding: 0;
  height: 100%;
}

:global a {
  background: transparent;
}

:global a:focus {
  outline: thin dotted;
}

:global a:active, :global a:hover {
  outline: 0;
}

:global h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

:global abbr[title] {
  border-bottom: 1px dotted;
}

:global b, :global strong {
  font-weight: bold;
}

:global dfn {
  font-style: italic;
}

:global hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

:global mark {
  background: #ff0;
  color: #000;
}

:global code, :global kbd, :global pre, :global samp {
  font-family: monospace, serif;
  font-size: 1em;
}

:global pre {
  white-space: pre-wrap;
}

:global q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

:global small {
  font-size: 80%;
}

:global sub, :global sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

:global sup {
  top: -0.5em;
}

:global sub {
  bottom: -0.25em;
}

:global img {
  border: 0;
}

:global svg:not(:root) {
  overflow: hidden;
}

:global figure {
  margin: 0;
}

:global fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

:global legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

:global button, :global input, :global select, :global textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

:global button, :global input {
  line-height: normal;
}

:global button, :global select {
  text-transform: none;
}

:global button, :global html input[type="button"],
:global input[type="reset"], :global input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

:global button[disabled], :global html input[disabled] {
  cursor: default;
}

:global input[type="checkbox"], :global input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

:global input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

:global input[type="search"]::-webkit-search-cancel-button,
:global input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

:global button::-moz-focus-inner, :global input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

:global textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

:global table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hidden {
  display: none !important;
}

.block {
  display: block;
}

.greyout {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.dropshadow2 {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

h1, h2, h3, h4, .display-1, .display-2, .display-3 {
  font-weight: normal;
  letter-spacing: -0.09rem;
  color: #3f4249;
}

h1, h2, h3, h4, .display-1, .display-2, .display-3 {
  font-family: "Raleway", sans-serif;
}

h1 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}

@media screen and (max-width: 1440px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 680px) {
  h1 {
    font-size: 1.8rem;
  }
}

h2 {
  font-size: 28px;
}

@media screen and (max-width: 1440px) {
  h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 680px) {
  h2 {
    font-size: 1.6rem;
  }
}

h3 {
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 1440px) {
  h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1024px) {
  h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 680px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 1440px) {
  h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  h4 {
    font-size: 12px;
  }
}

.display-1 {
  font-size: 75px;
  font-weight: 500;
}

@media screen and (max-width: 1440px) {
  .display-1 {
    font-size: 55px;
  }
}

@media screen and (max-width: 1024px) {
  .display-1 {
    font-size: 45px;
  }
}

@media screen and (max-width: 680px) {
  .display-1 {
    font-size: 35px;
  }
}

.display-2 {
  font-size: 65px;
  font-weight: 500;
}

@media screen and (max-width: 1440px) {
  .display-2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .display-2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 680px) {
  .display-2 {
    font-size: 2rem;
  }
}

.display-3 {
  font-size: 75px;
  font-weight: 500;
}

@media screen and (max-width: 1440px) {
  .display-3 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .display-3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 680px) {
  .display-3 {
    font-size: 2rem;
  }
}

p {
  font-size: 16px;
  line-height: 2rem;
  color: #7f7f7f;
}

@media screen and (max-width: 1440px) {
  p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}

@media screen and (max-width: 1024px) {
  p {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }
}

@media screen and (max-width: 680px) {
  p {
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
}

.par-1 {
  font-size: 20px;
  line-height: 2.5rem;
}

@media screen and (max-width: 1440px) {
  .par-1 {
    font-size: 18px;
    line-height: 2.1rem;
  }
}

@media screen and (max-width: 1024px) {
  .par-1 {
    font-size: 16px;
    line-height: 1.9rem;
  }
}

@media screen and (max-width: 680px) {
  .par-1 {
    font-size: 14px;
    line-height: 1.7rem;
  }
}

.par-2 {
  font-size: 18px;
  line-height: 2.5rem;
}

@media screen and (max-width: 1440px) {
  .par-2 {
    font-size: 16px;
    line-height: 2.1rem;
  }
}

@media screen and (max-width: 1024px) {
  .par-2 {
    font-size: 14px;
    line-height: 1.9rem;
  }
}

@media screen and (max-width: 680px) {
  .par-2 {
    font-size: 12px;
    line-height: 1.7rem;
  }
}

.par-3 {
  font-size: 16px;
  line-height: 2rem;
}

@media screen and (max-width: 1440px) {
  .par-3 {
    font-size: 14px;
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 1024px) {
  .par-3 {
    font-size: 12px;
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 680px) {
  .par-3 {
    font-size: 10px;
    line-height: 1.2rem;
  }
}

.par-4 {
  font-size: 14px;
  line-height: 1.5rem;
}

.par-5 {
  font-size: 12px;
  line-height: 1.5rem;
}

.sub-header, h6 {
  color: #749698;
  text-transform: uppercase;
  font-weight: 500;
}

.sub-header-lg, h6-lg {
  font-size: 12px;
  letter-spacing: 0.5rem;
}

.sub-header-md, h6-md {
  font-size: 10px;
  letter-spacing: 0.3rem;
}

.sub-header-sm, h6-sm {
  font-size: 8px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 1440px) {
  .sub-header-lg, h6-lg {
    font-size: 11px;
    letter-spacing: 0.4rem;
  }
  .sub-header-md, h6-md {
    font-size: 9px;
    letter-spacing: 0.2rem;
  }
  .sub-header-sm, h6-sm {
    font-size: 7px;
    letter-spacing: 0.1rem;
  }
}

@media screen and (max-width: 1024px) {
  .sub-header-lg, h6-lg {
    font-size: 10px;
    letter-spacing: 0.3rem;
  }
  .sub-header-md, h6-md {
    font-size: 8px;
    letter-spacing: 0.1rem;
  }
  .sub-header-sm, h6-sm {
    font-size: 6px;
    letter-spacing: 0rem;
  }
}

@media screen and (max-width: 680px) {
  .sub-header-lg, h6-lg {
    font-size: 9px;
    letter-spacing: 0.2rem;
  }
  .sub-header-md, h6-md {
    font-size: 7px;
    letter-spacing: 0rem;
  }
  .sub-header-sm, h6-sm {
    font-size: 5px;
    letter-spacing: -0.1rem;
  }
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 1440px) {
  h6 {
    font-size: 0.8rem;
  }
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark .display-1, .dark .display-2, .dark .display-3, .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg .display-1, .dark-bg .display-2, .dark-bg .display-3 {
  color: #9ed6d0;
}

.dark .sub-header, .dark h6, .dark-bg .sub-header, .dark-bg h6 {
  color: #ffc917;
}

.dark p, .dark-bg p {
  color: #9fa1a4;
}

@font-face {
  font-family: 'winelands-paragliding';
  src: url("../fonts/winelands-paragliding.ttf?1tpg22") format("truetype"), url("../fonts/winelands-paragliding.woff?1tpg22") format("woff"), url("../fonts/winelands-paragliding.svg?1tpg22#winelands-paragliding") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'winelands-paragliding' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-user-ninja:before {
  content: "\e922";
}

.fa-watch-fitness:before {
  content: "\e923";
}

.fa-user-check:before {
  content: "\e924";
}

.fa-user-circle:before {
  content: "\e925";
}

.fa-user-clock:before {
  content: "\e926";
}

.fa-telegram:before {
  content: "\e927";
}

.fa-star-shooting:before {
  content: "\e928";
}

.fa-skull-crossbones:before {
  content: "\e929";
}

.fa-flag:before {
  content: "\e92a";
}

.fa-comment-alt-lines:before {
  content: "\e92b";
}

.fa-clipboard:before {
  content: "\e92c";
}

.fa-clipboard-check:before {
  content: "\e92d";
}

.fa-clipboard-list:before {
  content: "\e92e";
}

.fa-clipboard-list-check:before {
  content: "\e92f";
}

.fa-calendar-check:before {
  content: "\e930";
}

.fa-calendar-day:before {
  content: "\e931";
}

.fa-calendar-edit:before {
  content: "\e932";
}

.fa-calendar-exclamation:before {
  content: "\e933";
}

.fa-calendar-minus:before {
  content: "\e934";
}

.fa-calendar-plus:before {
  content: "\e935";
}

.fa-calendar-star:before {
  content: "\e936";
}

.fa-calendar-times:before {
  content: "\e937";
}

.fa-calendar-week:before {
  content: "\e938";
}

.fa-calendar:before {
  content: "\e939";
}

.fa-book:before {
  content: "\e93a";
}

.fa-bags-shopping:before {
  content: "\e93b";
}

.fa-baby:before {
  content: "\e93c";
}

.fa-map-marker-check:before {
  content: "\e93d";
}

.fa-location-arrow:before {
  content: "\e93e";
}

.fa-location-circle:before {
  content: "\e93f";
}

.fa-location-slash:before {
  content: "\e940";
}

.fa-search-location:before {
  content: "\e941";
}

.fa-map-pin:before {
  content: "\e942";
}

.fa-map-signs:before {
  content: "\e943";
}

.fa-route:before {
  content: "\e944";
}

.fa-map-marked-alt:before {
  content: "\e945";
}

.fa-compass:before {
  content: "\e946";
}

.fa-campground:before {
  content: "\e947";
}

.fa-backpack:before {
  content: "\e948";
}

.fa-campfire:before {
  content: "\e949";
}

.fa-mountains:before {
  content: "\e94a";
}

.fa-mountain:before {
  content: "\e94b";
}

.fa-bars:before {
  content: "\e94c";
}

.fa-hand-receiving:before {
  content: "\e94d";
}

.fa-heartbeat:before {
  content: "\e94e";
}

.fa-award:before {
  content: "\e94f";
}

.fa-diploma:before {
  content: "\e950";
}

.fa-medal:before {
  content: "\e951";
}

.fa-suitcase:before {
  content: "\e952";
}

.fa-layer-group:before {
  content: "\e953";
}

.fa-layer-plus:before {
  content: "\e954";
}

.fa-head-side-brain:before {
  content: "\e955";
}

.fa-laptop:before {
  content: "\e956";
}

.fa-times:before {
  content: "\e957";
}

.fa-tripadvisor:before {
  content: "\e958";
}

.fa-exclamation-circle:before {
  content: "\e91e";
}

.fa-exclamation-triangle:before {
  content: "\e91f";
}

.fa-arrow-down:before {
  content: "\e900";
}

.fa-arrow-left:before {
  content: "\e901";
}

.fa-arrow-right:before {
  content: "\e902";
}

.fa-arrow-up:before {
  content: "\e903";
}

.fa-chevron-down:before {
  content: "\e904";
}

.fa-chevron-left:before {
  content: "\e905";
}

.fa-chevron-right:before {
  content: "\e906";
}

.fa-chevron-up:before {
  content: "\e907";
}

.fa-box-check:before {
  content: "\e908";
}

.fa-tshirt:before {
  content: "\e909";
}

.fa-camera:before {
  content: "\e90a";
}

.fa-globe:before {
  content: "\e920";
}

.fa-phone:before {
  content: "\e90b";
}

.fa-envelope:before {
  content: "\e90c";
}

.fa-google:before {
  content: "\e90d";
}

.fa-youtube:before {
  content: "\e90e";
}

.fa-linkedin:before {
  content: "\e90f";
}

.fa-twitter:before {
  content: "\e910";
}

.fa-instagram:before {
  content: "\e911";
}

.fa-facebook:before {
  content: "\e912";
}

.fa-paper-plane:before {
  content: "\e913";
}

.fa-thumbs-up:before {
  content: "\e914";
}

.fa-wheelchair:before {
  content: "\e915";
}

.fa-video:before {
  content: "\e916";
}

.fa-hourglass:before {
  content: "\e917";
}

.fa-thunderstorm:before {
  content: "\e918";
}

.fa-file-contract:before {
  content: "\e919";
}

.fa-file-certificate:before {
  content: "\e91a";
}

.fa-weight:before {
  content: "\e91b";
}

.fa-child:before {
  content: "\e91c";
}

.fa-cap:before {
  content: "\e921";
}

.fa-franschoek:before {
  content: "\e95e";
}

.fa-cwb:before {
  content: "\e959";
}

.fa-dlta:before {
  content: "\e95a";
}

.fa-sacaa:before {
  content: "\e95b";
}

.fa-sanp-logo:before {
  content: "\e95c";
}

.fa-sapha-logo:before {
  content: "\e95d";
}

.fa-paraglide-sail:before {
  content: "\e91d";
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  letter-spacing: -0.03rem;
  font-family: "Montserrat", sans-serif;
}

html, body, ul, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

button {
  background: unset;
  border: unset;
  cursor: pointer;
}

input, select {
  border: unset;
  background: unset;
}

*:focus {
  outline: none;
}

.ip-country-content {
  display: none;
}

.ip-country-content--za.show-content, .ip-country-content--uk.show-content, .ip-country-content--nl.show-content {
  display: block !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.w-full {
  width: 100%;
}

.w-md {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
}

@media screen and (max-width: 1440px) {
  .w-md {
    max-width: 980px;
  }
}

@media screen and (max-width: 1024px) {
  .w-md {
    max-width: 80%;
  }
}

.w-sm {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 980px;
}

@media screen and (max-width: 1024px) {
  .w-sm {
    max-width: 80%;
  }
}

.white-bg {
  background-color: white;
}

.dark-bg {
  background-color: #30333a;
}

.dark-bg .components-base-control .components-base-control__field input[data-type=h6] {
  color: #ffc917;
}

.dark-bg .components-base-control .components-base-control__field input[data-type=h2] {
  color: #9ed6d0;
}

.dark-bg .components-base-control .components-base-control__field input[data-type=h3] {
  font-size: 2rem;
  color: #9ed6d0;
}

.dark-bg .rich-text {
  color: #a5a5a5;
}

.light-grey-bg {
  background-color: #FDFDFD;
}

.gradient-bg-1 {
  background-image: -webkit-gradient(linear, right top, left bottom, from(#1c75bc), color-stop(#1882c6), color-stop(#188fd0), color-stop(#1e9cd9), to(#27a9e1));
  background-image: linear-gradient(to left bottom, #1c75bc, #1882c6, #188fd0, #1e9cd9, #27a9e1);
  color: white;
}

.gradient-bg-1 h6 {
  color: white !important;
}

.bg-feature {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.bg-feature .cloud-feature {
  width: 100%;
  height: inherit;
}

.bg-feature .cloud-feature .cloud {
  width: 50%;
  height: inherit;
  position: absolute;
  overflow: hidden;
}

.bg-feature .cloud-feature .cloud img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bg-feature .cloud-feature .cloud.cloud-1 {
  left: 0;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.bg-feature .cloud-feature .cloud.cloud-1 img {
  left: -70%;
}

.bg-feature .cloud-feature .cloud.cloud-2 {
  right: 0;
}

.bg-feature .cloud-feature .cloud.cloud-2 img {
  right: -50%;
}

.px-1 {
  padding: 0 100px;
}

.px-2 {
  padding: 0 50px;
}

.px-3 {
  padding: 0 20px;
}

.py-1 {
  padding: 100px 0;
}

@media screen and (max-width: 1440px) {
  .py-1 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1024px) {
  .py-1 {
    padding: 65px 0;
  }
}

@media screen and (max-width: 680px) {
  .py-1 {
    padding: 50px 0;
  }
}

.py-2 {
  padding: 50px 0;
}

.py-3 {
  padding: 20px 0;
}

.pt-1 {
  padding-top: 100px;
}

@media screen and (max-width: 1440px) {
  .pt-1 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .pt-1 {
    padding-top: 65px;
  }
}

@media screen and (max-width: 680px) {
  .pt-1 {
    padding-top: 50px;
  }
}

.pt-2 {
  padding-top: 50px;
}

.pt-3 {
  padding-top: 20px;
}

.pb-1 {
  padding-bottom: 100px;
}

@media screen and (max-width: 1440px) {
  .pb-1 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .pb-1 {
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 680px) {
  .pb-1 {
    padding-bottom: 50px;
  }
}

.pb-2 {
  padding-bottom: 50px;
}

.pb-3 {
  padding-bottom: 20px;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 100px;
}

.mt-2 {
  margin-top: 50px;
}

.mt-3 {
  margin-top: 20px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 100px;
}

.mb-2 {
  margin-bottom: 50px;
}

.mb-3 {
  margin-bottom: 20px;
}

.my-1 {
  margin: 100px 0;
}

.m-0 {
  margin: 0;
}

.border {
  border-style: solid;
}

.border-t {
  border-width: 1px 0 0 0;
}

.border-gray200 {
  border-color: #eaeaea;
}

.unordered-list, .ordered-list {
  padding-left: 50px;
  margin: 20px 0;
}

.unordered-list li, .ordered-list li {
  font-size: 1rem;
  padding-left: 20px;
  line-height: 2rem;
}

@media screen and (max-width: 1024px) {
  .unordered-list, .ordered-list {
    list-style: none;
    padding-left: unset;
  }
  .unordered-list li, .ordered-list li {
    padding-left: unset;
  }
}

.badge {
  display: inline-block;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.2rem;
}

.badge .badge-items {
  list-style: none;
}

.badge--primary {
  padding: 10px 15px;
  background-color: #1d78be;
  color: #F7FCFF;
}

@media screen and (max-width: 1440px) {
  .badge {
    font-size: 0.6rem;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.text-center {
  text-align: center;
}

.text-center .content-wrapper .content .icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-center .content-wrapper .content .components-base-control .components-base-control__field input {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-left .content-wrapper .content .icon {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.text-left .content-wrapper .content .components-base-control .components-base-control__field input {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-right .content-wrapper .content .icon {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.text-right .content-wrapper .content .components-base-control .components-base-control__field input {
  text-align: right;
}

.column-2 {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

@media screen and (max-width: 1024px) {
  .column-2 {
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-column-gap: unset;
            column-gap: unset;
  }
}

.column-3 {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

@media screen and (max-width: 1024px) {
  .column-3 {
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-column-gap: unset;
            column-gap: unset;
  }
}

.spacer-100 {
  width: 100%;
  height: 100px;
}

@media screen and (max-width: 1440px) {
  .spacer-100 {
    height: 80px;
  }
}

.spacer-50 {
  width: 100%;
  height: 50px;
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.spacer-10 {
  width: 100%;
  height: 10px;
}

.section-divider {
  position: relative;
  width: 100%;
  text-align: center;
}

.section-divider .line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}

.section-divider h4 {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin: 0;
}

.section-divider--light h4 {
  background-color: white;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

.picture, .pic {
  position: relative;
  overflow: hidden;
}

.picture img, .pic img {
  position: relative;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.picture--portrait img, .pic--portrait img {
  width: 100%;
  height: 100%;
}

.picture--mh-lg, .pic--mh-lg {
  min-height: 660px;
}

.grid-block {
  display: -ms-grid;
  display: grid;
}

.grid-block--35x65 {
  -ms-grid-columns: 35% 65%;
      grid-template-columns: 35% 65%;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
}

.grid-block--25x75 {
  -ms-grid-columns: 25% 75%;
      grid-template-columns: 25% 75%;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
}

.grid-block--gap-2 {
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

.gallery {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

@media screen and (max-width: 1440px) {
  .gallery {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media screen and (max-width: 1024px) {
  .gallery {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

.gallery img {
  width: 100%;
  margin-bottom: 20px;
}

.splide .slider-control-arrows {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.splide .slider-control-arrows .splide__arrow {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: unset;
          transform: unset;
  margin: unset;
  padding: unset;
  opacity: unset;
}

.splide .slider-control-arrows__dark {
  background-color: #064677;
}

.splide .splide__pagination {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: unset;
  bottom: 70px;
  left: 50px;
  right: unset;
  -webkit-transform: unset;
          transform: unset;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.splide .splide__pagination .splide__pagination__page {
  width: 30px;
  height: 3px;
  margin: 0 5px 0 0;
  border-radius: unset;
}

.splide .splide__pagination .splide__pagination__page.is-active {
  -webkit-transform: unset;
          transform: unset;
  background-color: #1d78be;
  opacity: 1;
}

.teaser-slider {
  position: relative;
  width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.teaser-slider .slider-bg {
  position: absolute;
  width: inherit;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #31126b), color-stop(50%, #eaeaea));
  background: linear-gradient(to right, #31126b 50%, #eaeaea 50%);
}

.teaser-slider-content {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 100px;
}

.teaser-slider-content .badge {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #f16f57;
  background-color: #230458;
  text-align: center;
}

.teaser-slider-content .badge i {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2rem;
  display: block;
}

.teaser-slider-content .content {
  height: 100%;
}

.teaser-slider-content .content .wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.teaser-slider-content .content .wrapper h3 {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #542a9b;
}

.teaser-slider-content .content .wrapper p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.teaser-slider-content .slide-controls {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.teaser-slider-content .slide-controls .toggle-buttons {
  margin-right: 40px;
}

.teaser-slider-content .slide-controls .pagination-items {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.teaser-slider-content .slide-controls .pagination-items .pagination-item {
  width: 30px;
  height: 3px;
  background-color: #542a9b;
  margin-right: 5px;
  cursor: pointer;
}

.teaser-slider-content .slide-controls .pagination-items .pagination-item:hover {
  background-color: #6b27dc;
}

.teaser-slider-content .slide-controls .pagination-items .pagination-item.active {
  background-color: #f16f57;
}

.teaser-slider-media {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.teaser-slider-media .wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.teaser-slider.gallery-slider {
  height: 575px;
}

.teaser-slider.gallery-slider .teaser-slider-media .wrapper {
  height: 500px;
}

.teaser-slider.gallery-slider .teaser-slider-media .wrapper .picture {
  height: 500px;
  margin-right: unset;
  margin-left: 50px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.teaser-slider.team-slider {
  height: 730px;
}

.teaser-slider.team-slider .teaser-slider-media .wrapper {
  height: 645px;
}

.teaser-slider.team-slider .teaser-slider-media .wrapper .team-card {
  width: 420px;
  height: 645px;
  margin-left: 50px;
}

.teaser-slider.review-slider {
  height: 730px;
}

.teaser-slider.review-slider .teaser-slider-media .wrapper {
  height: 645px;
}

.teaser-slider.review-slider .teaser-slider-media .wrapper .review-card {
  width: 550px;
  height: 345px;
  margin-left: 50px;
}

.teaser-slider.reverse-order .slider-bg {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #31126b), color-stop(50%, #eaeaea));
  background: linear-gradient(to left, #31126b 50%, #eaeaea 50%);
}

.teaser-slider.reverse-order .teaser-slider-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.teaser-slider.reverse-order .teaser-slider-media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.teaser-slider.reverse-order .teaser-slider-media .wrapper .picture {
  margin-left: 0;
  margin-right: 50px;
}

@media screen and (max-width: 1440px) {
  .teaser-slider-content {
    padding: 0 50px 0 0;
  }
  .teaser-slider-content .badge {
    width: 60px;
    height: 60px;
  }
  .teaser-slider-content .badge i {
    font-size: 1.5rem;
  }
  .teaser-slider.gallery-slider {
    height: 475px;
  }
  .teaser-slider.gallery-slider .teaser-slider-media .wrapper {
    height: 400px;
  }
  .teaser-slider.gallery-slider .teaser-slider-media .wrapper .picture {
    height: 400px;
    margin-left: 30px;
  }
  .teaser-slider.team-slider {
    height: 630px;
  }
  .teaser-slider.team-slider .teaser-slider-media .wrapper {
    height: 545px;
  }
  .teaser-slider.team-slider .teaser-slider-media .wrapper .team-card {
    width: 350px;
    height: 545px;
    margin-left: 50px;
  }
  .teaser-slider.review-slider {
    height: 630px;
  }
  .teaser-slider.review-slider .teaser-slider-media .wrapper {
    height: 445px;
  }
  .teaser-slider.review-slider .teaser-slider-media .wrapper .review-card {
    width: 450px;
    height: 245px;
    margin-left: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .teaser-slider {
    display: block;
    padding-bottom: 50px;
  }
  .teaser-slider .slider-bg {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #31126b), color-stop(30%, #160238));
    background: linear-gradient(to bottom, #31126b 70%, #160238 30%);
  }
  .teaser-slider-content {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .teaser-slider-content .slide-controls {
    display: none;
  }
  .teaser-slider-content .content {
    padding-left: 25px;
    padding-top: 25px;
    height: auto;
  }
  .teaser-slider-content .content .wrapper {
    top: unset;
    -webkit-transform: unset;
            transform: unset;
  }
  .teaser-slider-content .content .wrapper h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .teaser-slider-content .content .wrapper p {
    padding: 0;
  }
  .teaser-slider-media {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .teaser-slider.gallery-slider {
    height: auto;
  }
  .teaser-slider.gallery-slider .teaser-slider-media {
    height: 200px;
    margin: 25px 0 0 0;
  }
  .teaser-slider.gallery-slider .teaser-slider-media .wrapper {
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    height: 200px;
  }
  .teaser-slider.gallery-slider .teaser-slider-media .wrapper .picture {
    height: 200px;
    margin-left: 30px;
  }
  .teaser-slider.team-slider {
    height: auto;
  }
  .teaser-slider.team-slider .teaser-slider-media {
    height: 320px;
    margin: 25px 0 0 0;
  }
  .teaser-slider.team-slider .teaser-slider-media .wrapper {
    height: 320px;
  }
  .teaser-slider.team-slider .teaser-slider-media .wrapper .team-card {
    width: 220px;
    height: 320px;
    margin-left: unset;
    margin: 0 15px;
  }
  .teaser-slider.review-slider {
    height: auto;
  }
  .teaser-slider.review-slider .teaser-slider-media {
    height: 320px;
    margin: 25px 0 0 0;
  }
  .teaser-slider.review-slider .teaser-slider-media .wrapper {
    height: 345px;
  }
  .teaser-slider.review-slider .teaser-slider-media .wrapper .review-card {
    width: 350px;
    height: 245px;
    margin-left: unset;
  }
  .teaser-slider.reverse-order .slider-bg {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #31126b), color-stop(30%, #160238));
    background: linear-gradient(to bottom, #31126b 70%, #160238 30%);
  }
}

.media-embed .media-wrapper {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}

.media-embed .media-wrapper iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.media-embed .media-content {
  padding: 50px 0;
}

.media-embed .media-content .media-header .subtitle {
  color: #a5a5a5;
  padding-bottom: 10px;
}

.media-embed .media-content .media-description {
  padding: 20px 0;
}

.media-embed .media-content .media-description p {
  margin: 0;
}

@media screen and (max-width: 680px) {
  .media-embed .media-content {
    text-align: center;
  }
}

.photo-mosaic {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-width: 32%;
          column-width: 32%;
  -webkit-column-gap: 2%;
          column-gap: 2%;
}

.photo-mosaic .picture {
  display: inline-block;
  width: 100%;
  background-color: #DDE9F2;
  margin-bottom: 6%;
}

.photo-mosaic .picture.pic-h-360 {
  height: 320px;
}

.photo-mosaic .picture.pic-h-560 {
  height: 560px;
}

.splide {
  visibility: visible !important;
}

.banner {
  position: relative;
}

.banner-hero .splide-image {
  width: 100vw;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.7;
}

.banner-hero-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 1;
}

.banner-video .video-container {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}

.banner-video video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.banner-video .video-filter {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 51, 58, 0.8);
  z-index: -99;
}

.banner-default {
  position: relative;
  width: 100%;
  height: 60vh;
}

.banner-default-picture {
  position: relative;
  width: inherit;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.banner-default-deco {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20%;
  z-index: 2;
}

.banner-default-deco img {
  width: 870px;
}

.banner-default-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.banner-default-title h2 {
  color: white;
}

.banner-default-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 51, 58, 0.8);
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .banner-default-deco img {
    width: 600px;
  }
}

@media screen and (max-width: 1024px) {
  .banner-default-deco {
    display: none;
  }
}

@-webkit-keyframes timer {
  from {
    stroke-dashoffset: 650;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes timer {
  from {
    stroke-dashoffset: 650;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes upcoming {
  from {
    stroke-dashoffset: 650;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes upcoming {
  from {
    stroke-dashoffset: 650;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.btn {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 20em;
  font-weight: bold;
  white-space: nowrap;
}

.btn span {
  text-align: center;
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn .icon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn .icon span {
  -webkit-transform: unset;
          transform: unset;
  top: unset;
}

.btn-lg {
  font-size: 14px;
  height: 65px;
  padding: 0 40px;
}

.btn-lg .icon i {
  font-size: 20px;
}

.btn-lg .icon i.left {
  margin-right: 10px;
}

.btn-lg .icon i.right {
  margin-left: 10px;
}

.btn-md {
  font-size: 12px;
  height: 50px;
  padding: 0 30px;
}

.btn-md .icon i {
  font-size: 16px;
}

.btn-md .icon i.left {
  margin-right: 8px;
}

.btn-md .icon i.right {
  margin-left: 8px;
}

.btn-sm {
  font-size: 10px;
  height: 35px;
  padding: 0 20px;
}

.btn-sm .icon i {
  font-size: 13px;
}

.btn-sm .icon i.left {
  margin-right: 6px;
}

.btn-sm .icon i.right {
  margin-left: 6px;
}

.btn-circle-lg {
  font-size: 14px;
  width: 65px;
  height: 65px;
}

.btn-circle-md {
  font-size: 12px;
  width: 50px;
  height: 50px;
}

.btn-circle-sm {
  font-size: 10px;
  width: 35px;
  height: 35px;
}

.btn-nav {
  height: unset;
  padding: unset;
  color: #252525;
  background-color: transparent;
  background-image: unset;
}

.btn-nav.focused {
  color: #ef3e23;
}

.btn-nav:hover {
  color: #454545;
}

.btn-primary {
  color: white;
  background-color: #ef3e23;
}

.btn-primary:hover {
  color: #fff3f1;
  background-color: #ef3e23;
}

.btn-secondary {
  color: white;
  background-color: #9ed6d0;
}

.btn-secondary:hover {
  color: white;
  background-color: #9ed6d0;
}

.btn-primary:disabled, .btn-primary.disabled, .btn-secondary:disabled, .btn-secondary.disabled {
  color: #eaeaea;
  background-color: #ccc;
  background-image: unset;
  pointer-events: none;
}

.btn-primary:disabled:hover, .btn-primary.disabled:hover, .btn-secondary:disabled:hover, .btn-secondary.disabled:hover {
  color: #f8f8f8;
  background-color: #ccc;
}

.btn-outline {
  color: #9ed6d0;
  border-style: solid;
  border-width: 1px;
  border-color: #9ed6d0;
}

.btn-outline:hover {
  color: #9ed6d0;
  border-color: #9ed6d0;
  background-color: #f5f1fc;
}

.btn-outline-primary {
  color: #ef3e23;
  border-style: solid;
  border-width: 1px;
  border-color: #ef3e23;
}

.btn-outline-primary:hover {
  color: #ef3e23;
  border-color: #ef3e23;
}

.btn-outline, .btn-outline-primary {
  background-image: unset;
  background-color: unset;
}

.btn-outline:hover, .btn-outline-primary:hover {
  background-image: unset;
}

.btn-outline:disabled, .btn-outline.disabled, .btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #eaeaea;
  border-color: #eaeaea;
  pointer-events: none;
}

.btn-outline:disabled:hover, .btn-outline.disabled:hover, .btn-outline-primary:disabled:hover, .btn-outline-primary.disabled:hover {
  color: #eaeaea;
  border-color: #eaeaea;
}

.btn-link {
  color: #9fa1a4;
  background-color: transparent;
  background-image: unset;
}

.btn-link:hover {
  color: #e5e5e5;
  background-color: transparent;
  background-image: unset;
}

.btn-link-secondary {
  color: #749698;
  background-color: transparent;
  background-image: unset;
}

.btn-link-secondary:hover {
  color: #9ed6d0;
  background-color: transparent;
  background-image: unset;
}

.btn-link-primary {
  color: #ef3e23;
  background-color: transparent;
  background-image: unset;
}

.btn-link-primary:hover {
  color: #ef3e23;
  background-color: transparent;
  background-image: unset;
}

.btn-link, .btn-link-primary, .btn-link-secondary {
  height: unset;
  padding: unset;
}

.btn-link .icon, .btn-link-primary .icon, .btn-link-secondary .icon {
  top: unset;
  -webkit-transform: unset;
          transform: unset;
}

.btn-link:disabled, .btn-link.disabled, .btn-link-primary:disabled, .btn-link-primary.disabled, .btn-link-secondary:disabled, .btn-link-secondary.disabled {
  color: #eaeaea;
  pointer-events: none;
}

.btn-link:disabled:hover, .btn-link.disabled:hover, .btn-link-primary:disabled:hover, .btn-link-primary.disabled:hover, .btn-link-secondary:disabled:hover, .btn-link-secondary.disabled:hover {
  color: #eaeaea;
}

.btn-circle-primary {
  color: white;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#f16f57), color-stop(#f36956), color-stop(#f46255), color-stop(#f65b54), to(#f75454));
  background-image: linear-gradient(to left bottom, #f16f57, #f36956, #f46255, #f65b54, #f75454);
}

.btn-circle-primary:hover {
  color: #fff3f1;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#c7614e), color-stop(#c75c4e), color-stop(#c8584e), color-stop(#c8534e), to(#c84e4e));
  background-image: linear-gradient(to left bottom, #c7614e, #c75c4e, #c8584e, #c8534e, #c84e4e);
}

.btn-action-primary, .btn-action-secondary, .btn-action {
  background-color: transparent;
  background-image: unset;
}

.btn-action-primary:disabled, .btn-action-primary.disabled, .btn-action-secondary:disabled, .btn-action-secondary.disabled, .btn-action:disabled, .btn-action.disabled {
  color: #eaeaea;
  pointer-events: none;
}

.btn-action-primary:disabled:hover, .btn-action-primary.disabled:hover, .btn-action-secondary:disabled:hover, .btn-action-secondary.disabled:hover, .btn-action:disabled:hover, .btn-action.disabled:hover {
  color: #eaeaea;
}

.btn-action {
  color: #f5f1fc;
}

.btn-action:hover {
  color: white;
}

.btn-action-primary {
  color: #f16f57;
}

.btn-action-primary:hover {
  color: #f75454;
}

.btn-action-secondary {
  color: #542a9b;
}

.btn-action-secondary:hover {
  color: #6b27dc;
}

.btn-arrow-lg {
  font-size: 40px;
}

.btn-arrow-md {
  font-size: 25px;
}

.btn-arrow-sm {
  font-size: 15px;
}

.btn-close-md {
  font-size: 25px;
}

.btn-close-sm {
  font-size: 15px;
}

.dark .btn-nav {
  color: #bbb;
}

.dark .btn-nav.focused {
  color: #ef3e23;
}

.dark .btn-nav:hover {
  color: #454545;
}

.dark .btn-secondary:disabled, .dark .btn-secondary.disabled, .dark .btn-primary:disabled, .dark .btn-primary.disabled {
  color: #160238;
  background-color: #230458;
}

.dark .btn-secondary:disabled:hover, .dark .btn-secondary.disabled:hover, .dark .btn-primary:disabled:hover, .dark .btn-primary.disabled:hover {
  color: #160238;
  background-color: #230458;
}

.dark .btn-outline, .dark .btn-outline-primary {
  color: #ffc917;
  border-color: #ffc917;
}

.dark .btn-outline:hover, .dark .btn-outline-primary:hover {
  background-color: transparent;
}

.dark .btn-outline:disabled, .dark .btn-outline.disabled, .dark .btn-outline-primary:disabled, .dark .btn-outline-primary.disabled {
  color: #230458;
  border-color: #230458;
}

.dark .btn-outline:disabled:hover, .dark .btn-outline.disabled:hover, .dark .btn-outline-primary:disabled:hover, .dark .btn-outline-primary.disabled:hover {
  color: #230458;
  border-color: #230458;
}

.dark .btn-link, .dark .btn-link-primary {
  color: #ffc917;
}

.dark .btn-link:disabled, .dark .btn-link.disabled, .dark .btn-link-primary:disabled, .dark .btn-link-primary.disabled {
  color: #230458;
}

.dark .btn-link:disabled:hover, .dark .btn-link.disabled:hover, .dark .btn-link-primary:disabled:hover, .dark .btn-link-primary.disabled:hover {
  color: #230458;
}

.dark .btn-action-primary:disabled, .dark .btn-action-primary.disabled, .dark .btn-action-secondary:disabled, .dark .btn-action-secondary.disabled, .dark .btn-action:disabled, .dark .btn-action.disabled {
  color: #230458;
}

.dark .btn-action-primary:disabled:hover, .dark .btn-action-primary.disabled:hover, .dark .btn-action-secondary:disabled:hover, .dark .btn-action-secondary.disabled:hover, .dark .btn-action:disabled:hover, .dark .btn-action.disabled:hover {
  color: #230458;
}

.input-group {
  position: relative;
  width: 100%;
  max-width: 550px;
}

.input-group input[type=text], .input-group input[type=email], .input-group input[type=tel], .input-group textarea, .input-group .select select {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  color: #7f7f7f;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}

.input-group input[type=text]::-webkit-input-placeholder, .input-group input[type=email]::-webkit-input-placeholder, .input-group input[type=tel]::-webkit-input-placeholder, .input-group textarea::-webkit-input-placeholder, .input-group .select select::-webkit-input-placeholder {
  color: #bbb;
}

.input-group input[type=text]:-ms-input-placeholder, .input-group input[type=email]:-ms-input-placeholder, .input-group input[type=tel]:-ms-input-placeholder, .input-group textarea:-ms-input-placeholder, .input-group .select select:-ms-input-placeholder {
  color: #bbb;
}

.input-group input[type=text]::-ms-input-placeholder, .input-group input[type=email]::-ms-input-placeholder, .input-group input[type=tel]::-ms-input-placeholder, .input-group textarea::-ms-input-placeholder, .input-group .select select::-ms-input-placeholder {
  color: #bbb;
}

.input-group input[type=text]::placeholder, .input-group input[type=email]::placeholder, .input-group input[type=tel]::placeholder, .input-group textarea::placeholder, .input-group .select select::placeholder {
  color: #bbb;
}

.input-group input[type=text]:hover, .input-group input[type=email]:hover, .input-group input[type=tel]:hover, .input-group textarea:hover, .input-group .select select:hover {
  border-color: #7f7f7f;
}

.input-group input[type=text]:focus, .input-group input[type=email]:focus, .input-group input[type=tel]:focus, .input-group textarea:focus, .input-group .select select:focus {
  border-color: #9ed6d0;
}

.input-group.input-lg input[type=text], .input-group.input-lg input[type=email], .input-group.input-lg input[type=tel] {
  font-size: 18px;
  height: 65px;
  padding: 0 30px;
}

.input-group.input-lg textarea {
  font-size: 18px;
  height: 130px;
  padding: 30px;
}

.input-group.input-lg i {
  right: 30px;
}

.input-group.input-md input[type=text], .input-group.input-md input[type=email], .input-group.input-md input[type=tel] {
  font-size: 16px;
  height: 50px;
  padding: 0 20px;
}

.input-group.input-md textarea {
  font-size: 16px;
  height: 100px;
  padding: 20px;
}

.input-group.input-md i {
  right: 20px;
}

.input-group.input-sm input[type=text], .input-group.input-sm input[type=email], .input-group.input-sm input[type=tel], .input-group.input-sm textarea {
  font-size: 14px;
  height: 35px;
  padding: 0 10px;
}

.input-group.input-sm textarea {
  font-size: 14px;
  height: 70px;
  padding: 10px;
}

.input-group.input-sm i {
  right: 10px;
}

.input-group.input-xs {
  height: auto;
}

.input-group.input-xs input[type=text], .input-group.input-xs input[type=email], .input-group.input-xs input[type=tel] {
  vertical-align: top;
  font-size: 14px;
  line-height: 1em;
  height: auto;
  padding: 0 0 5px 0;
}

.input-group.input-xs textarea {
  vertical-align: top;
  font-size: 14px;
  line-height: 1.2em;
  height: auto;
  padding: 0px 0 8px 0;
}

.input-group.input-xs i {
  right: 0;
}

.input-group input[type=text]:disabled, .input-group input[type=email]:disabled, .input-group input[type=tel]:disabled, .input-group textarea:disabled {
  background-color: #f8f8f8;
  border-color: #e3e3e3;
  color: #e3e3e3;
}

.input-group i {
  position: absolute;
  display: block;
  font-size: 12px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #7f7f7f;
}

.input-group .select.input-lg select {
  font-size: 18px;
  height: 65px;
  padding: 0 30px;
}

.input-group .select.input-lg i {
  right: 30px;
}

.input-group .select.input-md select {
  font-size: 16px;
  height: 50px;
  padding: 0 20px;
}

.input-group .select.input-md i {
  right: 20px;
}

.input-group .select.input-sm select {
  font-size: 14px;
  height: 35px;
  padding: 0 10px;
}

.input-group .select.input-sm i {
  right: 10px;
}

.input-group .select:disabled {
  background-color: #f8f8f8;
  border-color: #e3e3e3;
  color: #e3e3e3;
}

.input-group input[type=submit] {
  height: 50px;
  padding: 0 30px;
  border-radius: 20em;
  font-size: 12px;
  white-space: nowrap;
  color: white;
  background-color: #1d78be;
}

.input-group textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input-group textarea.input-lg textarea {
  height: 130px;
  padding: 30px;
}

.input-group textarea.input-md textarea {
  height: 130px;
  padding: 30px;
}

.input-group textarea.input-sm textarea {
  height: 130px;
  padding: 30px;
}

.input-group textarea.input-xs {
  height: auto;
}

.input-group .select {
  position: relative;
  width: 100%;
  max-width: 550px;
  display: block;
}

.input-group .select i {
  position: absolute;
  display: block;
  font-size: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #7f7f7f;
}

.input-group .select select {
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.input-group .select select option {
  color: #7f7f7f;
}

.input-group .select select option[value=""][disabled] {
  display: none;
}

.input-group .select select:required:invalid {
  color: #7f7f7f;
}

.input-group .select select:focus {
  outline: none;
  border-color: #9ed6d0;
}

.input-group .select select:hover + svg {
  stroke: #07f;
}

.input-group-styled {
  position: relative;
  width: 100%;
  max-width: 550px;
}

.input-group-styled .title {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  font-size: 16px;
  color: #7f7f7f;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.input-group-styled input[type=text], .input-group-styled input[type=email], .input-group-styled input[type=tel], .input-group-styled textarea {
  border-width: 0 0 1px 0;
  border-radius: unset;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: transparent;
}

.input-group-styled input[type=text]:hover, .input-group-styled input[type=email]:hover, .input-group-styled input[type=tel]:hover, .input-group-styled textarea:hover {
  border-color: #9ed6d0;
}

.input-group-styled input[type=text]:hover ~ .title, .input-group-styled input[type=email]:hover ~ .title, .input-group-styled input[type=tel]:hover ~ .title, .input-group-styled textarea:hover ~ .title {
  color: #9ed6d0;
}

.input-group-styled input[type=text]:focus ~ .title, .input-group-styled input[type=email]:focus ~ .title, .input-group-styled input[type=tel]:focus ~ .title, .input-group-styled textarea:focus ~ .title {
  top: 0px;
  font-size: 10px;
}

.input-group-styled i {
  position: absolute;
  display: block;
  font-size: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #7f7f7f;
}

.input-group-styled.input-lg input[type=text], .input-group-styled.input-lg input[type=email], .input-group-styled.input-md input[type=text], .input-group-styled.input-md input[type=email], .input-group-styled.input-sm input[type=text], .input-group-styled.input-sm input[type=email] {
  padding: 0;
}

.input-group-styled.input-lg i, .input-group-styled.input-md i, .input-group-styled.input-sm i {
  right: 0;
}

.form-check .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 30px;
  margin-bottom: unset;
  height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-check .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.form-check .container input:checked ~ .checkmark {
  background-color: #542a9b;
  border-color: #542a9b;
}

.form-check .container input:checked ~ .checkmark:after {
  display: block;
}

.form-check .container input:disabled ~ .checkmark {
  background-color: #f8f8f8;
  border-color: #e3e3e3;
  pointer-events: none;
}

.form-check .container input:disabled ~ .title {
  color: #e3e3e3;
  pointer-events: none;
}

.form-check .container .title {
  font-size: 16px;
  color: #a5a5a5;
  cursor: pointer;
}

.form-check .container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #a5a5a5;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.form-check .container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-check .container .checkmark.radio {
  border-radius: 50%;
}

.form-check .container .checkmark.radio:after {
  top: 8px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f5f1fc;
}

.form-check .container .checkmark.check {
  border-radius: 2px;
}

.form-check .container .checkmark.check:after {
  top: 3px;
  left: 8px;
  width: 5px;
  height: 10px;
  border: solid #f5f1fc;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.form-check .container:hover .checkmark {
  border-color: #749698;
  background-color: #f5f1fc;
}

.dark .input-group input[type=text], .dark .input-group input[type=email], .dark .input-group input[type=tel], .dark .input-group textarea, .dark .input-group .select select {
  color: #7f7f7f;
  border-color: #eaeaea;
}

.dark .input-group input[type=text]::-webkit-input-placeholder, .dark .input-group input[type=email]::-webkit-input-placeholder, .dark .input-group input[type=tel]::-webkit-input-placeholder, .dark .input-group textarea::-webkit-input-placeholder, .dark .input-group .select select::-webkit-input-placeholder {
  color: #bbb;
}

.dark .input-group input[type=text]:-ms-input-placeholder, .dark .input-group input[type=email]:-ms-input-placeholder, .dark .input-group input[type=tel]:-ms-input-placeholder, .dark .input-group textarea:-ms-input-placeholder, .dark .input-group .select select:-ms-input-placeholder {
  color: #bbb;
}

.dark .input-group input[type=text]::-ms-input-placeholder, .dark .input-group input[type=email]::-ms-input-placeholder, .dark .input-group input[type=tel]::-ms-input-placeholder, .dark .input-group textarea::-ms-input-placeholder, .dark .input-group .select select::-ms-input-placeholder {
  color: #bbb;
}

.dark .input-group input[type=text]::placeholder, .dark .input-group input[type=email]::placeholder, .dark .input-group input[type=tel]::placeholder, .dark .input-group textarea::placeholder, .dark .input-group .select select::placeholder {
  color: #bbb;
}

.dark .input-group input[type=text]:hover, .dark .input-group input[type=email]:hover, .dark .input-group input[type=tel]:hover, .dark .input-group textarea:hover, .dark .input-group .select select:hover {
  border-color: #749698;
}

.dark .input-group input[type=text]:focus, .dark .input-group input[type=email]:focus, .dark .input-group input[type=tel]:focus, .dark .input-group textarea:focus, .dark .input-group .select select:focus {
  border-color: #9ed6d0;
}

.dark .input-group input[type=text]:disabled, .dark .input-group input[type=email]:disabled, .dark .input-group input[type=tel]:disabled, .dark .input-group textarea:disabled {
  background-color: #f8f8f8;
  border-color: #e3e3e3;
  color: #e3e3e3;
}

.dark .input-group i {
  color: #7f7f7f;
}

.dark .input-group .select:disabled {
  background-color: #f8f8f8;
  border-color: #e3e3e3;
  color: #e3e3e3;
}

.dark .input-group input[type=submit] {
  color: white;
  background-color: #1d78be;
}

.dark .input-group .select i {
  color: #7f7f7f;
}

.dark .input-group .select select option {
  color: #7f7f7f;
}

.dark .input-group .select select:required:invalid {
  color: #7f7f7f;
}

.dark .input-group .select select:focus {
  border-color: #749698;
}

.dark .input-group .select select:hover + svg {
  stroke: #07f;
}

.dark .input-group-styled .title {
  color: #7f7f7f;
}

.dark .input-group-styled input[type=text], .dark .input-group-styled input[type=email], .dark .input-group-styled input[type=tel], .dark .input-group-styled textarea {
  border-color: #6e7075;
  color: #9fa1a4;
}

.dark .input-group-styled input[type=text]::-webkit-input-placeholder, .dark .input-group-styled input[type=email]::-webkit-input-placeholder, .dark .input-group-styled input[type=tel]::-webkit-input-placeholder, .dark .input-group-styled textarea::-webkit-input-placeholder {
  color: #7f7f7f;
}

.dark .input-group-styled input[type=text]:-ms-input-placeholder, .dark .input-group-styled input[type=email]:-ms-input-placeholder, .dark .input-group-styled input[type=tel]:-ms-input-placeholder, .dark .input-group-styled textarea:-ms-input-placeholder {
  color: #7f7f7f;
}

.dark .input-group-styled input[type=text]::-ms-input-placeholder, .dark .input-group-styled input[type=email]::-ms-input-placeholder, .dark .input-group-styled input[type=tel]::-ms-input-placeholder, .dark .input-group-styled textarea::-ms-input-placeholder {
  color: #7f7f7f;
}

.dark .input-group-styled input[type=text]::placeholder, .dark .input-group-styled input[type=email]::placeholder, .dark .input-group-styled input[type=tel]::placeholder, .dark .input-group-styled textarea::placeholder {
  color: #7f7f7f;
}

.dark .input-group-styled input[type=text]:hover, .dark .input-group-styled input[type=email]:hover, .dark .input-group-styled input[type=tel]:hover, .dark .input-group-styled textarea:hover {
  border-color: #749698;
}

.dark .input-group-styled input[type=text]:hover ~ .title, .dark .input-group-styled input[type=email]:hover ~ .title, .dark .input-group-styled input[type=tel]:hover ~ .title, .dark .input-group-styled textarea:hover ~ .title {
  color: #7f7f7f;
}

.dark .input-group-styled input[type=text]:focus ~ .title, .dark .input-group-styled input[type=email]:focus ~ .title, .dark .input-group-styled input[type=tel]:focus ~ .title, .dark .input-group-styled textarea:focus ~ .title {
  border-color: #e5e5e5;
}

.dark .input-group-styled i {
  color: #47c8ea;
}

.content-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-preview--thumbnail .picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  height: 100px;
  background-color: #f8f8f8;
}

.content-preview--thumbnail .content {
  margin-left: 15px;
}

.content-preview--thumbnail .content .title {
  margin-bottom: 10px;
}

.content-preview--thumbnail .content .description {
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4rem;
  padding-right: 30px;
}

.content-block {
  margin-bottom: 50px;
}

.content-block:last-child {
  margin-bottom: unset;
}

.content-block .content-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-block .content-wrapper .content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.content-block .content-wrapper .content .icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.content-block .content-wrapper .content .icon i {
  color: #9ed6d0;
  font-size: 3rem;
}

@media screen and (max-width: 1024px) {
  .content-block .content-wrapper .content .icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-block .content-wrapper .content .icon i {
    font-size: 2.5rem;
  }
}

.content-block .content-wrapper .content h6 {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.content-block .content-wrapper .content h2 {
  margin-bottom: 10px;
}

.content-block .content-wrapper .content p {
  margin-bottom: 15px;
}

.content-block .content-wrapper .content.list-items-container .list-item-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-block .content-wrapper .content.list-items-container .list-item-header .price-total {
  text-align: right;
}

.content-block .content-wrapper .content.list-items-container .list-item-header .price-total h2 {
  font-weight: bold;
}

.content-block .content-wrapper .content.list-items-container .list-description {
  margin-bottom: 10px;
}

.content-block .content-wrapper .content.list-items-container .list-items {
  list-style: none;
  width: 100%;
}

.content-block .content-wrapper .content.list-items-container .list-items .item {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #E7E7E8;
}

.content-block .content-wrapper .content.list-items-container .list-items .item .item-icon {
  font-size: 1rem;
  margin-right: 10px;
}

.content-block .content-wrapper .content.list-items-container .list-items .item .item-price {
  margin-left: auto;
}

.content-block .content-wrapper .content.list-items-container .list-actions {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content-block .content-wrapper .content.list-items-container .list-actions .btn {
  margin-left: 20px;
}

.content-block .picture {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: #f8f8f8;
  height: 475px;
}

@media screen and (max-width: 1440px) {
  .content-block .picture {
    height: 375px;
  }
}

@media screen and (max-width: 1024px) {
  .content-block .picture {
    height: 275px;
  }
}

@media screen and (max-width: 680px) {
  .content-block .picture {
    height: 220px;
  }
}

.content-block .picture-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -ms-grid;
  display: grid;
}

.content-block--main h6 {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
}

.content-block--main h1 {
  margin-bottom: 40px;
}

@media screen and (max-width: 1440px) {
  .content-block--main h1 {
    margin: 20px 0;
  }
}

.content-block--standard .content-wrapper {
  padding-left: unset;
}

.content-block--standard .content-wrapper .content {
  top: unset;
  -webkit-transform: unset;
          transform: unset;
}

.content-block--standard-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-block--standard-2col .content-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  padding-left: unset;
}

.content-block--standard-2col .content-wrapper .content {
  top: unset;
  -webkit-transform: unset;
          transform: unset;
}

@media screen and (max-width: 1024px) {
  .content-block--standard-2col .content-wrapper {
    margin-bottom: 30px;
  }
}

.content-block--standard-3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-block--standard-3col .content-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  padding-left: unset;
  margin-bottom: 50px;
}

.content-block--standard-3col .content-wrapper .content {
  top: unset;
  -webkit-transform: unset;
          transform: unset;
}

@media screen and (max-width: 1024px) {
  .content-block--standard-3col .content-wrapper {
    margin-bottom: 30px;
  }
}

.content-block--standard-4col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-block--standard-4col .content-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  padding-left: unset;
  margin-bottom: 50px;
}

.content-block--standard-4col .content-wrapper .content {
  top: unset;
  -webkit-transform: unset;
          transform: unset;
}

.content-block--standard-4col .content-wrapper .content .icon {
  position: relative;
  display: inline-block;
}

.content-block--standard-4col .content-wrapper .content .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  .content-block--standard-4col .content-wrapper {
    margin-bottom: 30px;
  }
}

.content-block--standard-4col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-block--standard-4col-2 .content-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  padding-right: 10px;
  margin-bottom: 30px;
}

.content-block--standard-4col-2 .content-wrapper .content {
  top: unset;
  -webkit-transform: unset;
          transform: unset;
}

.content-block--standard-4col-2 .content-wrapper .content .icon {
  position: relative;
  display: inline-block;
}

.content-block--standard-4col-2 .content-wrapper .content .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  .content-block--standard-4col-2 .content-wrapper {
    margin-bottom: 30px;
  }
}

.content-block--media-75 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-block--media-75 .picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}

.content-block--media-75 .content-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}

@media screen and (max-width: 680px) {
  .content-block--media-75 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .content-block--media-75 .picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .content-block--media-75 .content-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: unset;
    padding-right: unset;
  }
  .content-block--media-75 .content-wrapper .content h2 {
    margin-bottom: 0px;
  }
}

.content-block--media-fullscreen {
  margin-bottom: unset;
}

.content-block--media-fullscreen .media-fullscreen-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #eaeaea;
}

.content-block--media-fullscreen .media-fullscreen-wrapper:last-child {
  border-bottom: solid 1px #eaeaea;
}

.content-block--media-fullscreen .media-fullscreen-wrapper .picture-container, .content-block--media-fullscreen .media-fullscreen-wrapper .content-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.content-block--media-fullscreen .media-fullscreen-wrapper .picture-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.content-block--media-fullscreen .media-fullscreen-wrapper .picture-container-lg .picture {
  width: 100%;
  height: 550px;
}

.content-block--media-fullscreen .media-fullscreen-wrapper .picture-container-sm .picture {
  width: 50%;
  height: 360px;
}

.content-block--media-fullscreen .media-fullscreen-wrapper .content-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}

.content-block--media-fullscreen .media-fullscreen-wrapper .content-wrapper .content {
  top: unset;
  -webkit-transform: unset;
          transform: unset;
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.content-block--media-fullscreen .media-fullscreen-wrapper--reverse .picture-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.content-block--media-fullscreen .media-fullscreen-wrapper--reverse .content-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 1440px) {
  .content-block--media-fullscreen .media-fullscreen-wrapper .picture-container, .content-block--media-fullscreen .media-fullscreen-wrapper .content-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .content-block--media-fullscreen .media-fullscreen-wrapper .picture-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .content-block--media-fullscreen .media-fullscreen-wrapper .picture-container-lg .picture {
    height: 400px;
  }
  .content-block--media-fullscreen .media-fullscreen-wrapper .picture-container-sm .picture {
    height: 250px;
  }
  .content-block--media-fullscreen .media-fullscreen-wrapper .content-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 1024px) {
  .content-block--media-fullscreen .media-fullscreen-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-block--media-fullscreen .media-fullscreen-wrapper .picture-container, .content-block--media-fullscreen .media-fullscreen-wrapper .content-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .content-block--media-fullscreen .media-fullscreen-wrapper .picture-container-lg .picture {
    height: 400px;
  }
  .content-block--media-fullscreen .media-fullscreen-wrapper .picture-container-sm .picture {
    height: 400px;
  }
  .content-block--media-fullscreen .media-fullscreen-wrapper .content-wrapper .content {
    padding: 50px 0;
  }
}

.content-block--media-50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-block--media-50 .picture, .content-block--media-50 .content-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.content-block--media-25 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-block--media-25 .picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  height: 360px;
}

.content-block--media-25 .content-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 360px);
          flex: 0 0 calc(100% - 360px);
}

@media screen and (max-width: 1440px) {
  .content-block--media-25 .picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    height: 260px;
  }
  .content-block--media-25 .content-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 260px);
            flex: 0 0 calc(100% - 260px);
  }
}

@media screen and (max-width: 1024px) {
  .content-block--media-25 .picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    height: 160px;
  }
  .content-block--media-25 .content-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 160px);
            flex: 0 0 calc(100% - 160px);
  }
}

@media screen and (max-width: 680px) {
  .content-block--media-25 .picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    height: 120px;
  }
}

.content-block--media-portrait {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-block--media-portrait .picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  height: 540px;
}

.content-block--media-portrait .content-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

@media screen and (max-width: 1440px) {
  .content-block--media-portrait .picture {
    height: 400px;
  }
}

.content-block--media-2x2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-block--media-2x2 .picture-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 347.5px 347.5px;
      grid-template-columns: 347.5px 347.5px;
  -ms-grid-rows: 257.5px 257.5px;
      grid-template-rows: 257.5px 257.5px;
  -webkit-column-gap: 24.5px;
          column-gap: 24.5px;
  row-gap: 24.5px;
}

.content-block--media-2x2 .picture-wrapper .pic {
  position: relative;
  background-color: #DDE9F2;
}

.content-block--media-2x2 .content-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (max-width: 1440px) {
  .content-block--media-2x2 .picture-wrapper {
    -ms-grid-columns: 247.5px 247.5px;
        grid-template-columns: 247.5px 247.5px;
    -ms-grid-rows: 157.5px 157.5px;
        grid-template-rows: 157.5px 157.5px;
    -webkit-column-gap: 14.5px;
            column-gap: 14.5px;
    row-gap: 14.5px;
  }
}

@media screen and (max-width: 1024px) {
  .content-block--media-2x2 .picture-wrapper {
    -ms-grid-columns: calc(50% - 10px) calc(50% - 10px);
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    -ms-grid-rows: 257.5px 257.5px;
        grid-template-rows: 257.5px 257.5px;
    -webkit-column-gap: 14.5px;
            column-gap: 14.5px;
    row-gap: 14.5px;
  }
}

@media screen and (max-width: 680px) {
  .content-block--media-2x2 .picture-wrapper {
    -ms-grid-columns: calc(50% - 10px) calc(50% - 10px);
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    -ms-grid-rows: 150px 150px;
        grid-template-rows: 150px 150px;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
  }
}

.content-block--media-1x2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-block--media-1x2 .picture-wrapper {
  -ms-grid-columns: 347.5px 347.5px;
      grid-template-columns: 347.5px 347.5px;
  -ms-grid-rows: 257.5px 257.5px;
      grid-template-rows: 257.5px 257.5px;
  -webkit-column-gap: 24.5px;
          column-gap: 24.5px;
  row-gap: 24.5px;
}

.content-block--media-1x2 .picture-wrapper .pic {
  background-color: #DDE9F2;
}

.content-block--media-1x2 .picture-wrapper .pic:first-child {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

.content-block--media-1x2 .content-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (max-width: 1440px) {
  .content-block--media-1x2 .picture-wrapper {
    -ms-grid-columns: 247.5px 247.5px;
        grid-template-columns: 247.5px 247.5px;
    -ms-grid-rows: 157.5px 157.5px;
        grid-template-rows: 157.5px 157.5px;
    -webkit-column-gap: 14.5px;
            column-gap: 14.5px;
    row-gap: 14.5px;
  }
}

@media screen and (max-width: 1024px) {
  .content-block--media-1x2 .picture-wrapper {
    -ms-grid-columns: calc(50% - 10px) calc(50% - 10px);
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    -ms-grid-rows: 257.5px 257.5px;
        grid-template-rows: 257.5px 257.5px;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 30px;
  }
}

.content-block--media-1x1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-block--media-1x1 .picture-wrapper {
  -ms-grid-columns: 347.5px 347.5px;
      grid-template-columns: 347.5px 347.5px;
  -ms-grid-rows: 540px;
      grid-template-rows: 540px;
  -webkit-column-gap: 24.5px;
          column-gap: 24.5px;
}

.content-block--media-1x1 .picture-wrapper .pic {
  background-color: #DDE9F2;
}

.content-block--media-1x1 .content-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (max-width: 1440px) {
  .content-block--media-1x1 .picture-wrapper {
    -ms-grid-columns: 247.5px 247.5px;
        grid-template-columns: 247.5px 247.5px;
    -ms-grid-rows: 257.5px;
        grid-template-rows: 257.5px;
    -webkit-column-gap: 14.5px;
            column-gap: 14.5px;
  }
}

@media screen and (max-width: 1024px) {
  .content-block--media-1x1 .picture-wrapper {
    -ms-grid-columns: calc(50% - 10px) calc(50% - 10px);
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    -ms-grid-rows: 257.5px;
        grid-template-rows: 257.5px;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 680px) {
  .content-block--media-1x1 .picture-wrapper {
    -ms-grid-columns: calc(50% - 10px) calc(50% - 10px);
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    -ms-grid-rows: 157.5px;
        grid-template-rows: 157.5px;
    -webkit-column-gap: 14.5px;
            column-gap: 14.5px;
  }
}

.content-block--reverse .picture-container, .content-block--reverse .picture-wrapper, .content-block--reverse .picture {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.content-block--reverse .content-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 50px;
  padding-left: unset;
}

@media screen and (max-width: 1024px) {
  .content-block--reverse .picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .content-block--reverse .content-wrapper {
    padding-right: unset;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 1024px) {
  .content-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-block .picture, .content-block .content-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .content-block .content-wrapper {
    margin-top: 20px;
    padding-left: 0;
    text-align: center;
  }
  .content-block .content-wrapper .content h2 {
    margin-bottom: 0px;
  }
}

.call-to-action {
  position: relative;
}

.call-to-action .contact-form--call-to-action {
  position: relative;
  z-index: 2;
}

.call-to-action .contact-form--call-to-action .form-modal {
  position: absolute;
  top: 0;
  width: 576px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  padding: 50px;
}

.call-to-action .contact-form--call-to-action .form-modal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.call-to-action .contact-form--call-to-action .form-modal .modal-header .badge {
  margin-left: auto;
}

.call-to-action .contact-form--call-to-action .form-modal .gutenberg-editor-form-block {
  height: 200px;
}

.call-to-action .contact-form--call-to-action .form-modal form {
  margin-top: 20px;
}

.call-to-action .contact-form--call-to-action .form-modal form .input-group {
  width: 100%;
}

.call-to-action .contact-form--call-to-action .form-modal form .input-group input[type=submit] {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .call-to-action .contact-form--call-to-action .form-modal {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 680px) {
  .call-to-action .contact-form--call-to-action .form-modal {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 680px) {
  .call-to-action .contact-form.w-md {
    max-width: 100%;
  }
}

.call-to-action .picture {
  background-color: #f8f8f8;
  height: 550px;
}

@media screen and (max-width: 680px) {
  .call-to-action .picture {
    display: none;
  }
}

.contact-form .send-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contact-form .send-message .icon i {
  color: #ef3e23 !important;
  font-size: 1.5rem !important;
}

.wpcf7-form .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #ef3e23 !important;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form .wpcf7-response-output {
  font-size: 0.9rem;
  text-align: left;
  margin: 15px 0 0 0 !important;
  padding: 10px 15px !important;
  background-color: #30333a;
  border-radius: 5px;
  border: unset;
}

.wpcf7-form.invalid .wpcf7-response-output {
  color: #ffc917;
  border: unset;
}

.wpcf7-form.invalid .wpcf7-response-output::before {
  font-family: 'winelands-paragliding' !important;
  content: "\e91f";
  padding-right: 10px;
}

.wpcf7-form.sent .wpcf7-response-output {
  color: #3fc276;
  padding: 0;
  margin: 0;
  border: unset;
}

.cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
}

.cards--4-col {
  -ms-grid-columns: 345px 345px 345px 345px;
      grid-template-columns: 345px 345px 345px 345px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

@media screen and (max-width: 1440px) {
  .cards--4-col {
    -ms-grid-columns: 313.33px 313.33px 313.33px;
        grid-template-columns: 313.33px 313.33px 313.33px;
  }
}

@media screen and (max-width: 1024px) {
  .cards--4-col {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-column-gap: unset;
            column-gap: unset;
    row-gap: unset;
  }
}

.cards--3-col {
  -ms-grid-columns: 460px 460px 460px;
      grid-template-columns: 460px 460px 460px;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

@media screen and (max-width: 1440px) {
  .cards--3-col {
    -ms-grid-columns: 313.33px 313.33px 313.33px;
        grid-template-columns: 313.33px 313.33px 313.33px;
  }
}

@media screen and (max-width: 1024px) {
  .cards--3-col {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -webkit-column-gap: unset;
            column-gap: unset;
    row-gap: unset;
  }
}

.cards--2-col {
  -ms-grid-columns: 695px 695px;
      grid-template-columns: 695px 695px;
  -webkit-column-gap: 50px;
          column-gap: 50px;
  row-gap: 50px;
}

.cards .profile-card .picture {
  width: 345px;
  background-color: #DDE9F2;
  height: 345px;
}

@media screen and (max-width: 1440px) {
  .cards .profile-card .picture {
    width: 313.33px;
    height: 313.33px;
  }
}

@media screen and (max-width: 1024px) {
  .cards .profile-card .picture {
    width: 100%;
    height: 313.33px;
  }
}

.cards .profile-card .content {
  padding: 30px 0;
  text-align: center;
}

.cards .profile-card .content p {
  margin: 0;
}

.cards .profile-card .content .btn {
  margin-top: 15px;
}

.cards .feature-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-bottom: 1.4%;
  background-color: white;
}

.cards .feature-card .picture {
  width: 100%;
  background-color: #e5e5e5;
  height: 170px;
}

@media screen and (max-width: 1440px) {
  .cards .feature-card .picture {
    height: 170px;
  }
}

.cards .feature-card .content {
  padding: 30px 0;
}

.cards .feature-card .content .sub-header {
  margin-bottom: 5px;
}

.cards .feature-card .content h4 {
  margin-bottom: 5px;
}

.cards .feature-card .content p {
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cards .feature-card .content .btn {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .cards .feature-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .cards .feature-card .picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    height: 200px;
  }
  .cards .feature-card .content {
    padding: 0 20px;
    text-align: left;
  }
  .cards .feature-card .content h3 {
    font-size: 1.3rem;
  }
  .cards .feature-card .content p {
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media screen and (max-width: 680px) {
  .cards .feature-card {
    margin-bottom: 30px;
  }
  .cards .feature-card .picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    height: 120px;
  }
  .cards .feature-card .content {
    padding: 0 20px;
    text-align: left;
  }
  .cards .feature-card .content h3 {
    font-size: 1.1rem;
  }
  .cards .feature-card .content p {
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cards .feature-card .content a {
    border: unset;
    height: auto;
    width: auto;
    padding: 5px 0 0 0;
    font-size: 0.8rem;
  }
}

.team-card {
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.team-card .team-photo {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.team-card .team-details {
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.team-card .team-details .team-details-wrapper {
  border-right: solid 3px #f16f57;
  padding-right: 20px;
}

.team-card .team-details .team-details-wrapper p {
  padding: unset;
  margin: unset;
  line-height: unset;
}

.review-card {
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.review-card-header {
  width: 100%;
  padding: 40px 40px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.review-card-header .profile-picture {
  width: 80px;
  height: 80px;
  background-color: #f5f1fc;
  border-radius: 50em;
  margin-right: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.review-card-header .profile-details h4 {
  margin-bottom: 5px;
}

.review-card-header .profile-details .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-card-header .profile-details .rating i {
  font-size: 1rem;
  color: #fdeace;
  margin-right: 10px;
}

.review-card-header .profile-details .rating i.selected {
  color: #eda944;
}

.review-card-body {
  width: 100%;
  padding: 20px 40px 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

.review-card-body p {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-card-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  border-top: solid 1px #eaeaea;
}

.review-card-footer i {
  display: block;
  margin-left: auto;
  color: #f16f57;
  font-size: 1rem;
}

header {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

header .mobile-navbar {
  position: fixed;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

header .mobile-navbar.show-menu {
  visibility: visible;
  opacity: 1;
}

header .mobile-navbar nav {
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .mobile-navbar nav ul {
  list-style: none;
}

header .mobile-navbar nav ul li {
  padding-bottom: 30px;
}

header .mobile-navbar nav ul li .btn-nav {
  color: #230458;
  padding: 0 30px;
}

header .mobile-navbar nav ul li .call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .mobile-navbar nav ul li.dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .mobile-navbar nav ul li.dropdown a span, header .mobile-navbar nav ul li.dropdown a i {
  display: block;
  -webkit-transform: unset;
          transform: unset;
  top: unset;
}

header .mobile-navbar nav ul li.dropdown a i {
  font-weight: bold;
  font-size: 10px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

header .mobile-navbar nav ul li.dropdown .dropdown-menu {
  width: 100%;
  height: 0px;
  background-color: #f8f8f8;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}

header .mobile-navbar nav ul li.dropdown .dropdown-menu ul {
  list-style: none;
}

header .mobile-navbar nav ul li.dropdown .dropdown-menu ul li {
  padding: 20px 0 0 0;
}

header .mobile-navbar nav ul li.dropdown .dropdown-menu ul li a {
  padding: 0 30px;
}

header .mobile-navbar nav ul li.dropdown-open a {
  padding-bottom: 20px;
}

header .mobile-navbar nav ul li.dropdown-open a i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header .mobile-navbar nav ul li.dropdown-open .dropdown-menu {
  height: 100px;
}

header .mobile-navbar .social-navbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  background-color: #230458;
}

header .mobile-navbar .social-navbar ul {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .mobile-navbar .social-navbar ul li a {
  color: #f5f1fc;
}

header .navbar {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .navbar .nav-bg {
  position: absolute;
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  z-index: -1;
}

header .navbar .nav-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .navbar .nav-wrapper .company-logo {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

header .navbar .nav-wrapper .company-logo .logo {
  width: 275px;
  -webkit-filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
}

header .navbar .nav-wrapper .company-logo .logo .white-hex-filter {
  opacity: 1;
  fill: white;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

header .navbar .nav-wrapper .company-logo .logo .white-hex-filter.animate {
  opacity: 0;
}

header .navbar .nav-wrapper .strapline {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

header .navbar .nav-wrapper .strapline span {
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

header .navbar .nav-wrapper nav {
  width: 100%;
  height: 90px;
  margin: 0 50px;
}

header .navbar .nav-wrapper nav ul {
  position: relative;
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

header .navbar .nav-wrapper nav ul li {
  height: inherit;
  margin-right: 45px;
}

header .navbar .nav-wrapper nav ul li a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

header .navbar .nav-wrapper nav ul li a span {
  position: relative;
  display: block;
}

header .navbar .nav-wrapper nav .more-actions li {
  margin: 0;
}

header .navbar .nav-wrapper nav .more-actions li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navbar .nav-wrapper nav .more-actions li a span {
  top: unset;
  -webkit-transform: unset;
          transform: unset;
  padding-left: 10px;
}

@media screen and (max-width: 1440px) {
  header .navbar .nav-wrapper nav {
    margin: 0 20px;
  }
  header .navbar .nav-wrapper nav ul li .link {
    margin-right: 15px;
  }
  header .navbar .nav-wrapper nav ul li .link a {
    font-size: 0.8rem;
  }
  header .navbar .nav-wrapper nav ul li .link .btn-dropdown i {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 1024px) {
  header .navbar .nav-wrapper nav {
    display: none;
  }
}

header .navbar .nav-wrapper .scrolldown-action {
  position: absolute;
  width: 100%;
  bottom: 50px;
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .navbar .nav-wrapper .scrolldown-action .scolldown-btn {
  cursor: pointer;
}

header .navbar .nav-wrapper .scrolldown-action .scolldown-btn .icon {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #ef3e23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navbar .nav-wrapper .scrolldown-action .scolldown-btn .icon i {
  font-size: 1rem;
}

header .navbar .nav-wrapper .scrolldown-action .scolldown-btn .btn-title {
  width: 100%;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  margin: 15px 0;
  display: block;
  text-transform: uppercase;
}

header .navbar .nav-wrapper .scrolldown-action .scolldown-btn i {
  width: 100%;
  font-size: 2rem;
}

header .navbar .nav-wrapper .user-actions {
  position: absolute;
  right: 50px;
  top: 0;
  margin-left: auto;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}

header .navbar .nav-wrapper .user-actions .book-banner {
  display: none;
}

header .navbar .nav-wrapper .user-actions .book-banner a {
  height: 135px;
  padding: 0 20px;
  border-radius: 0 0 5px 5px;
  background-color: #ef3e23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

header .navbar .nav-wrapper .user-actions .book-banner a .booking-details {
  color: white;
  text-align: center;
}

header .navbar .nav-wrapper .user-actions .book-banner a .booking-details span, header .navbar .nav-wrapper .user-actions .book-banner a .booking-details i {
  display: block;
  width: 100%;
}

header .navbar .nav-wrapper .user-actions .book-banner a .booking-details i {
  font-size: 1.5rem;
  padding-bottom: 10px;
}

header .navbar .nav-wrapper .user-actions button[data-element=menu] {
  display: none;
}

@media screen and (max-width: 1024px) {
  header .navbar .nav-wrapper .user-actions {
    top: 20px;
  }
  header .navbar .nav-wrapper .user-actions button[data-element=menu] {
    display: block;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  }
}

header.dark .nav-bg {
  height: 0;
}

header.minimized {
  height: 170px;
}

header.minimized .navbar .nav-bg {
  height: 90px;
}

header.minimized .navbar .nav-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header.minimized .navbar .nav-wrapper .company-logo {
  width: auto;
  margin-top: 10px;
}

header.minimized .navbar .nav-wrapper .company-logo .logo {
  width: 130px;
  -webkit-filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
}

header.minimized .navbar .nav-wrapper .strapline {
  display: none;
}

header.minimized .navbar .nav-wrapper nav {
  width: auto;
  height: 90px;
  margin: 0 50px;
}

header.minimized .navbar .nav-wrapper nav ul {
  position: relative;
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
}

header.minimized .navbar .nav-wrapper nav ul li {
  height: inherit;
  margin-right: 45px;
}

header.minimized .navbar .nav-wrapper nav ul li a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #252525;
}

header.minimized .navbar .nav-wrapper nav ul li a span {
  position: relative;
  display: block;
}

header.minimized .navbar .nav-wrapper nav ul li .call-to-action {
  display: none;
}

header.minimized .navbar .nav-wrapper nav .more-actions {
  display: none;
}

header.minimized .navbar .nav-wrapper .scrolldown-action {
  display: none;
}

header.minimized .navbar .nav-wrapper .user-actions .book-banner {
  display: block;
}

@media screen and (max-width: 1024px) {
  header.minimized .navbar .nav-wrapper .user-actions {
    top: 63px;
  }
  header.minimized .navbar .nav-wrapper .user-actions .book-banner {
    display: none;
  }
}

header .nav-dropdown {
  position: fixed;
  margin-top: -500px;
  width: 100%;
  padding: 30px 0 0px 0;
  background-color: #F7FCFF;
  -webkit-transition: margin-top 0.3s ease-in-out;
  transition: margin-top 0.3s ease-in-out;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

header .nav-dropdown.active {
  margin-top: 100px;
}

header .nav-dropdown nav ul {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .nav-dropdown nav ul li {
  width: 33.33%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  font-size: 1rem;
}

header .nav-dropdown nav ul li a {
  color: unset;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

header .nav-dropdown nav ul li a:hover {
  background-color: white;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

footer {
  background-color: #3f4249;
}

footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-content .footer-logo img {
  width: 150px;
}

footer .footer-content .footer-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
}

footer .footer-content .footer-nav nav {
  margin-right: 50px;
}

footer .footer-content .footer-nav nav h5 {
  color: #9ed6d0;
  font-weight: 500;
  padding-bottom: 30px;
}

footer .footer-content .footer-nav nav ul {
  list-style: none;
}

footer .footer-content .footer-nav nav ul li {
  margin-bottom: 20px;
}

footer .footer-content .footer-nav nav ul li:last-child {
  margin-bottom: 0;
}

footer .footer-content .footer-nav nav.footer-message-block {
  min-width: 350px;
  margin-right: unset;
  margin-left: auto;
}

footer .footer-content .footer-nav nav.footer-message-block .send-message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  footer .footer-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-content .footer-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 50px;
    border-right: none;
    padding-right: unset;
  }
  footer .footer-content .footer-logo .social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .footer-content .footer-logo .social a {
    margin-right: 30px;
  }
  footer .footer-content .footer-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: unset;
  }
  footer .footer-content .footer-nav nav {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 680px) {
  footer .footer-content .footer-nav nav {
    margin-bottom: 30px;
  }
  footer .footer-content .footer-nav nav h5 {
    padding-bottom: 15px;
  }
  footer .footer-content .footer-nav nav:last-child {
    display: none;
  }
}

footer .footer-legal {
  padding: 50px 0;
  background-color: #30333a;
}

footer .footer-legal .footer-legal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-legal .footer-legal-content .copyright {
  font-size: 0.8rem;
  color: #6e7075;
}

footer .footer-legal .footer-legal-content .legal-links {
  margin-left: auto;
}

@media screen and (max-width: 680px) {
  footer .footer-legal .footer-legal-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-legal .footer-legal-content .copyright {
    width: 100%;
  }
  footer .footer-legal .footer-legal-content .legal-links {
    width: 100%;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: scroll;
  background-color: #30333a;
  -webkit-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
}

.mobile-menu.active {
  right: 0%;
}

.mobile-menu .mobile-menu-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.mobile-menu .mobile-menu-wrapper .mobile-header {
  width: 100%;
  padding: 30px 30px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  background-color: #3f4249;
}

.mobile-menu .mobile-menu-wrapper .mobile-header .menu-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu .mobile-menu-wrapper .mobile-header .menu-logo .logo {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.mobile-menu .mobile-menu-wrapper .mobile-header .menu-logo .logo img {
  height: 100%;
}

.mobile-menu .mobile-menu-wrapper .mobile-header .menu-logo .menu-title {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  color: white;
}

.mobile-menu .mobile-menu-wrapper .mobile-header .menu-close {
  margin-left: auto;
  color: white;
  font-size: 1rem;
}

.mobile-menu .mobile-menu-wrapper .mobile-body {
  padding: 30px 0;
  background-color: #3f4249;
}

.mobile-menu .mobile-menu-wrapper .mobile-body .mobile-menu-items {
  list-style: none;
}

.mobile-menu .mobile-menu-wrapper .mobile-body .mobile-menu-items .mobile-menu-item {
  margin-bottom: 20px;
}

.mobile-menu .mobile-menu-wrapper .mobile-body .mobile-menu-items .mobile-menu-item .mobile-menu-item-name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  color: white;
}

.mobile-menu .mobile-menu-wrapper .mobile-body .mobile-menu-items .mobile-menu-item .mobile-menu-item-name a span {
  font-size: 1rem;
}

.mobile-menu .mobile-menu-wrapper .mobile-body .mobile-menu-items .mobile-menu-item .mobile-menu-item-name a .far {
  display: none;
  margin-left: auto;
  font-size: 0.9rem;
}

.mobile-menu .mobile-menu-wrapper .mobile-body .mobile-menu-items .mobile-menu-item:last-child {
  margin-bottom: 0;
}

.mobile-menu .mobile-menu-wrapper .mobile-body .mobile-menu-items .mobile-menu-item.submenu .mobile-menu-item-name a .far {
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.mobile-menu .mobile-menu-wrapper .mobile-body .mobile-menu-items .mobile-menu-item.submenu .mobile-submenu-items {
  height: 0px;
  margin: 0px 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mobile-menu .mobile-menu-wrapper .mobile-body .mobile-menu-items .mobile-menu-item.submenu .mobile-submenu-items .mobile-submenu-items-wrapper {
  padding: 20px 30px;
  list-style: none;
}

.mobile-menu .mobile-menu-wrapper .mobile-body .mobile-menu-items .mobile-menu-item.submenu .mobile-submenu-items .mobile-submenu-items-wrapper .mobile-submenu-item {
  padding-bottom: 10px;
}

.mobile-menu .mobile-menu-wrapper .mobile-body .mobile-menu-items .mobile-menu-item.submenu .mobile-submenu-items .mobile-submenu-items-wrapper .mobile-submenu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
}

.mobile-menu .mobile-menu-wrapper .mobile-body .mobile-menu-items .mobile-menu-item.submenu .mobile-submenu-items .mobile-submenu-items-wrapper .mobile-submenu-item a .picture {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.mobile-menu .mobile-menu-wrapper .mobile-body .mobile-menu-items .mobile-menu-item.submenu .mobile-submenu-items .mobile-submenu-items-wrapper .mobile-submenu-item a .mobile-submenu-item-name {
  font-size: 0.9rem;
}

.mobile-menu .mobile-menu-wrapper .mobile-body .mobile-menu-items .mobile-menu-item.submenu .mobile-submenu-items .mobile-submenu-items-wrapper .mobile-submenu-item:last-child {
  padding-bottom: 0;
}

.mobile-menu .mobile-menu-wrapper .mobile-body .mobile-menu-items .mobile-menu-item.submenu.submenu--active .mobile-menu-item-name a .far {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mobile-menu .mobile-menu-wrapper .mobile-body .mobile-menu-items .mobile-menu-item.submenu.submenu--active .mobile-submenu-items {
  height: 165px;
  margin: 20px 0;
}

.mobile-menu .mobile-menu-wrapper .mobile-body .mobile-menu-items .mobile-menu-item.active .mobile-menu-item-name a {
  color: #94cbf5;
}

.mobile-menu .mobile-menu-wrapper .mobile-footer {
  width: 100%;
  background-color: #30333a;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mobile-menu .mobile-menu-wrapper .mobile-footer .social-media .title {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #9fa1a4;
}

.mobile-menu .mobile-menu-wrapper .mobile-footer .social-media .social-media-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.mobile-menu .mobile-menu-wrapper .mobile-footer .social-media .social-media-icons li {
  margin-right: 10px;
}

.mobile-menu .mobile-menu-wrapper .mobile-footer .social-media .social-media-icons li i {
  font-size: 1.5rem;
  color: #7f7f7f;
}
/*# sourceMappingURL=core.css.map */