.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@charset "UTF-8";
/**
 * Accordion v3.3.2
 * Lightweight and accessible accordion module created in pure Javascript
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) Michał Strumpf
 * Published under MIT License
 */

.ac{margin-top:10px;border:1px solid #eee;background-color:#fff;box-sizing:border-box}.ac .ac-header{margin:0;padding:0}.ac .ac-trigger{font:bold 16px Arial,sans-serif;color:#111;text-align:left;width:100%;padding:10px 30px 10px 10px;display:block;cursor:pointer;background-color:transparent;transition:color .25s ease;position:relative;text-decoration:none;margin:0;border:0}.ac .ac-trigger::after{content:"+";text-align:center;width:15px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);position:absolute;right:10px;top:50%}.ac .ac-trigger:focus{color:#8a8a8a}.ac .ac-panel{overflow:hidden;transition-property:height,visibility;transition-timing-function:ease}.ac .ac-panel .ac-text{font:15px/24px Arial,sans-serif;color:#111;padding:10px;margin:0}.ac.js-enabled .ac-panel{visibility:hidden}.ac.is-active .ac-panel{visibility:visible}.ac.is-active>.ac-header .ac-trigger::after{content:"–"}
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-LightItalic.eot?344aaa5713737ff03d7e31091a8be631);
  src: url(/fonts/Lato-LightItalic.eot?344aaa5713737ff03d7e31091a8be631?#iefix) format("embedded-opentype"), url(/fonts/Lato-LightItalic.woff2?0ea7656d6a58e3f9853bcc233702129a) format("woff2"), url(/fonts/Lato-LightItalic.woff?6876f3b2e440df8eab71f44900698202) format("woff"), url(/fonts/Lato-LightItalic.ttf?0772fd0e1f085b01886c4e498ebc24f5) format("truetype"), url(/fonts/Lato-LightItalic.svg?17348fa25440f12ecc54cfe8ce870c3b#Lato-LightItalic) format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-BoldItalic.eot?5afcc8f086744380307e70ca4d75fe8c);
  src: url(/fonts/Lato-BoldItalic.eot?5afcc8f086744380307e70ca4d75fe8c?#iefix) format("embedded-opentype"), url(/fonts/Lato-BoldItalic.woff2?84607fcdf9af8784aa6e695bb73b842e) format("woff2"), url(/fonts/Lato-BoldItalic.woff?443bd94393f9d73446c8683dcd234a00) format("woff"), url(/fonts/Lato-BoldItalic.ttf?7676992add1a69803933712ed212fcbf) format("truetype"), url(/fonts/Lato-BoldItalic.svg?c65e49e8c6e7dc767b3bdaaaecfbd198#Lato-BoldItalic) format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Italic.eot?987f5fb2a5f46d48872b158c467434fa);
  src: url(/fonts/Lato-Italic.eot?987f5fb2a5f46d48872b158c467434fa?#iefix) format("embedded-opentype"), url(/fonts/Lato-Italic.woff2?d9364c880eec4d4fea78bb77cf73b536) format("woff2"), url(/fonts/Lato-Italic.woff?251de5f48806485e4c5a8a2558f9b377) format("woff"), url(/fonts/Lato-Italic.ttf?f7e9b70c277d6a95545c44ec37717e7a) format("truetype"), url(/fonts/Lato-Italic.svg?a3adb217cc052e4857201d665e3e1f52#Lato-Italic) format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-BlackItalic.eot?f3a72981cf1b9920effeb4b37fe74895);
  src: url(/fonts/Lato-BlackItalic.eot?f3a72981cf1b9920effeb4b37fe74895?#iefix) format("embedded-opentype"), url(/fonts/Lato-BlackItalic.woff2?3061b5464316d87f5dbc037424bf07ea) format("woff2"), url(/fonts/Lato-BlackItalic.woff?c329db2ef5efedb87a8e4c452887b81c) format("woff"), url(/fonts/Lato-BlackItalic.ttf?a7afb5faba1fcd37b7e698fb5ffb9814) format("truetype"), url(/fonts/Lato-BlackItalic.svg?a72046b38c2dec6851a20c9d1daf5f17#Lato-BlackItalic) format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Light.eot?c8228e51f30487e7ada8506e1cede423);
  src: url(/fonts/Lato-Light.eot?c8228e51f30487e7ada8506e1cede423?#iefix) format("embedded-opentype"), url(/fonts/Lato-Light.woff2?7e323674c33b3939aba542e22c95c6d3) format("woff2"), url(/fonts/Lato-Light.woff?91308c0216b40aad16036f1394b98237) format("woff"), url(/fonts/Lato-Light.ttf?6781b636a9477c7fc1c6cdef5960eba2) format("truetype"), url(/fonts/Lato-Light.svg?46f5d42b307819d51179e10db0ae871a#Lato-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Bold.eot?3cc5ee3b59c04e017e37a977b49e0e34);
  src: url(/fonts/Lato-Bold.eot?3cc5ee3b59c04e017e37a977b49e0e34?#iefix) format("embedded-opentype"), url(/fonts/Lato-Bold.woff2?ea8a923ec6d3ea7cf7bc5ddefabbc20c) format("woff2"), url(/fonts/Lato-Bold.woff?ba3a83adcb94357fc42f762985e4d3df) format("woff"), url(/fonts/Lato-Bold.ttf?cedaf50ff9735bcc4691295c0cb4598f) format("truetype"), url(/fonts/Lato-Bold.svg?0e1ec39206f2c9998984f57153efe757#Lato-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Regular.eot?2a9df1c2041dcde838a4038b31ed66dc);
  src: url(/fonts/Lato-Regular.eot?2a9df1c2041dcde838a4038b31ed66dc?#iefix) format("embedded-opentype"), url(/fonts/Lato-Regular.woff2?39ac38d8a27bed2a16e4b0ebd0914520) format("woff2"), url(/fonts/Lato-Regular.woff?77ca2742388f408c3be7d0ec3e7dc392) format("woff"), url(/fonts/Lato-Regular.ttf?afc15a6fc45dd7f0caf6d8ee1fae8592) format("truetype"), url(/fonts/Lato-Regular.svg?1ab877c6d3368f8dbbde2a7655d679df#Lato-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Hairline";
  src: url(/fonts/Lato-HairlineItalic.eot?9f16c8bd210085c37839b172c883649e);
  src: url(/fonts/Lato-HairlineItalic.eot?9f16c8bd210085c37839b172c883649e?#iefix) format("embedded-opentype"), url(/fonts/Lato-HairlineItalic.woff2?bf1e0782291efebe06daa869a91c89fa) format("woff2"), url(/fonts/Lato-HairlineItalic.woff?540ee912c7282b8bb1514b87c4e91124) format("woff"), url(/fonts/Lato-HairlineItalic.ttf?29058cd7cb129e0ac9254dc93623bb90) format("truetype"), url(/fonts/Lato-HairlineItalic.svg?8a50d81002c8328b689576a512c4514b#Lato-HairlineItalic) format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato Hairline";
  src: url(/fonts/Lato-Hairline.eot?f9f4fe106b8b4849312f8692123368b8);
  src: url(/fonts/Lato-Hairline.eot?f9f4fe106b8b4849312f8692123368b8?#iefix) format("embedded-opentype"), url(/fonts/Lato-Hairline.woff2?4cf04805197605f0103e76794e376847) format("woff2"), url(/fonts/Lato-Hairline.woff?8cc2841238f3d3276d9c8ba94a44a46c) format("woff"), url(/fonts/Lato-Hairline.ttf?8d3521cb7803a6842d8f445a14d26f56) format("truetype"), url(/fonts/Lato-Hairline.svg?4a283f8d58b2def249440d59909e7dbd#Lato-Hairline) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato-Black.eot?b30d7df4cf7bbc3ad3cf065573453dac);
  src: url(/fonts/Lato-Black.eot?b30d7df4cf7bbc3ad3cf065573453dac?#iefix) format("embedded-opentype"), url(/fonts/Lato-Black.woff2?9280d87f151e453d884c0529120ff8d2) format("woff2"), url(/fonts/Lato-Black.woff?efe7c183457352448e1e82e30ee3e142) format("woff"), url(/fonts/Lato-Black.ttf?1b84f756fdb621cb36b1bb04e0714208) format("truetype"), url(/fonts/Lato-Black.svg?725448802cebbf4b36eb5f056117c331#Lato-Black) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.flex, .landscape_mobile .landscape_view {
  display: flex;
}
.flex--align-items-baseline {
  align-items: baseline;
}
.flex--align-items-end {
  align-items: flex-end;
}
.flex--align-items-center, .landscape_mobile .landscape_view {
  align-items: center;
}
.flex--align-items-start {
  align-items: flex-start;
}
.flex--justify-content-evenly {
  justify-content: space-evenly;
}
.flex--justify-content-between {
  justify-content: space-between;
}
.flex--justify-content-around {
  justify-content: space-around;
}
.flex--justify-content-end {
  justify-content: flex-end;
}
.flex--justify-content-center, .landscape_mobile .landscape_view {
  justify-content: center;
}
.flex--justify-content-start {
  justify-content: flex-start;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex--wrap-nowrap {
  flex-wrap: nowrap;
}
.flex--direction-column, .landscape_mobile .landscape_view {
  flex-direction: column;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .flex--direction-columnmobile {
    flex-direction: column;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .flex--direction-columnreverse {
    flex-direction: column-reverse;
  }
}
.flex--direction-row {
  flex-direction: row;
}
.flex--one {
  flex: 1;
}
.flex--two {
  flex: 2 !important;
}
.flex--three {
  flex: 3 !important;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000000;
  width: 600px;
  height: 50px;
}

.select-styled {
  margin: 0 auto;
  position: absolute;
  border-radius: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background-color: #000000;
  padding: 30px 15px 30px 20px;
  transition: all 0.2s ease-in;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 550px) {
  .select-styled {
    height: 80px;
    padding: 10px 20px;
  }
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #ffffff transparent transparent transparent;
  display: block;
  margin-top: 10px;
}
.select-styled:hover {
  background-color: black;
}
.select-styled:active, .select-styled.active {
  background-color: black;
}
.select-styled:active:after, .select-styled.active:after {
  transform: rotate(180deg);
  margin-top: 0;
  margin-bottom: 10px;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  border-radius: 15px;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-in;
}
.select-options li.is-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.select-options li[rel=hide] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

iframe html .powered-by {
  display: none;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Lato";
  line-height: 1.4;
  overflow-x: hidden;
}
body.block {
  overflow: hidden;
}

.powered-by {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #ffffff inset !important;
}

input[type=number] {
  -moz-appearance: textfield;
}

img {
  max-width: 100%;
  height: auto;
  outline: none;
  border: 0;
  vertical-align: middle;
}
img.center {
  margin: 0 auto;
}

a {
  color: currentColor;
  text-decoration: none;
}
a.link {
  text-decoration: underline;
}

input:focus, textarea:focus {
  outline: none;
}

::-moz-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

.margin--top-20 {
  margin-top: 20px;
}
.margin--top-30 {
  margin-top: 30px;
}
.margin--top-40 {
  margin-top: 40px;
}

.seemore {
  margin-top: 100px;
}

.container {
  overflow-x: hidden;
}

.container--responsive {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .container--responsive {
    padding: 0 30px;
  }
}

.fluid--container {
  width: 100%;
  padding: 0 2%;
}

textarea {
  font-family: "Lato";
}

.width--full {
  width: 100%;
}
.width--max-full {
  max-width: 100% !important;
}

.font--normal {
  font-weight: normal;
}
.font--medium {
  font-weight: 500;
}
.font--light {
  font-weight: 300;
}
.font--bold {
  font-weight: bold;
}
.font--center {
  text-align: center;
}
.font--left {
  text-align: left;
}

.text--align-center {
  text-align: center;
}
.text--align-right {
  text-align: right;
}
.text.link {
  color: #000000;
}
.text.link:hover {
  color: #000000;
}
.text--decoration-underline {
  text-decoration: underline;
}

.btn {
  border-radius: 50px;
  display: inline-block;
  padding: 12px 40px;
  background: transparent;
  border: 1px solid #0E233A;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}
.btn-white-border {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
}
.btn:hover {
  background-color: #0E233A;
  color: #fff;
}
.btn:disabled {
  background-color: red;
  pointer-events: none;
  opacity: 0.5;
}
.btn.active {
  color: #ffffff;
}
.btn.full {
  width: 100%;
}

.font--bold {
  font-weight: bold;
}
.font--normal {
  font-weight: normal;
}
.font--medium {
  font-weight: 500;
}
.font--light {
  font-weight: 300;
}
.font--underline {
  text-decoration: underline;
}

.main-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #000000;
  font-size: 40px;
  /* line-height: 50px; */
  font-weight: bold;
  text-transform: capitalize;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .main-title {
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding: 0 8%;
    font-size: 1.75em;
    line-height: 1.75em;
  }
}

.border-bottom {
  position: relative;
}
.border-bottom:after {
  content: "";
  width: 80px;
  border-bottom: 5px solid #EEC87C;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .border-bottom:after {
    width: 60px;
    border-bottom: 3px solid #EEC87C;
  }
}

.hide {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .hide--mobile {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .hide--mobile-view {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .hide--desktop {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .hide--desktop-view {
    display: none;
  }
}

.landscape_mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 999;
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  .landscape_mobile {
    display: block;
  }
}
@media screen and (min-width: 280px) {
  .landscape_mobile {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .landscape_mobile {
    display: block;
  }
}
.landscape_mobile .landscape_view {
  padding: 30px;
  height: 100%;
  width: 100%;
}
.landscape_mobile .landscape_view .rotating_image {
  text-align: center;
  margin-bottom: 20px;
}
.landscape_mobile .landscape_view .rotating_image img {
  width: 150px;
  margin: 0 auto;
}
.landscape_mobile .landscape_view .landscape_text {
  text-align: center;
}
.landscape_mobile .landscape_view .landscape_text h3 {
  position: relative;
}
.landscape_mobile .landscape_view .landscape_text p {
  line-height: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-arrows {
  position: relative;
  z-index: 1;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .slider-arrows img {
    height: 35px !important;
  }
}
.slider-arrows .slick-arrow {
  padding: 0;
}
.slider-arrows .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.slider-arrows button {
  padding: 0;
}
.slider-arrows .arrow-left {
  transform: scaleX(-1);
}

.bg--lightgrey {
  background-color: #F2F2F2;
}

.slick-dots {
  bottom: -50px !important;
  width: auto !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.slick-dots li {
  width: 5px !important;
  height: 5px !important;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  margin: 0 !important;
  margin-right: 5px !important;
}
.slick-dots li:last-of-type {
  margin-right: 0;
}
.slick-dots li button {
  display: none !important;
}
.slick-dots li.slick-active {
  background-color: #EEC87C;
  width: 25px !important;
}

.overlay {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
.overlay.active {
  transform: translateY(0%);
}

.modal--brands-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 102;
  transform: translate3d(-50%, -200vh, 0);
  transition: transform 0.4s ease-in-out;
  max-width: 800px;
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16);
  max-height: 85vh;
}
@media only screen and (max-width: 768px) {
  .modal--brands-wrapper {
    padding: 55px 18px 30px;
    max-width: 90%;
    width: 100%;
  }
}
.modal--brands-wrapper.active {
  transform: translate3d(-50%, -50%, 0);
}
.modal--brands-wrapper iframe {
  width: 100%;
  height: 600px;
}
.modal--brands-wrapper .bi-closing-icon {
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  transform: translate(50%, -50%);
  padding: 0;
}

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

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

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

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

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

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

.slider-arrows i {
  margin-right: 10px;
  opacity: 1;
  transition: all 0.4s linear;
  cursor: pointer;
}
.slider-arrows i.slick-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .slick-dots {
    display: none !important;
  }
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.lb-loader {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 43%;
  height: 25%;
  width: 100%;
}

.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}
.lightbox a img {
  border: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/images/loading.gif?f657825a2eeed04632b01ed85f528407) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/images/prev.png?0edc57ccafb3ea81859786274edf7897) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/images/next.png?62074ac70bd3cfc10445d325a205a3cf) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-container > .nav {
  left: 0;
}

.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/images/close.png?0cfd6489536ec0987466795401497368) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header .logo {
  z-index: 10;
}
.header .logo img {
  margin-right: 20px;
  width: 200px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .header .logo {
    text-align: center;
  }
}
.header .logo a {
  font-size: 25px;
  color: #BC964A;
}
.header--main {
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .header--main {
    padding: 10px 40px;
    display: flex;
    flex-direction: row-reverse;
  }
}
.header--main .nav-toggle {
  display: none;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .header--main .nav-toggle {
    display: block;
    position: relative;
    z-index: 9;
    height: 38px;
    width: 45px;
    cursor: pointer;
    padding: 8px 8px;
  }
  .header--main .nav-toggle .menu-icon {
    position: relative;
    display: block;
    height: 2px;
    width: 100%;
    margin-bottom: 7px;
    background-color: #0E233A;
    transition: all 0.25s;
  }
  .header--main .nav-toggle .menu-icon:nth-child(2) {
    width: 20px;
  }
}
.header--main .nav-toggle.active .menu-icon {
  background-color: #0E233A;
}
.header--main .nav-toggle.active .menu-icon:first-child {
  transform: rotate(45deg) translate(6px, 6px);
}
.header--main .nav-toggle.active .menu-icon:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.header--main .nav-toggle.active .menu-icon.menu-icon:last-child {
  transform: rotate(-45deg) translate(6px, -6px);
}
.header--main .main-header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .header--main .main-header-menu {
    position: fixed;
    top: 0px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    left: 0px;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    display: block;
    padding: 150px 40px;
    height: 100%;
    transform: translateX(-100%);
    z-index: 8;
  }
}
.header--main .main-header-menu.collapse {
  transform: translateX(0);
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .header--main .main-header-menu .getTouch {
    text-align: left;
  }
}
.header--main .navbar {
  display: flex;
  align-items: center;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .header--main .navbar {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header--main .navbar--links {
  margin-right: 25px;
  position: relative;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .header--main .navbar--links {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
  }
  .header--main .navbar--links:last-child {
    border-bottom: 0;
    margin-bottom: 40px;
  }
}
.header--main .navbar--links a {
  text-transform: uppercase;
  color: rgba(14, 35, 58, 0.6);
  font-size: 13px;
  font-weight: bold;
  transition: 0.5s ease all;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .header--main .navbar--links a {
    font-size: 1.25em;
    font-weight: bold;
  }
}
.header--main .navbar--links a:hover {
  color: #BC964A;
}
.header--main .navbar--links .active {
  color: #BC964A;
}
.header--main .headerbtn {
  background-color: #0E233A;
  border-radius: 50px;
  padding: 10px 50px;
  color: #ffffff;
  transition: 0.5s ease all;
}
.header--main .headerbtn:hover {
  background-color: #BC964A;
  color: #fff;
}
.header--main .activebtn {
  background-color: #BC964A;
  color: #fff;
}
.header--icons {
  display: flex;
}
.header--icons .innericon {
  margin-right: 25px;
  position: relative;
}
.header--icons .innericon:last-child {
  margin-right: 0;
}
.header--icons .innericon .cart-size {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  padding: 2px 0;
}
.header--mobile {
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header--mobile .logo {
  width: 90px;
}
.header--mobile .mobile--logo {
  display: flex;
  align-items: center;
}
.header--mobile .mobile--logo .hamburger-icon {
  margin-right: 20px;
}

.breadcrumbs--list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs--list li {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .breadcrumbs--list li {
    margin-bottom: 5px;
    font-size: 0.75em;
  }
}
.breadcrumbs--list li:last-child {
  color: #BC964A;
}
.breadcrumbs--list li:last-child::after {
  display: none;
}
.breadcrumbs--list li::after {
  content: ">";
  display: block;
  margin-left: 5px;
}

.blog--banner {
  padding: 60px 0;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.blog--banner .main-title {
  color: #ffffff;
  margin: 0;
}

@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .maverick-effect-top {
    padding: 60px 60px;
  }
}

.overlay-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  display: none;
}
.overlay-head.open, .overlay-head.show {
  display: block;
  opacity: 1;
  z-index: 5;
}

footer {
  padding: 40px 0 10px;
  background-color: #000000;
}
footer .footer--top-wraper {
  padding-bottom: 40px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  footer .footer--top-wraper {
    flex-direction: column;
  }
}
footer .footer--top-wraper .footer-logo {
  width: 30%;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  footer .footer--top-wraper .footer-logo {
    width: 100%;
  }
}
footer .footer--top-wraper .para {
  margin-top: 20px;
  padding-right: 15%;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
  font-size: 16px;
}
footer .footer--social-wraper {
  margin-top: 30px;
  width: 25%;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  footer .footer--social-wraper {
    width: 100%;
  }
}
footer .footer--social-wraper .title {
  color: #ffffff;
  font-size: 15px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  footer .footer--social-wraper .title {
    text-align: center;
  }
}
footer .footer--social-wraper .social-links {
  margin-top: 30px;
  display: flex;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  footer .footer--social-wraper .social-links {
    justify-content: center;
  }
}
footer .footer--social-wraper .social-links li {
  margin-right: 40px;
}
footer .footer--social-wraper .social-links li:last-child {
  margin-right: 0;
}
footer .footer--links-wraper {
  width: 35%;
  margin-left: 20px;
  display: flex;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  footer .footer--links-wraper {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
}
footer .footer--links-list {
  margin-top: 30px;
  margin-right: 50px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  footer .footer--links-list {
    margin-right: 0;
  }
}
footer .footer--links-list:last-child {
  margin-right: 0;
}
footer .footer--links-list a {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 14px;
}
footer .footer--links-item {
  margin-bottom: 15px;
}
footer .footer--bottom-wraper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}
footer .footer--bottom-wraper .copy-right {
  color: #ffffff;
  font-size: 0.875em;
  text-align: center;
}

.getintouch--wrapper {
  margin-bottom: 130px;
}
.getintouch--wrapper .home-inquiry {
  margin-top: 60px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .getintouch--wrapper .home-inquiry {
    margin-top: 30px;
  }
}
.getintouch--wrapper .form--group {
  width: 50%;
  margin-right: 20px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .getintouch--wrapper .form--group {
    margin-bottom: 20px;
  }
}
.getintouch--wrapper .form--group input {
  width: 100%;
  border: 1px solid #0E233A;
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .getintouch--wrapper .form--group input {
    margin-bottom: 0;
  }
}
.getintouch--wrapper .form--group:last-child {
  margin-right: 0;
}
.getintouch--wrapper input,
.getintouch--wrapper textarea {
  padding: 20px 20px 20px 30px;
}
.getintouch--wrapper input::-moz-placeholder, .getintouch--wrapper textarea::-moz-placeholder {
  color: #0E233A;
  font-size: 1.125em;
  font-weight: 500;
}
.getintouch--wrapper input::placeholder,
.getintouch--wrapper textarea::placeholder {
  color: #0E233A;
  font-size: 1.125em;
  font-weight: 500;
}
.getintouch--wrapper textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #0E233A;
  resize: none;
}
.getintouch--wrapper .submit {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .getintouch--wrapper .submit {
    margin-top: 0;
  }
}
.getintouch--wrapper .submit input {
  font-size: 1em;
  font-weight: bold;
  border: 1px solid #0E233A;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 15px 40px;
  color: #000000;
  cursor: pointer;
  transform: 0.5s ease all;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .getintouch--wrapper .submit input {
    background-color: #0E233A;
    color: #fff;
  }
}
.getintouch--wrapper .submit input:hover {
  background-color: #0E233A;
  color: #fff;
}

.getintouch--page {
  margin-bottom: 0;
  padding: 50px 0;
  background: url(/images/gettouchbackgound.png?f28425579e5f3b85b75cc95282743415) no-repeat;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .getintouch--page .inner-form {
    flex-direction: column;
  }
}
.getintouch--page .select2-container {
  width: 100% !important;
}
.getintouch--page .select2-container--default .select2-selection--single {
  background-color: transparent;
  padding: 10px;
  height: auto;
  border: 1px solid #0E233A;
}
.getintouch--page .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: block;
  background: url(/images/selectdownarrow.svg?cc2e2a2…) no-repeat;
  width: 5%;
  top: 40%;
  right: 3%;
}
.getintouch--page .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.getintouch--page .form--group {
  width: 100%;
}
.getintouch--page .left,
.getintouch--page .right {
  /* width: calc(100% - 50%); */
  width: 100%;
  margin-right: 20px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .getintouch--page .left,
.getintouch--page .right {
    width: 100%;
    margin-right: 0;
  }
}
.getintouch--page .left-column {
  float: left;
  width: 50%;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .getintouch--page .left-column {
    width: 100%;
  }
}
.getintouch--page .right-column {
  width: 50%;
  margin-left: 52%;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .getintouch--page .right-column {
    width: 100%;
    margin-left: 0%;
  }
}
.getintouch--page input,
.getintouch--page textarea,
.getintouch--page select {
  background-color: #F2F2F2;
}
.getintouch--page .requesttype {
  position: relative;
  /*&::after {
      content: "";
      background: url("../../images/selectdownarrow.svg") no-repeat;
      position: absolute;
      left: 90%;
      top: 30%;
      height: 100%;
      width: 5%;
  }*/
}
.getintouch--page select {
  width: 100%;
  padding: 20px 20px 20px 30px;
  margin-bottom: 20px;
  border: 1px solid #0E233A;
  color: #0E233A;
  font-size: 1em;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.getintouch--page select option {
  height: 20px;
}

.contribute--wrapper .border-bottom::after {
  margin: unset;
}
.contribute--wrapper .dotlist li {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: inside;
  display: inline-flex;
  font-size: 14px;
  color: #262626;
  position: relative;
}
.contribute--wrapper .dotlist li::before {
  content: "";
  background-color: #262626;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 0%;
  border-radius: 50px;
}
.contribute--wrapper .submit {
  margin-top: 0;
  text-align: left;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .contribute--wrapper .submit {
    text-align: center;
  }
}
.contribute--wrapper .submit input {
  padding: 10px 40px;
  font-size: 0.875em;
}
.contribute--left {
  width: 48%;
  padding-right: 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .contribute--left {
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 20px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .contribute--left .main-title {
    padding: 0;
  }
}
.contribute--right {
  width: 48%;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .contribute--right {
    width: 100%;
  }
}

.scrap-book--wrapper {
  position: relative;
  margin-bottom: 0;
}
.scrap-book--wrapper::before {
  content: "";
  position: absolute;
  background-color: #F2F2F2;
  width: 100%;
  min-height: 20%;
  z-index: -1;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .scrap-book--wrapper::before {
    content: none;
  }
}
.scrap-book--wrapper .main-title {
  padding-top: 100px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .scrap-book--wrapper .main-title {
    padding: 50px 60px 0px 60px;
  }
}
.scrap-book--wrapper img {
  width: 100%;
}
.scrap-book--wrapper .social-media--list {
  -moz-column-gap: 1em;
       column-gap: 1em;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .scrap-book--wrapper .social-media--list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.scrap-book--wrapper .social-media--list .cards-item {
  margin-top: 20px;
}

#wallsio-iframe-wallsio-widget-7891725143141255 .direct-post-widget {
  display: none;
}

iframe .powered-by {
  display: none;
}

.social-media--wrapper {
  margin-bottom: 150px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .social-media--wrapper {
    margin-bottom: 100px;
  }
}
.social-media--wrapper .main-para {
  padding: 0 25%;
  font-size: 16px;
  color: #0E233A;
  text-align: center;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .social-media--wrapper .main-para {
    padding: 0px;
    text-align: left;
  }
}
.social-media--wrapper .para {
  margin: 10px 0;
  display: block;
  line-height: 25px;
  font-size: 1em;
  color: #000000;
}
.social-media--wrapper.backgound {
  margin-bottom: 0;
  padding: 100px 0;
  background-color: #F2F2F2;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .social-media--wrapper.backgound {
    padding-top: 60px;
  }
}
.social-media--list {
  margin-top: 40px;
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}
.social-media--list .cards-item {
  margin-top: 40px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  transition: all 1s ease;
}
.social-media--list .cards-item:first-child {
  margin-top: 0;
}
.social-media--list .cards-item .inner-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: 0;
  transition: 2s ease;
  visibility: hidden;
  transform: translateY(10px);
}
.social-media--list .cards-item .inner-content::after {
  content: "";
  width: 100%;
  display: flex;
  border-bottom: 75px solid #000000;
  border-left: 285px solid transparent;
}
.social-media--list .cards-item .inner-content a {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  top: 65px;
  left: -30px;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
}
.social-media--list .cards-item .inner-content img {
  width: auto;
  margin-left: 10px;
}
.social-media--list .cards-item figure {
  position: relative;
  overflow: hidden;
}
.social-media--list .cards-item figure img {
  filter: grayscale(1);
  transition: 0.5s ease all;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .social-media--list .cards-item figure img {
    filter: grayscale(0);
  }
}
.social-media--list .cards-item figure:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}
.social-media--list .cards-item figure:hover .inner-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.stories--wrapper .social-media--list {
  -moz-column-count: 3;
       column-count: 3;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .stories--wrapper .social-media--list {
    -moz-column-count: 1;
         column-count: 1;
  }
}

@media only screen and (max-width: 550px) {
  .photos-wrapper {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 769px) {
  .photos-wrapper .slider-arrows {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .photos-wrapper .slider-arrows {
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  .photos-wrapper .social-media--list {
    -moz-column-count: auto !important;
         column-count: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .photos-wrapper .social-media--list .cards-item {
    margin-top: 0;
  }
}

.home-banner--wrapper {
  background-color: #000000;
  position: relative;
}
.home-banner--wrapper .slider-arrows {
  left: calc((100vw - 1200px) / 2);
  position: absolute;
  bottom: 150px;
  transform: translateY(100%);
}
.home-banner--wrapper .slider-arrows .arrow-right {
  margin-left: 15px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--wrapper .slider-arrows {
    bottom: 50px;
    left: 10%;
    transform: translateY(0);
  }
}
.home-banner--wrapper .inner-slide {
  display: flex !important;
  color: #ffffff;
  padding: 0 calc((100vw - 1200px) / 2);
  position: relative;
  padding-bottom: 150px;
  padding-top: 70px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--wrapper .inner-slide {
    flex-direction: column-reverse;
  }
}
.home-banner--wrapper .inner-slide::after {
  content: "";
  width: 100%;
  height: 150px;
  background-color: #1C1C1C;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--wrapper.meet {
    padding: 60px 0;
  }
}
.home-banner--wrapper.meet .home-banner--left {
  width: 75%;
  padding-right: 10%;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--wrapper.meet .home-banner--left {
    width: 100%;
  }
}
.home-banner--wrapper.meet .home-banner--right {
  width: auto;
  margin-right: 100px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--wrapper.meet .home-banner--right {
    width: 100%;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--wrapper.meet .container--responsive {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--wrapper.meet .meet-book {
    position: absolute;
    bottom: -100px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--wrapper.meet .meet-book .know-more-links {
    color: #EEC87C;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--wrapper.meet .home-banner--left {
    padding: 0;
    padding-top: 120px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--wrapper.meet .book-image {
    text-align: center;
  }
}
.home-banner--wrapper.meet .book-image img {
  filter: grayscale(1);
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--wrapper.meet .book-image img {
    width: auto;
    /* filter: grayscale(0); */
  }
}
.home-banner--wrapper.meet .book-image img:hover {
  filter: grayscale(0);
}
.home-banner--left, .home-banner--right {
  width: auto;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--left, .home-banner--right {
    width: 100%;
  }
}
.home-banner--left {
  /* margin-right: 50px; */
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--left {
    margin-right: 0;
    padding: 10% 8% 10%;
  }
}
.home-banner--left .name {
  font-size: 1.875em;
  font-weight: normal;
  color: #ffffff;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--left .name {
    font-size: 1.125em;
  }
}
.home-banner--left .title {
  font-size: 2.8125em;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--left .title {
    font-size: 1.75em;
  }
}
.home-banner--left .sub-title {
  font-size: 1.875em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: normal;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--left .sub-title {
    font-size: 1.125em;
  }
}
.home-banner--left .info {
  font-size: 1.5625em;
  font-weight: normal;
  color: rgba(242, 242, 242, 0.8);
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--left .info {
    font-size: 1.125em;
  }
}
.home-banner--left .description {
  font-size: 1.125em;
  font-weight: 300;
  color: rgba(242, 242, 242, 0.8);
}
.home-banner--left .border-bottom::after {
  content: "";
  margin: unset;
}
.home-banner--left .know-more {
  margin-top: 25px;
}
.home-banner--left .know-more:hover {
  background-color: #ffffff;
  color: #0E233A;
}
.home-banner--left .know-more-links {
  margin-top: 25px;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.home-banner--left .know-more-links:hover {
  color: #BC964A;
}
.home-banner--right {
  align-items: flex-end;
  padding-right: 150px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--right {
    padding-right: 0px;
  }
}
.home-banner--right .first-image {
  padding-bottom: 50px;
  /* &:hover {

      img {

      }
  } */
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--right .first-image {
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.home-banner--right .first-image img {
  filter: grayscale(1);
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--right .first-image img {
    /* filter: grayscale(0); */
  }
}
.home-banner--right .first-image img:hover {
  filter: grayscale(0);
}
.home-banner--right .second-image {
  transform: translateY(60px);
  position: relative;
  z-index: 2;
}
.home-banner--right .book-image {
  margin-bottom: -80px;
  width: 100%;
}
.home-banner--right .book-image img {
  width: 100%;
}
.home-banner--maverick-right {
  align-items: flex-end;
  padding-right: 100px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--maverick-right {
    padding-right: 0px;
  }
}
.home-banner--maverick-right .first-image {
  padding-bottom: 50px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--maverick-right .first-image {
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.home-banner--maverick-right .first-image img {
  filter: grayscale(1);
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner--maverick-right .first-image img {
    /* filter: grayscale(0); */
  }
}
.home-banner--maverick-right .first-image img:hover {
  filter: grayscale(0);
}
.home-banner--maverick-right .second-image {
  transform: translateY(60px);
  position: relative;
  z-index: 2;
}
.home-banner--maverick-right .book-image-meverick {
  margin-bottom: -90px;
  width: 100%;
}
.home-banner--maverick-right .book-image-meverick img {
  width: 320px;
}

.intro-section--wrapper {
  padding: 150px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .intro-section--wrapper {
    padding: 50px 0 0;
    flex-direction: column;
    align-items: center;
  }
}
.intro-section--wrapper .image {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .intro-section--wrapper .image {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-right: 12%;
  }
}
.intro-section--left {
  position: relative;
}
.intro-section--left::before {
  content: "";
  position: absolute;
  bottom: -50px;
  background-color: #000000;
  width: 100%;
  height: 150px;
  z-index: 0;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .intro-section--left::before {
    width: 95%;
    height: 85px;
    bottom: -35px;
  }
}
@media only screen and (max-device-width: 1366px) and (orientation: landscape) {
  .intro-section--left img {
    width: 85%;
  }
}
.intro-section--left, .intro-section--right {
  width: 50%;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .intro-section--left, .intro-section--right {
    width: 100%;
  }
}
.intro-section--right {
  margin-left: 50px;
  padding-right: 18%;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .intro-section--right {
    margin-top: 60px;
    margin-left: 0;
    padding: 0 10% 15%;
  }
}
@media only screen and (max-device-width: 1366px) and (orientation: landscape) {
  .intro-section--right {
    padding-right: 16%;
  }
}
@media only screen and (max-device-width: 1280px) and (orientation: landscape) {
  .intro-section--right {
    padding-right: 14%;
  }
}
.intro-section--right .main-title {
  margin-bottom: 10px;
  padding: 0 0%;
}
.intro-section--right .sub-title,
.intro-section--right .para {
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1em;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .intro-section--right .sub-title,
.intro-section--right .para {
    margin-bottom: 20px;
  }
}
.intro-section--right .para {
  line-height: 1.4;
}
.intro-section--right .border-bottom::after {
  content: "";
  margin: unset;
}

.mission-wisdom--wrapper {
  margin-bottom: 100px;
  display: flex;
  background-color: #F2F2F2;
  /* overflow: hidden; */
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mission-wisdom--wrapper {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.mission-wisdom--wrapper img {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mission-wisdom--wrapper img {
    filter: grayscale(0);
  }
}
.mission-wisdom--wrapper:hover img {
  filter: grayscale(0);
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mission-wisdom--wrapper.mind-of-maveric .quote-slider-second::before {
    left: 100px;
    top: 0;
  }
}
@media only screen and (max-width: 540px) {
  .mission-wisdom--wrapper.mind-of-maveric .quote-slider-second::before {
    left: 25px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mission-wisdom--wrapper.mind-of-maveric .quote-slider-second::after {
    right: 130px;
  }
}
@media only screen and (max-width: 540px) {
  .mission-wisdom--wrapper.mind-of-maveric .quote-slider-second::after {
    right: 30px;
  }
}
.mission-wisdom--wrapper.mind-of-maveric .select {
  max-width: 600px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mission-wisdom--wrapper.mind-of-maveric .select {
    width: 300px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mission-wisdom--wrapper.mind-of-maveric .slider-arrows {
    margin-top: 40px !important;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mission-wisdom--wrapper.mind-of-maveric .arrow-left, .mission-wisdom--wrapper.mind-of-maveric .arrow-right {
    position: absolute;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mission-wisdom--wrapper.mind-of-maveric .arrow-left {
    right: 20%;
  }
}
@media only screen and (max-width: 640px) {
  .mission-wisdom--wrapper.mind-of-maveric .arrow-left {
    right: 25%;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mission-wisdom--wrapper.mind-of-maveric .arrow-right {
    right: 10%;
  }
}
.mission-wisdom--wrapper.no-image .mission-wisdom--left {
  width: 40% !important;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mission-wisdom--wrapper.no-image .mission-wisdom--left {
    width: 100% !important;
    padding: 20%;
  }
}
.mission-wisdom--wrapper.no-image .mission-wisdom--right {
  width: 60% !important;
  padding: 70px 0;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mission-wisdom--wrapper.no-image .mission-wisdom--right {
    width: 100% !important;
  }
}
.mission-wisdom--wrapper.no-image .mission-wisdom--right .inner {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.mission-wisdom--wrapper.no-image .mission-wisdom--right .inner .select {
  margin: 0 auto;
  margin-bottom: 30px;
}
.mission-wisdom--wrapper.no-image .mission-wisdom--right .inner .select-styled {
  font-size: 1.25em;
  padding-left: 30px;
  padding-right: 30px;
}
.mission-wisdom--wrapper.no-image .mission-wisdom--right .inner .slider-arrows {
  margin-top: 30px;
  padding-right: 0;
}
.mission-wisdom--left {
  padding: 2%;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #000000;
  text-align: center;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mission-wisdom--left {
    width: 100%;
    padding: 8% 4%;
  }
}
.mission-wisdom--left .main-title {
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mission-wisdom--left .main-title {
    margin-bottom: 5px;
  }
}
.mission-wisdom--left .sub-title {
  margin-top: 20px;
  color: #ffffff;
  font-size: 1.875em;
}
.mission-wisdom--middle {
  width: 35%;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mission-wisdom--middle {
    width: 100%;
  }
}
.mission-wisdom--middle figure {
  height: 100%;
}
.mission-wisdom--right {
  width: 35%;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mission-wisdom--right {
    width: 100%;
    padding: 8%;
  }
}
.mission-wisdom--right .inner {
  width: 100%;
}
.mission-wisdom--right .slider-arrows {
  margin-top: 0;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  padding-right: calc((100vw - 1200px) / 2);
}
.mission-wisdom--right .quote-slider, .mission-wisdom--right .quote-slider-second {
  position: relative;
}
.mission-wisdom--right .quote-slider .para, .mission-wisdom--right .quote-slider-second .para {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  font-size: 1.25em;
  font-weight: bold;
  padding: 20px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mission-wisdom--right .quote-slider .para, .mission-wisdom--right .quote-slider-second .para {
    margin: 60px auto 0 30px;
    padding: 15px;
  }
}
.mission-wisdom--right .quote-slider::before, .mission-wisdom--right .quote-slider-second::before {
  content: "";
  background: url(/images/quote1.png?731c6b113a60d0e0f115e7f98996cb6f) no-repeat;
  position: absolute;
  height: 50px;
  background-size: contain;
  width: 60px;
  position: absolute;
  top: 0;
  left: 30px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mission-wisdom--right .quote-slider::before, .mission-wisdom--right .quote-slider-second::before {
    margin: 30px auto 0;
    padding: 15px;
    top: 30px;
    left: 160px;
    height: auto;
  }
}
@media only screen and (max-width: 540px) {
  .mission-wisdom--right .quote-slider::before, .mission-wisdom--right .quote-slider-second::before {
    top: 15px;
    left: 10px;
  }
}
.mission-wisdom--right .quote-slider::after, .mission-wisdom--right .quote-slider-second::after {
  content: "";
  background: url(/images/quote2.png?c1423f7e1affbf8fad5ac431464b62f3) no-repeat;
  position: absolute;
  height: 50px;
  background-size: contain;
  width: 60px;
  position: absolute;
  bottom: 0;
  right: 30px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .mission-wisdom--right .quote-slider::after, .mission-wisdom--right .quote-slider-second::after {
    right: 150px;
    height: 35px;
  }
}
@media only screen and (max-width: 540px) {
  .mission-wisdom--right .quote-slider::after, .mission-wisdom--right .quote-slider-second::after {
    right: 30px;
  }
}
.mission-wisdom--right .quote-slider .slick-slide, .mission-wisdom--right .quote-slider-second .slick-slide {
  height: 100% !important;
}

.mind-of-maveric .mission-wisdom--right .quote-slider .para, .mind-of-maveric .mission-wisdom--right .quote-slider-second .para {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  font-size: 1.25em;
  font-weight: bold;
  padding: 60px 20px 40px 60px;
}

.bottom-background {
  width: 100%;
  height: 150px;
  background-color: #1C1C1C;
}

.leader-reviews--wrapper {
  padding: 80px 0;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .leader-reviews--wrapper {
    padding: 60px 30px;
  }
}
.leader-reviews--wrapper .slider-arrows {
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
  margin-top: 20px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .leader-reviews--wrapper .slider-arrows {
    margin-top: 40px !important;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .leader-reviews--wrapper .arrow-left, .leader-reviews--wrapper .arrow-right {
    position: absolute;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .leader-reviews--wrapper .arrow-left {
    right: 10%;
  }
}
@media only screen and (max-width: 640px) {
  .leader-reviews--wrapper .arrow-left {
    right: 18%;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .leader-reviews--wrapper .arrow-right {
    right: 4%;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .leader-reviews--wrapper .seemore {
    margin-top: 80px;
  }
}

@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .reviews-slider .big--slider .slide {
    flex-direction: column;
  }
}
.reviews-slider .big--slider .slide .left {
  height: 600px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .reviews-slider .big--slider .slide .left {
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding: 10%;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .reviews-slider .big--slider .slide .left p {
    line-height: 1.4;
  }
}
.reviews-slider .big--slider .slide .right {
  height: 600px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .reviews-slider .big--slider .slide .right {
    width: 100%;
    height: 100%;
  }
}
.reviews-slider .big--slider .slide .read-more, .reviews-slider .big--slider .slide .read-less {
  color: #eec87c;
  text-decoration: underline;
}

.review-details {
  max-width: 85%;
}
.review-details .modal-body {
  background: #000;
  color: #fff;
  padding: 20px;
  max-height: 500px;
  text-align: left;
  overflow: auto;
}
.review-details .modal-body p {
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.kaleidoscope-details .modal-body {
  background: #FFF;
  padding: 20px;
  max-height: 750px;
  text-align: center;
  overflow: auto;
}
.kaleidoscope-details .modal-body .kaleidoscope-text {
  text-align: left;
  padding: 20px;
}
.kaleidoscope-details .modal-body .kaleidoscope-text h3 {
  font-size: 24px;
}
.kaleidoscope-details .modal-body .kaleidoscope-text p {
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.leaders--slider {
  margin-top: 50px;
}
.leaders--slider .slick-slide {
  height: 100% !important;
}
.leaders--slider .slick-slide img {
  width: 100%;
}
.leaders--slider .leader {
  position: relative;
  cursor: pointer;
  margin: 0 10px;
}
.leaders--slider .leader:hover .play {
  opacity: 1;
  pointer-events: all;
}
.leaders--slider .leader--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}
.leaders--slider .leader--name {
  display: block;
  padding-top: 10px;
  border-top: 1px solid #EEC87C;
  width: 100%;
  font-weight: 300;
  color: #ffffff;
}
.leaders--slider .leader .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 50px;
  height: 50px;
}

.small--slider {
  margin-top: 50px;
}
.small--slider .leader {
  position: relative;
  cursor: pointer;
  margin: 0 10px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  opacity: 0.5;
}
.small--slider .leader:hover .play {
  opacity: 1;
  pointer-events: all;
}
.small--slider .leader .img {
  margin-right: 10px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.small--slider .leader .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.small--slider .leader--name {
  display: block;
  width: 100%;
  font-weight: 300;
  text-transform: uppercase;
}
.small--slider .leader--other {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 0.75em;
  color: rgba(0, 0, 0, 0.5);
}
.small--slider .leader .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 50px;
  height: 50px;
}
.small--slider .slick-current {
  opacity: 1;
}

.big--slider {
  margin-top: 50px;
}
.big--slider-wrapper {
  position: relative;
}
.big--slider-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: calc((100vw - 1200px) / 2 + 50px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 60px;
  border-color: transparent transparent transparent #000000;
  transform: rotate(-11deg);
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .big--slider-wrapper::before {
    left: 15%;
    top: -24px;
    border-width: 35px 0 0 35px;
  }
}
.big--slider .slide {
  display: flex;
  color: #ffffff;
}
.big--slider .slide .left {
  width: 60%;
  background-color: #000000;
  padding: 5%;
  padding-left: calc((100vw - 1200px) / 2);
  padding-right: 5%;
}
.big--slider .slide .left h4 {
  font-size: 1.375em;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 50px;
}
.big--slider .slide .left h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 1px;
  background-color: #EEC87C;
  display: block;
}
.big--slider .slide .left blockquote {
  position: relative;
  padding-left: 20px;
  padding-top: 10px;
}
.big--slider .slide .left blockquote::before {
  content: "";
  background: url(/images/quote-light-up.png?a4742ef14db5973bf71b8f20e56f4505) no-repeat;
  height: 50px;
  background-size: contain;
  width: 60px;
  position: absolute;
  top: -30px;
  left: -30px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .big--slider .slide .left blockquote::before {
    height: 30px;
    top: -30px;
    left: -4px;
  }
}
.big--slider .slide .left blockquote::after {
  content: "";
  background: url(/images/quote-light-down.png?8b367a1bdfe4d56af6af735b5f593cbc) no-repeat;
  height: 50px;
  background-size: contain;
  width: 60px;
  position: absolute;
  bottom: -30px;
  right: -30px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .big--slider .slide .left blockquote::after {
    height: 30px;
    bottom: -15px;
    right: -4px;
  }
}
.big--slider .slide .left p {
  color: #eeeeeb;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.6;
}
.big--slider .slide:hover .right img {
  filter: grayscale(0);
}
.big--slider .slide .right {
  width: 40%;
  overflow: hidden;
}
.big--slider .slide .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .big--slider .slide .right img {
    filter: grayscale(0);
  }
}

/* Online Reviews CSS */
.review-grid .grid-item {
  margin-bottom: 20px;
  width: 24%;
  word-break: break-word;
}
@media only screen and (max-width: 1200px) {
  .review-grid .grid-item {
    width: 96%;
    margin-bottom: 30px;
  }
}
.review-grid .grid-item .item-wrapper {
  position: relative;
  padding: 24px;
  transition: background-color 0.1s ease 0s;
  border-radius: 24px;
  box-sizing: border-box;
  flex-grow: 1;
  background-color: rgba(17, 17, 17, 0.05);
}
.review-grid .grid-item .item-wrapper .rating-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.review-grid .grid-item .item-wrapper .rating-wrapper .ratting-div {
  display: flex;
  align-items: center;
}
.review-grid .grid-item .item-wrapper .rating-wrapper .ratting-div .sm-icon {
  width: 24px;
  height: 24px;
}
.review-grid .grid-item .item-wrapper .rating-wrapper .ReviewText-Container-mt:not(:first-child) {
  margin-top: 11px;
}
.review-grid .grid-item .item-wrapper .rating-wrapper .ReviewText-Container {
  width: 100%;
  line-height: 1.4;
  color: rgb(17, 17, 17);
  font-size: 16px;
  text-align: left;
}
.review-grid .grid-item .item-wrapper .rating-wrapper .ReviewText-Container .ReviewText-Title {
  font-size: inherit;
  color: inherit;
  text-align: inherit;
  font-weight: 700;
}
.review-grid .grid-item .item-wrapper .rating-wrapper .ReviewText-Container .ReviewText-Desc {
  margin-top: 10px;
}
.review-grid .grid-item .item-wrapper .review-card-tail {
  display: block !important;
  position: absolute !important;
  inset: 100% 0px 0px 56px !important;
  width: 22px !important;
  height: 13px !important;
}
.review-grid .grid-item .item-wrapper .review-card-tail path {
  fill: rgba(17, 17, 17, 0.05) !important;
}
.review-grid .grid-item .review-bottom-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.review-grid .grid-item .review-bottom-container .Review-Link {
  /* display: block !important; */
  position: static !important;
  color: inherit !important;
  max-width: 100% !important;
  text-decoration: none !important;
  border: none !important;
}
.review-grid .grid-item .review-bottom-container .Review-Link .review-avatar-Container {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}
.review-grid .grid-item .review-bottom-container .Review-Link .review-avatar-Container .ReviewAvatar__Background {
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-out 0s;
  background-color: rgb(210, 210, 210);
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
}
.review-grid .grid-item .review-bottom-container .Review-Link .review-avatar-Container .ReviewAvatar__Background .ReviewAvatar-image {
  visibility: visible !important;
  display: inline-block !important;
  position: static !important;
  margin: 0px !important;
  padding: 0px !important;
  height: 44px !important;
  width: 44px !important;
  max-width: none !important;
}
.review-grid .grid-item .review-bottom-container .Review-Link .review-avatar-Container + .review-customer-card {
  margin-left: 16px;
}
.review-grid .grid-item .review-bottom-container .Review-Link .review-customer-card {
  display: flex;
  flex-direction: column;
  min-width: 0px;
}
.review-grid .grid-item .review-bottom-container .Review-Link .review-customer-card .Customer-Name-Container {
  display: flex;
  align-items: center;
  text-align: left;
  color: rgb(17, 17, 17);
  white-space: normal;
}
.review-grid .grid-item .review-bottom-container .Review-Link .review-customer-card .Customer-Name-Container .Customer-Name {
  font-size: 14px;
  font-weight: 700;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.review-grid .grid-item .review-bottom-container .Review-Link .review-customer-card .Review-Date {
  overflow: hidden;
  min-width: 0px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(17, 17, 17, 0.5);
}
.review-grid .grid-item .review-bottom-container .Review-Link .review-customer-card .Review-Date1:not(:first-child) {
  margin-top: 5px;
}
.review-grid .grid-item .review-bottom-container .Review-Link-display {
  margin: 16px 0px 0px 24px;
  display: flex !important;
  flex-wrap: nowrap !important;
}

/* Online Reviews CSS */
.hsm-story--wrapper {
  padding-top: 60px;
  min-height: 90vh;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .hsm-story--wrapper {
    min-height: auto;
    padding-top: 30px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .hsm-story--wrapper .main-title {
    padding: 0 30px;
  }
}
.hsm-story--wrapper .heading {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 2.1875em;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .hsm-story--wrapper .heading {
    margin-bottom: 10px;
    font-size: 1.25em;
  }
}
.hsm-story--wrapper .para {
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 1em;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .hsm-story--wrapper .para {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 0.875em;
  }
}
.hsm-story--wrapper .text {
  width: 40%;
  margin-right: 60px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .hsm-story--wrapper .text {
    width: 100%;
    margin-bottom: 40px;
    height: 450px;
    overflow-y: scroll;
  }
  .hsm-story--wrapper .text::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
}
.hsm-story--wrapper .image {
  width: 50%;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .hsm-story--wrapper .image {
    width: 100%;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .hsm-story--wrapper .image img {
    height: 300px;
  }
}
@media only screen and (max-width: 540px) {
  .hsm-story--wrapper .image img {
    height: auto;
  }
}
.hsm-story--wrapper .tab-link {
  margin: 103px 80px 0px 0;
  width: 70%;
  position: relative;
  font-size: 1em;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  transform: rotate(-90deg);
  text-align: center;
  cursor: pointer;
  transition: ease all 0.5s;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .hsm-story--wrapper .tab-link {
    transform: none;
    width: 100%;
    margin: 0;
    margin-right: 80px !important;
    font-size: 0.8125em;
  }
}
.hsm-story--wrapper .tab-link.active {
  color: #EEC87C;
}
.hsm-story--wrapper .tab-link::after {
  content: "";
  position: absolute;
  border-left: 1px solid;
  left: -10px;
  top: 0px;
  width: 100%;
  height: 60px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .hsm-story--wrapper .tab-link::after {
    content: none;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .hsm-story--wrapper .tab-link:last-child {
    margin-right: 0 !important;
  }
}
.hsm-story--wrapper .tab-link:last-child::after {
  border-left: 0;
}
.hsm-story--wrapper .first-tab {
  margin: 33px 90px 0px 0;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .hsm-story--wrapper .first-tab {
    margin: 0;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .hsm-story--wrapper .tab-link-wrap {
    margin: 10px 0 20px;
    display: flex;
    overflow-x: scroll;
    margin: 0 -40px;
    padding: 10px 25px;
  }
  .hsm-story--wrapper .tab-link-wrap .tab-link {
    margin-right: 20px !important;
    min-width: 92px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) and (max-width: 550px) {
  .hsm-story--wrapper .tab-link-wrap .tab-link {
    margin-right: 70px !important;
  }
}
.hsm-story--wrapper .tab-link-wrap::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.hsm-story--content {
  position: relative;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .hsm-story--content {
    flex-direction: column;
    padding: 0 40px;
  }
}
.hsm-story--container {
  position: relative;
}
.hsm-story--container::before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 70%;
  height: 100%;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .hsm-story--container::before {
    width: 100%;
  }
}
.hsm-story--info {
  padding-top: 5%;
  min-height: 570px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .hsm-story--info .story-card {
    flex-direction: column;
    min-height: auto;
    padding-top: 0;
  }
}
.hsm-story--info .image {
  filter: grayscale(1);
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .hsm-story--info .image {
    position: absolute;
    bottom: -240px;
    text-align: center;
    filter: grayscale(0);
  }
}
.hsm-story--info:hover .image {
  filter: grayscale(0);
}

.vision-section--wrapper {
  padding: 10px 0 100px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .vision-section--wrapper {
    padding: 200px 20px 60px;
  }
}
@media only screen and (max-width: 540px) {
  .vision-section--wrapper {
    padding-top: 210px;
  }
}
.vision-section--wrapper .content {
  margin-top: 50px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .vision-section--wrapper .content {
    flex-direction: column;
  }
}
.vision-section--wrapper .para {
  width: 42%;
  font-size: 1.125em;
  line-height: 1.5;
  color: #000000;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .vision-section--wrapper .para {
    width: 100%;
    font-size: 0.875em;
  }
}
.vision-section--wrapper .border-left {
  border-left: 1px solid rgba(14, 35, 58, 0.2);
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .vision-section--wrapper .border-left {
    border-left: 0;
  }
}

@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .meet-harish-mehta-values {
    padding-top: 50px;
  }
}
.meet-harish-mehta-values .mission-wisdom--wrapper {
  margin-bottom: 100px;
  display: flex;
  background-color: #F2F2F2;
  overflow: hidden;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .meet-harish-mehta-values .mission-wisdom--wrapper {
    padding-top: 40px;
  }
}
.meet-harish-mehta-values .mission-wisdom--wrapper img {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .meet-harish-mehta-values .mission-wisdom--wrapper img {
    filter: grayscale(0);
  }
}
.meet-harish-mehta-values .mission-wisdom--wrapper:hover img {
  filter: grayscale(0);
}
.meet-harish-mehta-values .mission-wisdom--wrapper.no-image .mission-wisdom--left {
  width: 40% !important;
}
.meet-harish-mehta-values .mission-wisdom--wrapper.no-image .mission-wisdom--right {
  width: 60% !important;
  padding: 70px 0;
}
.meet-harish-mehta-values .mission-wisdom--wrapper.no-image .mission-wisdom--right .inner {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.meet-harish-mehta-values .mission-wisdom--wrapper.no-image .mission-wisdom--right .inner .select {
  margin: 0 auto;
  margin-bottom: 30px;
}
.meet-harish-mehta-values .mission-wisdom--wrapper.no-image .mission-wisdom--right .inner .select-styled {
  font-size: 1.25em;
  padding-left: 30px;
  padding-right: 30px;
}
.meet-harish-mehta-values .mission-wisdom--wrapper.no-image .mission-wisdom--right .inner .slider-arrows {
  margin-top: 30px;
  padding-right: 0;
}
.meet-harish-mehta-values .mission-wisdom--left {
  padding: 2%;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #000000;
  text-align: center;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .meet-harish-mehta-values .mission-wisdom--left {
    width: 100%;
    padding: 4%;
  }
}
.meet-harish-mehta-values .mission-wisdom--left .main-title {
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .meet-harish-mehta-values .mission-wisdom--left .main-title {
    line-height: 45px;
  }
}
.meet-harish-mehta-values .mission-wisdom--left .sub-title {
  margin-top: 20px;
  color: #ffffff;
  font-size: 1.875em;
}
.meet-harish-mehta-values .mission-wisdom--middle {
  width: 30%;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .meet-harish-mehta-values .mission-wisdom--middle {
    width: 100%;
  }
}
.meet-harish-mehta-values .mission-wisdom--middle figure {
  height: 100%;
}
.meet-harish-mehta-values .mission-wisdom--right {
  width: 40%;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .meet-harish-mehta-values .mission-wisdom--right {
    width: 100%;
    padding: 8%;
  }
}
.meet-harish-mehta-values .mission-wisdom--right .inner {
  width: 100%;
}
.meet-harish-mehta-values .mission-wisdom--right .slider-arrows {
  margin-top: 100px;
  margin-left: 70%;
  display: block;
  padding-right: 0;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .meet-harish-mehta-values .mission-wisdom--right .slider-arrows {
    margin-top: 50px;
    margin-left: 65%;
  }
}
.meet-harish-mehta-values .mission-wisdom--right .quote-slider, .meet-harish-mehta-values .mission-wisdom--right .quote-slider-second {
  position: relative;
}
.meet-harish-mehta-values .mission-wisdom--right .quote-slider h3, .meet-harish-mehta-values .mission-wisdom--right .quote-slider-second h3 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5em;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .meet-harish-mehta-values .mission-wisdom--right .quote-slider h3, .meet-harish-mehta-values .mission-wisdom--right .quote-slider-second h3 {
    margin-bottom: 5px;
    font-size: 1.25em;
  }
}
.meet-harish-mehta-values .mission-wisdom--right .quote-slider .para, .meet-harish-mehta-values .mission-wisdom--right .quote-slider-second .para {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  font-size: 1.25em;
  font-weight: normal;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .meet-harish-mehta-values .mission-wisdom--right .quote-slider .para, .meet-harish-mehta-values .mission-wisdom--right .quote-slider-second .para {
    margin: 0 auto 0;
    padding: 0;
    font-size: 0.875em;
  }
}
.meet-harish-mehta-values .mission-wisdom--right .quote-slider::before, .meet-harish-mehta-values .mission-wisdom--right .quote-slider-second::before {
  content: "";
  background: none;
  position: absolute;
  height: 50px;
  background-size: contain;
  width: 60px;
  position: absolute;
  top: 0;
  left: 30px;
}
.meet-harish-mehta-values .mission-wisdom--right .quote-slider::after, .meet-harish-mehta-values .mission-wisdom--right .quote-slider-second::after {
  content: "";
  background: none;
  position: absolute;
  height: 50px;
  background-size: contain;
  width: 60px;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.meet-harish-mehta-values .mission-wisdom--right .quote-slider .slick-slide, .meet-harish-mehta-values .mission-wisdom--right .quote-slider-second .slick-slide {
  height: 100% !important;
}

.accoloades-awards--wrapper {
  padding: 100px;
  background-color: #000000;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .accoloades-awards--wrapper {
    padding: 40px 0;
  }
}
.accoloades-awards--wrapper img {
  width: 100%;
}
.accoloades-awards--wrapper .main-title {
  margin-bottom: 80px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .accoloades-awards--wrapper .main-title {
    margin-bottom: 40px;
  }
}
.accoloades-awards--wrapper .heading,
.accoloades-awards--wrapper .main-title {
  color: #ffffff;
}
.accoloades-awards--wrapper .heading {
  margin: 10px 0;
  font-size: 1em;
}
.accoloades-awards--wrapper .para {
  font-size: 0.875em;
  color: rgba(255, 255, 255, 0.5);
}
.accoloades-awards--wrapper .tab-link-wrap {
  margin-right: 50px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .accoloades-awards--wrapper .tab-link-wrap {
    display: flex;
  }
}
.accoloades-awards--wrapper .tab-link-wrap .tab-link {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-size: 2.1875em;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: ease all 0.5s;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .accoloades-awards--wrapper .tab-link-wrap .tab-link {
    margin-right: 50px;
    padding-bottom: 20px;
    white-space: nowrap;
    font-size: 0.875em;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .accoloades-awards--wrapper .tab-link-wrap .tab-link:first-child {
    margin-left: 20px;
  }
}
.accoloades-awards--wrapper .tab-link-wrap .tab-link::before {
  content: "";
  background: url("/images/Icon open-arrow-right.png?c4f081aac6b6b111611ae64e7e61bc6d") no-repeat;
  position: absolute;
  left: -52px;
  top: 15%;
  width: 38%;
  height: 40%;
  display: none;
  opacity: 0;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .accoloades-awards--wrapper .tab-link-wrap .tab-link::before {
    background-size: contain;
    left: -28px;
    height: 30%;
  }
}
.accoloades-awards--wrapper .tab-link-wrap .tab-link:after {
  content: "";
  width: 100%;
  border-bottom: 5px solid #EEC87C;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  opacity: 0;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .accoloades-awards--wrapper .tab-link-wrap .tab-link:after {
    border-bottom: 2px solid #EEC87C;
    bottom: unset;
  }
}
.accoloades-awards--wrapper .tab-link-wrap .tab-link.active {
  color: #ffffff;
}
.accoloades-awards--wrapper .tab-link-wrap .tab-link.active::before, .accoloades-awards--wrapper .tab-link-wrap .tab-link.active:after {
  display: block;
  opacity: 1;
}
.accoloades-awards--wrapper .cards-item {
  width: 33%;
  margin-right: 20px;
}
.accoloades-awards--wrapper .cards-item img {
  filter: grayscale(1);
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .accoloades-awards--wrapper .cards-item img {
    filter: grayscale(0);
  }
}
.accoloades-awards--wrapper .cards-item:hover img {
  filter: grayscale(0);
}
.accoloades-awards--wrapper .cards-item:last-child {
  margin-right: 0;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .accoloades-awards-content {
    flex-direction: column;
  }
}

.tab-link {
  cursor: pointer;
  transition: ease all 0.5s;
}
.tab-link.active {
  color: #ffffff;
}

.tab--content-wrapper {
  display: none;
  opacity: 0;
  transform: translateY(15px);
  -webkit-animation: fadeIn 0.5s ease 1 forwards;
          animation: fadeIn 0.5s ease 1 forwards;
}
.tab--content-wrapper.active {
  display: flex;
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

.culture-series--wrapper {
  padding: 80px 0;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .culture-series--wrapper {
    padding: 80px 20px 80px 15px;
  }
}

.hsm-book--wrapper {
  padding: 80px 0;
  background-color: #F2F2F2;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .hsm-book--wrapper {
    padding: 50px 0 60px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .hsm-book--wrapper .slider-arrows {
    margin-top: 40px !important;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .hsm-book--wrapper .arrow-left, .hsm-book--wrapper .arrow-right {
    position: absolute;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .hsm-book--wrapper .arrow-left {
    right: 10%;
  }
}
@media only screen and (max-width: 640px) {
  .hsm-book--wrapper .arrow-left {
    right: 25%;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .hsm-book--wrapper .arrow-right {
    right: 4%;
  }
}

.book-event--wrapper {
  padding: 80px 0;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .book-event--wrapper {
    padding: 60px 20px;
  }
}

.post--wrap .slider-arrows {
  margin-left: auto;
}
.post--wrap_inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.post--wrap_inner .post--block {
  width: 33.3333333333%;
  border-right: 20px solid transparent;
  margin-bottom: 40px;
}

.post--slider .post--block {
  margin: 0 10px;
}

.post--block:hover .img img {
  filter: grayscale(0);
}
.post--block .img {
  display: block;
  position: relative;
}
.post--block .img img {
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .post--block .img img {
    filter: grayscale(0);
  }
}
.post--block .img:hover .play {
  opacity: 1;
  pointer-events: all;
}
.post--block .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 50px;
  height: 50px;
}
.post--block .post--info p {
  margin-top: 5px;
  color: #262626;
  font-size: 1em;
  text-transform: capitalize;
}
.post--block .post--info .date {
  display: block;
  border-top: 1px solid #EEC87C;
  padding-top: 5px;
  margin-top: 5px;
  font-size: 0.875em;
}

.big-image--slider {
  margin-top: 40px;
  margin-bottom: 40px;
}
.big-image--slider .img {
  padding: 0 30px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .big-image--slider .img {
    padding: 0;
  }
}
.big-image--slider img {
  width: 100%;
  height: 100% !important;
  transform: scale(0.9);
  transition: transform 0.3s ease-in-out;
}
.big-image--slider .slick-active img {
  transform: scale(1);
}

.industry-cont--wrapper {
  padding: 60px 0;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .industry-cont--wrapper {
    padding: 60px 40px;
  }
}
.industry-cont--wrapper .heading {
  color: #ffffff;
}
.industry-cont--wrapper .heading {
  margin-bottom: 20px;
  font-size: 1.5625em;
  font-weight: bold;
  color: #000000;
}
@media only screen and (max-width: 640px) {
  .industry-cont--wrapper .heading {
    margin-bottom: 0;
    font-size: 1.125em;
  }
}
.industry-cont--wrapper .para {
  margin-bottom: 20px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 640px) {
  .industry-cont--wrapper .para {
    margin-bottom: 10px;
  }
}
.industry-cont--wrapper .text, .industry-cont--wrapper .image {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .industry-cont--wrapper .text, .industry-cont--wrapper .image {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .industry-cont--wrapper .text {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .industry-cont--wrapper .story-card {
    flex-direction: column-reverse;
  }
}
.industry-cont--wrapper .list {
  padding-left: 30px;
}
.industry-cont--wrapper .list li {
  position: relative;
}
.industry-cont--wrapper .list li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #EEC87C;
  position: absolute;
  top: 5px;
  left: -20px;
}
.industry-cont--wrapper .list .para {
  margin-bottom: 20px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .industry-cont--wrapper .tab-link-wrap {
    align-items: center;
  }
}
.industry-cont--wrapper .tab-link {
  margin-right: 20px;
  position: relative;
  padding-bottom: 10px;
  font-size: 1em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  cursor: pointer;
  transition: ease all 0.5s;
}
.industry-cont--wrapper .tab-link:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .industry-cont--wrapper .tab-link {
    white-space: nowrap;
    margin-right: 10px;
    font-size: 0.8125em;
  }
}
.industry-cont--wrapper .tab-link:after {
  content: "";
  width: 100%;
  border-bottom: 3px solid #EEC87C;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  opacity: 0;
}
.industry-cont--wrapper .tab-link.active {
  color: #000000;
}
.industry-cont--wrapper .tab-link.active:after {
  display: block;
  opacity: 1;
}
.industry-cont--info {
  margin-top: 40px;
}

.kaleidoscope--wrapper {
  padding: 0 0 40px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .kaleidoscope--wrapper .slider-arrows {
    margin-top: 40px !important;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .kaleidoscope--wrapper .arrow-left, .kaleidoscope--wrapper .arrow-right {
    position: absolute;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .kaleidoscope--wrapper .arrow-left {
    right: 15%;
  }
}
@media only screen and (max-width: 640px) {
  .kaleidoscope--wrapper .arrow-left {
    right: 25%;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .kaleidoscope--wrapper .arrow-right {
    right: 10%;
  }
}

.articles--wrapper {
  background-color: #F2F2F2;
  padding: 80px 0;
}

.accordion-container .ac {
  border: none;
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  padding-bottom: 20px;
}
.accordion-container .ac .ac-trigger {
  padding: 20px 30px 20px 10px;
}
.accordion-container .ac ul {
  list-style: disc;
  padding-left: 30px;
}
.accordion-container .ac ul li {
  line-height: 25px;
  padding-bottom: 5px;
}
.accordion-container .ac .ac-trigger:focus {
  color: #000;
}

.press-blade--wrapper {
  background-color: white;
  padding: 0;
  position: relative;
}
.press-blade--wrapper .home-banner--left, .press-blade--wrapper .home-banner--right {
  width: 100%;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .press-blade--wrapper {
    /* overflow-x: hidden; */
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .press-blade--wrapper .seemore {
    margin-top: 80px;
  }
}
.press-blade--wrapper .para {
  padding-right: 20%;
  padding-bottom: 20px;
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.5;
  font-size: 1.375em;
  font-weight: bold;
}
.press-blade--wrapper .name {
  margin-bottom: 10px;
  font-size: 1.25em;
}
.press-blade--wrapper .date {
  margin-bottom: 20px;
  font-size: 1em;
  color: rgba(255, 255, 255, 0.5);
}
.press-blade--wrapper .slick-slide {
  display: flex;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .press-blade--wrapper .slick-slide {
    flex-direction: column-reverse;
    height: 100%;
  }
}
.press-blade--wrapper .home-banner--left {
  padding: 130px;
  background-color: #000000;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .press-blade--wrapper .home-banner--left {
    padding: 50px 30px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .press-blade--wrapper .home-banner--left .para {
    font-size: 1.1em;
    padding-right: 0%;
    /* min-height: 162px; */
  }
}
.press-blade--wrapper .home-banner--right {
  justify-content: center;
  align-items: center;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .press-blade--wrapper .home-banner--right .first-image {
    height: 300px;
  }
}
.press-blade--wrapper .slider-arrows {
  position: static;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .press-blade--wrapper .slider-arrows {
    margin-top: 40px;
  }
}
.press-blade--wrapper .slider-arrows .arrow-left, .press-blade--wrapper .slider-arrows .arrow-right {
  position: absolute;
  top: 35%;
  z-index: 4;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .press-blade--wrapper .slider-arrows .arrow-left, .press-blade--wrapper .slider-arrows .arrow-right {
    top: 88%;
    height: 40px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .press-blade--wrapper .slider-arrows .arrow-left img, .press-blade--wrapper .slider-arrows .arrow-right img {
    height: 40px;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .press-blade--wrapper .slider-arrows .arrow-left, .press-blade--wrapper .slider-arrows .arrow-right {
    bottom: -40%;
  }
}
.press-blade--wrapper .slider-arrows .arrow-right {
  right: 20px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .press-blade--wrapper .slider-arrows .arrow-right {
    right: 10%;
  }
}
.press-blade--wrapper .slider-arrows .arrow-left {
  left: 10px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .press-blade--wrapper .slider-arrows .arrow-left {
    right: -62%;
    left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .press-blade--wrapper .slider-arrows .arrow-left {
    right: -40%;
    left: 0;
  }
}

.stories--wrapper .post--info p {
  margin-top: 5px;
  color: #262626;
  font-size: 1em;
  text-transform: capitalize;
  min-height: 70px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .stories--wrapper .post--wrap_inner .post--block {
    width: 100%;
  }
}

.search-page .search--page {
  background-color: #000000;
  padding: 80px 0;
}
.search-page .search--page .search-header {
  background-color: #000000;
  padding: 30px 60px;
  border-bottom: 2px solid rgba(181, 181, 181, 0.5);
  color: #fff;
}
.search-page .search--page .searchbar .left-btn {
  position: absolute;
  top: 35%;
  left: 2%;
}
.search-page .search--page .btn-Submit {
  position: absolute;
  right: 0%;
  top: 25%;
  font-size: 0.875em;
  border: 1px solid #B5B5B5;
  padding: 8px 40px;
  border-radius: 50px;
  color: black;
  background-color: white;
}
.search-page .search--page .btn-Submit:hover {
  background-color: #0E233A !important;
  color: #fff;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .search-page .search--page .btn-Submit {
    right: 4%;
    background-color: #ffffff;
    color: black;
  }
}
.search-page .breadcrumbs .breadcrumbs--list li {
  color: #808080;
}
.search-page .post--wrap .post--wrap_inner .post--block {
  width: 50%;
  padding-right: 30px;
}
.search-page .post--wrap .post--wrap_inner .post--block .post--info .search-title-box {
  height: 120px;
}
.search-page .post--wrap .post--wrap_inner .post--block .post--info .search-title-box h3 {
  color: #BC964A;
}
.search-page .post--wrap .post--wrap_inner .post--block .post--info .date {
  border-top: 1px solid #808080;
}

.searchbar {
  position: relative;
}
.searchbar .left-btn {
  position: absolute;
  top: 34%;
  left: 12%;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .searchbar .left-btn {
    left: 0;
    top: 30%;
  }
}
.searchbar .left-btn img {
  width: 20px;
}

.searchhead {
  cursor: pointer;
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .searchhead {
    position: absolute;
    right: 10%;
  }
}

.header-form {
  position: absolute;
  /* top: -100px; */
  right: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
  z-index: 5;
  border: 1px solid #B5B5B5;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .header-form {
    border: none;
    top: -30px;
    z-index: 10;
  }
}
.header-form.active {
  position: fixed;
  opacity: 1;
  transition-delay: 0.2;
  top: 73px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .header-form.active {
    top: 0;
  }
}
.header-form .form-group {
  display: flex;
}
.header-form .form-field-search {
  width: 100%;
}
.header-form .btn-Submit:hover {
  background-color: #EEC87C;
  color: #ffffff;
}

.search-header {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border: none;
  outline: none;
  font-size: 1em;
  padding: 25px 14%;
  width: 100%;
  text-align: left;
  transition: all 0.6s ease-in-out;
  z-index: -5;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .search-header {
    padding: 23px 35px;
  }
}

.btn-Submit {
  position: absolute;
  right: 20%;
  top: 25%;
  font-size: 0.875em;
  border: 1px solid #B5B5B5;
  padding: 8px 40px;
  border-radius: 50px;
  color: black;
  background-color: white;
}
.btn-Submit:hover {
  background-color: #0E233A !important;
  color: #fff;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .btn-Submit {
    right: 2%;
    top: 20%;
    background-color: #262626;
    color: white;
  }
}

.library--top {
  padding: 50px 0;
  background-color: #000000;
}
.library--top .main-title {
  font-size: 40px;
  color: #ffffff;
}
.library--container {
  padding: 60px 0;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .library--container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.library--container .heading {
  font-size: 40px;
  margin-bottom: 40px;
}
.library--container .para {
  margin-bottom: 20px;
  color: #262626;
  font-size: 16px;
}
.library--container .para:last-child {
  margin-bottom: 0;
}
.library--container .readlist {
  display: none;
  opacity: 0;
}
.library--container .readlist.active {
  display: block;
  opacity: 1;
}
.library--right {
  margin-right: 50px;
  width: 60%;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .library--right {
    width: 100%;
    margin-top: 20px;
  }
}
.library--left {
  width: 45%;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .library--left {
    width: 100%;
  }
}
.library--innerpages {
  padding: 0;
  /* padding: 0 8%; */
  padding: 0 20px;
}
.library--innerpages li,
.library--innerpages .para,
.library--innerpages p {
  line-height: 25px;
  color: #262626;
  font-size: 1em;
}
.library--innerpages .para {
  margin-bottom: 20px;
}
.library--innerpages strong {
  font-size: 14px;
  font-weight: 800;
}
.library--innerpages .numberlist {
  margin-top: 30px;
}
.library--innerpages .numberlist li {
  list-style: decimal;
  list-style-position: inside;
}
.library--innerpages .dashlist li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.library--innerpages .dashlist li::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 5px;
  height: 1px;
  position: absolute;
  top: 14px;
  left: 0%;
}
.library--innerpages .referenceslinks li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 5px;
  word-break: break-all;
  padding: 0;
}
.library--innerpages .referenceslinks a {
  text-decoration: underline;
}
.library--innerpages .border-bot {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.library--innerpages .centerText {
  font-weight: bold;
  font-size: 1.375em;
  display: block;
  text-align: center;
}
.library--innerpages .font-big {
  font-size: 1.375em;
}
.library--innerpages .decimallist li {
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 20px;
}
.library--innerpages table {
  border: 1px solid rgba(204, 204, 204, 0.8);
}
.library--innerpages table th, .library--innerpages table td {
  padding: 10px 10px;
}
.library--innerpages table .border-top {
  border-top: 1px solid rgba(204, 204, 204, 0.8);
}
.library--innerpages table .th-sr {
  width: 80px;
  border-right: 1px solid rgba(204, 204, 204, 0.8);
}
.library--innerpages table .center_text {
  text-align: center;
}
.library--comment {
  padding: 40px 0;
}
.library--comment .comment-text {
  font-size: 1.5em;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .library--comment .comment-text {
    font-size: 1em;
    white-space: nowrap;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .library--comment .leavebtn {
    font-size: 0.875em;
  }
}
.library--comment .author {
  font-size: 1em;
}
.library--comment .date, .library--comment p {
  font-size: 0.75em;
}
.library--comment .comment-block {
  margin-bottom: 30px;
}
.library--comment .comment {
  margin-top: 15px;
  padding: 15px;
  border: 1px solid rgba(112, 112, 112, 0.5);
}
.library--comment .admin-block {
  padding-left: 10%;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .library--comment .admin-block {
    padding-left: 0;
  }
}

.readlist {
  margin-top: 20px;
}
.readlist .list-item {
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
  color: #262626;
  font-size: 16px;
}
.readlist .list-item::before {
  content: "";
  background-color: #262626;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 45%;
  left: 0%;
  border-radius: 50px;
}

.readmore {
  margin-top: 20px;
  display: block;
  color: #BC964A;
  font-size: 16px;
  text-decoration: underline;
  transition: 0.5s ease-in-out;
}

.main-tablelist {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .main-tablelist .table-data,
.main-tablelist .table-heading {
    min-height: 90px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.main-tablelist .table-heading {
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-weight: 800;
}
.main-tablelist li {
  padding: 35px;
}
.main-tablelist .table-data {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-tablelist .table-data:last-child {
  border-bottom: 0;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .main-tablelist .table-data {
    min-height: 116px;
  }
}
.main-tablelist .table-inner {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  flex: 1;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .main-tablelist .table-inner {
    overflow: auto;
  }
}
.main-tablelist .table-inner:last-child {
  border-right: 0;
}
.main-tablelist.accountdeficittable {
  position: relative;
}
.main-tablelist.accountdeficittable .inner-table {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main-tablelist.accountdeficittable .inner-table table th, .main-tablelist.accountdeficittable .inner-table table td {
  padding: 10px 10px;
}
.main-tablelist.accountdeficittable .inner-table table .border-top {
  border-top: 1px solid rgba(204, 204, 204, 0.8);
}
.main-tablelist.accountdeficittable .inner-table table .th-sr {
  width: 80px;
  border-right: 1px solid rgba(204, 204, 204, 0.8);
}
.main-tablelist.accountdeficittable .inner-table table .center_text {
  text-align: center;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .main-tablelist.accountdeficittable .inner-table {
    overflow-x: scroll;
    overflow-y: visible;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .main-tablelist.accountdeficittable .table-inner {
    overflow: unset;
  }
}
.main-tablelist.accountdeficittable .table-inner:first-child {
  position: sticky;
  left: 0;
  z-index: 7;
}
.main-tablelist.accountdeficittable li {
  padding: 15px 15px 20px;
  font-size: 12px;
  line-height: 15px;
}
.main-tablelist.accountdeficittable .table-heading {
  min-height: 95px;
}

.narcoss--game .accountdeficittable p {
  margin-bottom: 5px;
}
.narcoss--game .accountdeficittable p,
.narcoss--game .accountdeficittable li {
  /* line-height: 15px; */
  font-size: 1em;
  line-height: unset;
}
.narcoss--game .accountdeficittable .referenceslinks li {
  list-style-type: none;
  word-break: break-all;
  padding: 0;
}
.narcoss--game .accountdeficittable .referenceslinks .para {
  margin-bottom: 2px;
}
.narcoss--game .accountdeficittable .dotlist li {
  list-style-type: disc;
  list-style-position: inside;
  padding: 5px 10px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .narcoss--game .accountdeficittable .table-data {
    display: block;
  }
}

.backtotop a {
  font-size: 0.875em;
  text-decoration: underline;
}
.backtotop img {
  height: 10px;
  width: 11px;
  margin-top: -2px;
}

.leavereply--wrapper {
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  padding-top: 20px;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .leavereply--wrapper {
    margin-bottom: 0px;
  }
}
.leavereply--wrapper input, .leavereply--wrapper textarea {
  background-color: unset;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .leavereply--wrapper .form--group {
    width: 100%;
    margin-right: 0;
  }
}
.leavereply--wrapper .form-group .checkinput {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.leavereply--wrapper .form-group .checklabel {
  position: relative;
  cursor: pointer;
}
.leavereply--wrapper .form-group .checklabel:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.leavereply--wrapper .form-group input:checked + .checklabel:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 11px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.leavereply--wrapper .submit {
  margin-top: 20px;
  text-align: left;
}
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .leavereply--wrapper .submit {
    text-align: center;
  }
}
.leavereply--wrapper .submit input {
  padding: 10px 40px;
  font-size: 0.875em;
  background-color: #000000;
  color: #ffffff;
}

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

.library-details.blog--banner {
  display: block;
}
.library-details.blog--banner h3.main-title {
  font-size: 25px;
}

.small-text {
  font-size: 0.85em !important;
}
.small-text a {
  color: #BC964A;
}
