/**
 * [Table of contents]
 *   1 Base
 *     1.1 Reset
 *   2 Components
 *     2.1 Typography
 *     2.2 Brand
 *     2.3 Links
 *     2.4 Blocks
 *     2.5 Boxes
 *     2.6 Element groups
 *     2.7 Responsive units
 *     2.8 Lists
 *     2.9 Images
 *     2.10 Icons
 *     2.11 Tables custom
 *     2.12 Dividers
 *     2.13 Buttons
 *     2.14 Forms
 *     2.15 Posts
 *     2.16 Quotes
 *     2.17 Thumbnails
 *     2.18 Breadcrumbs
 *     2.19 Pagination custom
 *     2.20 Snackbars
 *     2.21 Footers
 *     2.22 Layouts
 *     2.23 Profile
 *     2.24 Tours
 *     2.25 Destinations
 *     2.26 Comments
 *     2.27 Jumbotron
 *     2.28 Blurbs
 *     2.29 Intro
 *     2.30 Animation
 *   3 Helpers
 *     3.1 Page layout
 *     3.2 Text styling
 *     3.3 Offsets
 *     3.4 Sections
 *     3.5 Grid modules
 *     3.6 Backgrounds
 *     3.7 Utilities custom
 *   4 Plugins
 *     4.1 Animate
 *     4.2 Preloader
 *     4.3 ToTop
 *     4.4 RD Navbar
 *     4.5 Google Map
 *     4.6 Search Results
 *     4.7 Isotope
 *     4.8 Nav custom
 *     4.9 Card custom
 *     4.10 Tooltop Custom
 *     4.11 Counter
 *     4.12 Owl Carousel
 *     4.13 Lightgallery
 *     4.14 Modal Custom
 *     4.15 Countdown
 *     4.16 Bootstrap material datetimepicker
 *     4.17 Select 2
 */
/** @group Base */
/*
* Contexts
*/
.context-dark,
.context-dark h1,
.context-dark h2,
.context-dark h3,
.context-dark h4,
.context-dark h5,
.context-dark h6,
.context-dark [class*='heading-'] {
  color: #ffffff;
}

.ie-11 .cta-unit,
.ie-10 .cta-unit,
.edge .cta-unit {
  flex: auto;
  width: 100%;
}

/** @section Reset */
a:focus,
button:focus {
  outline: none !important;
}

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

*:focus {
  outline: none;
}

blockquote {
  padding: 0;
  margin: 0;
}

input,
button,
select,
textarea {
  outline: none;
}

label {
  margin-bottom: 0;
}

p {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  display: block;
}

dl {
  margin: 0;
}

dt,
dd {
  line-height: inherit;
}

dt {
  font-weight: inherit;
}

dd {
  margin-bottom: 0;
}

cite {
  font-style: normal;
}

form {
  margin-bottom: 0;
}

blockquote {
  padding-left: 0;
  border-left: 0;
}

address {
  margin-top: 0;
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

html p a:hover {
  text-decoration: none;
}

/** @group Components */
/** @section Typography */
body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #656565;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media (min-width: 768px) {
  body {
    font-size: 17px;
    line-height: 1.64706;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*='heading-'] {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  color: #212121;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
[class*='heading-'] a {
  color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
[class*='heading-'] a:hover {
  color: rgb(1, 103, 149);
}

h1,
.heading-1 {
  font-size: 32px;
  line-height: 1.5;
}

@media (min-width: 768px) {

  h1,
  .heading-1 {
    font-size: 40px;
  }
}

@media (min-width: 992px) {

  h1,
  .heading-1 {
    font-size: 56px;
  }
}

@media (min-width: 1200px) {

  h1,
  .heading-1 {
    font-size: 60px;
    line-height: 1.1;
  }
}

h2,
.heading-2 {
  font-size: 28px;
  line-height: 1.3;
}

@media (min-width: 768px) {

  h2,
  .heading-2 {
    font-size: 34px;
  }
}

@media (min-width: 992px) {

  h2,
  .heading-2 {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {

  h2,
  .heading-2 {
    font-size: 43px;
    line-height: 1.30233;
  }
}

h3,
.heading-3 {
  font-size: 22px;
  line-height: 1.5;
}

@media (min-width: 768px) {

  h3,
  .heading-3 {
    font-size: 26px;
    line-height: 1.35714;
  }
}

@media (min-width: 1200px) {

  h3,
  .heading-3 {
    font-size: 28px;
  }
}

h4,
.heading-4 {
  font-size: 18px;
  line-height: 1.3;
}

@media (min-width: 768px) {

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

@media (min-width: 1200px) {

  h4,
  .heading-4 {
    font-size: 24px;
    line-height: 1.25;
  }
}

h5,
.heading-5 {
  font-size: 16px;
  line-height: 1.4;
}

@media (min-width: 768px) {

  h5,
  .heading-5 {
    font-size: 18px;
    line-height: 1.44444;
  }
}

h6,
.heading-6 {
  font-size: 16px;
  line-height: 1.5;
}

small,
.small {
  display: block;
  font-size: 13px;
  line-height: 1.38462;
}

mark,
.mark {
  padding: 3px 5px;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.big {
  font-size: 15px;
  line-height: 1.6;
}

@media (min-width: 576px) {
  .big {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .big {
    font-size: 18px;
    line-height: 1.77778;
  }
}

.smaller {
  font-size: 15px;
}

.text-xxl {
  font-size: 120px;
  line-height: .9;
  font-weight: 700;
  letter-spacing: -.02em;
}

@media (min-width: 768px) {
  .text-xxl {
    font-size: 150px;
  }
}

@media (min-width: 1200px) {
  .text-xxl {
    font-size: 200px;
  }
}

.lead {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

code {
  padding: 10px 5px;
  border-radius: 0.2rem;
  font-size: 90%;
  color: #222;
  background: #FAFAFA;
}

p [data-bs-toggle='tooltip'] {
  padding-left: .25em;
  padding-right: .25em;
  color: rgb(1, 103, 149);
}

p [style*='max-width'] {
  display: inline-block;
}


.text-1 {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -.04em;
}

@media (min-width: 576px) {
  .text-1 {
    font-size: 54px;
  }
}

@media (min-width: 768px) {
  .text-1 {
    font-size: 70px;
  }
}

@media (min-width: 992px) {
  .text-1 {
    font-size: 80px;
  }
}

@media (min-width: 1200px) {
  .text-1 {
    font-size: 90px;
  }
}

*+.text-1 {
  margin-top: 10px;
}

@media (min-width: 768px) {
  *+.text-1 {
    margin-top: 15px;
  }

  .text-1+h4 {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  *+.text-1 {
    margin-top: 30px;
  }

  .text-1+h4 {
    margin-top: 26px;
  }
}

.text-2 {
  font-size: 16px;
  font-weight: 500;
  color: #808080;
}

*+.text-2 {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .text-2 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .text-2 {
    font-size: 21px;
  }
}

@media (min-width: 1600px) {
  .text-2 {
    font-size: 22px;
  }
}

/** @section Brand */
.brand {
  display: inline-block;
}

.brand .brand-logo-light {
  display: none;
}

.brand .brand-logo-dark {
  display: block;
}

/** @section Links */
a {
  transition: all 0.3s ease-in-out;
}

a,
a:focus,
a:active,
a:hover {
  text-decoration: none;
}

a,
a:focus,
a:active {
  color: rgb(1, 103, 149);
}

a:hover {
  color: rgb(1, 103, 149);
}

a[href*='tel'],
a[href*='callto'],
a[href*='mailto'] {
  white-space: nowrap;
}

.link-hover {
  color: rgb(1, 103, 149);
}

.link-press {
  color: rgb(1, 103, 149);
}

.link-black,
.link-black:active,
.link-black:focus {
  color: #000000;
}

.link-black:hover {
  color: rgb(1, 103, 149);
}

.privacy-link {
  display: inline-block;
}

.privacy-link:hover {
  color: #000000;
}

*+.privacy-link {
  margin-top: 35px;
}

.link-1 {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 47px;
  height: 47px;
  font-size: 22px;
  line-height: 47px;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  color: #000000;
}

.link-1::after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: content-box;
  padding: 2px;
  transition: transform 0.2s, opacity 0.3s;
  transform: scale(1.2);
  opacity: 0;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.link-1.link-1-social[class*='facebook'] {
  color: rgb(1, 103, 149);
}

.link-1.link-1-social[class*='facebook']::after {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.link-1.link-1-social[class*='google'] {
  color: #f83023;
}

.link-1.link-1-social[class*='google']::after {
  background: #f83023;
}

.link-1.link-1-social[class*='twitter'] {
  color: #35b7e0;
}

.link-1.link-1-social[class*='twitter']::after {
  background: #35b7e0;
}

.link-1.link-1-social[class*='instagram'] {
  color: #ff3951;
}

.link-1.link-1-social[class*='instagram']::after {
  background: #ff3951;
}

.link-1.link-1-social[class*='facebook'] {
  color: rgb(1, 103, 149);
}

.link-1.link-1-social[class*='facebook']::after {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.link-1.link-1-social[class*='behance'] {
  color: #2c3ab6;
}

.link-1.link-1-social[class*='behance']::after {
  background: #2c3ab6;
}

.link-1.link-1-social[class*='youtube'] {
  color: #f83023;
}

.link-1.link-1-social[class*='youtube']::after {
  background: #f83023;
}

.link-1.link-1-social:hover {
  color: #ffffff;
}

.link-1:hover {
  color: #ffffff;
  background-color: transparent;
}

.link-1:hover::after {
  transform: scale(1);
  opacity: 1;
}

.context-dark .link-1 {
  color: #ffffff;
  border-color: #ffffff;
}

.context-dark .link-1::after {
  background: #ffffff;
}

.context-dark .link-1:hover {
  color: rgb(1, 103, 149);
}

.link-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: .22s;
  text-align: center;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.link-image::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  background: #ffffff;
  transition: .22s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9, 0.9);
}

.link-image img {
  display: block;
  flex-shrink: 0;
  transform: translate3d(0, 0, 0);
  opacity: .5;
  transition: .22s;
}

.link-image:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}

.link-image:hover img {
  opacity: 1;
}

.link-2 {
  font-size: 22px;
  line-height: 1;
  color: #808080;
}

.link-2:hover {
  color: rgb(1, 103, 149);
}

.link-2[class*='instagram']:hover {
  color: #ff3951;
}

.link-2[class*='facebook']:hover {
  color: rgb(1, 103, 149);
}

.link-2[class*='youtube']:hover {
  color: #f83023;
}

.nick {
  letter-spacing: -.01em;
  font-size: 19px;
  display: inline-block;
}

.nick,
.nick:focus,
.nick:active {
  color: #656565;
}

.nick:hover {
  color: rgb(1, 103, 149);
}

/** @section Blocks */
.block-centered {
  margin-left: auto;
  margin-right: auto;
}

.block-1 {
  max-width: 370px;
}

.block-2 {
  max-width: 600px;
}

.block-3 {
  max-width: 520px;
}

.block-4 {
  max-width: 400px;
}

@media (min-width: 992px) {
  .block-4 {
    max-width: 480px;
  }
}

.block-5 {
  max-width: 540px;
}

@media (min-width: 992px) {
  .block-5 {
    max-width: 480px;
  }
}

@media (min-width: 992px) {
  .block-md {
    margin-left: auto;
    margin-right: auto;
    max-width: 634px;
    width: 100%;
  }
}

.block-6 {
  max-width: 600px;
}

@media (max-width: 575.98px) {
  .block-7 {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .block-7 {
    max-width: 390px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .block-7 {
    padding-left: 50px;
    max-width: 410px;
  }
}

@media (min-width: 1600px) {
  .block-7 {
    margin-right: -30px;
  }
}

@media (min-width: 1200px) {
  .block-s {
    width: 248px;
    max-width: 248px;
  }

  .block-m {
    max-width: 382px;
    width: 382px;
  }

  .block-l {
    width: 560px;
    max-width: 560px;
  }
}

.cta-section {
  min-height: 30.20833vw;
}

.ie-11 .cta-section,
.ie-10 .cta-section,
.edge .cta-section {
  height: 30.20833vw;
}

/** @section Boxes */
.box-1 {
  padding-right: 45px;
}

.box-1 .box-1-tel,
.box-1 .box-1-address,
.box-1 .box-1-title {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.box-1-address {
  letter-spacing: -.02em;
  color: #656565;
}

.box-1-tel {
  letter-spacing: .03em;
  font-weight: 600;
}

*+.box-1-address {
  margin-top: 10px;
}

*+.box-1-tel {
  margin-top: 10px;
}

@media (min-width: 768px) {
  *+.box-1-address {
    margin-top: 15px;
  }
}

@media (min-width: 1200px) {
  .box-1 {
    padding-right: 0;
  }
}

.box-2 {
  position: relative;
  padding: 25px 20px;
  border-radius: 4px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
}

.box-2 textarea.form-input {
  height: 120px;
}

.box-2-inner {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .box-2 {
    padding: 60px 30px;
  }

  .box-2 *+.rd-form {
    margin-top: 40px;
  }

  .box-2 *+.form-wrap {
    margin-top: 19px;
  }

  .box-2 *+.form-wrap-button {
    margin-top: 55px;
  }
}

.box-3 {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  min-height: 300px;
}

@media (min-width: 992px) {
  [class*='cell'] .box-3 {
    margin-left: 30px;
  }
}

a.box-3-play {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: #ffffff;
  border-radius: 50%;
}

a.box-3-play .icon {
  font-size: 22px;
  line-height: inherit;
  color: rgb(1, 103, 149);
}

a.box-3-play::before,
a.box-3-play::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid;
  pointer-events: none;
}

a.box-3-play::before {
  top: -14%;
  left: -14%;
  width: 128%;
  height: 128%;
  border-color: rgba(255, 255, 255, 0.5);
  transition: .5s;
}

a.box-3-play::after {
  top: -28%;
  left: -28%;
  width: 158%;
  height: 158%;
  border-color: rgba(255, 255, 255, 0.3);
  transition: .7s;
}

a.box-3-play:hover::before {
  transform: scale(0.75);
}

a.box-3-play:hover::after {
  transform: scale(0.6);
}

.box-4-outer {
  position: relative;
}

.box-4 {
  padding: 25px 20px;
  border-radius: 4px 4px 0 0;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  text-align: left;
}

.box-search {
  padding: 25px 20px;
  border-radius: 4px 4px 0 0;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  text-align: left;
}

.box-4-toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  min-width: 50px;
  height: 50px;
  padding: 5px 25px;
  line-height: 40px;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  text-align: center;
  transition: .22s;
}

.box-4-toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}

.box-4-toggle>*+* {
  margin-left: 8px;
}

.box-4-toggle.active {
  background: #fcfcfc;
}

@media (min-width: 768px) {
  .box-4 {
    padding: 35px 30px 45px;
  }
}

@media (max-width: 991.98px) {
  .box-4-outer {
    text-align: right;
  }

  .box-4-outer .box-4 {
    position: absolute;
    z-index: 4;
    right: 0;
    top: 100%;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .22s;
    max-width: 100%;
    width: 370px;
  }

  .box-4-outer .box-4.active {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .box-4-toggle {
    display: none;
  }

  .box-4-inner {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .box-4 {
    padding-top: 65px;
    padding-bottom: 80px;
  }

  .box-4 *+.rd-form {
    margin-top: 45px;
  }
}

@media (min-width: 576px) {

  .box-float-1:before,
  .box-float-1:after {
    content: " ";
    display: table;
  }

  .box-float-1:after {
    clear: both;
  }

  .box-float-1 img {
    max-width: 160px;
    margin-right: 25px;
    float: left;
  }

  .box-float-1>*+* {
    margin-top: 0;
  }
}

.box-5-aside {
  padding: 15px;
  border-radius: 4px 4px 0 0;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.box-5-rating {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: rgb(1, 103, 149);
}

.box-5-main .progress-bar-linear-wrap {
  position: relative;
  border-radius: 4px;
}

.box-5-main .progress-bar-linear-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid rgba(196, 196, 196, 0.5);
}

.box-5-main .progress-bar-linear {
  position: relative;
  padding: 10px;
  border-radius: 4px 0 0 4px;
}

.box-5-main .progress-title,
.box-5-main .progress-value {
  font-size: 14px;
  line-height: 1.2;
}

.box-5-main .progress-value {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translate3d(0, -50%, 0);
}

.box-5-main .progress-value::after {
  display: none;
}

.box-5-main .progress-linear .progress-bar-linear-wrap {
  height: auto;
  background-color: transparent;
}

.box-5-main .progress-linear .progress-value {
  font-weight: 500;
  color: #ffffff;
}

.box-5-list>li+li {
  margin-top: 15px;
}

*+.box-5-title {
  margin-top: 10px;
}

*+.box-5-main {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .box-5-main .progress-header {
    width: 180px;
    padding: 3px 8px;
    background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  }

  .box-5-main .progress-bar-linear-wrap {
    margin: 0;
    flex-grow: 1;
  }

  .box-5-main .progress-title {
    color: #ffffff;
  }

  .box-5-main .progress-linear {
    display: flex;
    border: 1px solid rgba(196, 196, 196, 0.5);
    border-radius: 4px;
  }

  .box-5-main .progress-linear .progress-bar-linear-wrap {
    height: auto;
    border: 0;
  }

  .box-5-main .progress-linear .progress-bar-linear {
    height: 100%;
    border-radius: 0;
  }

  .box-5-main .progress-linear .progress-header {
    margin: 0;
    transform: none;
  }

  .box-5-main .progress-linear .progress-header>* {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .box-5 {
    display: flex;
    align-items: flex-start;
  }

  .box-5-aside {
    width: 208px;
    padding: 40px 25px;
    flex-shrink: 0;
  }

  .box-5-main {
    width: 100%;
    flex-grow: 1;
  }

  .box-5-rating {
    font-size: 45px;
  }

  .box-5-list>li+li {
    margin-top: 21px;
  }

  *+.box-5-main {
    margin-top: 0;
    margin-left: 24px;
  }

  *+.box-5-title {
    margin-top: 15px;
  }
}

@media (min-width: 1200px) {

  .box-5 .progress-title,
  .box-5 .progress-value {
    font-size: 16px;
  }
}

.box-6 {
  padding: 20px 20px 30px;
  border-radius: 6px;
  background: #ffffff;
}

*+.box-6 {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .box-6 {
    padding: 33px 42px 40px;
  }

  *+.box-6 {
    margin-top: 50px;
  }
}

.box-inline-1 {
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-left: -8px;
}

.box-inline-1>* {
  margin-left: 8px;
}

.box-inline-1>* {
  display: inline-block;
}

.box-inline-1 .icon {
  color: rgba(0, 0, 0, 0.4);
}

.box-inline-1 a {
  letter-spacing: .03em;
}

.box-inline-1 a,
.box-inline-1 a:active,
.box-inline-1 a:focus {
  color: rgb(1, 103, 149);
}

.box-inline-1 a:hover {
  color: rgb(1, 103, 149);
}

*+.box-inline-1 {
  margin-top: 11px;
}

@media (min-width: 768px) {
  .box-inline-1 {
    font-size: 24px;
    margin-left: -14px;
  }

  .box-inline-1>* {
    margin-left: 14px;
  }
}

@media (min-width: 992px) {
  .box-inline-1 {
    font-size: 30px;
  }
}

.box-7 {
  padding: 25px 20px;
  border-radius: 5px;
  background: #ffffff;
}

*+.box-7 {
  margin-top: 25px;
}

@media (min-width: 992px) {
  .box-7 {
    max-width: 700px;
    padding: 35px 40px 55px;
    margin-right: 30px;
  }
}

.box-8 {
  padding: 20px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.box-8 .list-pricing-title {
  font-weight: 400;
}

@media (max-width: 575.98px) {
  .box-8 {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .box-8 .list-pricing>li+li {
    margin-top: 14px;
  }
}

@media (min-width: 1200px) {
  .box-8 {
    padding: 35px 30px 35px 40px;
  }
}

.box-9 {
  padding: 25px 0;
  text-align: center;
}

.box-9>*+* {
  margin-top: 20px;
}

.box-9-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transform: translate3d(0, -15px, 0);
  margin-bottom: -15px;
  margin-left: -8px;
  margin-right: -8px;
}

.box-9-group>* {
  margin-top: 15px;
  padding-left: 8px;
  padding-right: 8px;
}

.box-9-item {
  width: 50%;
  padding: 0 10px;
  flex-shrink: 0;
  text-align: center;
}

.box-9-link {
  display: block;
}

.box-9-link>*+* {
  margin-top: 4px;
}

.box-9-link-inner {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: 50px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.box-9-link-inner::before {
  content: '';
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  margin-left: -100%;
}

.box-9-link-inner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  transform: scale(1.1);
  transition: .22s;
}

.box-9-link-inner .icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-size: 24px;
  transition: .22s;
  border-radius: 50%;
}

.box-9-link-inner:hover {
  border-color: rgb(1, 103, 149);
}

.box-9-link-inner:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.box-9-link-inner:hover .icon {
  color: #ffffff;
}

.box-9-link-inner::before,
.box-9-link-inner .icon {
  width: 100%;
  flex-shrink: 0;
}

.box-9-title {
  line-height: 1.45;
  color: #000000;
}

@media (min-width: 480px) {
  .box-9-item {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .box-9 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
  }

  .box-9>*+* {
    margin-top: 0;
    margin-left: 15px;
  }

  .box-9-aside {
    display: flex;
    align-items: center;
  }

  .box-9-aside>*+* {
    margin-left: 20px;
  }

  .box-9-arrow {
    flex-shrink: 0;
  }

  .box-9-group-outer {
    flex-grow: 1;
  }

  .box-9-group {
    justify-content: flex-start;
  }

  .box-9-item {
    width: 25%;
  }

  .box-9-link-inner {
    width: 77px;
  }

  .box-9-link .icon {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .box-9 {
    padding: 40px 0;
  }

  .box-9>*+* {
    margin-left: 20px;
  }

  .box-9-item {
    width: 12.5%;
  }

  .box-9-link .icon {
    padding: 10px 23px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .box-9-link-inner {
    width: 70px;
  }

  .box-9-title {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .box-9 {
    align-items: center;
  }

  .box-9>*+* {
    margin-left: 35px;
  }

  .box-9-group {
    justify-content: space-between;
  }

  .box-9-link .icon {
    font-size: 38px;
  }

  .box-9-title {
    display: none;
  }
}

/** @section Element groups */
html .group>*+* {
  margin-top: 0;
}

html .group-sm {
  margin-bottom: -10px;
  margin-left: -15px;
}

html .group-sm:empty {
  margin-bottom: 0;
  margin-left: 0;
}

html .group-sm>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 15px;
}

html .group-lg {
  margin-bottom: -20px;
  margin-left: -35px;
}

html .group-lg:empty {
  margin-bottom: 0;
  margin-left: 0;
}

html .group-lg>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 35px;
}

html .group-1 {
  margin-bottom: -15px;
  margin-left: -22px;
}

html .group-1:empty {
  margin-bottom: 0;
  margin-left: 0;
}

html .group-1>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 22px;
}

html .group-2 {
  margin-bottom: -15px;
  margin-left: -30px;
}

html .group-2:empty {
  margin-bottom: 0;
  margin-left: 0;
}

html .group-2>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 30px;
}

@media (min-width: 768px) {
  html .group-2 {
    margin-left: -45px;
  }

  html .group-2>* {
    margin-left: 45px;
  }
}

html .group-3 {
  margin-bottom: -15px;
  margin-left: -20px;
}

html .group-3:empty {
  margin-bottom: 0;
  margin-left: 0;
}

html .group-3>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 20px;
}

@media (min-width: 992px) {
  html .group-3 {
    margin-left: -35px;
  }

  html .group-3>* {
    margin-left: 35px;
  }
}

html .group-20 {
  display: flex;
}

@media (min-width: 480px) {
  html .group-20 {
    margin-bottom: -20px;
    margin-left: -10px;
  }

  html .group-20:empty {
    margin-bottom: 0;
    margin-left: 0;
  }

  html .group-20>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 10px;
  }
}

@media (min-width: 1200px) {
  html .group-20 {
    margin-bottom: -20px;
    margin-left: -20px;
  }

  html .group-20:empty {
    margin-bottom: 0;
    margin-left: 0;
  }

  html .group-20>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px;
  }
}

html .group-middle {
  display: inline-table;
}

html .group-middle>* {
  vertical-align: middle;
}

*+.group-sm {
  margin-top: 30px;
}

*+.group-lg {
  margin-top: 30px;
}

/** @section Responsive units */
.unit {
  display: flex;
  flex: 0 1 100%;
  margin-bottom: -30px;
  margin-left: -20px;
}

.unit>* {
  margin-bottom: 30px;
  margin-left: 20px;
}

.unit:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.unit-body {
  flex: 0 1 auto;
}

.unit-left,
.unit-right {
  flex: 0 0 auto;
  max-width: 100%;
}

.unit-spacing-xs {
  margin-bottom: -15px;
  margin-left: -7px;
}

.unit-spacing-xs>* {
  margin-bottom: 15px;
  margin-left: 7px;
}

.unit-spacing-md {
  margin-bottom: -15px;
  margin-left: -7px;
}

.unit-spacing-md>* {
  margin-bottom: 15px;
  margin-left: 7px;
}

@media (min-width: 1200px) {
  .unit-spacing-md {
    margin-bottom: -10px;
    margin-left: -19px;
  }

  .unit-spacing-md>* {
    margin-bottom: 10px;
    margin-left: 19px;
  }
}

/** @section Lists */
/*
* Vertical list
*/
.list>li+li {
  margin-top: 10px;
}

.list-xs>li+li {
  margin-top: 5px;
}

.list-sm>li+li {
  margin-top: 11px;
}

.list-md>li+li {
  margin-top: 20px;
}

.list-lg>li+li {
  margin-top: 25px;
}

.list-xl>li+li {
  margin-top: 30px;
}

.list-1 {
  line-height: 1.25;
}

.list-1>li+li {
  margin-top: 11px;
}

@media (min-width: 768px) {
  .list-xl>li+li {
    margin-top: 62px;
  }
}

@media (min-width: 1200px) {
  .list-1 {
    font-size: 18px;
  }
}

.list {
  color: #808080;
}

.list a {
  color: inherit;
}

.list a:hover {
  color: rgb(1, 103, 149);
}

/*
* List inline
*/
.list-inline>li {
  display: inline-block;
}

html .list-inline-md {
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -10px;
  margin-right: -10px;
}

html .list-inline-md>* {
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  html .list-inline-md {
    margin-left: -18px;
    margin-right: -18px;
  }

  html .list-inline-md>* {
    padding-left: 18px;
    padding-right: 18px;
  }
}

*+.list-inline-md {
  margin-top: 20px;
}

@media (min-width: 992px) {
  *+.list-inline-md {
    margin-top: 27px;
  }
}

@media (min-width: 1200px) {
  *+.list-inline-md {
    margin-top: 40px;
  }
}

/*
* List terms
*/
.list-terms dt {
  font-weight: 600;
}

.list-terms dt+dd {
  margin-top: 10px;
}

.list-terms dd+dt {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .list-terms dt+dd {
    margin-top: 18px;
  }

  .list-terms dd+dt {
    margin-top: 38px;
  }
}

/*
* Index list
*/
.index-list {
  counter-reset: li;
}

.index-list>li .list-index-counter:before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
}

/*
* Marked list
*/
.list-marked {
  text-align: left;
  color: #000000;
}

.list-marked>li {
  text-indent: -25px;
  padding-left: 25px;
}

.list-marked>li::before {
  position: relative;
  display: inline-block;
  left: 25px;
  top: -1px;
  min-width: 25px;
  content: '\f222';
  font: 400 18px/24px 'Material Design Icons';
  color: rgb(1, 103, 149);
}

.list-marked>li.li-alternate::before {
  content: '\f69a';
  color: #FFA133;
}

.list-marked a {
  color: inherit;
}

.list-marked>li+li {
  margin-top: 10px;
}

*+.list-marked {
  margin-top: 15px;
}

p+.list-marked {
  margin-top: 10px;
}

.list-ordered {
  counter-reset: li;
  text-align: left;
  color: #000000;
}

.list-ordered>li {
  position: relative;
  padding-left: 25px;
}

.list-ordered>li:before {
  content: counter(li, decimal) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 15px;
}

.list-ordered>li+li {
  margin-top: 9px;
}

*+.list-ordered {
  margin-top: 15px;
}

.list-palette {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -9px;
  margin-left: -9px;
}

.list-palette:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.list-palette>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 9px;
  margin-left: 9px;
}

.list-palette>li {
  width: 40px;
  height: 40px;
}

@media (min-width: 768px) {
  .list-palette>li {
    width: 54px;
    height: 54px;
  }
}

*+.list-palette {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .list-palette {
    max-width: 190px;
  }
}

.list-group-1 {
  counter-reset: li;
}

.lg-1-item {
  max-width: 250px;
  margin: 0 auto;
  color: #353535;
}

.lg-1-item-icon {
  font-size: 33px;
  line-height: 1;
  color: inherit;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

.lg-1-item-icon:before {
  z-index: 2;
  transition: all ease .25s;
}

@media (min-width: 1200px) {
  .lg-1-item-icon {
    text-align: left;
  }
}

.ie-11 .lg-1-item-icon:before {
  background: transparent;
  color: rgb(1, 103, 149);
}

.lg-1-item-counter {
  font-weight: 600;
  color: rgb(1, 103, 149);
}

.lg-1-item-main {
  text-align: center;
}

.lg-1-item-main p {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .lg-1-item-main p {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .lg-1-item-main {
    text-align: left;
  }
}

*+.lg-1-item-main {
  margin-top: 5px;
}

*+.lg-1-item-title {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .lg-1-item {
    margin-left: 0;
  }

  *+.lg-1-item-title {
    margin-top: 15px;
  }

  *+.lg-1-item-main {
    margin-top: 14px;
  }
}

@media (min-width: 1200px) {
  *+.lg-1-item-main {
    margin-top: 20px;
  }

  html:not(.tablet):not(.mobile) .lg-1-item:hover .lg-1-item-icon:before {
    transform: translateY(1px);
  }

  html:not(.tablet):not(.mobile) .lg-1-item-icon {
    position: relative;
    transition: .4s;
  }
}

@media (min-width: 1200px) {
  .lg-1-item-icon {
    font-size: 44px;
  }

  *+.lg-1-item-title {
    margin-top: 22px;
  }
}

@media (min-width: 1600px) {
  .lg-1-item-icon {
    font-size: 46px;
  }
}

.list-group-2 {
  counter-reset: li;
}

.lg-2-item {
  display: flex;
  align-items: center;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.lg-2-item>*+* {
  margin-left: 20px;
}

.lg-2-item-aside {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  flex-shrink: 0;
  border-radius: 6px;
  text-align: center;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.lg-2-item-icon {
  font-size: 30px;
  line-height: inherit;
  color: #ffffff;
}

.lg-2-item-counter {
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  font-size: 16px;
  color: #000000;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
}

.lg-2-item-counter::before {
  content: counter(li);
  counter-increment: li;
}

.lg-2-item-main {
  color: #808080;
}

.lg-2-item-main *+p {
  margin-top: 6px;
}

.lg-2-item-title {
  line-height: 1.3;
}

@media (min-width: 768px) {
  .lg-2-item {
    margin-left: 0;
  }

  .lg-2-item>*+* {
    margin-left: 35px;
  }

  .lg-2-item-aside {
    width: 66px;
    height: 66px;
    line-height: 66px;
  }
}

@media (min-width: 992px) {
  .lg-2-item-aside {
    width: 76px;
    height: 76px;
    line-height: 76px;
  }

  .lg-2-item-counter {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .lg-2-item-title {
    font-size: 19px;
  }
}

.list-categories a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.list-categories a>* {
  display: inline-block;
  vertical-align: middle;
  transition: inherit;
}

.list-categories a>*+* {
  margin-left: 15px;
}

.list-categories>li+li {
  margin-top: 10px;
}

.list-categories .lc-text {
  color: #000000;
  font-weight: 500;
}

.list-categories .lc-counter {
  color: #808080;
}

.list-categories a:hover .lc-text {
  color: rgb(1, 103, 149);
}

*+.list-categories {
  margin-top: 15px;
}

@media (min-width: 768px) {
  *+.list-categories {
    margin-top: 27px;
  }
}

.list-pricing a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2;
  margin-bottom: -5px;
  margin-left: -10px;
  transition: none;
  color: #808080;
}

.list-pricing a:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.list-pricing a>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 10px;
}

.list-pricing a>* {
  transition: .2s;
}

.list-pricing a:hover>* {
  color: rgb(1, 103, 149);
}

.list-pricing .list-pricing-title {
  font-weight: 500;
  color: #000000;
}

.list-pricing>li+li {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .list-pricing .list-pricing-title {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .list-pricing .list-pricing-title {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .list-pricing .list-pricing-title {
    font-size: 18px;
  }
}

.list-number {
  display: flex;
  align-items: center;
}

.list-number li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 11px;
  width: 60px;
  height: 60px;
  padding: 5px;
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid rgba(196, 196, 196, 0.5);
  color: #000000;
  font-size: 20px;
  text-align: center;
}

.list-number li:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .list-number li {
    width: 75px;
    height: 75px;
    font-size: 40px;
  }
}

/** @section Images */
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-responsive {
  width: 100%;
}

.img-block {
  position: relative;
}

.img-block .img-block-item {
  position: absolute;
  animation: imgFade 5s infinite;
}

.img-block .img-block-item:nth-child(1) {
  top: -30%;
  left: 68%;
  width: 28%;
}

.img-block .img-block-item:nth-child(2) {
  top: 100%;
  left: 41%;
  width: 15%;
  animation-delay: 1.1s;
}

.img-block .img-block-item:nth-child(3) {
  top: 126%;
  left: 73%;
  width: 12%;
  animation-delay: 2.2s;
}

@keyframes imgFade {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.25);
  }

  40% {
    transform: scale(1);
  }

  60% {
    transform: scale(1.25);
    opacity: 1;
  }

  80% {
    transform: scale(1.25);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.image-card-container {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.image-card-inner {
  position: absolute;
}

.image-card-inner-1 {
  left: 48%;
  top: 1%;
  width: 36%;
}

.image-card-inner-2 {
  left: 11%;
  top: 25%;
  width: 23%;
}

.image-card-inner-3 {
  left: 42%;
  top: 49%;
  width: 18%;
}

.image-card-inner-4 {
  left: 3%;
  top: 62%;
  width: 36%;
}

.image-card-inner-5 {
  left: 58%;
  top: 82%;
  width: 19%;
}

.image-card-item {
  position: relative;
  display: inline-block;
}

.image-card-item::before,
.image-card-item::after {
  position: absolute;
  left: -10%;
  top: -10%;
  width: 120%;
  height: 120%;
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.image-card-item::before {
  background-image: url("../images/card-05-06-305x302.png");
  animation: cardRotate 20s infinite linear;
}

.image-card-item::after {
  background-image: url("../images/card-05-07-311x304.png");
  animation: cardRotate 20s infinite linear reverse;
}

.image-card-item img {
  border-radius: 50%;
}

@keyframes cardRotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/** @section Icons */
.icon {
  display: inline-block;
}

.icon::before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
}

.theme-color-icon::before {
  background-image: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


.icon-circle {
  border-radius: 50%;
}

/** @section Tables custom */
.table-custom {
  width: 100%;
  max-width: 100%;
  text-align: left;
  background: #ffffff;
  border-collapse: collapse;
}

.table-custom th,
.table-custom td {
  color: #555;
  background: #ffffff;
}

.table-custom th {
  padding: 35px 24px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: #DFDEDE;
}

@media (max-width: 991.98px) {
  .table-custom th {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.table-custom td {
  padding: 17px 24px;
}

.table-custom tbody tr:first-child td {
  border-top: 0;
}

.table-custom tr td {
  border-bottom: 1px solid #c4c4c4;
}

.table-custom tfoot td {
  font-weight: 700;
}

*+.table-custom-responsive {
  margin-top: 30px;
}

@media (min-width: 768px) {
  *+.table-custom-responsive {
    margin-top: 40px;
  }
}

.table-custom.table-custom-primary thead th {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  border: 0;
}

.table-custom.table-custom-primary tbody tr:hover td {
  background: #DFDEDE;
}

.table-custom.table-custom-bordered tr td:first-child {
  border-left: 0;
}

.table-custom.table-custom-bordered tr td:last-child {
  border-right: 0;
}

.table-custom.table-custom-bordered td {
  border: 1px solid #c4c4c4;
}

.table-custom.table-custom-bordered tbody>tr:first-of-type>td {
  border-top: 0;
}

.table-custom.table-custom-striped {
  border-bottom: 1px solid #c4c4c4;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
  background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
  background: #DFDEDE;
}

.table-custom.table-custom-striped tbody td {
  border: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
  border-left: 0;
}

@media (max-width: 991.98px) {
  .table-custom-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-custom-responsive.table-bordered {
    border: 0;
  }
}

/** @section Dividers */
hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #DFDEDE;
}

.divider {
  font-size: 0;
  line-height: 0;
}

.divider::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.divider-small::after {
  height: 1px;
  width: 165px;
  background: rgba(0, 0, 0, 0.3);
}

*+.divider-small {
  margin-top: 20px;
}

.divider-small+h4 {
  margin-top: 20px;
}

@media (min-width: 768px) {
  *+.divider-small {
    margin-top: 35px;
  }

  .divider-small+h4 {
    margin-top: 35px;
  }
}

@media (min-width: 1200px) {
  *+.divider-small {
    margin-top: 50px;
  }

  .divider-small+h4 {
    margin-top: 50px;
  }
}

.divider-1 {
  font-size: 0;
  line-height: 0;
}

.divider-1::after {
  content: '';
  display: inline-block;
  width: 20px;
  margin-left: 7px;
  margin-right: 7px;
  height: 1px;
  background-color: #6B6B6B;
}

.divider-2::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.75);
}

.divider-3::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  *+.divider-3 {
    margin-top: 60px;
  }
}

/** @section Buttons */
.btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 14px 23px;
  font-size: 16px;
  line-height: 1.3;
  border: 1px solid;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  border-radius: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: 0.4s all ease-in-out;
  text-transform: uppercase;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-default,
.btn-default:focus {
  color: #c4c4c4;
  background-color: #555;
  border-color: #555;
}

.btn-default:hover,
.btn-default:active {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  border-color: rgb(1, 103, 149);
}

.btn-default.btn-ujarak::before {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.btn-primary,
.btn-primary:focus {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  border-color: rgb(1, 103, 149);
  box-shadow: 0 0 10px rgba(0, 128, 128, 1);
}

.btn-primary:hover,
.btn-primary:active {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  border-color: rgb(1, 103, 149);
  box-shadow: 0 0 4px rgba(0, 128, 128, 1);
}

.btn-primary.btn-ujarak::before {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.btn-primary-outline,
.btn-primary-outline:focus {
  color: rgb(1, 103, 149);
  background-color: transparent;
  border-color: rgb(1, 103, 149);
}

.btn-primary-outline:hover,
.btn-primary-outline:active {
  color: rgb(1, 103, 149);
  background-color: transparent;
  border-color: rgb(1, 103, 149);
}

.btn-primary-outline.btn-ujarak::before {
  background: transparent;
}


.btn-success,
.btn-success:focus {
  color: #ffffff;
  background-color: #28D466;
  border-color: #28D466;
  letter-spacing: 1px;
}

.btn-success:hover,
.btn-success:active {
  color: #ffffff;
  background-color: #28D466;
  border-color: #28D466;
  opacity: 0.9;
}


.btn-light {
  border-radius: 5px;
}

.btn-light,
.btn-light:focus {
  color: rgb(1, 103, 149);
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-light:hover,
.btn-light:active {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  border-color: rgb(1, 103, 149);
}

.btn-light.btn-ujarak::before {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.btn-style-1,
.btn-style-1:focus {
  color: #000000;
  background-color: #FAFAFA;
  border-color: rgba(196, 196, 196, 0.5);
}

.btn-style-1:hover,
.btn-style-1:active {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  border-color: rgb(1, 103, 149);
}

.btn-style-1.btn-ujarak::before {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.btn-default-outline,
.btn-default-outline:focus {
  color: rgb(1, 103, 149);
  background-color: transparent;
  border-color: #DFDEDE;
}

.btn-default-outline:hover,
.btn-default-outline:active {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  border-color: rgb(1, 103, 149);
}

.btn-default-outline.btn-ujarak::before {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.btn-gray-outline,
.btn-gray-outline:focus {
  color: rgb(1, 103, 149);
  background-color: #FAFAFA;
  border-color: #DFDEDE;
}

.btn-gray-outline:hover,
.btn-gray-outline:active {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  border-color: rgb(1, 103, 149);
}

.btn-gray-outline.btn-ujarak::before {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.btn-gray-300-outline,
.btn-gray-300-outline:focus {
  color: #c4c4c4;
  background-color: transparent;
  border-color: #c4c4c4;
}

.btn-gray-300-outline:hover,
.btn-gray-300-outline:active {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  border-color: rgb(1, 103, 149);
}

.btn-gray-300-outline.btn-ujarak::before {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.btn-sm {
  min-width: 190px;
  min-height: 48px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 23px;
  font-size: 14px;
  line-height: 1.3;
}

.btn-lg {
  padding: 15px 28px;
  font-size: 16px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .btn-lg {
    min-width: 160px;
  }
}

.btn-lg-narrow {
  padding: 15px 15px;
  font-size: 16px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .btn-lg-narrow {
    min-width: 124px;
  }
}

.btn-md {
  min-width: 216px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  padding: 0 10px;
}

.ie-11 .btn-md,
.ie-10 .btn-md,
.edge .btn-md {
  height: 55px;
}

.btn-xl {
  min-width: 280px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 0 10px;
}

.btn.btn-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  line-height: 1.3;
}

.btn.btn-icon .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 1.55em;
  line-height: 1em;
}

.btn.btn-icon-left .icon {
  padding-right: 8px;
}

.btn.btn-icon-right {
  flex-direction: row-reverse;
}

.btn.btn-icon-right .icon {
  padding-left: 8px;
}

.btn.btn-icon.btn-link .icon {
  top: 5px;
  font-size: 1em;
}

.search-form .form-button button {
  max-width: 238px;
  width: 100%;
  min-height: 55px;
  display: flex;
  align-items: center;
}

/** @section Forms */
.rd-form {
  position: relative;
  text-align: left;
}

*+.rd-form {
  margin-top: 20px;
}

/* input:-webkit-autofill~.form-validation, */
input:-webkit-autofill~label,
input:-webkit-autofill~.form-icon {
  color: #000000 !important;
}

.form-wrap {
  position: relative;
}

.form-wrap.has-error .form-input {
  border-color: #f5543f;
}

.form-wrap.has-focus .form-input {
  border-color: rgb(1, 103, 149);
}

.form-wrap-icon .form-input,
.form-wrap-icon .form-label {
  padding-left: 40px;
}

.form-wrap .select-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 18px;
  font-style: normal;
  color: rgb(1, 103, 149);
}

.form-icon {
  position: absolute;
  top: 15px;
  left: 0;
  color: #c4c4c4;
  font-size: 20px;
  line-height: 1;
}

.form-lg .form-icon {
  top: 16px;
  font-size: 24px;
}

.context-dark .form-icon {
  color: #ffffff;
}

.form-element {
  display: flex;
  align-items: center;
  margin-bottom: -15px;
  margin-left: -15px;
}

.form-element:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.form-element>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 15px;
}

.form-element .btn {
  margin-top: 0;
}

*+.form-element {
  margin-top: 30px;
}

*+.form-wrap {
  margin-top: 20px;
}

*+.form-wrap-checkbox {
  margin-top: 25px;
}

*+.form-wrap-group {
  margin-top: 35px;
}

*+.form-wrap-button {
  margin-top: 35px;
}

.form-wrap-checkbox+.form-wrap-group {
  margin-top: 25px;
}

@media (min-width: 768px) {
  *+.form-element {
    margin-top: 45px;
  }

  *+.form-wrap-checkbox {
    margin-top: 40px;
  }

  *+.form-wrap-group {
    margin-top: 50px;
  }

  *+.form-wrap-button {
    margin-top: 55px;
  }

  .form-wrap-checkbox+.form-wrap-group {
    margin-top: 40px;
  }
}

.form-input {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 11px 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #000000;
  border: 0;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border-bottom: 1px solid #c4c4c4;
}

.form-input:focus {
  outline: 0;
}

.context-dark .form-label,
.context-dark .form-input {
  color: #ffffff;
}

.context-dark .form-input {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

textarea.form-input {
  height: 150px;
  min-height: 50px;
  max-height: 255px;
  resize: vertical;
}

.form-label,
.form-label-outside {
  margin-bottom: 0;
  color: #656565;
  font-weight: 400;
}

.form-label {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #000000;
  pointer-events: none;
  text-align: left;
  z-index: 9;
  transform: translateY(-50%);
}

.form-label.focus {
  opacity: 0;
}

.form-label.auto-fill {
  color: #000000;
}

.form-label-outside {
  width: 100%;
  margin-bottom: 4px;
  position: static;
}

.form-label-outside,
.form-label-outside.focus,
.form-label-outside.auto-fill {
  transform: none;
}

[data-x-mode='true'] .form-label {
  pointer-events: auto;
}

.form-validation {
  position: absolute;
  right: 0;
  bottom: -13px;
  z-index: 11;
  margin-top: 2px;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  color: #f5543f;
  transition: .3s;
}

.form-validation-left .form-validation {
  top: 100%;
  bottom: 0;
  right: auto;
  left: 0;
  margin-left: 0;
}

#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  z-index: 2000;
  visibility: hidden;
  transform: translate3d(-500px, 0, 0);
  transition: .3s all ease;
}

#form-output-global.active {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
  #form-output-global {
    left: 30px;
  }
}

.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.form-output.active {
  opacity: 1;
  visibility: visible;
}

.form-output.error {
  color: #f5543f;
}

.form-output.success {
  color: #98bf44;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
  opacity: 0;
}

.radio .radio-custom,
.radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  outline: none;
  cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  background: #ffffff;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
  position: absolute;
  opacity: 0;
  transition: .22s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
  outline: none;
}

.radio,
.radio-inline,
.checkbox,
.checkbox-inline {
  position: relative;
  cursor: pointer;
  color: #000000;
}

.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.radio-custom:checked+.radio-custom-dummy:after {
  opacity: 1;
}

.radio,
.radio-inline {
  padding-left: 28px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #999;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
  content: '';
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #555;
  border-radius: inherit;
}

.checkbox,
.checkbox-inline {
  padding-left: 30px;
  color: #000000;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #c4c4c4;
  box-shadow: inset 2px 3px 2px 0 rgba(0, 0, 0, 0.25);
}

.checkbox .checkbox-custom-dummy::before,
.checkbox-inline .checkbox-custom-dummy::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  content: '\f222';
  font-family: 'Material Design Icons';
  font-size: 14px;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
}

.checkbox input:checked+.checkbox-custom-dummy::before,
.checkbox-inline input:checked+.checkbox-custom-dummy::before {
  opacity: 1;
  visibility: visible;
}

.checkbox-modern {
  font-size: 13px;
  font-weight: 400;
}

.checkbox-modern .checkbox-custom-dummy {
  content: '';
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  margin: 0;
  background: #c4c4c4;
  transition: .1s;
}

.checkbox-modern input:checked+.checkbox-custom-dummy {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.toggle-custom {
  padding-left: 60px;
  -webkit-appearance: none;
}

.toggle-custom:checked~.checkbox-custom-dummy::after {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  transform: translate(20px, -50%);
}

.toggle-custom~.checkbox-custom-dummy {
  position: relative;
  display: inline-block;
  margin-top: -1px;
  width: 44px;
  height: 20px;
  background: transparent;
  cursor: pointer;
}

.toggle-custom~.checkbox-custom-dummy::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  background: #999;
  transform: translate(4px, -50%);
  opacity: 1;
  transition: .22s;
}

.form-inline {
  display: block;
  margin-bottom: -10px;
}

.form-inline>* {
  margin-bottom: 10px;
}

.form-inline .form-label {
  display: block;
}

.form-inline .form-validation {
  right: auto;
  bottom: 3px;
  left: 0;
}

.form-inline .form-button {
  min-height: 50px;
}

.form-inline .btn {
  display: block;
  width: 100%;
}

@media (min-width: 480px) {
  .form-inline {
    display: flex;
    align-items: stretch;
    margin-left: -40px;
  }

  .form-inline>* {
    margin-left: 40px;
  }

  .form-inline .form-wrap {
    flex-grow: 1;
  }

  .form-inline .form-button {
    flex-shrink: 0;
  }

  .form-inline .btn {
    width: auto;
  }
}

.form-sm .form-input,
.form-sm .btn {
  padding-top: 9px;
  padding-bottom: 9px;
  min-height: 40px;
}

.form-sm .form-validation {
  top: -16px;
}

.form-sm .form-label {
  top: 20px;
}

.form-sm *+.btn {
  margin-top: 10px;
}

.form-lg .form-input,
.form-lg .form-label {
  font-size: 16px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
  min-height: 60px;
}

.form-lg .form-button>* {
  min-height: 60px;
}

.form-lg .form-label {
  top: 30px;
}

@media (min-width: 576px) {

  .form-lg .form-input,
  .form-lg .form-label {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {

  .form-lg .form-input,
  .form-lg .form-label {
    font-size: 18px;
  }
}

.form-1 {
  position: relative;
  padding-bottom: 25px;
}

.form-1::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
  width: 100vw;
  border-bottom: 1px solid #808080;
}

.form-1 .form-wrap-outer {
  position: relative;
}

.form-1 .form-wrap-outer::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  border: 1px solid #808080;
  border-width: 1px 0 0 0;
}

.form-1 .form-label,
.form-1 .form-input {
  font-weight: 600;
}

.form-1 .form-input {
  border: 0;
}

.form-1 *+.form-button {
  margin-top: 25px;
}

.context-dark .form-1::after {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 576px) {
  .form-1 {
    display: flex;
    flex-wrap: wrap;
  }

  .form-1 .form-wrap-outer {
    width: 50%;
  }

  .form-1 .form-button {
    flex-shrink: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .form-wrap-outer:first-child {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .form-1 .form-wrap-outer {
    width: calc((100% / 3) - 20px);
  }

  .form-1 .form-button {
    margin: 0;
  }

  .form-1 .btn {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 0;
    width: 60px;
    font-size: 0;
  }

  .form-1 .btn .icon {
    padding: 0;
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .form-1 {
    flex-wrap: nowrap;
    padding: 20px 0;
  }

  .form-1 .form-wrap-outer {
    flex-grow: 1;
    padding: 0 20px;
    width: auto;
  }

  .form-1 .form-wrap-outer::before {
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    top: -20px;
    bottom: -19px;
    border-width: 0 0 0 1px;
  }

  .form-1 .form-wrap-outer:first-child {
    width: auto;
    padding-left: 0;
  }

  .form-1 .form-wrap-outer:first-child::before {
    display: none;
  }

  .form-1 .form-wrap-outer:last-child {
    padding-right: 0;
  }

  .form-1 .form-button {
    margin-top: 0;
  }

  .form-1 .context-dark .form-wrap-outer::before {
    border-color: rgba(255, 255, 255, 0.3);
  }
}

@media (min-width: 1600px) {
  .form-1 {
    padding: 30px 0;
  }

  .form-1 .form-wrap-outer {
    padding: 0 45px;
  }

  .form-1 .form-wrap-outer::before {
    top: -30px;
    bottom: -29px;
  }
}

.form-2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 810px;
  transform: translate3d(0, -10px, 0);
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
}

.form-2>* {
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.form-2 .form-wrap-outer,
.form-2 .form-button {
  display: flex;
  width: 100%;
}

.form-2 .form-wrap {
  display: flex;
  width: 100%;
}

.form-2 .form-icon {
  color: rgba(0, 0, 0, 0.25);
}

.form-2 .form-input,
.form-2 .form-label {
  padding-left: 50px;
  color: #000000;
}

.form-2 .form-icon,
.form-2 .form-label {
  top: 50%;
}

.form-2 .form-icon {
  left: 14px;
  transform: translateY(-50%);
}

.form-2 .form-input {
  border-radius: 5px;
  background: #ffffff;
  border-color: #ffffff;
}

.form-2 .form-validation {
  right: 5px;
  top: 5px;
  bottom: auto;
}

.form-2 .form-button,
.form-2 .form-button .btn {
  width: 100%;
}

.form-2 .btn {
  padding: 15px 20px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .form-2 .form-wrap-outer:first-child {
    width: 100%;
    max-width: 100%;
  }

  .form-2 .form-wrap-outer:nth-child(2) {
    width: 45%;
  }

  .form-2 .form-wrap-outer:nth-child(3) {
    width: 35%;
  }

  .form-2 .form-wrap-outer:nth-child(4) {
    width: 20%;
  }
}

@media (min-width: 768px) {
  .form-2 {
    flex-wrap: nowrap;
  }

  .form-2 .form-wrap-outer {
    display: flex;
    width: auto;
    max-width: 255px;
  }

  .form-2 .form-wrap-outer-sm {
    max-width: 160px;
  }

  .form-2 .form-button .btn {
    width: auto;
    height: 60px;
  }
}

@media (min-width: 992px) {

  .form-2 .form-wrap,
  .form-2 .form-button .btn {
    height: 75px;
  }

  .form-2 .form-outer-wrap {
    max-width: 255px;
  }

  .form-2 .form-wrap-outer-sm {
    max-width: 160px;
  }

  .form-2 .form-input,
  .form-2 .form-label {
    padding-left: 60px;
  }

  .form-2 .form-icon {
    left: 25px;
  }
}

.form-inline-1 .form-label,
.form-inline-1 .form-input {
  font-size: 15px;
}

.form-inline-1 .form-label {
  margin-top: -2px;
}

.form-inline-1 .form-input {
  padding-right: 73px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  color: #000000;
}

.form-inline-1 .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  padding: 0 20px 0 0;
  border: 0;
  margin: 0;
  background-color: transparent;
  font-size: 30px;
  color: rgb(1, 103, 149);
}

.form-inline-1 .btn:hover {
  color: rgb(1, 103, 149);
}

.search-form .form-label {
  font-size: 17px;
  color: #656565;
  padding-left: 0;
}

.search-form .form-label.focus {
  opacity: 1;
}

.search-form .form-button button {
  min-height: 55px;
  max-width: 100%;
}

.search-form .selection {
  height: 100%;
}

.search-form .select2-container .select2-selection--single {
  height: 100%;
}

.search-form .select2-selection__placeholder {
  font-size: 19px;
  color: #212121;
  letter-spacing: -.01em;
}

.search-form .small-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.search-form .small-group *+.form-wrap {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .search-form .small-group {
    margin-bottom: -20px;
    margin-left: -20px;
  }

  .search-form .small-group:empty {
    margin-bottom: 0;
    margin-left: 0;
  }

  .search-form .small-group>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .search-form .small-group>* {
    width: calc(50% - 15px);
  }
}

@media (max-width: 1199px) and (max-width: 480px) {
  .search-form .small-group>* {
    width: 100%;
  }
}

.search-form .small-group .divider-1 {
  display: none !important;
}

@media (min-width: 480px) {
  .search-form .small-group {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1200px) {
  .search-form .small-group .divider-1 {
    display: block !important;
  }
}

.search-form .group-20 {
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .search-form .group-20 {
    flex-wrap: nowrap;
  }
}

.search-form .group-20 .small-group,
.search-form .group-20 .form-wrap {
  width: 100%;
}

@media (min-width: 768px) {

  .search-form .group-20 .small-group,
  .search-form .group-20 .form-wrap {
    width: calc(50% - 15px);
  }
}

@media (min-width: 1200px) {

  /* .search-form .group-20 .small-group,
  .search-form .group-20 .form-wrap {
    width: auto;
  } */
}

@media (min-width: 1200px) {
  .search-form .group-20 .form-button {
    flex-grow: 1;
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) {
  .search-form .select2-container {
    max-width: 170px;
  }

  .search-form .select2-selection {
    width: 170px;
  }

  .search-form .small-group .select2-container {
    max-width: 95px;
  }

  .search-form .small-group .select2-selection {
    width: 95px;
  }

  .search-form .big-group .select2-container {
    max-width: 280px;
  }

  .search-form .big-group .select2-selection {
    width: 280px;
  }
}

.search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
  border-radius: 5px;
  padding-right: 33px;
  font-size: 19px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: auto;
  height: auto;
  font-family: "Material Design Icons";
  right: 10px;
  line-height: 1;
}

.search-form .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: '\e06f';
  font-family: "material-design";
  color: #000000;
  font-size: 20px;
}

.search-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

#select2-gender-results,
#select2-looking-results,
#select2-start-age-results,
#select2-end-age-results,
#select2-country-results {
  background-color: #FAFAFA;
  border: 1px solid #DFDEDE;
}

#select2-gender-results .select2-results__option,
#select2-looking-results .select2-results__option,
#select2-start-age-results .select2-results__option,
#select2-end-age-results .select2-results__option,
#select2-country-results .select2-results__option {
  transition: all ease .25s;
}

#select2-gender-results .select2-results__option:hover,
#select2-looking-results .select2-results__option:hover,
#select2-start-age-results .select2-results__option:hover,
#select2-end-age-results .select2-results__option:hover,
#select2-country-results .select2-results__option:hover {
  background-color: rgba(253, 192, 194, 0.5);
  transition: all ease .25s;
  color: #ffffff;
}

.sidebar-form .form-button {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .sidebar-form .form-button {
    margin-top: 40px;
  }
}

.sidebar-form .form-input {
  font-size: 17px;
  color: #000000;
}

.sidebar-form .form-label:not(.country),
.sidebar-form span.icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Material Design Icons";
  padding: 0;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.25);
  letter-spacing: -.01em;
  font-weight: 400;
}

.sidebar-form .country {
  padding-left: 33px;
  padding-right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  color: #000000;
}

.sidebar-form .selection {
  height: 100%;
}

.sidebar-form .select2-container .select2-selection--single {
  height: 100%;
}

.sidebar-form .select2-selection__placeholder {
  font-size: 17px;
  color: #212121;
}

.sidebar-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.sidebar-form .form-input {
  font-size: 17px;
  padding: 17px 20px 17px 33px;
}

.sidebar-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: auto;
  height: auto;
  font-family: "Material Design Icons";
  right: 0;
  line-height: 1;
}

.sidebar-form .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: '\e06f';
  font-family: "material-design";
  color: #000000;
  font-size: 20px;
}

.sidebar-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.sidebar-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  border-bottom: 1px solid #c4c4c4;
}

.sidebar-form .has-error .select2-container {
  outline: none;
}

.sidebar-form .has-error .select2-container .select2-selection__rendered {
  border-bottom-color: red;
}

#select2-gender-2-results,
#select2-partner-gender-results,
#select2-country-2-results,
#select2-age-results {
  background-color: #FAFAFA;
  border: 1px solid #DFDEDE;
}

#select2-gender-2-results .select2-results__option,
#select2-partner-gender-results .select2-results__option,
#select2-country-2-results .select2-results__option,
#select2-age-results .select2-results__option {
  transition: all ease .25s;
}

#select2-gender-2-results .select2-results__option:hover,
#select2-partner-gender-results .select2-results__option:hover,
#select2-country-2-results .select2-results__option:hover,
#select2-age-results .select2-results__option:hover {
  background-color: rgba(37, 71, 134, 0.5);
  transition: all ease .25s;
  color: #ffffff;
}

.section-single-inner .form-validation {
  right: 0;
  left: auto;
  bottom: -15px;
}

/** @section Posts */
.post-classic {
  display: block;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.post-classic-figure {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 3px;
}

.post-classic-image {
  width: 100%;
}

.post-classic-time {
  display: block;
  font-weight: 600;
  color: rgb(1, 103, 149);
}

.post-classic-divider {
  font-size: 0;
  line-height: 0;
}

.post-classic-divider::after {
  content: '';
  display: inline-block;
  width: 45px;
  height: 1px;
  background: #c4c4c4;
}

*+.post-classic-time {
  margin-top: 10px;
}

*+.post-classic-divider {
  margin-top: 10px;
}

*+.post-classic-title {
  margin-top: 10px;
}

.post-classic-title {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .post-classic-title {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  *+.post-classic-time {
    margin-top: 25px;
  }

  *+.post-classic-divider {
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .post-classic-image {
    transition: .33s linear;
  }

  html:not(.tablet):not(.mobile) .post-classic-figure:hover .post-classic-image {
    transform: scale(1.05, 1.05);
  }
}

.post-blog {
  color: #656565;
  background: #ffffff;
  border-radius: 0.2rem;
  transition: .3s;
}

.post-blog .media-wrapper {
  position: relative;
  opacity: 1;
  transition: .3s;
}

.post-blog .media-wrapper>a {
  display: block;
}

.post-blog .media-wrapper>a>img {
  width: 100%;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.post-blog .media-wrapper:hover {
  opacity: 0.8;
}

.post-blog .tag {
  display: inline-block;
  padding: 0 14px;
  border-radius: 3px;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.post-blog .tag:hover,
.post-blog .tag:focus,
.post-blog .tag:active {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.post-blog .list-tags {
  position: absolute;
  top: 15px;
  left: 15px;
}

.post-blog .post-body {
  padding: 0 15px 12px;
}

.post-blog .post-blog-title {
  color: #ff676d;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.03em;
}

.post-blog .post-exeption {
  font-size: 16px;
}

.post-blog .post-date {
  color: #555;
}

.post-blog:hover {
  box-shadow: 0 2px 8px 4px rgba(85, 85, 85, 0.05);
}

.post-blog .post-blog-title {
  margin-top: 16px;
}

.post-blog *+.post-exeption {
  margin-top: 8px;
}

.post-blog *+.post-date {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .post-blog .list-tags {
    top: 26px;
    left: 26px;
  }

  .post-blog .post-body {
    padding: 0 23px 20px;
  }

  .post-blog *+.post-exeption {
    margin-top: 13px;
  }

  .post-blog *+.post-date {
    margin-top: 39px;
  }
}

@media (min-width: 1600px) {
  .post-blog .list-tags {
    top: 32px;
    left: 32px;
  }

  .post-blog .post-body {
    padding: 0 29px 24px;
  }

  .post-blog *+.post-exeption {
    margin-top: 16px;
  }

  .post-blog *+.post-date {
    margin-top: 48px;
  }
}

.post-blog+.post-blog {
  margin-top: 30px;
}

.post-corporate-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #000000;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: -10px;
  margin-left: -20px;
}

.post-corporate-meta:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.post-corporate-meta>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 20px;
}

.post-corporate-meta>li {
  display: inline-flex;
  align-content: center;
}

.post-corporate-meta>li>* {
  display: inline-block;
  vertical-align: middle;
}

.post-corporate-meta>li>*+* {
  margin-left: 7px;
}

.post-corporate-meta .icon {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}

.post-corporate-divider {
  border-bottom: 1px solid #c4c4c4;
}

.post-corporate-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1.3%;
}

.post-corporate-gallery>* {
  margin-bottom: 1.3%;
}

.post-corporate-thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #000000;
}

.post-corporate-thumbnail::after {
  content: '';
  display: block;
  padding-bottom: 100%;
  opacity: 0;
  visibility: hidden;
}

.post-corporate-thumbnail::before {
  position: relative;
  z-index: 1;
  content: '\ec22';
  font-family: 'Linearicons';
  font-size: 30px;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: .44s;
}

.post-corporate-thumbnail:hover::before {
  opacity: 1;
  visibility: visible;
}

.post-corporate-thumbnail:hover .post-corporate-thumbnail-image {
  opacity: .8;
}

.post-corporate-thumbnail-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
  transition: .33s;
}

@supports (object-fit: cover) {
  .post-corporate-thumbnail-image {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: cover;
    object-position: center center;
  }
}

.post-corporate-thumbnail-1::after {
  padding-bottom: 51.5625%;
}

.post-corporate-thumbnail-2::after {
  padding-bottom: 119.06475%;
}

.post-corporate-thumbnail-3::after {
  padding-bottom: 62.5%;
}

.post-corporate-tags {
  margin-bottom: -15px;
  margin-left: -15px;
}

.post-corporate-tags:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.post-corporate-tags>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 15px;
}

.post-corporate-tags>li {
  display: inline-block;
  vertical-align: middle;
}

.post-corporate-tags a {
  display: block;
  padding: 8px 18px;
  border-radius: 5px;
  border: 1px solid #000000;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .01em;
}

.post-corporate-tags a,
.post-corporate-tags a:active,
.post-corporate-tags a:focus {
  color: #000000;
  background-color: transparent;
}

.post-corporate-tags a:hover {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  border-color: rgb(1, 103, 149);
}

@media (min-width: 576px) {
  .post-corporate-thumbnail-2 {
    max-width: 36.2%;
  }

  .post-corporate-thumbnail-3 {
    max-width: 62.5%;
  }

  .post-corporate-thumbnail-2+.post-corporate-thumbnail-3 {
    margin-left: 1.3%;
  }
}

.post-corporate-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -15px;
  margin-left: -30px;
}

.post-corporate-footer:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.post-corporate-footer>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 30px;
}

*+.post-corporate-meta {
  margin-top: 20px;
}

*+.post-corporate-divider {
  margin-top: 15px;
}

*+.post-corporate-title {
  margin-top: 35px;
}

*+.post-corporate-gallery {
  margin-top: 20px;
}

*+.post-corporate-tags {
  margin-top: 20px;
}

*+.post-corporate-footer {
  margin-top: 25px;
}

.post-corporate-tags+.post-corporate-divider {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .post-corporate-meta {
    font-size: 18px;
    margin-left: -60px;
  }

  .post-corporate-meta>* {
    margin-left: 60px;
  }

  .post-corporate-meta .icon {
    font-size: 20px;
  }

  *+.post-corporate-meta {
    margin-top: 32px;
  }

  *+.post-corporate-divider {
    margin-top: 32px;
  }

  *+.post-corporate-title {
    margin-top: 44px;
  }

  *+.post-corporate-gallery {
    margin-top: 40px;
  }

  .post-corporate-gallery+* {
    margin-top: 30px;
  }

  *+.post-corporate-tags {
    margin-top: 35px;
  }

  *+.post-corporate-footer {
    margin-top: 35px;
  }
}

@media (min-width: 1200px) {
  *+.post-corporate-title {
    margin-top: 62px;
  }

  .post-corporate-title+* {
    margin-top: 35px;
  }

  .post-corporate-gallery+* {
    margin-top: 45px;
  }

  *+.post-corporate-tags {
    margin-top: 45px;
  }

  .post-corporate-tags+.post-corporate-divider {
    margin-top: 45px;
  }
}

.post-minimal {
  position: relative;
  display: flex;
  align-items: center;
}

.post-minimal>* {
  position: relative;
  z-index: 1;
}

.post-minimal>*+* {
  margin-left: 15px;
}

.post-minimal-media {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 6px;
  flex-shrink: 0;
  max-width: 80px;
}

.post-minimal-media::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: .22s;
}

.post-minimal-image {
  border-radius: 6px;
}

.post-minimal-title {
  font-weight: 600;
  transition: .33s;
}

.post-minimal-time {
  display: block;
  line-height: 1.1;
  font-weight: 600;
  color: rgb(1, 103, 149);
}

*+.post-minimal-time {
  margin-top: 9px;
}

*+.post-minimal {
  margin-top: 30px;
}

*+.group-post-minimal {
  margin-top: 35px;
}

@media (min-width: 480px) and (max-width: 575px) {
  .post-minimal-image {
    max-width: 60px;
  }

  .post-minimal-title {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .post-minimal-media:hover::after {
    opacity: 1;
    visibility: visible;
  }
}

.post-info {
  max-width: 715px;
  color: #000000;
}

.post-info-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -8px;
  margin-left: -18px;
}

.post-info-details:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.post-info-details>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 18px;
}

.post-info-meta {
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid rgba(196, 196, 196, 0.75);
  background: #ffffff;
}

.post-info-meta-list {
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -15px;
  margin-right: -15px;
  color: #000000;
}

.post-info-meta-list>* {
  margin-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.post-info-meta-list>li {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.post-info-meta-list>li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 0;
  content: '';
  height: 18px;
  width: 1px;
  background: #c4c4c4;
}

.post-info-meta-list>li>*+* {
  margin-left: 7px;
}

.post-info-meta-list .icon {
  font-size: 20px;
  color: #656565;
}

div.post-info-details>*+* {
  margin-top: 0;
}

.post-info-price {
  display: inline-block;
  border-radius: 5px;
  padding: 3px 14px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -.02em;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.post-info-table {
  width: 100%;
}

.post-info-table tr {
  border-top: 1px solid #c4c4c4;
}

.post-info-table tr:last-child {
  border-bottom: 1px solid #c4c4c4;
}

.post-info-table td {
  padding: 21px 15px;
  color: #212121;
}

.post-info-table td:first-child {
  min-width: 110px;
  padding-left: 0;
  white-space: nowrap;
}

.post-info-table td:last-child {
  min-width: 300px;
}

@media (max-width: 575.98px) {
  .post-info-table tr {
    padding: 17px 0;
    display: block;
  }

  .post-info-table td {
    padding: 0;
    display: block;
  }

  .post-info-table td+td {
    margin-top: 8px;
  }
}

*+.post-info-details {
  margin-top: 30px;
}

*+.post-info-meta {
  margin-top: 25px;
}

*+.post-info-table {
  margin-top: 25px;
}

.post-info-table {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .post-info-table {
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .post-info-meta {
    padding: 15px 20px;
  }
}

@media (min-width: 768px) {
  .post-info-meta {
    padding: 15px 25px;
  }

  .post-info-meta-list {
    font-size: 17px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .post-info-meta-list>* {
    padding-left: 24px;
    padding-right: 24px;
  }

  .post-info-meta-list .icon {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .post-info-price {
    font-size: 24px;
  }

  *+.post-info-details {
    margin-top: 40px;
  }

  *+.post-info-meta {
    margin-top: 35px;
  }

  .post-info-meta+* {
    margin-top: 30px;
  }

  *+.post-info-table {
    margin-top: 45px;
  }
}

.post-light-group {
  margin-bottom: -30px;
}

.post-light-group>* {
  margin-bottom: 30px;
}

.post-light {
  max-width: 400px;
  margin-bottom: -20px;
}

.post-light>* {
  margin-bottom: 20px;
}

.post-light-media {
  position: relative;
  overflow: hidden;
  display: block;
  flex-shrink: 0;
  border-radius: 5px;
  background: #808080;
  width: 80px;
}

.post-light-main {
  position: relative;
  top: -5px;
}

.post-light-footer {
  display: flex;
  align-items: center;
  margin-left: -40px;
}

.post-light-footer>* {
  margin-left: 40px;
}

.post-light-link {
  fill: rgb(1, 103, 149);
}

.post-light-link:hover {
  fill: rgb(1, 103, 149);
}

*+.post-light-group {
  margin-top: 25px;
}

*+.post-light-footer {
  margin-top: 10px;
}

@media (min-width: 480px) {
  .post-light-group {
    margin-bottom: -35px;
  }

  .post-light-group>* {
    margin-bottom: 35px;
  }

  .post-light {
    display: flex;
    align-items: flex-start;
  }

  .post-light>*+* {
    margin-left: 20px;
  }
}

@media (min-width: 576px) {
  .post-light-media {
    width: 90px;
  }
}

@media (min-width: 768px) {
  .post-light-footer {
    margin-left: -70px;
  }

  .post-light-footer>* {
    margin-left: 70px;
  }

  *+.post-light-group {
    margin-top: 35px;
  }

  *+.post-light-footer {
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .post-light>*+* {
    margin-left: 30px;
  }

  .post-light-media {
    width: 115px;
  }

  html:not(.tablet):not(.mobile) .post-light-media {
    position: relative;
  }

  html:not(.tablet):not(.mobile) .post-light-media::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    transition: .22s;
    opacity: 0;
  }

  html:not(.tablet):not(.mobile) .post-light-media:hover::after {
    opacity: 1;
  }

  html:not(.tablet):not(.mobile) .post-light-image {
    transition: .22s;
  }
}

@media (min-width: 1200px) {
  .post-light-group {
    margin-bottom: -55px;
  }

  .post-light-group>* {
    margin-bottom: 55px;
  }

  *+.post-light-group {
    margin-top: 55px;
  }
}

.post-creative {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.post-creative-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 243px;
  background-color: #c4c4c4;
  background-position: center center;
  background-size: cover;
  border-radius: 3px;
  box-shadow: 0 16px 18px 0 rgba(0, 0, 0, 0.15);
}

.post-creative-image::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: .33s;
}

.post-creative-image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 111.11111%;
  opacity: 0;
  visibility: hidden;
}

.post-creative-image:hover::before {
  opacity: 1;
}

.post-creative-main {
  position: relative;
  width: calc(100% - 30px);
  min-height: 100px;
  padding: 20px 15px 0;
  margin-top: -50px;
  border-radius: 3px;
  background: #ffffff;
}

.post-creative-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #212121;
}

.post-creative-title a {
  color: inherit;
}

.post-creative-title a:hover {
  color: rgb(1, 103, 149);
}

.post-creative-time {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: rgb(1, 103, 149);
}

*+.post-creative-time {
  margin-top: 10px;
}

@media (max-width: 575.98px) {
  .post-creative {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .post-creative:hover .post-creative-image {
    transform: translateY(5px);
  }

  html:not(.tablet):not(.mobile) .post-creative:hover .post-creative-main {
    transform: translateY(-10px);
  }

  html:not(.tablet):not(.mobile) .post-creative-image {
    transition: .44s;
  }

  html:not(.tablet):not(.mobile) .post-creative-main {
    transition: .22s;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .post-creative-main {
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media (min-width: 1200px) {
  .post-creative-main {
    padding: 27px 30px 0 20px;
  }

  .post-creative-title {
    font-size: 19px;
    letter-spacing: -.01em;
  }

  .post-creative-time {
    font-size: 17px;
  }
}

.post-list,
.post-list-1 {
  text-align: left;
}

.post-list-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #000000;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: -10px;
  margin-left: -20px;
}

.post-list-meta:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.post-list-meta>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 20px;
}

.post-list-meta>li {
  display: inline-flex;
  align-content: center;
}

.post-list-meta>li>* {
  display: inline-block;
  vertical-align: middle;
}

.post-list-meta>li>*+* {
  margin-left: 7px;
}

.post-list-meta .icon {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}

.post-list-panel {
  font-size: 0;
  line-height: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.post-list-panel>* {
  padding-left: 15px;
  padding-right: 15px;
}

.post-list-panel>* {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.post-list-panel>*+* {
  border-left: 1px solid #FAFAFA;
}

.post-list-divider {
  border-bottom: 1px solid #c4c4c4;
}

.post-list-time {
  font-size: 15px;
  line-height: 1;
}

.post-list-title {
  font-weight: 500;
  text-transform: none;
}

.post-list-figure {
  display: block;
  overflow: hidden;
}

.post-list-figure img {
  width: 100%;
  transform: none;
  will-change: transform;
  transition: all .3s ease;
}

.post-list-link {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
}

.post-list-link:hover {
  color: #353535;
}

*+.post-list-meta {
  margin-top: 20px;
}

*+.post-list-title {
  margin-top: 15px;
}

*+.post-list-figure {
  margin-top: 20px;
}

*+.post-list-text {
  margin-top: 20px;
}

*+.post-list-link {
  margin-top: 15px;
}

*+.post-list-divider {
  margin-top: 15px;
}

.post-list-figure+* {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .post-list-meta {
    font-size: 18px;
    margin-left: -60px;
  }

  .post-list-meta>* {
    margin-left: 60px;
  }

  .post-list-meta .icon {
    font-size: 20px;
  }

  *+.post-list-meta {
    margin-top: 32px;
  }

  *+.post-list-title {
    margin-top: 20px;
  }

  *+.post-list-figure {
    margin-top: 30px;
  }

  *+.post-list-text {
    margin-top: 30px;
  }

  *+.post-list-link {
    margin-top: 22px;
  }

  *+.post-list-divider {
    margin-top: 30px;
  }

  .post-list-figure+* {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .post-list-title {
    max-width: 85%;
  }
}

@media (min-width: 1200px) {
  .post-list-title {
    max-width: 80%;
  }
}

@media (min-width: 992px) {
  .desktop .post-list:hover .post-list-figure img {
    transform: scale(1.1);
  }
}

.post-modern-wrap *+.post-modern-item,
.post-modern-wrap *+.post-modern-left,
.post-modern-wrap *+.post-modern-right {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .post-modern-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }

  .post-modern-wrap:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    border-right: 1px solid #DFDEDE;
  }

  .post-modern-wrap .post-modern-left,
  .post-modern-wrap .post-modern-right {
    max-width: 50%;
    flex-basis: 50%;
    flex-shrink: 0;
  }

  .post-modern-wrap .post-modern-item {
    position: relative;
    border-radius: 0.2rem;
    transition: .3s;
  }

  .post-modern-wrap .post-modern-item:before {
    content: "";
    position: absolute;
    top: 40px;
    width: 40px;
    border-top: 1px solid #DFDEDE;
    transition: .3s;
  }

  .post-modern-wrap .post-modern-item:after {
    content: "";
    position: absolute;
    top: 40px;
    width: 9px;
    height: 9px;
    background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
    border-radius: 50%;
  }

  .post-modern-wrap .post-modern-item:hover:before {
    border-top: 1px solid rgb(1, 103, 149);
  }

  .post-modern-wrap .post-modern-left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .post-modern-wrap .post-modern-left .post-modern-item:before {
    left: 100%;
  }

  .post-modern-wrap .post-modern-left .post-modern-item:after {
    right: -40px;
    transform: translate(50%, -50%);
  }

  .post-modern-wrap .post-modern-right {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .post-modern-wrap .post-modern-right .post-modern-item:before {
    right: 100%;
  }

  .post-modern-wrap .post-modern-right .post-modern-item:after {
    left: -40px;
    transform: translate(-50%, -50%);
  }

  .post-modern-wrap *+.post-modern-item {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .post-modern-wrap .post-modern-item:before {
    top: 67px;
    width: 115px;
  }

  .post-modern-wrap .post-modern-item:after {
    top: 67px;
  }

  .post-modern-wrap .post-modern-left {
    padding-left: 115px;
    padding-right: 115px;
  }

  .post-modern-wrap .post-modern-left .post-modern-item:after {
    right: -115px;
  }

  .post-modern-wrap .post-modern-right {
    padding-top: 88px;
    padding-left: 115px;
    padding-right: 115px;
  }

  .post-modern-wrap .post-modern-right .post-modern-item:after {
    left: -115px;
  }

  .post-modern-wrap *+.post-modern-item {
    margin-top: 73px;
  }
}

*+.post-button-wrap {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  *+.post-button-wrap {
    margin-top: 71px;
  }
}

/** @section Quotes */
.quote-primary-text {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.70833;
  letter-spacing: .02em;
  color: #353535;
}

.quote-primary-line {
  stroke: rgb(1, 103, 149);
}

.quote-primary-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -5px;
  margin-left: -25px;
}

.quote-primary-footer:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.quote-primary-footer>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 25px;
}

*+.quote-primary {
  margin-top: 25px;
}

*+.quote-primary-footer {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .quote-primary-text {
    font-size: 20px;
  }

  *+.quote-primary {
    margin-top: 30px;
  }

  *+.quote-primary-footer {
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .quote-primary-text {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .quote-primary-text {
    font-size: 24px;
  }

  *+.quote-primary {
    margin-top: 45px;
  }

  *+.quote-primary-footer {
    margin-top: 22px;
  }
}

.quote-classic {
  padding: 24px 15px;
  background: #ffffff;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 9px 28px 0 rgba(0, 0, 0, 0.2);
}

.quote-classic-inner {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.quote-classic-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -8px;
  margin-left: -15px;
}

.quote-classic-header:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.quote-classic-header>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 15px;
}

.quote-classic-profile {
  display: flex;
  align-items: center;
}

.quote-classic-profile>*+* {
  margin-left: 22px;
}

.quote-classic-links {
  position: relative;
  top: -5px;
  display: flex;
  align-items: center;
}

.quote-classic-links>*+* {
  margin-left: 10px;
}

.quote-classic-social-link {
  font-size: 22px;
  line-height: 1;
  color: #656565;
}

.quote-classic-social-link[class*='facebook'] {
  color: rgb(1, 103, 149);
}

.quote-classic-social-link:hover {
  color: rgb(1, 103, 149);
}

.quote-classic-avatar {
  width: 100%;
  max-width: 56px;
  border-radius: 50%;
}

.quote-classic-text {
  padding-left: 10px;
  color: #212121;
}

.quote-classic-time {
  display: block;
  text-align: right;
  color: rgba(0, 0, 0, 0.4);
}

*+.quote-classic-text {
  margin-top: 10px;
}

*+.quote-classic-time {
  margin-top: 10px;
}

@media (min-width: 576px) {
  .quote-classic {
    padding: 40px 25px;
  }

  *+.quote-classic-text {
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .quote-classic {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .quote-classic-avatar {
    max-width: 84px;
  }

  .quote-classic-social-link {
    font-size: 30px;
  }

  .quote-classic-text {
    font-size: 19px;
    line-height: 1.72222;
  }

  .quote-classic-time {
    font-size: 19px;
  }

  *+.quote-classic-text {
    margin-top: 20px;
  }

  *+.quote-classic-time {
    margin-top: 20px;
  }
}

.quote-light-sm .quote-light-cite {
  padding-left: 110px;
}

.quote-light-sm .quote-light-cite::before {
  display: none;
}

.quote-light-mark {
  fill: rgb(1, 103, 149);
}

.quote-light-text {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
  font-style: italic;
  letter-spacing: .02em;
}

.quote-light-text q::before,
.quote-light-text q::after {
  content: '';
}

.quote-light-cite {
  position: relative;
  display: block;
  line-height: 1.3;
  font-weight: 600;
  color: #000000;
}

.quote-light-cite::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 20px;
  height: 1px;
  background: #808080;
}

.quote-light-avatar {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 94px;
  border-radius: 5px;
}

.quote-light-avatar img {
  display: block;
  width: 100%;
}

button.quote-light-avatar {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  display: block;
  transition: .22s;
}

button.quote-light-avatar::-moz-focus-inner {
  border: none;
  padding: 0;
}

button.quote-light-avatar:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}

button.quote-light-avatar.active {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.35);
}

*+.quote-light-main {
  margin-top: 13px;
}

*+.quote-light-cite {
  margin-top: 13px;
}

@media (min-width: 480px) {
  .quote-light {
    display: flex;
    align-items: flex-start;
  }

  .quote-light>*+* {
    margin-left: 20px;
  }

  .quote-light-mark {
    flex-shrink: 0;
  }

  *+.quote-light-main {
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  .quote-light-sm .quote-light-cite {
    padding-left: 130px;
  }

  .quote-light-text {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .quote-light>*+* {
    margin-left: 30px;
  }

  .quote-light-sm .quote-light-text {
    font-size: 16px;
  }

  .quote-light-sm>*+* {
    margin-left: 23px;
  }

  .quote-light-mark {
    position: relative;
    top: 10px;
  }

  .quote-light-text {
    font-size: 20px;
    line-height: 1.7;
  }

  .quote-light-cite {
    font-size: 18px;
  }

  .quote-light-cite::before {
    width: 70px;
    margin-right: 40px;
  }

  *+.quote-light-cite {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .quote-light-sm .quote-light-text {
    font-size: 17px;
  }

  *+.quote-light-cite {
    margin-top: 25px;
  }
}

@media (min-width: 1200px) {
  .quote-light-sm .quote-light-text {
    font-size: 18px;
  }

  .quote-light-sm *+.quote-light-cite {
    margin-top: 30px;
  }

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

  *+.quote-light-cite {
    margin-top: 50px;
  }
}

/* Quote social */
.quote-social {
  font-size: 20px;
}

.quote-social-title {
  margin: 0;
}

.quote-social-icons {
  margin-bottom: -14px;
  margin-left: -14px;
}

.quote-social-icons:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.quote-social-icons>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 14px;
  margin-left: 14px;
}

.quote-social-icon {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
}

.quote-social-1 {
  font-weight: 500;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 18px;
}

.quote-social-1 .quote-social-title {
  color: #228180;
}

.quote-social-1 .quote-social-icon {
  color: #ea726c;
}

.quote-social-1 .quote-social-icon:hover,
.quote-social-1 .quote-social-icon:focus {
  color: rgb(1, 103, 149);
}

.quote-social-2 {
  font-family: 'Fjalla One', sans-serif;
}

.quote-social-2 .quote-social-icons {
  margin-bottom: -8px;
  margin-left: -8px;
}

.quote-social-2 .quote-social-icons:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.quote-social-2 .quote-social-icons>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 8px;
}

.quote-social-2 *+.quote-social-icons {
  margin-top: 10px;
}

.quote-social-3 {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #ed8d95;
}

.quote-social-3 .quote-social-icons {
  margin-bottom: -8px;
  margin-left: -8px;
}

.quote-social-3 .quote-social-icons:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.quote-social-3 .quote-social-icons>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 8px;
}

.quote-social-3 .quote-social-icon {
  color: #dd5c64;
}

.quote-social-3 .quote-social-icon:hover,
.quote-social-3 .quote-social-icon:focus {
  color: rgb(1, 103, 149);
}

.quote-social-3 *+.quote-social-icons {
  margin-top: 10px;
}

.quote-social-4 {
  display: inline-block;
  max-width: 762px;
  max-height: 524px;
  padding: 30% 0 14%;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.quote-social-4 .quote-social-icons {
  margin-bottom: -8px;
  margin-left: -8px;
}

.quote-social-4 .quote-social-icons:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.quote-social-4 .quote-social-icons>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 8px;
}

.quote-social-4 *+.quote-social-icons {
  margin-top: 5px;
}

.quote-social-5 {
  font-family: 'Roboto', sans-serif;
}

.quote-social-5 .quote-social-icons {
  margin-bottom: -8px;
  margin-left: -8px;
}

.quote-social-5 .quote-social-icons:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.quote-social-5 .quote-social-icons>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 8px;
}

.quote-social-5 *+.quote-social-icons {
  margin-top: 10px;
}

.quote-social-6 {
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.quote-social-6 .quote-social-icons {
  margin-bottom: -8px;
  margin-left: -8px;
}

.quote-social-6 .quote-social-icons:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.quote-social-6 .quote-social-icons>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 8px;
}

.quote-social-6 *+.quote-social-icons {
  margin-top: 6px;
}

*+.quote-social-icons {
  margin-top: 10px;
}

*+.quote-social {
  margin-top: 42px;
}

.context-dark .quote-social-icon {
  color: #ffffff;
}

.context-dark .quote-social-icon:hover,
.context-dark .quote-social-icon:focus {
  color: rgb(1, 103, 149);
}

@media (min-width: 992px) {
  *+.quote-social-icons {
    margin-top: 14px;
  }

  *+.quote-social {
    margin-top: 58.8px;
  }
}

@media (min-width: 1600px) {
  *+.quote-social-icons {
    margin-top: 20px;
  }

  *+.quote-social {
    margin-top: 84px;
  }

  .quote-social-2 *+.quote-social-icons {
    margin-top: 10px;
  }

  .quote-social-3 *+.quote-social-icons {
    margin-top: 10px;
  }

  .quote-social-4 {
    padding: 34% 0 6%;
  }
}

/** @section Thumbnails */
.figure-light figcaption {
  padding-top: 10px;
  color: #999;
}

@media (min-width: 1200px) {
  .figure-1 {
    position: relative;
    left: -20px;
    margin-left: -30px;
  }
}

.thumbnail-1 {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 300px;
  background: #FAFAFA;
}

.thumbnail-1::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  opacity: 0;
  visibility: hidden;
}

.thumbnail-1::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(196, 196, 196, 0) 0%, #000000 100%);
  opacity: .7;
}

.thumbnail-1.video-playing .thumbnail-1-play .icon::before {
  opacity: 0;
  visibility: hidden;
}

.thumbnail-1.video-playing .thumbnail-1-play .icon::after {
  opacity: 1;
  visibility: visible;
}

.thumbnail-1::after,
.thumbnail-1-inner {
  width: 100%;
  flex-shrink: 0;
}

.thumbnail-1-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.thumbnail-1-play {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.3);
}

.thumbnail-1-play .icon {
  position: relative;
  font-size: 28px;
  line-height: inherit;
  color: #ffffff;
}

.thumbnail-1-play .icon::before,
.thumbnail-1-play .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-family: 'Material Design Icons';
  transition: .22s;
}

.thumbnail-1-play .icon::before {
  content: '\f4f9';
}

.thumbnail-1-play .icon::after {
  content: '\f4d3';
  opacity: 0;
  visibility: hidden;
}

.thumbnail-1-play::before,
.thumbnail-1-play::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  margin-right: -1px;
  margin-bottom: -1px;
}

.thumbnail-1-play::before {
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  transition: .5s;
}

.thumbnail-1-play::after {
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: .7s;
}

@media (min-width: 992px) {
  .thumbnail-1-play {
    width: 126px;
    height: 126px;
    line-height: 126px;
  }

  .thumbnail-1-play .icon {
    font-size: 36px;
  }

  .thumbnail-1-play::before {
    top: -12%;
    left: -12%;
    width: 124%;
    height: 124%;
  }

  .thumbnail-1-play::after {
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
  }
}

@media (min-width: 992px) and (min-width: 992px) {

  .thumbnail-1-play:hover::before,
  .thumbnail-1-play:hover::after {
    opacity: 0;
  }

  .thumbnail-1-play:hover::before {
    transform: scale(0.9);
  }

  .thumbnail-1-play:hover::after {
    transform: scale(0.8);
  }
}

.thumbnail-2 {
  position: relative;
  display: block;
  overflow: hidden;
}

.thumbnail-2 img {
  width: 100%;
}

.thumbnail-2 .caption {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(253, 192, 194, 0.3);
  opacity: 1;
  text-align: center;
  transition: .3s;
  pointer-events: none;
}

.thumbnail-2 .caption .icon {
  font-size: 44px;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
  transition: .3s;
  color: #ffffff;
}

.thumbnail-2 .caption .title {
  margin-top: 15px;
  padding: 0 15px;
  font-weight: 700;
  color: rgb(1, 103, 149);
  transition: .3s;
}

.isotope .thumbnail-2 {
  will-change: transform;
  margin-left: -0.6px;
}

.desktop .thumbnail-2 .caption {
  opacity: 0;
  transform: translateY(30px);
}

.desktop .thumbnail-2 .caption .icon {
  transform: translateY(30px);
}

.desktop .thumbnail-2 .caption .title {
  transform: translateY(30px);
}

.desktop .thumbnail-2:hover .caption {
  opacity: 1;
  transition-delay: .05s;
}

.desktop .thumbnail-2:hover .caption .icon {
  transition-delay: .1s;
}

.desktop .thumbnail-2:hover .caption .title {
  transition-delay: .13s;
}

.desktop .thumbnail-2:hover .caption,
.desktop .thumbnail-2:hover .icon,
.desktop .thumbnail-2:hover .title {
  transform: translateY(0);
  transition-delay: 0s;
}

.thumbnail-light {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #000000;
}

.thumbnail-light::after {
  content: '';
  display: block;
  padding-bottom: 98.88579%;
  opacity: 0;
  visibility: hidden;
}

.thumbnail-light::before {
  position: relative;
  z-index: 1;
  content: '\ec22';
  font-family: 'Linearicons';
  font-size: 20px;
  color: #ffffff;
}

.thumbnail-light-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
  opacity: .8;
}

@supports (object-fit: cover) {
  .thumbnail-light-image {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: cover;
    object-position: center center;
  }
}

@media (min-width: 576px) {
  .thumbnail-light::before {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .thumbnail-light::before {
    opacity: 0;
    visibility: hidden;
    transition: .44s;
  }

  html:not(.tablet):not(.mobile) .thumbnail-light:hover::before {
    opacity: 1;
    visibility: visible;
  }

  html:not(.tablet):not(.mobile) .thumbnail-light:hover .thumbnail-light-image {
    opacity: .8;
  }

  html:not(.tablet):not(.mobile) .thumbnail-light-image {
    opacity: 1;
    transition: .33s;
  }
}

.thumbnail-card {
  display: inline-block;
  position: relative;
}

.thumbnail-card:hover .thumbnail-card-icon {
  opacity: 1;
}

.thumbnail-card:hover .thumbnail-card-icon::before {
  transform: scale(1);
}

.thumbnail-card-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  color: #e50917;
  background: rgba(253, 192, 194, 0.3);
  opacity: 0;
  transition: .25s;
}

.thumbnail-card-icon::before {
  transform: scale(0.2);
  transition: 0.25s cubic-bezier(0.42, 0, 0.76, 1.67);
}

@media (min-width: 1600px) {
  .thumbnail-card-icon {
    font-size: 200px;
  }
}

/** @section Breadcrumbs */
.breadcrumbs-custom {
  position: relative;
  display: flex;
  text-align: center;
}

.breadcrumbs-custom::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(225deg, rgba(21, 21, 21, 0.4) 36.97%, rgba(21, 21, 21, 0.26) 100%);
}

.breadcrumbs-custom-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.breadcrumbs-custom-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  min-height: 25.52083vw;
  padding: 35px 0 40px;
}

.breadcrumbs-custom-main {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs-custom-main p {
  font-size: 19px;
}

@media (min-width: 992px) {
  .breadcrumbs-custom-main .big {
    margin-top: 36px;
  }
}

.breadcrumbs-custom-line {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  stroke: rgb(1, 103, 149);
}

*+.breadcrumbs-custom-title {
  margin-top: 10px;
}

.context-dark .breadcrumbs-custom-line {
  stroke: #ffffff;
}

@media (min-width: 768px) {
  .breadcrumbs-custom-inner {
    padding: 70px 0 100px;
  }
}

@media (min-width: 992px) {
  .breadcrumbs-custom *+.group {
    margin-top: 45px;
  }

  *+.breadcrumbs-custom-title {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .breadcrumbs-custom-inner {
    padding: 60px 0 150px;
  }
}

@media (min-width: 2050px) {
  .breadcrumbs-custom-inner {
    min-height: 490px;
  }
}

.person-profile {
  position: relative;
}

.person-profile>* {
  position: relative;
  z-index: 2;
}

.person-profile>* img {
  max-width: 167px;
  border-radius: 50%;
}

.person-profile:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 182px;
  height: 182px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 1;
  box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.15);
}

/** @section Pagination custom */
.pagination {
  display: block;
  margin-bottom: -9px;
  margin-left: -9px;
}

.pagination:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.pagination>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 9px;
  margin-left: 9px;
}

.page-item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 50%;
}

.page-link {
  display: inline-block;
  min-width: 42px;
  height: 42px;
  line-height: 28px;
  color: #4a9;
  border-color: #4a9;
  border-radius: 50%;
}

.page-link:focus {
  box-shadow: none;
}

.page-item.active .page-link,
.page-link:hover,
.page-link:focus,
.page-link:active {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, hsl(180, 100%, 25%) 50%, rgba(0, 0, 128, 1) 100%);
  border-color: rgb(1, 103, 149);
  box-shadow: 0 0 10px rgba(0, 128, 128, 1);

}

.page-item.active>.page-link,
.page-item.active>.page-link:hover,
.page-item.active>.page-link:focus,
.page-item.active>.page-link:active {
  color: #ffffff;
}

.page-item.disabled>.page-link,
.page-item.disabled>.page-link:hover,
.page-item.disabled>.page-link:focus,
.page-item.disabled>.page-link:active {
  color: #c4c4c4;
}

.page-item-control .icon::before {
  font-family: 'FontAwesome';
  font-size: 11px;
  line-height: 22px;
}

.page-item-control:first-child .icon::before {
  content: '\f053';
  margin-left: -1px;
}

.page-item-control:last-child .icon::before {
  content: '\f054';
  margin-right: -1px;
}

*+.pagination-outer {
  margin-top: 35px;
}

@media (min-width: 992px) {
  *+.pagination-outer {
    margin-top: 55px;
  }
}

@media (min-width: 1200px) {
  .pagination-outer {
    margin-top: 10px;
  }
}

/** @section Snackbars */
.snackbars {
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: left;
  background-color: #353535;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px;
}

.snackbars .icon-xxs {
  font-size: 18px;
}

.snackbars p span:last-child {
  padding-left: 14px;
}

.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}

.snackbars-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}

.snackbars-right:hover {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .snackbars {
    max-width: 540px;
    padding: 12px 15px;
    font-size: 15px;
  }
}

/** @section Footers */
.footer-classic .list {
  font-size: 14px;
  font-weight: 500;
  color: #808080;
}

.footer-classic .list a:hover {
  color: rgb(1, 103, 149);
}

.footer-classic .context-dark .list {
  color: #ffffff;
}

.footer-classic .context-dark a {
  color: #ffffff;
}

.footer-classic .context-dark li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-classic-main {
  padding: 50px 0;
}

.footer-classic-layout {
  margin-bottom: -45px;
}

.footer-classic-layout>* {
  margin-bottom: 45px;
}

.footer-classic-item-block-3 {
  max-width: 240px;
}

.footer-classic-title {
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-classic-aside {
  padding: 35px 0;
  text-align: center;
}

*+.footer-classic-item-block {
  margin-top: 15px;
}

@media (max-width: 575.98px) {
  .footer-classic-layout-item {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991.98px) {
  .footer-classic-title {
    font-size: 17px;
  }
}

@media (min-width: 576px) {
  .footer-classic-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
  }

  .footer-classic-layout>* {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .footer-classic-main {
    padding: 80px 0;
  }

  .footer-classic-aside {
    padding: 45px 0;
  }

  *+.footer-classic-item-block {
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  .footer-classic .list {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .footer-classic-main {
    padding: 105px 0 140px;
  }

  .footer-classic-md .footer-classic-main {
    padding-bottom: 80px;
  }

  .footer-classic-item-block-1 {
    min-width: 420px;
  }

  .footer-classic-item-block-2 {
    min-width: 420px;
  }

  .footer-classic-aside {
    padding: 55px 0;
  }

  *+.footer-classic-item-block {
    margin-top: 35px;
  }
}

.footer-modern {
  background-color: #FAFAFA;
}

.footer-modern-main {
  padding: 35px 0;
}

.footer-modern-title {
  letter-spacing: -.02em;
  color: #000000;
}

.footer-modern-aside {
  padding: 20px 0 35px;
  text-align: center;
}

.footer-modern-aside .btn-default-outline {
  color: rgb(1, 103, 149);
}

@media (min-width: 1200px) {
  .footer-modern-aside .btn-default-outline {
    margin-left: 16px;
  }
}

.footer-modern-aside .btn-default-outline.btn-sm {
  min-width: 190px;
}

.footer-modern-aside .btn-default-outline:hover {
  color: #ffffff;
}

.footer-modern-aside-layout {
  margin-bottom: -20px;
}

.footer-modern-aside-layout>* {
  margin-bottom: 20px;
}

.footer-modern-aside-layout>* {
  margin-top: 0;
}

*+.footer-modern-item-block {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .footer-modern-main {
    padding: 45px 0;
  }

  *+.footer-modern-item-block {
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  .footer-modern-aside-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -20px;
  }

  .footer-modern-aside-layout>* {
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {
  .footer-modern {
    padding-bottom: 80px;
  }

  .footer-modern-main {
    padding: 45px 0;
  }

  .footer-modern-aside {
    padding: 0 0 30px;
  }

  .footer-modern-aside .rights {
    font-size: 16px;
  }

  *+.footer-modern-item-block {
    margin-top: 35px;
  }
}

/** @section Layouts */
@media (min-width: 992px) {
  .layout-1-aside {
    position: relative;
  }

  .layout-1-aside::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 630px;
    width: 1px;
    background: #c4c4c4;
    max-height: 100%;
  }

  .layout-1-aside-inner {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog-layout>*+* {
  margin-top: 60px;
}

.blog-layout-aside {
  margin-bottom: -45px;
}

.blog-layout-aside>* {
  margin-bottom: 45px;
}

*+.blog-layout-main-item {
  margin-top: 45px;
}

@media (min-width: 480px) and (max-width: 991px) {
  .blog-layout-aside {
    columns: 2;
    break-inside: avoid;
    column-gap: 30px;
  }

  .blog-layout-aside-item {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .blog-layout-aside {
    margin-bottom: -60px;
  }

  .blog-layout-aside>* {
    margin-bottom: 60px;
  }

  *+.blog-layout-main-item {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .blog-layout {
    display: flex;
  }

  .blog-layout>*+* {
    margin-left: 80px;
  }

  .blog-layout-aside {
    width: 250px;
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) {
  .blog-layout>*+* {
    margin-left: 130px;
  }

  .blog-layout-aside {
    width: 270px;
    margin-bottom: -80px;
  }

  .blog-layout-aside>* {
    margin-bottom: 80px;
  }

  *+.blog-layout-main-item {
    margin-top: 80px;
  }
}

.layout-2 {
  border: 1px solid transparent;
  margin-bottom: -15px;
  text-align: center;
}

.layout-2>* {
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .layout-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-left: -20px;
  }

  .layout-2>* {
    margin-left: 20px;
  }

  .layout-2>* {
    vertical-align: middle;
  }

  .layout-2-item {
    flex-shrink: 0;
  }
}

.layout-3-aside {
  max-width: 300px;
}

*+.layout-3-main {
  margin-top: 30px;
}

@media (max-width: 575.98px) {
  .layout-3-aside {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .layout-3-main [class*='col']:nth-child(odd) {
    padding-top: 6%;
  }

  *+.layout-3-main {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .layout-3-main [class*='col']:nth-child(odd) {
    padding-top: 9%;
  }

  *+.layout-3-main {
    margin-top: -30px;
  }
}

/** @section Profile */
.profile-classic {
  position: relative;
  overflow: hidden;
  max-width: 275px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
}

.profile-classic-image {
  width: 100%;
}

.profile-classic-main {
  position: relative;
  padding: 30px 15px 30px;
  background: #ffffff;
}

.profile-classic-main::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 8px;
  border-color: transparent transparent #ffffff transparent;
}

.profile-classic-position {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.profile-classic-name {
  letter-spacing: -0.02em;
  color: #000000;
}

.profile-classic-unit {
  display: inline-flex;
  align-items: center;
}

.profile-classic-unit .icon {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.profile-classic-unit a {
  display: inline-block;
}

.profile-classic-unit a,
.profile-classic-unit a:active,
.profile-classic-unit a:focus {
  color: rgb(1, 103, 149);
}

.profile-classic-unit a:hover {
  color: #000000;
}

.profile-classic-unit>*+* {
  margin-left: 11px;
}

*+.profile-classic-name {
  margin-top: 5px;
}

*+.profile-classic-unit {
  margin-top: 8px;
}

.profile-light {
  display: flex;
  align-items: center;
}

.profile-light>*+* {
  margin-left: 20px;
}

.profile-light-image {
  max-width: 66px;
  border-radius: 50%;
}

.profile-light-position {
  line-height: 1.2;
  font-style: italic;
  color: rgba(0, 0, 0, 0.4);
}

.profile-light-name {
  font-size: 18px;
  line-height: 1.25;
}

*+.profile-light-name {
  margin-top: 10px;
}

@media (min-width: 576px) {
  .profile-light>*+* {
    margin-left: 28px;
  }
}

@media (min-width: 768px) {
  .profile-light>*+* {
    margin-left: 35px;
  }

  .profile-light-image {
    max-width: 95px;
  }

  .profile-light-name {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .profile-light-position {
    font-size: 18px;
  }

  .profile-light-name {
    font-size: 24px;
  }
}

/** @section Tours */
.tour-light {
  position: relative;
  display: flex;
  border-radius: 5px;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.tour-light::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
  opacity: .8;
  border-radius: 5px;
  transition: .33s;
}

.tour-light::after {
  content: '';
  display: block;
  padding-bottom: 143.11594%;
  opacity: 0;
  visibility: hidden;
}

.tour-light::after,
.tour-light-inner {
  flex-shrink: 0;
  max-width: 100%;
}

.tour-light-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 0 30px;
}

.tour-light-inner>*+* {
  margin-top: 25px;
}

.tour-light-inset {
  padding: 0 22px;
}

.tour-light-badge {
  display: inline-block;
  padding: 9px 18px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -.02em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.tour-light-pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -5px;
  margin-left: -18px;
}

.tour-light-pricing:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.tour-light-pricing>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 18px;
}

.tour-light-price {
  font-weight: 600;
  letter-spacing: -.02em;
}

.tour-light-price-old {
  font-size: 18px;
  text-decoration: line-through;
}

.tour-light-price-new {
  font-size: 24px;
}

.tour-light-title {
  line-height: 1.2;
  font-weight: 600;
  transition: .22s;
}

.tour-light-title a,
.tour-light-title a:focus,
.tour-light-title a:active {
  color: #ffffff;
}

.tour-light-title a:hover {
  color: #ffffff !important;
}

.tour-light-title a:hover {
  text-decoration: underline;
}

.tour-light-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -4px;
  margin-left: -16px;
}

.tour-light-meta:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.tour-light-meta>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 4px;
  margin-left: 16px;
}

.tour-light-meta>li {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
}

.tour-light-meta>li>*+* {
  margin-left: 5px;
}

.tour-light-meta .icon {
  font-size: 20px;
}

*+.tour-light-pricing {
  margin-top: 8px;
}

@media (min-width: 576px) {
  .tour-light-inset {
    padding: 0 30px;
  }
}

.tour-classic {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 5px;
  background: #ffffff;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.tour-classic,
.tour-classic:active,
.tour-classic:focus,
.tour-classic:hover {
  color: #808080;
}

.tour-classic-media {
  position: relative;
}

.tour-classic-figure {
  position: relative;
  overflow: hidden;
  display: block;
}

.tour-classic-figure::after {
  content: '';
  display: block;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 67.94521%;
}

.tour-classic-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
}

@supports (object-fit: cover) {
  .tour-classic-image {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: cover;
    object-position: center center;
  }
}

.tour-classic-pricing {
  position: absolute;
  z-index: 2;
  left: 15px;
  bottom: 0;
  display: inline-flex;
  align-items: flex-end;
  padding: 5px 10px;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}

.tour-classic-pricing>*+* {
  margin-top: 0;
  margin-left: 10px;
}

.tour-classic-price {
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -.02em;
}

.tour-classic-price-old {
  font-size: 14px;
  text-decoration: line-through;
  opacity: .8;
}

.tour-classic-price-new {
  font-size: 18px;
}

.tour-classic-body {
  padding: 20px 15px;
}

.tour-classic-title,
.tour-classic-rating {
  letter-spacing: -.02em;
}

.tour-classic-footer a {
  color: inherit;
}

.tour-classic-footer a:hover {
  color: rgb(1, 103, 149);
}

.tour-classic-footer,
.tour-classic-footer-left,
.tour-classic-footer-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.tour-classic-footer-left,
.tour-classic-footer-right {
  margin-bottom: -3px;
  margin-left: -15px;
}

.tour-classic-footer-left:empty,
.tour-classic-footer-right:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.tour-classic-footer-left>*,
.tour-classic-footer-right>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 3px;
  margin-left: 15px;
}

.tour-classic-footer-left>*,
.tour-classic-footer-right>* {
  margin-top: 0;
}

.tour-classic-footer-right {
  color: #808080;
}

.tour-classic-rating {
  display: inline-block;
  padding: 3px 13px;
  border-radius: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

*+.tour-classic-caption {
  margin-top: 6px;
}

*+.tour-classic-footer {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .tour-classic-pricing {
    left: 30px;
  }

  .tour-classic-price-old {
    font-size: 16px;
  }

  .tour-classic-price-new {
    font-size: 20px;
  }

  .tour-classic-body {
    padding: 34px 20px 20px 25px;
  }

  .tour-classic-footer {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .tour-classic-footer {
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .tour-classic-figure::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
    transition: .22s;
    opacity: 0;
    visibility: hidden;
  }

  html:not(.tablet):not(.mobile) .tour-classic-figure:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .tour-classic-caption {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .tour-classic-price-old {
    font-size: 18px;
  }

  .tour-classic-price-new {
    font-size: 24px;
  }
}

.tour-modern {
  position: relative;
  display: block;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  color: #808080;
}

.tour-modern-media {
  position: relative;
}

.tour-modern-figure {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}

.tour-modern-figure::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: .22s;
}

.tour-modern-figure::after {
  content: '';
  display: block;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 67.94521%;
}

.tour-modern-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
}

@supports (object-fit: cover) {
  .tour-modern-image {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: cover;
    object-position: center center;
  }
}

.tour-modern-main {
  padding: 25px 20px;
}

.tour-modern-pricing {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 0;
  display: inline-flex;
  align-items: flex-end;
  padding: 5px 13px;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  color: #ffffff;
}

.tour-modern-pricing>*+* {
  margin-top: 0;
  margin-left: 10px;
}

.tour-modern-info {
  margin-bottom: -10px;
  margin-left: -15px;
}

.tour-modern-info:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.tour-modern-info>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 15px;
}

.tour-modern-info a {
  color: inherit;
}

.tour-modern-info a:hover {
  color: rgb(1, 103, 149);
}

.tour-modern-price {
  line-height: 1.2;
  font-weight: 600;
}

.tour-modern-rating {
  display: inline-block;
  padding: 3px 13px;
  border-radius: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.tour-modern-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -7px;
  margin-left: -20px;
  color: #000000;
}

.tour-modern-meta:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.tour-modern-meta>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 7px;
  margin-left: 20px;
}

.tour-modern-meta .icon {
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.4);
}

.tour-modern-meta li {
  display: inline-flex;
  align-items: center;
}

.tour-modern-meta li>*+* {
  margin-left: 5px;
}

*+.tour-modern {
  margin-top: 35px;
}

*+.tour-modern-meta {
  margin-top: 10px;
}

*+.tour-modern-info {
  margin-top: 10px;
}

.tour-modern-info+p {
  margin-top: 12px;
}

@media (max-width: 575.98px) {
  .tour-modern {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 576px) {
  .tour-modern {
    display: flex;
  }

  .tour-modern-media {
    display: flex;
    flex-shrink: 0;
    width: 100%;
    max-width: 210px;
  }
}

@media (min-width: 768px) {
  .tour-modern-price {
    font-size: 24px;
  }

  .tour-modern-main {
    padding: 30px 40px;
  }

  .tour-modern-main>* {
    max-width: 400px;
  }

  .tour-modern-meta {
    font-size: 18px;
    margin-left: -37px;
  }

  .tour-modern-meta>* {
    margin-left: 37px;
  }

  *+.tour-modern-meta {
    margin-top: 15px;
  }

  *+.tour-modern-info {
    margin-top: 24px;
  }
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .tour-modern-figure:hover::before {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 576px) {
  .tour-minimal-1 {
    height: 100%;
  }
}

.tour-minimal-1 .tour-minimal-badge {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  padding: 6px 10px;
  letter-spacing: .02em;
}

.tour-minimal-1 .tour-minimal-main {
  padding-right: 15px;
  margin-top: 50px;
}

.tour-minimal-1 .tour-minimal-caption {
  position: static !important;
  height: auto;
  padding: 0;
}

.tour-minimal {
  position: relative;
  overflow: hidden;
  display: flex;
  text-align: left;
  color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.tour-minimal::after {
  content: '';
  display: block;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 105.81395%;
}

.tour-minimal::after,
.tour-minimal-inner {
  flex-shrink: 0;
  width: 100%;
}

.tour-minimal-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px 25px 25px 31px;
  background-color: #000000;
  background-size: cover;
  background-position: center center;
}

.tour-minimal-inner::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.05));
}

.tour-minimal-inner .tour-minimal-title {
  color: #ffffff;
}

.tour-minimal-inner .tour-minimal-title a {
  color: inherit;
}

.tour-minimal-inner .tour-minimal-title a:hover {
  text-decoration: underline;
}

.tour-minimal-inner>* {
  position: relative;
  z-index: 1;
}

.tour-minimal-inner>*+* {
  margin-top: 10px;
}

.tour-minimal-header {
  min-height: 30px;
  text-align: right;
}

.tour-minimal-badge {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  line-height: 1.2;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.tour-minimal-pricing {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
}

.tour-minimal-pricing>* {
  margin-top: 0;
  margin-right: 10px;
}

.tour-minimal-price {
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -.02em;
}

.tour-minimal-price-old {
  opacity: .8;
  text-decoration: line-through;
}

.tour-minimal-price-new {
  font-size: 1.33333em;
}

.tour-minimal-caption {
  height: 80px;
  padding: 20px 25px 20px 21px;
  margin: 0 -25px -25px -31px;
  background: #ffffff;
  color: #000000;
}

*+.tour-minimal-pricing {
  margin-top: 13px;
}

*+.tour-minimal-comment {
  margin-top: 8px;
}

*+.tour-minimal-caption {
  margin-top: 14px;
}

@media (max-width: 479px) {
  .tour-minimal {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 576px) {
  .tour-minimal-pricing {
    font-size: 18px;
  }

  .tour-minimal-caption {
    padding-left: 31px;
    height: 96px;
  }

  .tour-minimal-title {
    max-width: 200px;
  }
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .tour-minimal {
    transition: .33s;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

  html:not(.tablet):not(.mobile) .tour-minimal:hover {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.35);
  }

  html:not(.tablet):not(.mobile) .tour-minimal:hover::before {
    opacity: .7;
  }

  html:not(.tablet):not(.mobile) .tour-minimal-inner::before {
    opacity: .5;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.05));
    transition: .33s;
  }

  html:not(.tablet):not(.mobile) .tour-minimal-inner,
  html:not(.tablet):not(.mobile) .tour-minimal-header,
  html:not(.tablet):not(.mobile) .tour-minimal-main,
  html:not(.tablet):not(.mobile) .tour-minimal-caption {
    transition: .5s;
  }

  html:not(.tablet):not(.mobile) .tour-minimal-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    transform: translateY(96px);
  }
}

.tour-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 15px 40px;
}

.tour-1>* {
  user-select: none;
}

.context-dark .tour-1-title {
  color: #ffffff;
}

.context-dark .tour-1-title a {
  position: relative;
  display: block;
  color: inherit;
  will-change: transform;
  text-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
  transition: .22s;
}

.context-dark .tour-1-title a:hover {
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) {
  .context-dark .tour-1-title {
    text-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
  }
}

.tour-1-title {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 34px;
  line-height: .8;
  letter-spacing: -.02em;
}

*+.tour-1-caption {
  margin-top: 5px;
}

@media (min-width: 480px) {
  .tour-1-title {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .tour-1-title {
    font-size: 100px;
  }
}

@media (min-width: 1200px) {
  .tour-1-title {
    font-size: 120px;
  }

  *+.tour-1-caption {
    margin-top: 30px;
  }
}

@media (min-width: 1600px) {
  .tour-1-title {
    font-size: 150px;
  }
}

.tour-2 {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
}

.tour-2-media {
  position: relative;
  display: block;
}

.tour-2-image {
  width: 100%;
}

.tour-2-badge,
.tour-2-title,
.tour-2-price {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.tour-2-badge {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  padding: 5px 13px;
  border-radius: 5px;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.tour-2-caption {
  padding: 25px 17px;
}

.tour-2-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #212121;
}

.tour-2-title a {
  color: inherit;
}

.tour-2-title a:hover {
  color: rgb(1, 103, 149);
}

.tour-2-pricing {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-left: -25px;
}

.tour-2-pricing:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.tour-2-pricing>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 25px;
}

.tour-2-price-old {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.2);
}

.tour-2-price-new {
  color: rgb(1, 103, 149);
}

*+.tour-2-pricing {
  margin-top: 10px;
}

@media (min-width: 992px) {

  .tour-2-title,
  .tour-2-badge,
  .tour-2-price {
    font-size: 21px;
  }

  html:not(.tablet):not(.mobile) .tour-2-media {
    position: relative;
    overflow: hidden;
  }

  html:not(.tablet):not(.mobile) .tour-2-media:hover .tour-2-image {
    transform: scale(1.1, 1.1);
  }

  html:not(.tablet):not(.mobile) .tour-2-image {
    transition: .7s;
  }
}

@media (min-width: 1200px) {
  .tour-2-badge {
    top: 40px;
    left: 40px;
  }
}

@media (min-width: 1600px) {
  .tour-2-caption {
    padding: 28px 37px;
  }

  .tour-2-title,
  .tour-2-badge,
  .tour-2-price {
    font-size: 24px;
  }
}

.tour-3 {
  position: relative;
  overflow: hidden;
  display: flex;
  border-radius: 5px;
  background: #555;
  text-align: left;
}

.tour-3,
.tour-3:active,
.tour-3:focus,
.tour-3:hover {
  color: #ffffff;
}

.tour-3::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.48%, rgba(0, 0, 0, 0.7) 100%);
}

.tour-3:after {
  content: '';
  display: block;
  padding-bottom: 75%;
  opacity: 0;
  visibility: hidden;
}

.tour-3::after,
.tour-3-inner {
  width: 100%;
  flex-shrink: 0;
}

.tour-3-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.tour-3-inner>*+* {
  margin-top: 19px;
}

.tour-3-note {
  font-size: 15px;
}

.tour-3-pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: -8px;
  margin-left: -12px;
  font-size: 18px;
}

.tour-3-pricing:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.tour-3-pricing>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 12px;
}

.tour-3-price {
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -.02em;
}

.tour-3-price-new {
  font-size: inherit;
}

.tour-3-price-old {
  text-decoration: line-through;
  font-size: 0.75em;
}

.tour-3-title {
  max-width: 270px;
  letter-spacing: -.02em;
}

.tour-3-title a {
  color: inherit;
}

.tour-3-title a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.tour-3-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -7px;
  margin-left: -20px;
}

.tour-3-meta:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.tour-3-meta>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 7px;
  margin-left: 20px;
}

.tour-3-meta .icon {
  font-size: 20px;
}

.tour-3-meta li {
  display: inline-flex;
  align-items: center;
}

.tour-3-meta li>*+* {
  margin-left: 8px;
}

*+.tour-3-pricing {
  margin-top: 10px;
}

*+.tour-3-meta {
  margin-top: 17px;
}

@media (max-width: 575.98px) {
  .tour-3 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 576px) {
  .tour-3::after {
    padding-bottom: 113%;
  }

  .tour-3-pricing {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .tour-3-inner {
    padding: 40px 55px 47px;
  }

  .tour-3-meta {
    margin-left: -25px;
    font-size: 17px;
  }

  .tour-3-meta>* {
    margin-left: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .tour-3-inner {
    padding: 30px 25px;
  }
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .tour-3::before {
    transition: .33s;
  }
}

.community {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.community-wrap {
  transition: all ease .25s;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media (max-width: 767.98px) {
  .community-wrap {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .community-wrap:hover {
    transition: all ease .25s;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.35);
  }

  .community-wrap:hover img {
    transform: scale(1.05);
    transition: all ease .25s;
  }
}

.community-wrap .community-media {
  overflow: hidden;
  min-height: 395.23px;
}

.community-wrap h3 {
  letter-spacing: -.02em;
}

.community-wrap img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  transition: all ease .25s;
}

.community-wrap .community-description {
  background-color: #ffffff;
  padding: 30px 22px;
}

.community-wrap .tour-3-meta .icon {
  font-size: 20px;
  color: #353535;
  letter-spacing: -.02em;
}

.community-wrap .tour-3-meta .text {
  color: #656565;
}

.blog-post-cta {
  justify-content: flex-end;
}

@media (min-width: 1200px) {
  .blog-post-cta {
    padding-bottom: 40px;
  }
}

.blog-post-cta .tour-light-title {
  font-size: 30px;
  letter-spacing: -.02em;
  font-weight: 600;
  color: #ffffff;
  line-height: 37px;
}

.blog-post-cta .tour-light-title a {
  display: flex;
  flex-direction: column;
}

.blog-post-cta .tour-light-title a,
.blog-post-cta .tour-light-title a:focus,
.blog-post-cta .tour-light-title a:active {
  color: #ffffff;
}

.blog-post-cta .tour-light-title a:hover {
  color: rgb(1, 103, 149);
}

/** @section Destinations */
.destination-1 {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.destination-1,
.destination-1:active,
.destination-1:focus,
.destination-1:hover {
  color: #ffffff;
}

.destination-1-figure {
  position: relative;
  width: 100%;
  border-radius: 8px;
  height: 280px;
}

.destination-1-figure::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2));
  opacity: .5;
  z-index: 1;
}

.destination-1-figure::after {
  content: '';
  display: block;
  width: 100%;
  opacity: 0;
  padding-bottom: 76%;
  visibility: hidden;
}

.destination-1-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
}

.destination-1-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 3;
  width: 100%;
  padding: 15px;
}

.destination-1-decoration-title {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 110px;
  line-height: .7;
  white-space: nowrap;
  text-align: left;
  color: rgba(255, 255, 255, 0.17);
  margin-top: -.4em;
  margin-left: -15px;
  margin-bottom: -.3em;
}

.destination-1-title {
  line-height: 1.2;
  text-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
  letter-spacing: -.02em;
}

.destination-1-comment {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  color: rgb(1, 103, 149);
  background: #ffffff;
  font-weight: 600;
  font-size: 18px;
}

*+.destination-1-comment {
  margin-top: 9px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .destination-1-decoration-title {
    font-size: 90px;
  }

  .destination-1-comment {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .destination-1-decoration-title {
    font-size: 150px;
  }

  html:not(.tablet):not(.mobile) .destination-1-figure {
    transform: scale(1, 1);
    transition: .5s;
  }

  html:not(.tablet):not(.mobile) .destination-1-decoration-title,
  html:not(.tablet):not(.mobile) .destination-1-title,
  html:not(.tablet):not(.mobile) .destination-1-comment {
    transition: .3s;
  }

  html:not(.tablet):not(.mobile) .destination-1-decoration-title {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.2);
    transition: .5s;
  }

  html:not(.tablet):not(.mobile) .destination-1-title {
    position: relative;
    transform: translate3d(0, 50%, 0);
  }

  html:not(.tablet):not(.mobile) .destination-1-comment {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 20px, 0);
    transition-delay: .03s;
  }

  html:not(.tablet):not(.mobile) .destination-1:hover .destination-1-figure {
    transform: scale3d(1.1, 1.1, 1);
  }

  html:not(.tablet):not(.mobile) .destination-1:hover .destination-1-decoration-title {
    opacity: 1;
    visibility: visible;
    transform: scaleZ(7.06);
  }

  html:not(.tablet):not(.mobile) .destination-1:hover .destination-1-title {
    transform: translate3d(0, 0, 0);
  }

  html:not(.tablet):not(.mobile) .destination-1:hover .destination-1-comment {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
}

/** @section Comments */
.review-meta {
  margin-bottom: -10px;
}

.review-meta>* {
  margin-bottom: 10px;
}

.review-meta>li {
  display: flex;
  align-items: center;
}

.review-meta>li>* {
  margin-right: 14px;
}

.review-meta>li>*:last-child {
  margin-right: 0;
}

.review-meta p {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.review-rating {
  display: flex;
  align-items: center;
  padding: 2px 0;
}

.review-rating>li {
  display: flex;
  align-items: flex-end;
}

.review-rating>li+li {
  margin-left: 4px;
}

.review-rating .icon {
  font-size: 14px;
  line-height: 1;
  color: #c4c4c4;
}

@media (min-width: 576px) {
  .review-meta {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .review-meta>li {
    flex-basis: 50%;
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .review-meta {
    margin-bottom: -14px;
  }

  .review-meta>* {
    margin-bottom: 14px;
  }
}

@media (min-width: 1200px) {
  .review-meta {
    margin-bottom: -22px;
  }

  .review-meta>* {
    margin-bottom: 22px;
  }

  .review-meta>li>* {
    margin-right: 17px;
  }

  .review-meta p {
    font-size: 16px;
  }

  .review-rating .icon {
    font-size: 16px;
  }

  .review-rating>li+li {
    margin-left: 8px;
  }
}

.comment-review-group {
  border-top: 1px solid rgba(196, 196, 196, 0.5);
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
}

.comment-review-group .comment-review {
  padding: 30px 0;
}

.comment-review-group .comment-review+.comment-review {
  border-top: 1px solid rgba(196, 196, 196, 0.5);
}

.comment-review-avatar {
  max-width: 43px;
  border-radius: 50%;
}

.comment-review-time {
  display: block;
  color: #808080;
}

.comment-review-text {
  color: #808080;
}

*+.comment-review-main {
  margin-top: 20px;
}

*+.comment-review-group {
  margin-top: 30px;
}

*+.comment-review-text {
  margin-top: 10px;
}

*+.comment-review-meta {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .comment-review-group .comment-review {
    padding: 49px 0;
  }

  .comment-review {
    display: flex;
    align-items: flex-start;
  }

  .comment-review>*+* {
    margin-left: 30px;
  }

  .comment-review-avatar {
    max-width: 86px;
    flex-shrink: 0;
  }

  *+.comment-review-main {
    margin-top: 0;
  }

  *+.comment-review-group {
    margin-top: 58px;
  }

  *+.comment-review-text {
    margin-top: 20px;
  }

  *+.comment-review-meta {
    margin-top: 33px;
  }
}

/** @section Jumbotron */
.jumbotron-1 {
  padding: 20px 0 50px;
}

.jumbotron-1-aside {
  text-align: center;
}

.jumbotron-1-group-item {
  position: relative;
  display: flex;
}

.jumbotron-1-group-item-toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  color: #000000;
  transition: .22s;
}

.jumbotron-1-group-item-toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}

.jumbotron-1-group-item-toggle:hover {
  color: rgb(1, 103, 149);
  border-color: #ffffff;
}

.jumbotron-1-group-item-toggle-text {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -.03em;
  font-weight: 600;
}

.jumbotron-1-group-item-content {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
}

.jumbotron-1-group-item-content a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 20px 5px 47px;
  height: 47px;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.jumbotron-1-group-item-content a:hover {
  color: rgb(1, 103, 149);
}

.jumbotron-1-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -15px;
  margin-left: -15px;
}

.jumbotron-1-group:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.jumbotron-1-group>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 15px;
}

.jumbotron-1-group>* {
  width: calc(50% - 15px);
}

*+.jumbotron-1-aside {
  margin-top: 30px;
}

@media (min-width: 480px) {
  .jumbotron-1-group {
    margin-left: -30px;
  }

  .jumbotron-1-group>* {
    margin-left: 30px;
  }

  .jumbotron-1-group>* {
    width: calc(50% - 30px);
  }
}

@media (min-width: 576px) {
  .jumbotron-1-group {
    margin-left: -15px;
  }

  .jumbotron-1-group>* {
    margin-left: 15px;
  }

  .jumbotron-1-group>* {
    width: calc(25% - 15px);
  }
}

@media (min-width: 768px) {
  .jumbotron-1 {
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .jumbotron-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .jumbotron-1-inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }

  .jumbotron-1-aside {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
  }

  .jumbotron-1-main {
    position: relative;
    flex-shrink: 1;
    width: calc(100% - 100px);
  }

  .jumbotron-1-group {
    flex-direction: column;
    margin-bottom: -22px;
    margin-left: 0;
  }

  .jumbotron-1-group>* {
    margin-bottom: 22px;
    margin-left: 0;
  }

  .jumbotron-1-group>* {
    display: block;
    width: 100%;
  }

  .jumbotron-1-group-item.focus {
    z-index: 2;
  }

  .jumbotron-1-group-item.focus .jumbotron-1-group-item-toggle {
    color: rgb(1, 103, 149);
    border-color: #ffffff;
  }

  .jumbotron-1-group-item-toggle {
    border: 1px solid #c4c4c4;
  }

  .jumbotron-1-group-item-toggle:hover~.jumbotron-1-group-item-content {
    opacity: 1;
    visibility: visible;
  }

  .jumbotron-1-group-item-content {
    width: auto;
    opacity: 0;
    visibility: hidden;
    transition: .22s;
  }

  .jumbotron-1-group-item-content a {
    padding-left: 60px;
  }

  .jumbotron-1-group-item-content:hover {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  .jumbotron-1-main {
    width: calc(100% - 100px);
  }
}

@media (min-width: 1600px) {
  .jumbotron-1 {
    padding: 50px 0 120px;
  }

  .jumbotron-1-main {
    width: 82%;
  }

  .jumbotron-1-group-item-toggle {
    width: 56px;
    height: 56px;
  }

  .jumbotron-1-group-item-content a {
    height: 56px;
  }
}

.jumbotron-2 .svg-wave-line {
  stroke: #ffffff;
}

.jumbotron-2 .rd-navbar-wrap {
  position: relative;
  z-index: 1080;
}

.jumbotron-2 .rd-navbar-static {
  background-color: transparent;
}

.jumbotron-2-content-inner {
  padding: 30px 0 140px;
}

.jumbotron-2-content-inner h1 {
  font-size: 45px;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .jumbotron-2-content-inner .intro-subtitle {
    padding-top: 36px;
    margin-top: 0;
  }
}

.jumbotron-2-block {
  position: relative;
  z-index: 2;
  padding: 50px 0 40px;
  margin: -100px 0px 0;
  background: #ffffff;
  border-radius: 8px 8px 0 0;
}

@media (min-width: 1260px) {
  .jumbotron-2-block {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.jumbotron-2-block>.container {
  border: 1px solid transparent;
}

.jumbotron-2-block>.container>.row {
  position: relative;
  top: 1px;
}

.jumbotron-2-inner {
  padding-bottom: 50px;
}

@media (min-width: 1200px) {
  .jumbotron-2-inner {
    padding-bottom: 0;
  }
}

@media (max-width: 1199.98px) {
  .jumbotron-2-inner {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}

.jumbotron-2-text {
  max-width: 520px;
}

*+.jumbotron-2-text {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .jumbotron-2-content-inner {
    padding: 80px 0 200px;
  }
}

@media (min-width: 1200px) {
  .jumbotron-2 *+.text-1 {
    margin-top: 40px;
  }

  .jumbotron-2 *+.rd-form {
    margin-top: 60px;
  }

  .jumbotron-2-content-inner {
    padding-bottom: 80px;
  }

  .jumbotron-2-block {
    padding-bottom: 135px;
    margin-top: -240px;
  }

  *+.jumbotron-2-text {
    margin-top: 35px;
  }
}

@media (min-width: 1600px) {
  .jumbotron-2-block {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
  }
}

.jumbotron-3 {
  display: flex;
}

.jumbotron-3::after {
  content: '';
  padding-bottom: 43.63432%;
  opacity: 0;
  visibility: hidden;
}

.jumbotron-3 .svg-wave-line {
  position: relative;
  top: -.1em;
  stroke: #ffffff;
}

.jumbotron-3::after,
.jumbotron-3-inner {
  flex-shrink: 0;
  width: 100%;
}

.jumbotron-3-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 0 60px;
}

.jumbotron-3-inner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .45;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
}

.jumbotron-3-title {
  line-height: 1.25;
  font-weight: 600;
  max-width: 330px;
}

.jumbotron-3-text>* {
  line-height: 1.66;
}

.jumbotron-3-title+* {
  margin-top: 15px;
}

@media (max-width: 479px) {
  .jumbotron-3-title .svg-wave-line {
    max-width: 42px;
  }
}

@media (min-width: 768px) {
  .jumbotron-3-inner {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .jumbotron-3-inner::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #000000);
  }

  .jumbotron-3-title {
    max-width: 400px;
    margin-left: 40px;
  }

  .jumbotron-3-text {
    max-width: 520px;
  }

  .jumbotron-3-title+* {
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  .jumbotron-3-inner {
    padding-top: 120px;
    padding-bottom: 165px;
  }
}

@media (min-width: 1200px) {
  .jumbotron-3-title+* {
    margin-top: 35px;
  }
}

@media (min-width: 1600px) {
  .jumbotron-3-title+* {
    margin-top: 55px;
  }
}

/** @section Blurbs */
.blurb-classic {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.blurb-classic-icon {
  display: inline-flex;
  width: 75px;
  height: 75px;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  border-radius: 50%;
}

*+.blurb-classic-title {
  margin-top: 15px;
}

*+.blurb-classic-text {
  margin-top: 9px;
}

@media (min-width: 992px) {
  .blurb-classic-icon {
    width: 105px;
    height: 105px;
  }

  *+.blurb-classic-title {
    margin-top: 21px;
  }

  *+.blurb-classic-text {
    margin-top: 12.6px;
  }
}

@media (min-width: 1600px) {
  .blurb-classic-icon {
    width: 150px;
    height: 150px;
    font-size: 36px;
  }

  *+.blurb-classic-title {
    margin-top: 30px;
  }

  *+.blurb-classic-text {
    margin-top: 18px;
  }
}

/** @section Intro */
.intro-block-uptitle {
  font-size: 80px;
  line-height: 1.2;
}

.intro-block-1 {
  font-family: 'Shrikhand', sans-serif;
}

.intro-block-1 .intro-block-uptitle {
  font-size: 30px;
  color: #228180;
}

.intro-block-1 .intro-block-title {
  font-size: 40px;
  line-height: 1.1;
  color: #ea726c;
}

.intro-block-1 .intro-block-downtitle {
  font-size: 18px;
  color: #ffffff;
}

.intro-block-1 *+.intro-block-title {
  margin-top: 22px;
}

.intro-block-1 *+.intro-block-downtitle {
  margin-top: 12px;
}

.intro-block-1 .intro-block-uptitle,
.intro-block-1 .intro-block-title,
.intro-block-1 .intro-block-downtitle {
  opacity: 0;
  transform: scale(0.2);
  transition: 1s;
}

.intro-block-1 .intro-block-uptitle {
  transform-origin: 50% 100%;
}

.intro-block-1 .intro-block-title {
  transform-origin: 50% 50%;
  transition-delay: .3s;
}

.intro-block-1 .intro-block-downtitle {
  transform-origin: 50% 0;
  transition-delay: .9s;
}

.intro-block-1.active .intro-block-uptitle,
.intro-block-1.active .intro-block-title,
.intro-block-1.active .intro-block-downtitle {
  transform: scale(1);
  opacity: 1;
}

.intro-block-2 {
  display: inline-block;
  font-family: 'Kalam', sans-serif;
  line-height: 1;
}

.intro-block-2 .intro-block-uptitle {
  font-weight: 700;
  font-size: 65px;
}

.intro-block-2 .intro-block-title {
  font-family: 'Fjalla One', sans-serif;
  font-size: 60px;
}

.intro-block-2 .intro-block-downtitle {
  text-align: right;
  font-size: 60px;
}

.intro-block-2 .intro-block-uptitle,
.intro-block-2 .intro-block-title,
.intro-block-2 .intro-block-downtitle {
  opacity: 0;
  transform: translateX(-100%);
  transition: 1s;
}

.intro-block-2 .intro-block-title {
  transition-delay: .3s;
}

.intro-block-2 .intro-block-downtitle {
  transition-delay: .9s;
}

.intro-block-2.active .intro-block-uptitle,
.intro-block-2.active .intro-block-title,
.intro-block-2.active .intro-block-downtitle {
  transform: translateX(0);
  opacity: 1;
}

.intro-block-3 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  color: #ed8d95;
}

.intro-block-3 .intro-block-uptitle {
  font-weight: 700;
  font-size: 36px;
}

.intro-block-3 .intro-block-title {
  font-family: 'Cookie', sans-serif;
  line-height: .9;
  font-size: 90px;
  color: #dd5c64;
  white-space: nowrap;
}

.intro-block-3 .intro-block-title>span {
  display: inline-block;
  opacity: 0;
  transform: scale(0.5);
  transition: .3s;
}

.intro-block-3 .intro-block-downtitle {
  font-size: 24px;
  letter-spacing: .2em;
}

.intro-block-3 *+.intro-block-title {
  margin-top: 10px;
}

.intro-block-3 .intro-block-title>span:nth-child(1) {
  transition-delay: 0.1s;
}

.intro-block-3 .intro-block-title>span:nth-child(2) {
  transition-delay: 0.2s;
}

.intro-block-3 .intro-block-title>span:nth-child(3) {
  transition-delay: 0.3s;
}

.intro-block-3 .intro-block-title>span:nth-child(4) {
  transition-delay: 0.4s;
}

.intro-block-3 .intro-block-title>span:nth-child(5) {
  transition-delay: 0.5s;
}

.intro-block-3 .intro-block-title>span:nth-child(6) {
  transition-delay: 0.6s;
}

.intro-block-3 .intro-block-title>span:nth-child(7) {
  transition-delay: 0.7s;
}

.intro-block-3 .intro-block-title>span:nth-child(8) {
  transition-delay: 0.8s;
}

.intro-block-3 .intro-block-title>span:nth-child(9) {
  transition-delay: 0.9s;
}

.intro-block-3 .intro-block-title>span:nth-child(10) {
  transition-delay: 1s;
}

.intro-block-3 .intro-block-title>span:nth-child(11) {
  transition-delay: 1.1s;
}

.intro-block-3.active .intro-block-title>span {
  opacity: 1;
  transform: scale(1);
}

.intro-block-4 {
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}

.intro-block-4 .intro-block-uptitle {
  font-size: 28px;
}

.intro-block-4 .intro-block-title {
  font-family: 'League Script', sans-serif;
  font-size: 56px;
  line-height: 1.3;
  -webkit-text-stroke: 4px #ffffff;
  text-stroke: 4px #ffffff;
}

.intro-block-4 .intro-block-title>span {
  display: inline-block;
  opacity: 0;
  transform: scale(1.4);
  transition: .3s;
}

.intro-block-4 .intro-block-downtitle {
  font-size: 28px;
  line-height: .1;
}

.intro-block-4 .intro-block-title>span:nth-child(1) {
  transition-delay: 0.1s;
}

.intro-block-4 .intro-block-title>span:nth-child(2) {
  transition-delay: 0.2s;
}

.intro-block-4 .intro-block-title>span:nth-child(3) {
  transition-delay: 0.3s;
}

.intro-block-4 .intro-block-title>span:nth-child(4) {
  transition-delay: 0.4s;
}

.intro-block-4 .intro-block-title>span:nth-child(5) {
  transition-delay: 0.5s;
}

.intro-block-4 .intro-block-title>span:nth-child(6) {
  transition-delay: 0.6s;
}

.intro-block-4 .intro-block-title>span:nth-child(7) {
  transition-delay: 0.7s;
}

.intro-block-4 .intro-block-title>span:nth-child(8) {
  transition-delay: 0.8s;
}

.intro-block-4 .intro-block-title>span:nth-child(9) {
  transition-delay: 0.9s;
}

.intro-block-4 .intro-block-title>span:nth-child(10) {
  transition-delay: 1s;
}

.intro-block-4 .intro-block-title>span:nth-child(11) {
  transition-delay: 1.1s;
}

.intro-block-4.active .intro-block-title>span {
  opacity: 1;
  transform: scale(1);
}

.intro-block-5 {
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}

.intro-block-5 .intro-block-uptitle {
  font-size: 24px;
  letter-spacing: .55em;
}

.intro-block-5 .intro-block-title {
  display: inline-block;
  max-width: 293.04px;
}

.intro-block-5 .intro-block-title svg {
  height: auto;
  max-width: 100%;
}

.intro-block-5 .intro-block-downtitle {
  font-size: 33.6px;
  letter-spacing: .5em;
}

.intro-block-5 .intro-block-uptitle,
.intro-block-5 .intro-block-title,
.intro-block-5 .intro-block-downtitle {
  opacity: 0;
  transition: 1s;
}

.intro-block-5 .intro-block-title {
  transition-delay: .3s;
}

.intro-block-5 .intro-block-downtitle {
  transition-delay: .6s;
}

.intro-block-5.active .intro-block-uptitle,
.intro-block-5.active .intro-block-title,
.intro-block-5.active .intro-block-downtitle {
  opacity: 1;
}

.intro-block-6 {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}

.intro-block-6 .intro-block-uptitle {
  font-size: 48px;
}

.intro-block-6 .intro-block-title {
  display: inline-block;
  max-width: 494.12px;
}

.intro-block-6 .intro-block-downtitle {
  font-size: 48px;
}

@media (min-width: 576px) {
  .intro-block-1 .intro-block-uptitle {
    font-size: 36px;
  }

  .intro-block-1 .intro-block-title {
    font-size: 60px;
  }

  .intro-block-1 .intro-block-downtitle {
    font-size: 21.6px;
  }

  .intro-block-2 .intro-block-uptitle {
    font-size: 78px;
  }

  .intro-block-2 .intro-block-title {
    font-size: 72px;
  }

  .intro-block-2 .intro-block-downtitle {
    font-size: 72px;
  }

  .intro-block-3 .intro-block-uptitle {
    font-size: 48px;
  }

  .intro-block-3 .intro-block-title {
    font-size: 120px;
  }

  .intro-block-3 .intro-block-downtitle {
    font-size: 24px;
  }

  .intro-block-4 .intro-block-uptitle {
    font-size: 48px;
  }

  .intro-block-4 .intro-block-title {
    font-size: 96px;
  }

  .intro-block-4 .intro-block-downtitle {
    font-size: 48px;
  }

  .intro-block-5 .intro-block-uptitle {
    font-size: 24px;
  }

  .intro-block-5 .intro-block-title {
    max-width: 399.6px;
  }

  .intro-block-5 .intro-block-downtitle {
    font-size: 33.6px;
  }
}

@media (min-width: 768px) {
  .intro-block-1 .intro-block-uptitle {
    font-size: 42px;
  }

  .intro-block-1 .intro-block-title {
    font-size: 70px;
  }

  .intro-block-1 .intro-block-downtitle {
    font-size: 25.2px;
  }

  .intro-block-2 .intro-block-uptitle {
    font-size: 91px;
  }

  .intro-block-2 .intro-block-title {
    font-size: 84px;
  }

  .intro-block-2 .intro-block-downtitle {
    font-size: 84px;
  }

  .intro-block-4 .intro-block-uptitle {
    font-size: 56px;
  }

  .intro-block-4 .intro-block-title {
    font-size: 112px;
  }

  .intro-block-4 .intro-block-downtitle {
    font-size: 56px;
  }

  .intro-block-6 .intro-block-uptitle {
    font-size: 48px;
  }

  .intro-block-6 .intro-block-title {
    max-width: 673.8px;
  }

  .intro-block-6 .intro-block-downtitle {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .intro-block-1 .intro-block-uptitle {
    font-size: 48px;
  }

  .intro-block-1 .intro-block-title {
    font-size: 80px;
  }

  .intro-block-1 .intro-block-downtitle {
    font-size: 28.8px;
  }

  .intro-block-2 .intro-block-uptitle {
    font-size: 104px;
  }

  .intro-block-2 .intro-block-title {
    font-size: 96px;
  }

  .intro-block-2 .intro-block-downtitle {
    font-size: 96px;
  }

  .intro-block-3 .intro-block-uptitle {
    font-size: 56px;
  }

  .intro-block-3 .intro-block-title {
    font-size: 140px;
  }

  .intro-block-3 .intro-block-downtitle {
    font-size: 28px;
  }

  .intro-block-4 .intro-block-uptitle {
    font-size: 64px;
  }

  .intro-block-4 .intro-block-title {
    font-size: 128px;
  }

  .intro-block-4 .intro-block-downtitle {
    font-size: 64px;
  }

  .intro-block-6 .intro-block-uptitle {
    font-size: 56px;
  }

  .intro-block-6 .intro-block-title {
    max-width: 786.1px;
  }

  .intro-block-6 .intro-block-downtitle {
    font-size: 56px;
  }
}

@media (min-width: 1200px) {
  .intro-block-5 .intro-block-uptitle {
    font-size: 32px;
  }

  .intro-block-5 .intro-block-title {
    max-width: 532.8px;
  }

  .intro-block-5 .intro-block-downtitle {
    font-size: 44.8px;
  }
}

@media (min-width: 1600px) {
  .intro-block-1 .intro-block-uptitle {
    font-size: 60px;
  }

  .intro-block-1 .intro-block-title {
    font-size: 100px;
  }

  .intro-block-1 .intro-block-downtitle {
    font-size: 36px;
  }

  .intro-block-1 *+.intro-block-title {
    margin-top: 22px;
  }

  .intro-block-1 *+.intro-block-downtitle {
    margin-top: 12px;
  }

  .intro-block-2 .intro-block-uptitle {
    font-size: 130px;
  }

  .intro-block-2 .intro-block-title {
    font-size: 120px;
  }

  .intro-block-2 .intro-block-downtitle {
    font-size: 120px;
  }

  .intro-block-3 .intro-block-uptitle {
    font-size: 80px;
  }

  .intro-block-3 .intro-block-title {
    font-size: 200px;
    line-height: .7;
  }

  .intro-block-3 .intro-block-downtitle {
    font-size: 40px;
  }

  .intro-block-3 *+.intro-block-title {
    margin-top: 20px;
  }

  .intro-block-4 .intro-block-uptitle {
    font-size: 80px;
  }

  .intro-block-4 .intro-block-title {
    font-size: 160px;
    line-height: 1;
    -webkit-text-stroke: 5px #ffffff;
    text-stroke: 5px #ffffff;
  }

  .intro-block-4 .intro-block-downtitle {
    font-size: 80px;
  }

  .intro-block-5 .intro-block-uptitle {
    font-size: 40px;
    line-height: .5;
  }

  .intro-block-5 .intro-block-title {
    max-width: 666px;
  }

  .intro-block-5 .intro-block-downtitle {
    font-size: 56px;
  }

  .intro-block-6 .intro-block-uptitle {
    font-size: 80px;
    line-height: .55;
  }

  .intro-block-6 .intro-block-title {
    max-width: 1123px;
  }

  .intro-block-6 .intro-block-downtitle {
    font-size: 86px;
    line-height: .45;
  }
}

/** @section Animation */
.animation-1 {
  position: relative;
}

.animation-1-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 50%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.animation-1-item {
  position: relative;
  flex: 1 0 auto;
}

.animation-1-item img {
  position: absolute;
  animation-name: animation-1;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0;
}

.animation-1-item:nth-child(1) img {
  animation-delay: 1s;
}

.animation-1-item:nth-child(2) img {
  animation-delay: 1.5s;
}

.animation-1-item:nth-child(3) img {
  animation-delay: 0.5s;
}

.animation-1-item:nth-child(4) img {
  animation-delay: 1.9s;
}

.animation-1-1 .animation-1-inner {
  padding-left: 50%;
}

.animation-1-1 .animation-1-item:nth-child(5) img {
  animation-delay: 2.9s;
}

@keyframes animation-1 {
  0% {
    bottom: 0;
    right: 50px;
    opacity: 1;
  }

  20% {
    right: 40px;
  }

  40% {
    right: 60px;
  }

  50% {
    right: 50px;
  }

  60% {
    right: 40px;
  }

  70% {
    right: 50px;
  }

  80% {
    right: 45px;
  }

  90% {
    right: 50px;
  }

  100% {
    right: 50px;
    bottom: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}

.animation-2 {
  position: relative;
}

.animation-2-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.animation-2-item {
  position: absolute;
  width: 3%;
  animation: animation-2 2s linear infinite;
}

.animation-2-item:nth-child(1) {
  bottom: 74%;
  left: 10%;
  width: 4%;
  animation-delay: .8s;
}

.animation-2-item:nth-child(2) {
  bottom: 34%;
  left: 10%;
  animation-delay: .2s;
}

.animation-2-item:nth-child(3) {
  bottom: 44%;
  left: 14%;
  animation-delay: 1.2s;
}

.animation-2-item:nth-child(4) {
  bottom: 21%;
  left: 19%;
  width: 4%;
  animation-delay: .5s;
}

.animation-2-item:nth-child(5) {
  bottom: 22%;
  left: 67%;
  animation-delay: 1.5s;
}

.animation-2-item:nth-child(6) {
  bottom: 39%;
  left: 77%;
  animation-delay: .6s;
}

.animation-2-item:nth-child(7) {
  bottom: 40%;
  left: 85%;
  width: 4%;
  animation-delay: 1.8s;
}

.animation-2-item:nth-child(8) {
  bottom: 62%;
  left: 88%;
  animation-delay: .2s;
}

@keyframes animation-2 {
  0% {
    transform: translate(0, 0vh);
    opacity: 1;
  }

  20% {
    transform: translate(-10px, -8vh);
  }

  40% {
    transform: translate(10px, -16vh);
  }

  60% {
    transform: translate(0, -24vh);
  }

  80% {
    transform: translate(-10px, -32vh);
  }

  100% {
    transform: translate(0, -40vh);
    opacity: 0;
  }
}

/** @group Helpers */
/** @section Page layout */
body {
  overflow-x: hidden;
}

.page {
  position: relative;
  min-height: 100vh;
  opacity: 0;
}

.page.fadeIn {
  animation-timing-function: ease-out;
}

.page.fadeOut {
  animation-timing-function: ease-in;
}

[data-x-mode] .page {
  opacity: 1;
}

.page-header .rd-navbar-wrap {
  position: relative;
  z-index: 1080;
}

.page-header-absolute .rd-navbar-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1080;
}

.page-header-1 {
  position: relative;
  background-color: #222;
  background-position: center center;
  background-size: cover;
}

.page-header-1 .rd-navbar-classic {
  position: relative;
  z-index: 1080;
  background-color: transparent;
}

.page-header-1 .breadcrumbs-custom::before {
  display: none;
}

.page-header-1-figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.page-header-1-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 576px) {
  .page-header-2 {
    padding: 0 15px;
  }

  .rd-navbar-static-linked .page-header-2 .rd-navbar--is-stuck .rd-navbar-main-outer {
    padding: 0 15px;
  }
}

@media (min-width: 1600px) {
  .page-header-2 {
    padding: 0 60px;
  }

  .rd-navbar-static-linked .page-header-2 .rd-navbar--is-stuck .rd-navbar-main-outer {
    padding: 0 60px;
  }
}

.rd-navbar-static-linked .page-header-2 .rd-navbar-creative:not(.rd-navbar--is-stuck) .rd-navbar-main-outer {
  padding-left: 0;
  padding-right: 0;
}

.page-header-3 .rd-navbar-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1080;
}

.page-header-3 .rd-navbar-wrap .rd-navbar-static .rd-navbar-collapse-toggle-1 {
  display: none;
}

.page-header-3 .rd-navbar-wrap .rd-navbar-fixed .rd-navbar-brand {
  margin-left: 0;
}

.page-header-3 .rd-navbar-wrap .rd-navbar-fixed .rd-navbar-collapse-1 {
  position: fixed;
  right: 0;
  top: 56px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  padding: 20px;
  transition: .3s;
  z-index: 1080;
}

.page-header-3 .rd-navbar-wrap .rd-navbar-fixed .rd-navbar-collapse-1.active {
  opacity: 1;
  visibility: visible;
}

/** @section Text styling */
.font-family-cursive {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
}

.text-italic {
  font-style: italic;
}

.text-normal {
  font-style: normal;
}

.text-underline {
  text-decoration: underline;
}

.text-strike {
  text-decoration: line-through;
}

.fw-thin {
  font-weight: 100;
}

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

.fw-regular {
  font-weight: 400;
}

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

.fw-sbold {
  font-weight: 600;
}

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

.fw-ubold {
  font-weight: 900;
}

.text-spacing-0 {
  letter-spacing: 0;
}

.ls-ng-1 {
  letter-spacing: -.01em;
}

.ls-ng-1 {
  letter-spacing: -.02em;
}

.ls-1 {
  letter-spacing: .01em;
}

.ls-2 {
  letter-spacing: .02em;
}

.ls-3 {
  letter-spacing: .03em;
}

html .page .text-white-8 {
  color: rgba(255, 255, 255, 0.8);
}

html .page .text-primary {
  color: rgb(1, 103, 149) !important;
}

html .page .text-secondary {
  color: rgb(1, 103, 149);
}

html .page .text-gray-800 {
  color: #353535;
}

html .page .text-gray-500 {
  color: #808080;
}

html .page .text-gray-600 {
  color: #656565;
}

html .page .text-gray-800 {
  color: #353535;
}

html .page .text-black {
  color: #000000;
}

html .page .text-black-5 {
  color: rgba(0, 0, 0, 0.5);
}

html .page .text-white-7 {
  color: rgba(255, 255, 255, 0.7);
}

.text-shadow-1 {
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

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

.text-md {
  font-size: 22px;
}

/** @section Offsets */
*+p {
  margin-top: 14px;
}

*+h2 {
  margin-top: 12px;
}

*+h3 {
  margin-top: 12px;
}

*+h4 {
  margin-top: 12px;
}

*+h5 {
  margin-top: 10px;
}

p+p {
  margin-top: 12px;
}

h5+h5 {
  margin-top: 10px;
}

img+p {
  margin-top: 15px;
}

*+.row {
  margin-top: 30px;
}

*+.big {
  margin-top: 20px;
}

*+.list-md {
  margin-top: 20px;
}

*+.text-block {
  margin-top: 30px;
}

*+.btn {
  margin-top: 25px;
}

.row+h3,
.row+.heading-3 {
  margin-top: 80px;
}

.container+.container {
  margin-top: 35px;
}

.row+.row {
  margin-top: 35px;
}

@media (min-width: 992px) {
  *+h2 {
    margin-top: 20px;
  }

  *+h5 {
    margin-top: 20px;
  }

  *+p {
    margin-top: 20px;
  }

  h2+p {
    margin-top: 11px;
  }

  *+.row {
    margin-top: 45px;
  }

  *+.big {
    margin-top: 26px;
  }

  h5+h5 {
    margin-top: 14px;
  }

  .heading-7+.list-md {
    margin-top: 40px;
  }

  .heading-7+.list-palette {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  *+h5 {
    margin-top: 26px;
  }

  *+.rd-form {
    margin-top: 30px;
  }

  p+p {
    margin-top: 20px;
  }

  .container+.container {
    margin-top: 60px;
  }

  .row+.row {
    margin-top: 80px;
  }
}

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

.row-0:empty {
  margin-bottom: 0;
}

.row-0>* {
  margin-bottom: 0px;
}

.row-6 {
  margin-bottom: -6px;
}

.row-6:empty {
  margin-bottom: 0;
}

.row-6>* {
  margin-bottom: 6px;
}

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

.row-10:empty {
  margin-bottom: 0;
}

.row-10>* {
  margin-bottom: 10px;
}

.row-13 {
  margin-bottom: -13px;
}

.row-13:empty {
  margin-bottom: 0;
}

.row-13>* {
  margin-bottom: 13px;
}

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

.row-20:empty {
  margin-bottom: 0;
}

.row-20>* {
  margin-bottom: 20px;
}

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

.row-30:empty {
  margin-bottom: 0;
}

.row-30>* {
  margin-bottom: 30px;
}

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

.row-40:empty {
  margin-bottom: 0;
}

.row-40>* {
  margin-bottom: 40px;
}

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

.row-50:empty {
  margin-bottom: 0;
}

.row-50>* {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .row-md-40 {
    margin-bottom: -40px;
  }

  .row-md-40:empty {
    margin-bottom: 0;
  }

  .row-md-40>* {
    margin-bottom: 40px;
  }

  .row-md-50 {
    margin-bottom: -50px;
  }

  .row-md-50:empty {
    margin-bottom: 0;
  }

  .row-md-50>* {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .row-md-30 {
    margin-bottom: -30px;
  }

  .row-md-30:empty {
    margin-bottom: 0;
  }

  .row-md-30>* {
    margin-bottom: 30px;
  }

  .row-md-50 {
    margin-bottom: -50px;
  }

  .row-md-50:empty {
    margin-bottom: 0;
  }

  .row-md-50>* {
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .row-xl-40 {
    margin-bottom: -40px;
  }

  .row-xl-40:empty {
    margin-bottom: 0;
  }

  .row-xl-40>* {
    margin-bottom: 40px;
  }

  .row-xl-50 {
    margin-bottom: -50px;
  }

  .row-xl-50:empty {
    margin-bottom: 0;
  }

  .row-xl-50>* {
    margin-bottom: 50px;
  }
}

@media (min-width: 1600px) {
  .row-xxl-80 {
    margin-bottom: -80px;
  }

  .row-xxl-80:empty {
    margin-bottom: 0;
  }

  .row-xxl-80>* {
    margin-bottom: 80px;
  }
}

.page *+.mt-0 {
  margin-top: 0px;
}

.page *+.mt-10 {
  margin-top: 10px;
}

.page *+.mt-15 {
  margin-top: 15px;
}

.page *+.mt-20 {
  margin-top: 20px;
}

.page *+.mt-30 {
  margin-top: 30px;
}

.page *+.mt-40 {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .page *+.mt-md-20 {
    margin-top: 20px;
  }

  .page *+.mt-md-30 {
    margin-top: 30px;
  }

  .page *+.mt-md-35 {
    margin-top: 35px;
  }

  .page *+.mt-md-45 {
    margin-top: 45px;
  }

  .page *+.mt-md-60 {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .page *+.mt-lg-40 {
    margin-top: 40px;
  }

  .page *+.mt-lg-50 {
    margin-top: 50px;
  }

  .page *+.mt-lg-60 {
    margin-top: 60px;
  }

  .page *+.mt-lg-80 {
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {
  .page *+.mt-xl-30 {
    margin-top: 30px;
  }

  .page *+.mt-xl-40 {
    margin-top: 40px;
  }

  .page *+.mt-xl-50 {
    margin-top: 50px;
  }

  .page *+.mt-xl-55 {
    margin-top: 55px;
  }

  .page *+.mt-xl-60 {
    margin-top: 60px;
  }

  .page *+.mt-xl-70 {
    margin-top: 70px;
  }

  .page *+.mt-xl-80 {
    margin-top: 80px;
  }
}

@media (min-width: 1600px) {
  .page *+.mt-xxl-50 {
    margin-top: 50px;
  }

  .page *+.mt-xxl-60 {
    margin-top: 60px;
  }

  .page *+.mt-xxl-70 {
    margin-top: 70px;
  }

  .page *+.mt-xxl-75 {
    margin-top: 75px;
  }

  .page *+.mt-xxl-85 {
    margin-top: 85px;
  }
}

@media (min-width: 1200px) {
  .inset-1 {
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  .inset-2 {
    padding-left: 50px;
  }
}

@media (min-width: 992px) {
  .inset-3 {
    padding-top: 12px;
  }
}

@media (min-width: 992px) {
  .inset-4 {
    padding-right: 20px;
  }
}

.row-narrow {
  margin-right: -5px;
  margin-left: -5px;
}

.row-narrow>.col,
.row-narrow>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.row-narrow-40 {
  margin-right: -20px;
  margin-left: -20px;
}

.row-narrow-40>.col,
.row-narrow-40>[class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 1200px) {
  .row-narrow-20 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .row-narrow-20>.col,
  .row-narrow-20>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}

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

.offset-xl-t-35 {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .offset-xl-t-35 {
    margin-top: 35px;
  }
}

.offset-xl-t-40 {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .offset-xl-t-40 {
    margin-top: 40px;
  }
}

.offset-xl-t-45 {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .offset-xl-t-45 {
    margin-top: 45px;
  }
}

/** @section Sections */
.section-xs {
  padding: 25px 0;
}

.section-sm,
.section-md,
.section-lg,
.section-xl,
.section-1 {
  padding: 50px 0;
}

.section-collapse+.section-collapse {
  padding-top: 0;
}

.section-collapse:last-child {
  padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .section-sm {
    padding: 60px 0;
  }

  .section-md {
    padding: 85px 0;
  }

  .section-md.section-first {
    padding-top: 120px;
  }

  .section-md.section-last {
    padding-bottom: 100px;
  }

  .section-lg {
    padding: 60px 0;
  }

  .section-xl {
    padding: 110px 0;
  }

  .section-1 {
    padding: 60px 0 80px;
  }
}

@media (min-width: 1200px) {
  .section-sm {
    padding: 70px 0 85px;
  }

  .section-md {
    padding: 105px 0;
  }

  .section-md.section-first {
    padding-top: 140px;
  }

  .section-md.section-last {
    padding-bottom: 140px;
  }

  .section-lg {
    padding: 70px 0;
  }

  .section-xl {
    padding: 165px 0 175px;
  }

  .section-1 {
    padding: 75px 0 120px;
  }
}

@media (min-width: 1600px) {
  .section-1 {
    padding: 90px 0 150px;
  }

  .section-md.section-md-1 {
    padding-bottom: 150px;
  }
}

.section-single {
  display: flex;
}

.section-single-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
}

.section-single-left,
.section-single-right {
  width: 100%;
}

.section-single-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 15px;
}

.section-single-header {
  padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}

.section-single-main {
  padding: calc(1em + 4vh) 0;
}

.section-single-footer {
  padding: calc(1em + 2vh) 0 50px;
}

@media (min-width: 576px) {
  .section-single-left {
    max-width: 660px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .section-single-footer {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .section-single-inner {
    align-items: stretch;
    flex-direction: row;
  }

  .section-single-right {
    display: flex;
  }

  .section-single-right .thumbnail-1 {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .section-single-left,
  .section-single-right {
    width: 50%;
  }
}

@media (min-width: 1600px) {
  .section-single-left {
    padding-right: 100px;
    max-width: 760px;
  }
}

.section-decoration-1 {
  overflow: hidden;
}

.section-decoration-1-figure {
  position: relative;
}

.section-decoration-1-figure>* {
  position: relative;
  z-index: 1;
}

.section-decoration-1-image {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: none;
  pointer-events: none;
}

.section-decoration-2 {
  position: relative;
  overflow: hidden;
}

.section-decoration-2>* {
  position: relative;
  z-index: 1;
}

.section-decoration-2-image {
  display: none;
}

@media (min-width: 1200px) {
  img.section-decoration-2-image {
    z-index: 0;
  }

  .section-decoration-2-image {
    position: absolute;
    top: 28%;
    left: 78%;
    display: block;
    transform: translate3d(0, -28%, 0);
    opacity: .2;
  }
}

@media (min-width: 1600px) {
  .section-decoration-2-image {
    opacity: .3;
    left: calc(50% + 600px);
  }
}

.section-custom-1 {
  padding: 50px 0 60px;
}

.section-custom-1-block .form-wrap-icon .form-input,
.section-custom-1-block .form-wrap-icon .form-label {
  padding-left: 35px;
}

.section-custom-1-block *+.form-wrap {
  margin-top: 27px;
}

.section-custom-1-block *+.rd-form {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .section-custom-1 {
    padding: 70px 0 130px;
  }

  .section-custom-1-block {
    position: relative;
    z-index: 1;
    padding: 25px 45px;
    margin-left: -30px;
    background: #ffffff;
    border-radius: 4px 4px 0 0;
  }

  .section-custom-1-ally+.section-custom-1 .section-custom-1-block {
    margin-top: -140px;
  }
}

.cta-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-bordered-1 {
  border-bottom: 1px solid #C4C4C4;
}

.section-relative {
  position: relative;
  z-index: 1;
}

.section-fullheight {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.section-fullheight>* {
  width: 100%;
}

.section-fullheight-middle {
  padding: 10px 0;
}

.rd-navbar-fixed-linked .section-fullheight {
  min-height: calc(100vh - 60px);
}

@media (min-width: 992px) {
  .section-fullheight {
    padding: 90px 0 30px;
  }

  .section-fullheight-1 {
    padding: 30px 0;
  }

  .section-fullheight-middle {
    padding: 30px 0;
  }
}

/** @section Grid modules */
.row-x-6 {
  margin-left: -3px;
  margin-right: -3px;
}

.row-x-6>[class*='col'] {
  padding: 0 3px;
}

@media (min-width: 1200px) {
  .row-x-xl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .row-x-xl-50>[class*='col'] {
    padding: 0 25px;
  }
}

@media (min-width: 1600px) {
  .container-wide {
    max-width: 1770px;
  }
}

@media (min-width: 1200px) {
  .grid-wing-right {
    width: calc(1200px / 2 + 50vw);
  }
}

@media (min-width: 1600px) {
  .container-wide .grid-wing-right {
    width: calc(1600px / 2 + 50vw);
  }
}

@media (min-width: 2200px) {
  .container-wide .grid-wing-right {
    max-width: 1600px;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

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

.cell-inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: hidden;
}

.range>[class*='cell'] {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.range>[class*='cell']>.row {
  margin: 0;
}

.range>[class*='cell'].container {
  padding: 0;
}

.range>[class*='col'] {
  padding: 0;
}

@media (min-width: 576px) {
  .cell-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cell-sm-6 .cell-inner {
    max-width: 270px;
  }

  .range>[class*='cell-sm']:nth-child(odd) .cell-inner {
    margin-left: auto;
  }

  .range.flex-sm-row-reverse>[class*='cell-sm']:nth-child(odd) .cell-inner {
    margin-left: 0;
  }

  .range.flex-sm-row-reverse>[class*='cell-sm']:nth-child(even) .cell-inner {
    margin-left: auto;
  }

  .range>[class*='cell-sm'].container {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .range>[class*='cell-md']:nth-child(odd) .cell-inner {
    margin-left: auto;
  }

  .range.flex-md-row-reverse>[class*='cell-md']:nth-child(odd) .cell-inner {
    margin-left: 0;
  }

  .range.flex-md-row-reverse>[class*='cell-md']:nth-child(even) .cell-inner {
    margin-left: auto;
  }

  .range>[class*='cell-md'].container {
    margin: 0;
  }
}

@media (min-width: 992px) {
  [class*='cell-lg']>.row>[class*='col'] {
    flex-basis: 100%;
  }

  .range>[class*='cell-lg']:nth-child(odd) .cell-inner {
    margin-left: auto;
  }

  .range.flex-lg-row-reverse>[class*='cell-lg']:nth-child(odd) .cell-inner {
    margin-left: 0;
  }

  .range.flex-lg-row-reverse>[class*='cell-lg']:nth-child(even) .cell-inner {
    margin-left: auto;
  }

  .range>[class*='cell-lg'].container {
    margin: 0;
  }

  .cell-lg-7 {
    flex: 0 0 calc(50% - -80px);
    max-width: calc(50% - -80px);
  }

  .cell-lg-7 .cell-inner {
    max-width: 560px;
  }

  .cell-lg-5 {
    flex: 0 0 calc(50% - 80px);
    max-width: calc(50% - 80px);
  }

  .cell-lg-5 .cell-inner {
    max-width: 400px;
  }
}

@media (min-width: 1200px) {
  .range>[class*='cell-xl'].container {
    margin: 0;
  }

  .range>[class*='cell-xl']:nth-child(odd) .cell-inner {
    margin-left: auto;
  }

  .range .cell-inner {
    flex-basis: 100%;
  }

  .cell-xl-8 {
    flex: 0 0 calc(50% - -200px);
    max-width: calc(50% - -200px);
  }

  .cell-xl-8 .cell-inner {
    max-width: 800px;
  }

  .cell-xl-4 {
    flex: 0 0 calc(50% - 200px);
    max-width: calc(50% - 200px);
  }

  .cell-xl-4 .cell-inner {
    max-width: 400px;
  }
}

@media (min-width: 1600px) {
  .cell-xxl-9 {
    flex: 0 0 calc(50% - -300px);
    max-width: calc(50% - -300px);
  }

  .cell-xxl-9 .cell-inner {
    max-width: 900px;
  }

  .cell-xxl-3 {
    flex: 0 0 calc(50% - 300px);
    max-width: calc(50% - 300px);
  }

  .cell-xxl-3 .cell-inner {
    max-width: 300px;
  }
}

html .row.row-no-gutter>[class*='col'] {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

html .row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}

/** @section Backgrounds */
.context-dark .brand .brand-logo-dark {
  display: none;
}

.context-dark .brand .brand-logo-light {
  display: block;
}

.context-light h1,
.context-light h2,
.context-light h3,
.context-light h4,
.context-light h5,
.context-light h6,
.context-light [class*='heading-'] {
  color: #212121;
}

.context-light .brand .brand-logo-dark {
  display: block;
}

.context-light .brand .brand-logo-light {
  display: none;
}

/*
* Light Backgrounds
*/
.bg-default {
  background-color: #ffffff;
}

.bg-default:not([style*="background-"])+.bg-default:not([style*="background-"]) {
  padding-top: 0;
}

.bg-gray-100 {
  background-color: #FAFAFA;
}

.bg-gray-100:not([style*="background-"])+.bg-gray-100:not([style*="background-"]) {
  padding-top: 0;
}

.bg-gray-lighten {
  background-color: #f6f6f6;
}

.bg-gray-lighten:not([style*="background-"])+.bg-gray-lighten:not([style*="background-"]) {
  padding-top: 0;
}

.bg-color-gray-100 {
  background: #FAFAFA;
}

.bg-gray-300 {
  background-color: #FAFAFA;
}

.bg-gray-300:not([style*="background-"])+.bg-gray-300:not([style*="background-"]) {
  padding-top: 0;
}

.bg-gray-500 {
  background-color: #808080;
}

.bg-gray-500:not([style*="background-"])+.bg-gray-500:not([style*="background-"]) {
  padding-top: 0;
}

/*
* Dark Backgrounds
*/
.bg-gray-800 {
  background-color: #353535;
}

.bg-gray-800:not([style*="background-"])+.bg-gray-800:not([style*="background-"]) {
  padding-top: 0;
}

.bg-color-gray-800 {
  background: #353535;
}

.bg-black {
  background-color: #000000;
}

.bg-black:not([style*="background-"])+.bg-black:not([style*="background-"]) {
  padding-top: 0;
}

/*
* Accent Backgrounds
*/
.bg-primary {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.bg-primary:not([style*="background-"])+.bg-primary:not([style*="background-"]) {
  padding-top: 0;
}

.bg-secondary {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.bg-secondary:not([style*="background-"])+.bg-secondary:not([style*="background-"]) {
  padding-top: 0;
}

/*
* Background Image
*/
.bg-image {
  background-size: cover;
  background-position: center center;
}

.bg-image-2 {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.bg-image-2-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  animation: bgHeart 5s infinite;
}

@keyframes bgHeart {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.1);
  }

  20% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.1);
  }

  40% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(3);
    opacity: 0;
  }

  90% {
    transform: scale(1.1);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .bg-image-2-item {
    background-size: contain;
  }
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .bg-fixed {
    background-attachment: fixed;
  }
}

.bg-mask {
  position: relative;
  z-index: 0;
}

.bg-mask::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  background-color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
  .bg-mask::before {
    display: none;
  }
}

[class*='bg-overlay'] {
  position: relative;
}

[class*='bg-overlay']>* {
  position: relative;
  z-index: 1;
}

[class*='bg-overlay']::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-overlay-1::after {
  opacity: .6;
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0.5));
}

.bg-overlay-2::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.21));
}

.bg-overlay-3::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2));
}

.bg-grad-1 {
  background: linear-gradient(307.23deg, #531FD5 0%, #9B59D8 48.89%, #E495DC 98.62%);
}

.bg-img-5 {
  background: url("../images/coming-soon.jpg") no-repeat center;
  background-size: cover;
}

.bg-img-5:before {
  display: none;
}

.cta-figure-wrap {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
}

@media (min-width: 768px) {
  .cta-figure-wrap {
    width: 52vw;
  }
}

@media (min-width: 992px) {
  .cta-figure-wrap {
    width: 66vw;
  }
}

@media (min-width: 1200px) {
  .cta-figure-wrap {
    width: 52vw;
  }
}

.cta-figure-wrap img {
  height: 100%;
  opacity: .3;
}

@media (min-width: 992px) {
  .cta-figure-wrap img {
    opacity: 1;
  }
}

.bg-img-2 {
  background: url("../images/cta-1-1920x588.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}

.bg-img-2>* {
  z-index: 2;
  position: relative;
}

.bg-img-2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  pointer-events: none;
}

@media (min-width: 992px) {
  .bg-img-2:before {
    opacity: 0;
  }
}

.bg-effect {
  position: relative;
  z-index: 0;
}

.bg-effect-inner {
  position: absolute;
  left: 0;
  top: 40%;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.bg-effect-item {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  animation: bg-effect 20s infinite linear;
}

.bg-effect-item:nth-child(1) {
  animation-direction: reverse;
}

.bg-effect-item:nth-child(2) {
  animation-duration: 35s;
}

@keyframes bg-effect {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100vw 0;
  }
}

@keyframes bg-effect-1 {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100vw 0;
  }
}

.bg-custom {
  position: relative;
  z-index: 0;
}

.bg-custom .bg-custom-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(284.38deg, rgb(1, 103, 149) 0%, #fad0c4 98.62%);
}

.bg-top-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 34%;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.bg-card-02 {
  background-color: #e162cd;
}

.bg-card-05 {
  background-color: #e50917;
}

/** @section Utilities custom */
.height-fill {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.height-fill>* {
  flex-grow: 1;
  flex-shrink: 0;
}

.object-inline {
  white-space: nowrap;
}

.object-inline>* {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.object-inline>*+* {
  margin-left: 7px;
}

.oh {
  position: relative;
  overflow: hidden;
}

.relative {
  position: relative;
}

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

p.rights {
  color: #656565;
}

p.rights a {
  color: inherit;
}

p.rights a:hover {
  color: rgb(1, 103, 149);
}

[style*='z-index: 1000;'] {
  z-index: 1101 !important;
}

.text-block>* {
  margin-left: .125em;
  margin-right: .125em;
}

.cols-custom {
  columns: 2;
  column-gap: 30px;
  break-inside: avoid;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cols-custom {
    columns: 1;
  }
}

.tip-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  margin-bottom: 5px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2em;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #c4c4c4;
  color: #222;
  cursor: pointer;
}

.context-dark .tip-mark {
  color: white;
}

.text-group-1 {
  position: relative;
}

.text-group-1 .text-xxl {
  color: rgba(0, 0, 0, 0.05);
}

.text-group-1 .text-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
}

.filters {
  position: relative;
}

.filters-toggle {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #c4c4c4;
}

.filters-list {
  background: #ffffff;
  text-transform: uppercase;
}

.filters-list li {
  display: flex;
  width: 100%;
  flex-grow: 1;
}

.filters-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 10px;
  font-weight: 500;
  background: #ffffff;
  color: #808080;
  font-size: 14px;
}

.filters-list a:hover {
  background: #fcfcfc;
  color: #000000;
}

.filters-list a span {
  line-height: 1.2;
}

.filters-list a span+span {
  margin-left: 5px;
}

.filters-list .icon {
  font-size: inherit;
}

.filters-list a.active {
  color: #000000;
  background: #FAFAFA;
}

@media (max-width: 575.98px) {
  .filters-list {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 100%;
    max-width: calc(100% - 10px);
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  }

  .filters-list.active {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 576px) {
  .filters-list {
    display: flex;
    flex-wrap: wrap;
  }

  .filters-list li {
    width: 50%;
  }

  .filters-list li:nth-child(n + 3) {
    border-top: 1px solid #c4c4c4;
  }

  .filters-list a {
    padding: 16px 25px;
    font-size: 16px;
  }

  .filters-list>li+li {
    border-left: 1px solid #c4c4c4;
  }

  .filters-toggle {
    display: none;
  }
}

@media (min-width: 992px) {
  .filters-list li {
    flex-basis: 24.9%;
    flex-grow: 1;
    width: auto;
  }

  .filters-list a {
    padding: 22px 20px;
  }
}

@media (min-width: 1200px) {
  .filters-list a {
    font-size: 17px;
  }
}

@media (min-width: 1600px) {
  .filters-list a {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
  }
}

.shadow-1 {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.dt-1 {
  position: relative;
  top: .2em;
}

.ghost-block {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .block-custom-centered {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

/** @group Plugins */
/** @section Animate */
.animated {
  animation-duration: .8s;
  animation-fill-mode: both;
  opacity: 1;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

/** @section Preloader */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #ffffffc9;
  transition: .3s all linear;
}

.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader {
  position: absolute;
  width: 300px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -50px;
  border-radius: 20px;
}

.loader .ball {
  position: absolute;
  width: 0;
  height: 100%;
  left: -15px;
  bottom: 0;
  background: #4a9;
  opacity: 0;
  -webkit-animation: moveBall 2.8s infinite linear;
  animation: moveBall 2.8s infinite linear;
}

.loader .ball.one {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.loader .ball.two {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loader .ball.three {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loader .ball.four {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loader .ball.five {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.loader .ball.six {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.loader .ball .inner {
  height: 30px;
  width: 30px;
  position: absolute;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  bottom: 0;
  left: 0;
  margin-left: -15px;
  border-radius: 100%;
}

.loader .ball.center {
  left: 50%;
  top: 50%;
  background: none;
  -webkit-animation: centerBall 2.8s infinite cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation: centerBall 2.8s infinite cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.loader .ball.center .inner {
  top: -15px;
}

@keyframes centerBall {

  0%,
  25%,
  100% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  75% {
    opacity: 0;
  }
}

@keyframes moveBall {
  0% {
    left: -10%;
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }

  10% {
    opacity: 0;
  }

  28.7% {
    transform: rotate(-180deg);
    left: 50%;
    opacity: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  71.3% {
    transform: rotate(180deg);
    left: 50%;
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  90% {
    opacity: 0;
  }

  100% {
    left: 110%;
    transform: rotate(deg);
    opacity: 0;
  }
}

/** @section ToTop */
.ui-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 46px;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: .45s all ease-in-out;
  transform: translate3d(0, 100px, 0);
  box-shadow: 0 0 10px rgba(0, 128, 128, 1);
}

.ui-to-top:hover {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  text-decoration: none;
}

.ui-to-top:focus {
  color: #ffffff;
}

.ui-to-top.active {
  transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
  display: none !important;
}

@media (min-width: 576px) {
  .ui-to-top {
    right: 40px;
    bottom: 40px;
  }
}

/** @section RD Navbar */
@keyframes rd-navbar-slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes rd-navbar-slide-up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

.rd-navbar-wrap,
.rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-static .rd-menu,
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-submenu {
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
  transition: none !important;
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
  display: none;
}

.rd-navbar.rd-navbar-fixed+.rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar+.rd-navbar.rd-navbar--is-clone {
  display: none;
}

.rd-navbar {
  display: none;
  background: transparent;
}

.rd-navbar-toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  color: #555;
  position: relative;
  display: flex;
  background-color: transparent;
  border: none;
  display: none;
}

.rd-navbar-toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}

.rd-navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
}

.rd-navbar-toggle span,
.rd-navbar-toggle span::before,
.rd-navbar-toggle span::after {
  width: 32px;
  height: 2px;
  background-color: #555;
  border-radius: 0;
}

.rd-navbar-toggle span::after,
.rd-navbar-toggle span::before {
  content: "";
  position: absolute;
  left: 0;
  transition: .3s all ease;
}

.rd-navbar-toggle span::before {
  top: -10px;
}

.rd-navbar-toggle span::after {
  top: 10px;
}

.rd-navbar-toggle span::before,
.rd-navbar-toggle span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  transition-property: top, transform;
}

.rd-navbar-toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}

.rd-navbar-toggle.active span::before,
.rd-navbar-toggle.active span::after {
  top: 0;
  transition-delay: 0s, 0.3s;
}

.rd-navbar-toggle.active span::before {
  transform: rotate(45deg);
}

.rd-navbar-toggle.active span::after {
  transform: rotate(-45deg);
}

.rd-navbar-brand a {
  display: block;
}

.rd-nav-link {
  font-size: 17px;
  letter-spacing: .05em;
}

.rd-megamenu-title {
  font-size: 18px;
  color: #212121;
  font-weight: 500;
}

.rd-navbar-dropdown {
  display: none;
}

.rd-navbar-collapse-toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.rd-navbar-collapse-toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}

.rd-navbar-collapse-toggle>*+* {
  margin-left: 15px;
  margin-top: 0;
}

.rd-navbar-collapse-toggle-element {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  color: #000000;
  position: relative;
  display: flex;
}

.rd-navbar-collapse-toggle-element span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
}

.rd-navbar-collapse-toggle-element span,
.rd-navbar-collapse-toggle-element span::before,
.rd-navbar-collapse-toggle-element span::after {
  width: 38px;
  height: 2px;
  background-color: #000000;
  border-radius: 0;
}

.rd-navbar-collapse-toggle-element span::after,
.rd-navbar-collapse-toggle-element span::before {
  content: "";
  position: absolute;
  left: 0;
  transition: .3s all ease;
}

.rd-navbar-collapse-toggle-element span::before {
  top: -16px;
}

.rd-navbar-collapse-toggle-element span::after {
  top: 16px;
}

.rd-navbar-collapse-toggle-element span::before,
.rd-navbar-collapse-toggle-element span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  transition-property: top, transform;
}

.rd-navbar-collapse-toggle-element.active span {
  transition: background .3s 0s ease;
  background: transparent;
}

.rd-navbar-collapse-toggle-element.active span::before,
.rd-navbar-collapse-toggle-element.active span::after {
  top: 0;
  transition-delay: 0s, 0.3s;
}

.rd-navbar-collapse-toggle-element.active span::before {
  transform: rotate(45deg);
}

.rd-navbar-collapse-toggle-element.active span::after {
  transform: rotate(-45deg);
}

.rd-navbar-collapse-toggle-text {
  position: relative;
  top: -2px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
}

.rd-navbar-collapse-close {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  display: block;
}

.rd-navbar-collapse-close::-moz-focus-inner {
  border: none;
  padding: 0;
}

.rd-navbar-collapse-close .rd-navbar-collapse-toggle-element span::before,
.rd-navbar-collapse-close .rd-navbar-collapse-toggle-element span::after {
  transition: .22s;
}

.rd-navbar-collapse-close:hover .rd-navbar-collapse-toggle-element span::before,
.rd-navbar-collapse-close:hover .rd-navbar-collapse-toggle-element span::after {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.context-dark .rd-navbar-collapse-toggle .rd-navbar-collapse-toggle-element {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  color: #ffffff;
  position: relative;
  display: flex;
}

.context-dark .rd-navbar-collapse-toggle .rd-navbar-collapse-toggle-element span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
}

.context-dark .rd-navbar-collapse-toggle .rd-navbar-collapse-toggle-element span,
.context-dark .rd-navbar-collapse-toggle .rd-navbar-collapse-toggle-element span::before,
.context-dark .rd-navbar-collapse-toggle .rd-navbar-collapse-toggle-element span::after {
  width: 38px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0;
}

.context-dark .rd-navbar-collapse-toggle .rd-navbar-collapse-toggle-element span::after,
.context-dark .rd-navbar-collapse-toggle .rd-navbar-collapse-toggle-element span::before {
  content: "";
  position: absolute;
  left: 0;
  transition: .3s all ease;
}

.context-dark .rd-navbar-collapse-toggle .rd-navbar-collapse-toggle-element span::before {
  top: -16px;
}

.context-dark .rd-navbar-collapse-toggle .rd-navbar-collapse-toggle-element span::after {
  top: 16px;
}

.context-dark .rd-navbar-collapse-toggle .rd-navbar-collapse-toggle-element span::before,
.context-dark .rd-navbar-collapse-toggle .rd-navbar-collapse-toggle-element span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  transition-property: top, transform;
}

.context-dark .rd-navbar-collapse-toggle .rd-navbar-collapse-toggle-element.active span {
  transition: background .3s 0s ease;
  background: transparent;
}

.context-dark .rd-navbar-collapse-toggle .rd-navbar-collapse-toggle-element.active span::before,
.context-dark .rd-navbar-collapse-toggle .rd-navbar-collapse-toggle-element.active span::after {
  top: 0;
  transition-delay: 0s, 0.3s;
}

.context-dark .rd-navbar-collapse-toggle .rd-navbar-collapse-toggle-element.active span::before {
  transform: rotate(45deg);
}

.context-dark .rd-navbar-collapse-toggle .rd-navbar-collapse-toggle-element.active span::after {
  transform: rotate(-45deg);
}

.context-dark .rd-navbar-collapse-toggle-text {
  color: #ffffff;
}

.rd-navbar-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 440px;
  height: 100vh;
  max-width: 90%;
  padding: 20px 15px;
  text-align: center;
  background: #ffffff;
  z-index: 1080;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  transform: translate3d(20px, 0, 0);
  transition: .22s;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}

.rd-navbar-collapse .rd-navbar-collapse-close {
  margin-left: auto;
}

.rd-navbar-collapse.active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.page div.rd-navbar-collapse:not(.active) * {
  pointer-events: none;
}

@media (min-width: 576px) {
  .rd-navbar-collapse {
    padding: 45px;
  }
}

@media (min-width: 1200px) {
  .rd-navbar-collapse-close+* {
    margin-top: 55px;
  }
}

.rd-navbar-label {
  margin-left: 5px;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1.2;
  color: #ffffff;
  background-color: #0dcaf0;
  border-radius: 4px;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
  display: block;
}

.rd-navbar-static .rd-nav-item {
  display: inline-block;
}

.rd-navbar-static .rd-nav-item.focus>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover+.rd-navbar-submenu-toggle::before {
  transform: scale(1, -1);
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle {
  margin-left: 4px;
  font-family: "Material Design Icons";
  font-size: 16px;
  cursor: pointer;
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle::before {
  position: relative;
  display: inline-block;
  transition: .22s;
  content: '\f236';
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle:hover {
  color: rgb(1, 103, 149);
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu {
  margin-top: 20px;
}

.rd-navbar-static .rd-nav-item+.rd-nav-item {
  margin-left: 38px;
}

.rd-navbar-static .rd-nav-link {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
  padding: 10px 0;
  line-height: 1.2;
  transition: .25s;
}

.rd-navbar-static .rd-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  transition: .33s;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link::after,
.rd-navbar-static .rd-nav-item.active .rd-nav-link::after,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link::after,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover::after {
  height: 3px;
  opacity: 1;
}

.rd-navbar-static .rd-menu {
  z-index: 15;
  position: absolute;
  display: block;
  border-radius: 5px;
  margin-top: 22px;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  transform: translate3d(0, 30px, 0);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}

.rd-navbar-static .rd-dropdown-item>a,
.rd-navbar-static .rd-megamenu-list-item>a {
  padding: 14px 0 14px 5px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
}

.rd-navbar-static .rd-dropdown-item:last-child>a,
.rd-navbar-static .rd-megamenu-list-item:last-child>a {
  border-bottom: 0;
}

.rd-navbar-static .rd-navbar-label {
  display: inline-block;
  transform: translateY(-16px);
}

.rd-navbar-static .rd-navbar-dropdown {
  position: absolute;
  left: 0;
  width: 280px;
  padding: 12px 15px;
  background: #ffffff;
  z-index: 5;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
  top: -1px;
  left: 100%;
  z-index: 2;
  margin-top: -15px;
  margin-left: 15px;
  transform: translate3d(30px, 0, 0);
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 15px;
  transform: translate3d(-30px, 0, 0);
}

.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left {
  right: 0;
  left: auto;
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link,
.rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
  color: rgb(1, 103, 149);
}

.rd-navbar-static .rd-dropdown-link {
  display: block;
  color: #000000;
}

.rd-navbar-static .rd-dropdown-link:hover {
  color: rgb(1, 103, 149);
}

.rd-navbar-static .rd-navbar-megamenu {
  display: flex;
  left: 0;
  width: 100%;
  max-width: 980px;
  padding: 26px 20px;
  background: #ffffff;
}

.rd-navbar-static .rd-megamenu-item {
  flex-basis: 50%;
  padding: 0 15px;
  flex-grow: 1;
}

.rd-navbar-static .rd-megamenu-item:first-child {
  padding-left: 0;
}

.rd-navbar-static .rd-megamenu-item:last-child {
  padding-right: 0;
}

.rd-navbar-static .rd-megamenu-title {
  font-size: 20px;
}

.rd-navbar-static .rd-megamenu-block {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.rd-navbar-static .rd-megamenu-block .rd-megamenu-list {
  padding: 0 20px;
  flex-basis: 50%;
  flex-grow: 1;
}

.rd-navbar-static .rd-megamenu-block *+.rd-megamenu-list {
  margin-top: 0;
}

.rd-navbar-static .rd-megamenu-list-link {
  display: block;
  color: #000000;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
  color: rgb(1, 103, 149);
}

.rd-navbar-static *+.rd-megamenu-block,
.rd-navbar-static *+.rd-megamenu-list {
  margin-top: 10px;
}

.rd-navbar-static .rd-navbar-submenu.focus>.rd-menu,
.rd-navbar-static .rd-navbar-submenu.opened>.rd-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-clone {
  display: block;
  transform: translate3d(0, -100%, 0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
  transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1080;
  background: #ffffff;
}

.rd-navbar-static .rd-navbar--has-dropdown {
  position: relative;
}

.context-dark .rd-navbar-static .rd-nav-link,
.context-dark .rd-navbar-static .rd-nav-link:active,
.context-dark .rd-navbar-static .rd-nav-link:focus {
  color: #ffffff;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
  display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
  display: block;
}

.rd-navbar-fixed .rd-navbar-brand {
  position: relative;
  top: 0;
  margin-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}

.rd-navbar-fixed .rd-navbar-brand img {
  max-width: 120px;
  max-height: 58px;
  width: auto;
  height: auto;
}

.rd-navbar-fixed .rd-navbar-panel {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  height: 56px;
  padding: 4px 15px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
  position: fixed;
  left: 0;
  top: -56px;
  bottom: -56px;
  z-index: 1079;
  width: 270px;
  padding: 112px 0 81px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  line-height: 34px;
  transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
  width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
  background: white;
  border: none;
  border-radius: 0;
  opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  border: none;
  border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
  display: block;
  margin: 15px 0;
  height: auto;
  text-align: left;
}

.rd-navbar-fixed .rd-nav-item {
  text-align: left;
}

.rd-navbar-fixed .rd-nav-item+.rd-nav-item {
  margin-top: 4px;
}

.rd-navbar-fixed .rd-nav-link {
  display: block;
  padding: 9px 56px 9px 18px;
}

.rd-navbar-fixed li.opened>.rd-navbar-dropdown {
  padding: 4px 0 0;
}

.rd-navbar-fixed li.opened>.rd-navbar-megamenu {
  padding-top: 15px;
  padding-bottom: 15px;
}

.rd-navbar-fixed li.opened>.rd-menu {
  opacity: 1;
  height: auto;
}

.rd-navbar-fixed li.opened>.rd-navbar-submenu-toggle::after {
  transform: rotate(180deg);
}

.rd-navbar-fixed .rd-menu {
  display: none;
  transition: opacity 0.3s, height 0.4s ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-submenu {
  position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
  height: 34px;
  line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown>li>a {
  padding-left: 25px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li>a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li>a {
  padding-left: 46px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-megamenu {
  display: block;
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
  display: block;
  padding: 9px 50px 9px 16px;
  font-size: 13px;
  line-height: 1.5;
}

.rd-navbar-fixed .rd-megamenu-list>li+li,
.rd-navbar-fixed .rd-navbar-dropdown>li+li {
  margin-top: 3px;
}

.rd-navbar-fixed *+.rd-megamenu-block {
  margin-top: 10px;
}

.rd-navbar-fixed *+.rd-megamenu-list,
.rd-navbar-fixed .rd-megamenu-block+.rd-megamenu-block {
  margin-top: 3px;
}

.rd-navbar-fixed .rd-megamenu-list>li>a {
  padding-left: 20px;
}

.rd-navbar-fixed .rd-navbar-megamenu>li+li {
  margin-top: 20px;
}

.rd-navbar-fixed .rd-megamenu-title {
  position: relative;
  display: block;
  padding: 0 18px 7px;
  font-size: 16px;
  line-height: 1.5;
}

.rd-navbar-fixed .rd-megamenu-title::after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-bottom: 1px solid;
}

.rd-navbar-fixed *+.rd-megamenu-title {
  margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
  cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
  content: '\f107';
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 52px;
  font: 400 14px "FontAwesome";
  line-height: 52px;
  text-align: center;
  transition: 0.4s all ease;
  z-index: 2;
  cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
  position: fixed;
  top: 18px;
  right: 15px;
  display: flex;
  z-index: 1080;
}

.rd-navbar-fixed .rd-navbar-collapse {
  position: fixed;
  right: 0;
  top: 0;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed.rd-navbar--is-clone {
  display: none;
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
  display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
  display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
  color: #000000;
  background: #ffffff;
  border-bottom: 1px solid #DFDEDE;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
  color: #ffffff;
  background: #ffffff;
  border: 1px solid #DFDEDE;
  box-shadow: none;
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.rd-navbar-fixed .rd-nav-item:hover>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.active>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.opened>.rd-navbar-submenu-toggle {
  color: #ffffff;
}

.rd-navbar-fixed .rd-nav-link {
  color: #000000;
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
  color: #000000;
}

.rd-navbar-fixed .rd-megamenu-list>li:hover>a,
.rd-navbar-fixed .rd-megamenu-list>li.focus>a,
.rd-navbar-fixed .rd-megamenu-list>li.active>a,
.rd-navbar-fixed .rd-megamenu-list>li.opened>a,
.rd-navbar-fixed .rd-navbar-dropdown>li:hover>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.focus>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.active>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.opened>a {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
  color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
  color: rgb(1, 103, 149);
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
  color: #000000;
}

html.rd-navbar-fixed-linked .page {
  padding-top: 56px;
}

html.rd-navbar-fixed-linked .rd-navbar-wrap {
  max-height: 0;
}

/**
*
* RD Navbar Classic
*/
.rd-navbar-classic .rd-navbar-placeholder {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.rd-navbar-classic.rd-navbar-static {
  min-height: 120px;
  background-color: transparent;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-placeholder {
  height: 75px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid transparent;
  will-change: transform;
  backface-visibility: hidden;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  opacity: 0;
  transition: 0.2s all ease-out;
  pointer-events: none;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  padding: 40px 0;
  margin-left: auto;
  margin-right: auto;
  transition: 0.2s all ease-out;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-megamenu {
  left: 50%;
  margin-left: -490px;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
  pointer-events: none;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main-outer,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-outer {
  transform: translate3d(0, -22px, 0);
  background: #ffffff;
  border-bottom-color: #DFDEDE;
  transition: 0.3s;
  pointer-events: auto;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main-outer::after,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-outer::after {
  opacity: .8;
  transition: inherit;
  background: #ffffff;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
  display: none;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
  padding-bottom: 18px;
  transition: 0.2s all ease-out;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item>.rd-navbar-submenu,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item>.rd-navbar-submenu {
  margin-top: 17px;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-placeholder {
  height: 56px;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-collapse-toggle .rd-navbar-collapse-toggle-element {
  display: none;
}

.context-dark .rd-navbar-classic.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle:hover {
  color: rgba(255, 255, 255, 0.5);
}

.context-dark .rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer::after {
  background: #353535;
}

.context-dark .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-outer,
.context-dark .rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main-outer {
  background: #353535;
  border-bottom-color: #222;
}

.context-dark .rd-navbar-classic.rd-navbar-fixed .rd-navbar-panel {
  background: #353535;
  border-bottom-color: #222;
}

.context-dark .rd-navbar-classic.rd-navbar-fixed .rd-navbar-toggle {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  color: rgb(1, 103, 149);
  position: relative;
  display: flex;
}

.context-dark .rd-navbar-classic.rd-navbar-fixed .rd-navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
}

.context-dark .rd-navbar-classic.rd-navbar-fixed .rd-navbar-toggle span,
.context-dark .rd-navbar-classic.rd-navbar-fixed .rd-navbar-toggle span::before,
.context-dark .rd-navbar-classic.rd-navbar-fixed .rd-navbar-toggle span::after {
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  border-radius: 0;
}

.context-dark .rd-navbar-classic.rd-navbar-fixed .rd-navbar-toggle span::after,
.context-dark .rd-navbar-classic.rd-navbar-fixed .rd-navbar-toggle span::before {
  content: "";
  position: absolute;
  left: 0;
  transition: .3s all ease;
}

.context-dark .rd-navbar-classic.rd-navbar-fixed .rd-navbar-toggle span::before {
  top: -10px;
}

.context-dark .rd-navbar-classic.rd-navbar-fixed .rd-navbar-toggle span::after {
  top: 10px;
}

.context-dark .rd-navbar-classic.rd-navbar-fixed .rd-navbar-toggle span::before,
.context-dark .rd-navbar-classic.rd-navbar-fixed .rd-navbar-toggle span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  transition-property: top, transform;
}

.context-dark .rd-navbar-classic.rd-navbar-fixed .rd-navbar-toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}

.context-dark .rd-navbar-classic.rd-navbar-fixed .rd-navbar-toggle.active span::before,
.context-dark .rd-navbar-classic.rd-navbar-fixed .rd-navbar-toggle.active span::after {
  top: 0;
  transition-delay: 0s, 0.3s;
}

.context-dark .rd-navbar-classic.rd-navbar-fixed .rd-navbar-toggle.active span::before {
  transform: rotate(45deg);
}

.context-dark .rd-navbar-classic.rd-navbar-fixed .rd-navbar-toggle.active span::after {
  transform: rotate(-45deg);
}

@media (max-width: 767.98px) {
  .context-dark .rd-navbar-classic.rd-navbar-fixed .rd-navbar-collapse-close {
    transform: scale(0.9, 0.9);
  }
}

/**
*
* RD Navbar Creative
*/
.rd-navbar-creative .rd-navbar-aside-list {
  font-size: 18px;
}

.rd-navbar-creative .rd-navbar-aside-list>li {
  display: flex;
}

.rd-navbar-creative .rd-navbar-aside-list>li>*+* {
  margin-left: 8px;
}

.rd-navbar-creative .rd-navbar-aside-list a {
  display: block;
  color: #000000;
}

.rd-navbar-creative .rd-navbar-aside-list a:hover {
  color: rgb(1, 103, 149);
}

.rd-navbar-creative .rd-navbar-aside-list .icon {
  position: relative;
  top: 2px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.4);
}

.rd-navbar-creative.rd-navbar-static {
  transition: none;
  border-bottom: 1px solid transparent;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-main-outer {
  position: relative;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 95px;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle {
  position: absolute;
  top: 100%;
  margin-top: 1px;
  right: 0;
  padding: 10px;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 95px;
  z-index: 10;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle .rd-navbar-toggle-inner {
  display: flex;
  align-items: center;
  background-color: transparent;
  width: auto;
  height: auto;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle .rd-navbar-toggle-inner::before,
.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle .rd-navbar-toggle-inner::after {
  display: none !important;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle .rd-navbar-toggle-inner>span {
  background-color: transparent;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle .rd-navbar-toggle-inner>span::before,
.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle .rd-navbar-toggle-inner>span::after {
  display: none;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle .rd-navbar-toggle-inner>* {
  margin-top: 0;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle .rd-navbar-toggle-inner>*+* {
  margin-left: 15px;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle-element {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  color: #ffffff;
  position: relative;
  display: flex;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle-element span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle-element span,
.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle-element span::before,
.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle-element span::after {
  width: 38px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle-element span::after,
.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle-element span::before {
  content: "";
  position: absolute;
  left: 0;
  transition: .3s all ease;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle-element span::before {
  top: -16px;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle-element span::after {
  top: 16px;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle-element span::before,
.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle-element span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  transition-property: top, transform;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle-element.active span {
  transition: background .3s 0s ease;
  background: transparent;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle-element.active span::before,
.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle-element.active span::after {
  top: 0;
  transition-delay: 0s, 0.3s;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle-element.active span::before {
  transform: rotate(45deg);
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle-element.active span::after {
  transform: rotate(-45deg);
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-toggle-text {
  position: relative;
  top: 2px;
  width: auto;
  height: auto;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #ffffff;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-brand img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-megamenu {
  left: 50%;
  margin-left: -490px;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-aside-list {
  display: flex;
  align-items: center;
  margin-left: -30px;
  font-size: 18px;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-aside-list>* {
  margin-left: 30px;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-aside-toggle {
  display: none;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-nav-wrap {
  position: absolute;
  top: 100%;
  right: 165px;
  z-index: 10;
  display: flex;
  align-self: stretch;
  height: 95px;
  padding-left: 40px;
  padding-right: 20px;
  margin-top: 1px;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s, transform .5s;
  transform: translateX(10px);
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-nav-wrap.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-nav,
.rd-navbar-creative.rd-navbar-static .rd-nav-item,
.rd-navbar-creative.rd-navbar-static .rd-nav-link {
  display: flex;
}

.rd-navbar-creative.rd-navbar-static .rd-nav-link {
  align-items: center;
  color: #ffffff;
}

.rd-navbar-creative.rd-navbar-static .rd-nav-link::after {
  background: #ffffff;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-submenu-toggle {
  align-self: center;
  color: #ffffff;
}

.rd-navbar-creative.rd-navbar-static .rd-menu {
  top: 100%;
  margin-top: 0;
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-megamenu {
  left: 0;
  right: -165px;
  width: auto;
  margin-left: 0;
}

.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone {
  position: relative;
  transition: .1s;
  border-bottom-color: #DFDEDE;
}

.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-toggle,
.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-wrap,
.rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-navbar-toggle,
.rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-wrap {
  position: fixed;
  top: 0;
  height: 75px;
  margin-top: 0;
}

.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item>.rd-navbar-submenu,
.rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item>.rd-navbar-submenu {
  margin-top: 17px;
}

.rd-navbar-creative.rd-navbar-fixed .rd-navbar-aside-toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #111111;
  position: fixed;
  top: 4px;
  right: 0;
  z-index: 1080;
}

.rd-navbar-creative.rd-navbar-fixed .rd-navbar-aside-toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}

.rd-navbar-creative.rd-navbar-fixed .rd-navbar-aside-toggle span {
  top: 50%;
  margin-top: -3px;
}

.rd-navbar-creative.rd-navbar-fixed .rd-navbar-aside-toggle span,
.rd-navbar-creative.rd-navbar-fixed .rd-navbar-aside-toggle span:before,
.rd-navbar-creative.rd-navbar-fixed .rd-navbar-aside-toggle span:after {
  position: absolute;
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  background: #111111;
  left: 50%;
  margin-left: -3px;
  border-radius: 50%;
  transition: .3s all ease;
}

.rd-navbar-creative.rd-navbar-fixed .rd-navbar-aside-toggle span:before,
.rd-navbar-creative.rd-navbar-fixed .rd-navbar-aside-toggle span:after {
  content: '';
}

.rd-navbar-creative.rd-navbar-fixed .rd-navbar-aside-toggle span:before {
  bottom: 100%;
  margin-bottom: 3px;
}

.rd-navbar-creative.rd-navbar-fixed .rd-navbar-aside-toggle span:after {
  top: 100%;
  margin-top: 3px;
}

.rd-navbar-creative.rd-navbar-fixed .rd-navbar-aside-toggle.active span {
  transform: scale(0.7);
}

.rd-navbar-creative.rd-navbar-fixed .rd-navbar-aside-toggle.active span:before {
  transform: translateY(18px);
}

.rd-navbar-creative.rd-navbar-fixed .rd-navbar-aside-toggle.active span:after {
  transform: translateY(-18px);
}

.rd-navbar-creative.rd-navbar-fixed .rd-navbar-toggle-text {
  display: none;
}

.rd-navbar-creative.rd-navbar-fixed .rd-navbar-aside {
  position: fixed;
  top: 55px;
  right: 0;
  z-index: 1080;
  padding: 20px 15px;
  background: #ffffff;
  border: 1px solid #DFDEDE;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.rd-navbar-creative.rd-navbar-fixed .rd-navbar-aside.active {
  opacity: 1;
  visibility: visible;
}

.rd-navbar-creative.rd-navbar-fixed .rd-navbar-aside-list {
  font-size: 16px;
}

.rd-navbar-creative.rd-navbar-fixed .rd-navbar-aside-list>li+li {
  margin-top: 9px;
}

/**
*
* RD Navbar Modern
*/
.rd-navbar-modern.rd-navbar-static {
  transition: none;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main-outer {
  padding-left: 15px;
  padding-right: 15px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1170px;
  padding: 37px 0 20px 0;
  margin-left: auto;
  margin-right: auto;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-nav-wrap {
  width: 100%;
  text-align: right;
  flex-grow: 1;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-nav-wrap+.rd-navbar-collapse-outer {
  margin-left: 40px;
}

@media (min-width: 1200px) {
  .rd-navbar-modern.rd-navbar-static .rd-navbar-nav-wrap+.rd-navbar-collapse-outer {
    margin-left: 53px;
  }
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-brand img {
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 50px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-megamenu {
  left: 50%;
  margin-left: -490px;
}

@media (min-width: 1200px) {
  .rd-navbar-modern.rd-navbar-static .rd-nav-item+.rd-nav-item {
    margin-left: 48px;
  }
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone {
  transition: .1s;
  border-bottom-color: #DFDEDE;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
  display: none;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
  padding: 17px 0;
  min-height: 75px;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item>.rd-navbar-submenu,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item>.rd-navbar-submenu {
  margin-top: 17px;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand img,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-brand img {
  max-height: 50px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-placeholder {
  height: 56px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-collapse-toggle .rd-navbar-collapse-toggle-element {
  display: none;
}

.rd-navbar-modern .rd-navbar-collapse-toggle {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.rd-navbar-modern .rd-navbar-collapse-toggle>*+* {
  margin-top: 8px;
}

.rd-navbar-modern .rd-navbar-collapse-toggle span {
  display: block;
  height: 2px;
  background: #000000;
  transition: .11s;
}

.rd-navbar-modern .rd-navbar-collapse-toggle span:nth-child(1),
.rd-navbar-modern .rd-navbar-collapse-toggle span:nth-child(3) {
  width: 18px;
}

.rd-navbar-modern .rd-navbar-collapse-toggle span:nth-child(2) {
  width: 24px;
}

.rd-navbar-modern .rd-navbar-collapse-toggle.active {
  transform: scale(1.1, 1);
}

.rd-navbar-modern .rd-navbar-collapse-toggle.active span {
  width: 24px;
}

.context-dark .rd-navbar-modern.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle:hover {
  color: rgba(255, 255, 255, 0.5);
}

.context-dark .rd-navbar-modern.rd-navbar-static .rd-nav-link::after {
  background: #ffffff;
}

.context-dark .rd-navbar-modern.rd-navbar-static .rd-navbar-collapse-toggle span {
  background: #ffffff;
}

.context-dark .rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  border-bottom-color: #222;
}

.context-dark .rd-navbar-modern.rd-navbar-fixed .rd-navbar-panel {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  border-bottom-color: rgb(1, 103, 149);
  box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.context-dark .rd-navbar-modern.rd-navbar-fixed .rd-navbar-toggle {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  color: white;
  position: relative;
  display: flex;
}

.context-dark .rd-navbar-modern.rd-navbar-fixed .rd-navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
}

.context-dark .rd-navbar-modern.rd-navbar-fixed .rd-navbar-toggle span,
.context-dark .rd-navbar-modern.rd-navbar-fixed .rd-navbar-toggle span::before,
.context-dark .rd-navbar-modern.rd-navbar-fixed .rd-navbar-toggle span::after {
  width: 32px;
  height: 2px;
  background-color: white;
  border-radius: 0;
}

.context-dark .rd-navbar-modern.rd-navbar-fixed .rd-navbar-toggle span::after,
.context-dark .rd-navbar-modern.rd-navbar-fixed .rd-navbar-toggle span::before {
  content: "";
  position: absolute;
  left: 0;
  transition: .3s all ease;
}

.context-dark .rd-navbar-modern.rd-navbar-fixed .rd-navbar-toggle span::before {
  top: -10px;
}

.context-dark .rd-navbar-modern.rd-navbar-fixed .rd-navbar-toggle span::after {
  top: 10px;
}

.context-dark .rd-navbar-modern.rd-navbar-fixed .rd-navbar-toggle span::before,
.context-dark .rd-navbar-modern.rd-navbar-fixed .rd-navbar-toggle span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  transition-property: top, transform;
}

.context-dark .rd-navbar-modern.rd-navbar-fixed .rd-navbar-toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}

.context-dark .rd-navbar-modern.rd-navbar-fixed .rd-navbar-toggle.active span::before,
.context-dark .rd-navbar-modern.rd-navbar-fixed .rd-navbar-toggle.active span::after {
  top: 0;
  transition-delay: 0s, 0.3s;
}

.context-dark .rd-navbar-modern.rd-navbar-fixed .rd-navbar-toggle.active span::before {
  transform: rotate(45deg);
}

.context-dark .rd-navbar-modern.rd-navbar-fixed .rd-navbar-toggle.active span::after {
  transform: rotate(-45deg);
}

.context-dark .rd-navbar-modern.rd-navbar-fixed .rd-navbar-collapse-toggle span {
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 767.98px) {
  .context-dark .rd-navbar-modern.rd-navbar-fixed .rd-navbar-collapse-close {
    transform: scale(0.9, 0.9);
  }
}

/** @section Google Map */
.google-map-markers {
  display: none;
}

.google-map-container {
  width: 100%;
}

.google-map {
  height: 250px;
  width: 100%;
  height: 300px;
  height: 430px;
}

/** @section Search Results */
.rd-search-results-live {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  max-height: 600px;
  overflow-y: auto;
  margin: -3px 0 0;
  text-align: left;
  z-index: 998;
}

.rd-search-results-live #search-results {
  position: relative;
  padding: 16px 0 0;
  color: #000000;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 0;
  transform: scale(1, 0.9);
  transition: .3s all ease;
}

.rd-search-results-live #search-results::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  border: 1px solid #DFDEDE;
  border-top: 0;
}

.rd-search-results-live #search-results.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}

.rd-search-results-live .search-quick-result {
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #212121;
}

.rd-search-results-live .search-list {
  margin-top: 11px;
}

.rd-search-results-live .search-list li:only-child {
  padding: 0 15px 15px;
}

.rd-search-results-live .search-link {
  color: #c4c4c4;
}

.rd-search-results-live .search-link:hover {
  color: rgb(1, 103, 149);
}

.rd-search-results-live .search-error {
  font-size: 14px;
  line-height: 1.6;
}

.rd-search-results-live .search-title {
  position: relative;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 700;
  color: #212121;
}

.rd-search-results-live .search-title a:hover {
  color: rgb(1, 103, 149);
}

.rd-search-results-live .search-list-item-all {
  margin-top: 18px;
  width: 100%;
}

.rd-search-results-live .search-submit {
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  padding: 8px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.rd-search-results-live .search-submit:hover {
  color: #ffffff;
  background: #c4c4c4;
}

.rd-search-results-live .match {
  display: none;
}

.not-empty~.rd-search-results-live {
  visibility: visible;
  opacity: 1;
}

.rd-search-results-live p {
  font-size: 11px;
}

.rd-search-results-live p * {
  margin: 0;
}

.rd-search-results-live .search-list-item {
  padding: 0 15px;
}

.rd-search-results-live *+p {
  margin-top: 5px;
}

.rd-search-results-live .search-list-item+.search-list-item {
  margin-top: 17px;
}

.rd-search-results .search-list {
  counter-reset: li;
  text-align: left;
  padding-left: 0;
  font-size: 18px;
  list-style-type: none;
  overflow: hidden;
}

.rd-search-results .search-list li div {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
}

.rd-search-results .search-list li:only-child::before {
  display: none;
}

.rd-search-results .search-list-item {
  position: relative;
  padding-left: 40px;
  font-size: 17px;
  color: #808080;
}

.rd-search-results .search-list-item::before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: inherit;
  font-weight: 500;
  color: #000000;
}

.rd-search-results .search-list-item+.search-list-item {
  margin-top: 40px;
}

.rd-search-results .search-title {
  font-size: 16px;
  color: #000000;
}

.rd-search-results .search {
  border-radius: 3px;
  color: #ffffff;
  padding: 0 .25em;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.rd-search-results .match {
  font-size: 11px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #999;
}

.rd-search-results .match em {
  margin: 0;
  font-style: normal;
}

.rd-search-results p * {
  margin: 0;
}

.rd-search-results *+.match {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .rd-search-results .search-title {
    font-size: 18px;
  }

  .rd-search-results .search-list-item::before {
    top: 0;
    font-size: 16px;
  }

  .rd-search-results *+p {
    margin-top: 12px;
  }
}

@media (min-width: 992px) {
  .rd-search-results .search-list-item {
    padding-left: 40px;
  }
}

*+.rd-search-results {
  margin-top: 40px;
}

@media (min-width: 768px) {
  *+.rd-search-results {
    margin-top: 55px;
  }
}

.rd-search-inline {
  position: relative;
}

.rd-search-inline .form-input,
.rd-search-inline .form-label {
  padding-left: 0;
}

.rd-search-inline .form-input {
  padding-right: 50px;
}

.rd-search-inline .form-label {
  color: #000000;
}

.rd-search-inline .rd-search-submit {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 3px;
  padding-right: 2px;
  margin: 0;
  text-align: center;
  color: #000000;
  font-size: 0;
  line-height: 0;
}

.rd-search-inline .rd-search-submit::-moz-focus-inner {
  border: none;
  padding: 0;
}

.rd-search-inline .rd-search-submit:before {
  position: relative;
  top: -1px;
  content: '\ec22';
  font: 400 20px 'Linearicons';
  line-height: 1;
  transition: .33s all ease;
}

.rd-search-inline .rd-search-submit:hover {
  color: rgb(1, 103, 149);
}

*+.rd-search-inline {
  margin-top: 30px;
}

/** @section Isotope */
@keyframes sprite-animation {
  from {
    background-position: 0 0;
  }
}

html .isotope {
  margin-top: 30px;
}

[data-isotope-layout] {
  display: block;
  transition: .4s all ease;
  min-height: 160px;
  z-index: 0;
}

[data-isotope-layout]:after {
  content: '';
  position: absolute;
  margin-top: 15px;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  background-image: url("../images/isotope-loader.png");
  background-position: -1152px 0;
  animation: 0.7s sprite-animation steps(18) infinite;
  transition: .4s all ease;
  transform: translate(-50%, -50%);
}

[data-isotope-layout] .row {
  margin-bottom: -30px;
}

[data-isotope-layout] .row>[class*="col-"] {
  margin-top: 30px;
}

[data-isotope-layout] .row-narrow {
  margin-bottom: -10px;
}

[data-isotope-layout] .row-narrow>[class*="col-"] {
  margin-top: 10px;
}

[data-isotope-layout] .row-condensed {
  margin-bottom: 0;
}

[data-isotope-layout] .row-condensed>[class*="col-"] {
  margin-top: 0;
}

[data-isotope-layout] [class*="col-"] {
  display: block;
  opacity: 0;
  will-change: transform;
  backface-visibility: hidden;
  transition: .1s opacity ease-in;
}

@media (max-width: 479px) {
  [data-isotope-layout] [class*="col-"] {
    max-width: 100%;
  }
}

[data-isotope-layout].isotope--loaded [class*="col-"] {
  opacity: 1;
}

[data-isotope-layout].isotope--loaded:after {
  opacity: 0;
  visibility: hidden;
}

[data-x-mode="design-mode"] [data-isotope-layout].isotope--loaded:after {
  display: none;
}

@media (max-width: 767px) {
  .isotope-xl .row>[class*="col-"] .row {
    margin-bottom: -30px;
  }

  .isotope-xl .row>[class*="col-"] .row>[class*="col-"] {
    margin-top: 35px;
  }
}

@media (min-width: 1600px) {
  .isotope-xl .row>[class*="col-"] .row {
    margin-bottom: -30px;
  }

  .isotope-xl .row>[class*="col-"] .row>[class*="col-"] {
    margin-top: 66px;
  }
}

.isotope-filters {
  position: relative;
  display: block;
  margin: 0 15px;
}

.isotope-filters-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  margin: 10px 0;
  z-index: 10;
  float: left;
  min-width: 130px;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  overflow: hidden;
}

.isotope-filters-list>li {
  display: block;
}

.isotope-filters-list>li>a {
  display: block;
  position: relative;
  clear: both;
  color: rgb(1, 103, 149);
  white-space: nowrap;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  padding: 7px 12px;
}

.isotope-filters-list>li>a.active,
.isotope-filters-list>li>a:hover {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  color: #ffffff;
}

.isotope-filters-list.active {
  display: block;
}

.isotope-filters-toggle.active:focus {
  outline: none;
}

.isotope-filters-title {
  display: none;
}

@media (min-width: 576px) {
  .isotope-filters-list {
    right: auto;
    left: 0;
  }
}

@media (min-width: 992px) {
  .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) {
    border-bottom: 1px solid #ddd;
  }
}

@media (min-width: 992px) {

  .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list,
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list {
    position: static;
    display: inline-block;
    float: none;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    overflow: visible;
  }

  .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list>li,
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list>li {
    display: inline-block;
  }

  .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a,
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a {
    display: inline-block;
    padding: 0 5px 5px;
    color: #555;
    transition: 0.3s all ease-in;
  }

  .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a:after,
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
    transition: .4s;
  }

  .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a.active,
  .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a:hover,
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a.active,
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a:hover {
    color: rgb(1, 103, 149);
    background-color: transparent;
  }

  .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a.active:after,
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list>li>a.active:after {
    left: 0;
    width: 100%;
  }

  .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list>li+li,
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list>li+li {
    margin-left: 46px;
  }

  .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-toggle,
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-toggle {
    display: none;
  }
}

@media (min-width: 1200px) {
  .isotope-filters.isotope-filters-vertical .isotope-filters-list {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
    border-left: 1px solid #b8b8b8;
  }

  .isotope-filters.isotope-filters-vertical .isotope-filters-list>li {
    display: block;
    margin-top: 0;
    text-align: left;
  }

  .isotope-filters.isotope-filters-vertical .isotope-filters-list>li>a {
    padding: 0 25px;
  }

  .isotope-filters.isotope-filters-vertical .isotope-filters-list>li>a:after {
    bottom: 50%;
    left: -1px;
    width: 1px;
    height: 0;
    background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  }

  .isotope-filters.isotope-filters-vertical .isotope-filters-list>li>a.active:after {
    bottom: 0;
    width: 1px;
    height: 100%;
    left: -1px;
  }

  .isotope-filters.isotope-filters-vertical .isotope-filters-list>li+li {
    margin-left: 0;
    margin-top: 24px;
  }

  .isotope-filters.isotope-filters-vertical .isotope-filters-title {
    display: block;
  }
}

.isotope .thumbnail-2 {
  max-height: 250px;
}

@media (min-width: 768px) {
  .isotope .thumbnail-2 {
    max-height: none;
  }
}

/** @section Nav custom */
.tabs-custom {
  text-align: left;
}

.tabs-custom .nav-tabs {
  font-size: 0;
  line-height: 0;
  word-spacing: 0;
  border: 0;
}

.tabs-custom .nav-tabs:before,
.tabs-custom .nav-tabs:after {
  display: none;
}

.tabs-custom .nav-item {
  float: none;
  border: 0;
  cursor: pointer;
  transition: .33s all ease;
}

.tabs-custom .nav-link {
  margin: 0;
  border-radius: 0;
  border: 0;
}

.tabs-custom .nav-link.active {
  cursor: default;
  border: 0;
}

.tab-content>.tab-pane {
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.tab-content>.active {
  visibility: visible;
  height: auto;
  overflow: visible;
}

.tabs-complex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tabs-complex .nav-tabs {
  margin: -1px;
}

.tabs-complex .nav-item {
  display: flex;
  border-bottom: 0;
  padding: 18px 0;
}

.tabs-complex .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  font-size: 19px;
  letter-spacing: -.01em;
  color: #808080;
}

.tabs-complex .nav-link span {
  font-size: inherit;
  line-height: 1.2;
}

.tabs-complex .nav-link span+span {
  margin-left: 8px;
}

.tabs-complex .nav-link.active {
  color: #000000;
}

.tabs-complex .tab-content {
  background: #FAFAFA;
}

.tabs-complex .tab-pane {
  padding: 30px 0 60px;
}

.tabs-complex .tab-pane:not(.show) {
  padding: 0;
}

.tabs-complex-nav-toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  width: 100%;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  text-align: center;
}

.tabs-complex-nav-toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}

.tabs-complex-nav-toggle>*+* {
  margin-left: 5px;
}

@media (max-width: 767.98px) {
  .tabs-complex .nav-tabs {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 100%;
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
    visibility: hidden;
    transition: .22s;
    border-bottom: 1px solid #c4c4c4;
  }

  .tabs-complex .nav-tabs.active {
    opacity: 1;
    visibility: visible;
  }

  .tabs-complex .nav-item+.nav-item {
    padding-top: 0;
    text-align: left;
  }

  .tabs-complex .nav-item {
    width: 100%;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-width: 1px 0 0 0;
    background-color: #FAFAFA;
  }

  .tabs-complex .nav-item .nav-link {
    justify-content: flex-start;
  }

  .tabs-complex .nav-item .nav-link.active {
    background: none;
  }
}

@media (min-width: 768px) {
  .tabs-complex-nav-toggle {
    display: none;
  }

  .tabs-complex .nav-tabs {
    display: inline-flex;
    flex-wrap: wrap;
  }

  .tabs-complex .nav-item {
    flex-grow: 1;
  }

  .tabs-complex .nav-item+.nav-item {
    margin-left: 20px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .tabs-complex .nav-item+.nav-item {
    margin-left: 120px;
  }
}

@media (min-width: 768px) {
  .tabs-complex .tab-pane {
    padding: 75px 0;
  }
}

/** @section Card custom */
.card-group-custom {
  margin-bottom: 0;
}

.card-group-custom .card-body {
  border: 0;
}

.card-group-custom .card+.card {
  margin-top: 0;
}

.card-custom {
  display: block;
  margin: 0;
  background: inherit;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

.card-custom a {
  display: block;
}

.card-custom .card-header {
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: transparent;
}

.card-custom .card-body {
  padding: 0;
  border: 0;
}

.card-custom .card-title {
  margin-bottom: 0;
}

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

.card-corporate .card-title a {
  position: relative;
  z-index: 1;
  padding: 27px 82px 27px 32px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: 0;
  color: #555;
  background: #FAFAFA;
  border: 1px solid #c4c4c4;
}

.card-corporate .card-title a .card-arrow:after {
  opacity: 0;
  visibility: hidden;
}

.card-corporate .card-title a.collapsed {
  background-color: transparent;
  border-color: #c4c4c4 transparent transparent transparent;
}

.card-corporate .card-title a.collapsed .card-arrow::before {
  opacity: 0;
  visibility: hidden;
}

.card-corporate .card-title a.collapsed .card-arrow:after {
  opacity: 1;
  visibility: visible;
}

.card-corporate:last-child .card-title a {
  border-bottom-color: #c4c4c4;
}

.card-corporate:last-child .card-body {
  border-bottom: 1px solid #c4c4c4;
}

.card-corporate .card-arrow {
  position: absolute;
  top: 0;
  bottom: -1px;
  right: -1px;
  z-index: 2;
  width: 70px;
  transition: .33s all ease;
  color: rgb(1, 103, 149);
}

.card-corporate .card-arrow::before,
.card-corporate .card-arrow::after {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-family: 'Material Design Icons';
  font-size: 23px;
}

.card-corporate .card-arrow::before {
  content: '\f465';
  opacity: 1;
  visibility: visible;
}

.card-corporate .card-arrow::after {
  content: '\f504';
  opacity: 0;
  visibility: hidden;
}

.card-corporate .card-body {
  position: relative;
  z-index: 1;
  padding: 35px 44px 35px 32px;
}

*+.card-group-corporate {
  margin-top: 40px;
}

.card-group-corporate .card+.card {
  margin-top: 0;
}

@media (max-width: 991.98px) {

  .card-corporate .card-title a,
  .card-corporate .card-body {
    padding-left: 25px;
  }

  .card-corporate .card-body {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

@media (min-width: 768px) {
  .card-corporate .card-title a {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  *+.card-group-corporate {
    margin-top: 60px;
  }
}

.card-timeline {
  position: relative;
  transform: translate3d(0, 0, 0);
  padding-left: 45px;
}

.card-timeline::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 13px;
  width: 1px;
  bottom: -40px;
  background: rgba(196, 196, 196, 0.75);
}

.card-timeline .card-title {
  display: flex;
  align-items: center;
  min-height: 32px;
}

.card-timeline .card-link {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.card-timeline .card-link,
.card-timeline .card-link:active,
.card-timeline .card-link:focus,
.card-timeline .card-link:hover {
  color: #000000;
}

.card-timeline .card-link.collapsed .card-arrow::after {
  opacity: 0;
  visibility: hidden;
}

.card-timeline .card-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(196, 196, 196, 0.5);
}

.card-timeline .card-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  opacity: 1;
  visibility: visible;
  transition: .22s;
}

.card-timeline .card-body {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}

.card-timeline *+.row {
  margin-top: 20px;
}

.card-timeline:last-child::before {
  display: none;
}

.card-group-timeline .card-timeline+.card-timeline {
  margin-top: 40px;
}

@media (min-width: 576px) {
  .card-timeline {
    padding-left: 60px;
  }

  .card-timeline::before {
    top: 31px;
    left: 15px;
  }

  .card-timeline .card-arrow {
    width: 32px;
    height: 32px;
  }

  .card-timeline *+.row {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .card-timeline::before {
    bottom: -60px;
  }

  .card-timeline .card-link {
    font-size: 18px;
  }

  .card-timeline .card-body {
    padding-top: 35px;
  }

  .card-group-timeline .card-timeline+.card-timeline {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  .card-timeline .card-link {
    font-size: 24px;
  }
}

/** @section Tooltop Custom */
.tooltip {
  font-size: 17px;
  line-height: 1.2;
}

.tooltip-light .tooltip-inner {
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -.02em;
  color: #000000;
  background: #ffffff;
  text-transform: uppercase;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
}

.tooltip-light .arrow {
  width: 8px;
  height: 8px;
}

.tooltip-light.bs-tooltip-top {
  padding: 8px 0;
}

.tooltip-light.bs-tooltip-top .arrow::before {
  border-width: 8px 8px 0 8px;
  border-top-color: #ffffff;
}

.tooltip-light.bs-tooltip-right {
  padding: 0 8px;
}

.tooltip-light.bs-tooltip-right .arrow {
  width: 8px;
  height: 8px;
}

.tooltip-light.bs-tooltip-right .arrow::before {
  border-width: 4px 8px 4px 0;
  border-right-color: #ffffff;
}

.tooltip-light.bs-tooltip-bottom {
  padding: 8px 0;
}

.tooltip-light.bs-tooltip-bottom .arrow::before {
  border-width: 0 4px 8px;
  border-bottom-color: #ffffff;
}

.tooltip-light.bs-tooltip-left {
  padding: 0 8px;
}

.tooltip-light.bs-tooltip-left .arrow {
  width: 8px;
  height: 8px;
}

.tooltip-light.bs-tooltip-left .arrow::before {
  border-width: 4px 0 4px 8px;
  border-left-color: #ffffff;
}

@supports (filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0))) {
  .tooltip-light {
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
  }

  .tooltip-light .tooltip-inner {
    box-shadow: none;
  }
}

/** @section Counter */
.counter-classic-main {
  font-size: 30px;
  color: rgb(1, 103, 149);
  font-family: "Playfair Display", "Times New Roman", Times, serif;
}

*+.counter-classic-title {
  margin-top: 0;
}

@media (min-width: 992px) {
  .counter-classic-main {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .counter-classic-main {
    font-size: 43px;
  }
}

/** @section Owl Carousel */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  font: 400 40px/80px 'FontAwesome';
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
  content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-nav.disabled {
  display: none !important;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font: 400 46px/50px 'FontAwesome';
  color: #c4c4c4;
}

.owl-prev:hover,
.owl-next:hover {
  color: rgb(1, 103, 149);
}

.owl-prev {
  left: 0;
}

.owl-prev::before {
  content: '\f104';
}

.owl-next {
  right: 0;
}

.owl-next::before {
  content: '\f105';
}

.owl-arrow {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

.owl-arrow::-moz-focus-inner {
  border: none;
  padding: 0;
}

/*
 * Owl Pagination
 */
.owl-dots {
  text-align: center;
  margin-top: 35px;
}

.owl-dots.disabled {
  display: none !important;
}

.owl-dot {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c4c4c4;
  margin-left: 12px;
  margin-right: 12px;
  text-align: center;
  outline: none;
  cursor: pointer;
  transition: .2s;
}

.owl-dot::-moz-focus-inner {
  border: none;
  padding: 0;
}

.owl-dot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 200%;
  height: 200%;
  border-radius: 50%;
}

.owl-dot:only-child {
  display: none;
}

.owl-dot:hover,
.owl-dot.active {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

*+.owl-carousel {
  margin-top: 30px;
}

.owl-1 .owl-stage-outer {
  padding: 10px 30px;
  margin: -30px;
}

.owl-1 .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: .1s;
}

.owl-1 .owl-item.active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 992px) {
  .owl-1 .owl-stage-outer {
    padding: 30px;
  }
}

.owl-2 .owl-stage-outer {
  padding: 20px;
  margin: -20px;
}

.owl-2 .owl-stage {
  display: flex;
}

.owl-2 .owl-item {
  display: flex;
}

.owl-2 .owl-dots {
  margin-top: 15px;
}

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

.owl-3 .owl-stage-outer {
  padding: 70px 30px;
  margin: -70px -30px;
}

.owl-3 .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: .22s;
  pointer-events: auto;
}

.owl-3 .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.owl-3 .destination-1-figure::after {
  padding-bottom: 62.09913%;
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .owl-3 .owl-item-inner {
    position: relative;
    transition: .5s;
    will-change: transform;
  }

  html:not(.tablet):not(.mobile) .owl-3 .owl-item-inner .destination-1 {
    overflow: visible;
  }

  html:not(.tablet):not(.mobile) .owl-3 .owl-item-inner .destination-1-figure {
    transform: none;
  }

  html:not(.tablet):not(.mobile) .owl-3 .owl-item-inner .destination-1-caption {
    width: auto;
    transition: .5s;
  }

  html:not(.tablet):not(.mobile) .owl-3 .owl-item-inner:hover {
    z-index: 3;
  }

  html:not(.tablet):not(.mobile) .owl-3 .owl-item-inner:hover .destination-1-figure {
    transform: scale(1.26, 1.26);
  }

  html:not(.tablet):not(.mobile) .owl-3 .owl-item-inner:hover .destination-1-caption {
    left: -45px;
    right: -45px;
  }

  html:not(.tablet):not(.mobile) .owl-3 .owl-item-inner:hover>* {
    box-shadow: 0 3px 70px 0 rgba(0, 0, 0, 0.5);
  }

  .owl-3 .destination-1-decoration-title {
    position: relative;
    bottom: -25%;
    font-size: 110px;
    margin-bottom: 0;
  }

  *+.owl-3 {
    margin-top: 50px;
  }
}

@media (min-width: 1600px) {
  .owl-3 .destination-1 {
    max-width: 100%;
  }

  *+.owl-3 {
    margin-top: 70px;
  }
}

.owl-group-1 .owl-dots-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.owl-group-1 .owl-dots-nav button {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  padding-left: 40px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  transition: .3s;
}

.owl-group-1 .owl-dots-nav button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.owl-group-1 .owl-dots-nav button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

.owl-group-1 .owl-dots-nav button:hover {
  color: #000000;
}

.owl-group-1 .owl-dots-nav button.active {
  color: #000000;
}

.owl-group-1 .owl-dots-nav button.active::before {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.owl-group-1 .owl-dots-nav>*+* {
  margin-top: 20px;
}

.owl-group-1 *+.owl-dots-nav {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .owl-group-1 .owl-dots-nav {
    flex-direction: row;
    justify-content: center;
  }

  .owl-group-1 .owl-dots-nav button {
    display: inline-block;
    font-size: 0;
    padding-left: 10px;
    height: 10px;
    width: 10px;
    margin: 0 10px;
  }
}

.owl-group-1-main {
  position: relative;
  display: flex;
  max-width: 100%;
}

.owl-group-1-main::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/home-1-slider-bg.png);
  background-position: center center;
  background-size: cover;
  z-index: 2;
  pointer-events: none;
}

.owl-group-1-main .owl-carousel {
  max-width: 100%;
}

.owl-group-1-main::after {
  content: '';
  display: block;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 72.26804%;
  height: 0;
}

.owl-group-1-main::after,
.owl-group-1-main .owl-carousel {
  flex-shrink: 0;
  width: 100%;
}

.owl-group-1-main .owl-carousel,
.owl-group-1-main .owl-stage-outer,
.owl-group-1-main .owl-stage,
.owl-group-1-main .owl-item {
  display: flex;
}

.owl-group-1-main .owl-stage {
  flex-shrink: 0;
}

.owl-group-1-main .owl-item>* {
  width: 100%;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .owl-group-1-main {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .owl-group-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .owl-group-1>*+* {
    margin-left: 40px;
  }

  .owl-group-1 *+.owl-dots-nav {
    margin-top: 0;
  }

  .owl-group-1-main {
    max-width: calc(100% - 140px);
  }
}

@media (min-width: 1200px) {
  .owl-group-1 .owl-dots-nav>*+* {
    margin-top: 30px;
  }

  .owl-group-1-main {
    max-width: calc(100% - 200px);
  }
}

@media (min-width: 1600px) {
  .owl-group-1 .owl-carousel {
    max-width: 970px;
  }
}

.owl-group-2 {
  position: relative;
  margin-right: 30px;
}

.owl-group-2 .owl-carousel {
  margin-top: 0;
}

.owl-group-2 .owl-stage-outer {
  border-radius: 8px;
}

.owl-group-2 .owl-nav {
  position: absolute;
  top: 54%;
  right: 0;
  z-index: 2;
  transform: translate3d(46%, -50%, 0);
  pointer-events: none;
}

.owl-group-2 .owl-nav>*+* {
  margin-top: 10px;
}

.owl-group-2 .owl-arrow {
  display: flex;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35);
  pointer-events: auto;
}

.owl-group-2 .owl-arrow svg {
  max-width: 16px;
  margin: auto;
  fill: rgba(0, 0, 0, 0.4);
  transition: .22s;
}

.owl-group-2 .owl-arrow:hover svg {
  fill: #000000;
}

@media (min-width: 768px) {
  .owl-group-2 .owl-nav .owl-arrow {
    width: 63px;
    height: 63px;
  }

  .owl-group-2 .owl-nav .owl-arrow svg {
    max-width: 100%;
  }

  .owl-group-2 .owl-nav>*+* {
    margin-top: 16px;
  }
}

@media (min-width: 992px) {
  .owl-group-2 {
    margin-right: 50px;
  }
}

@media (min-width: 1200px) {
  .owl-group-2 {
    float: right;
    margin-right: 0;
  }

  .owl-group-2:before,
  .owl-group-2:after {
    content: " ";
    display: table;
  }

  .owl-group-2:after {
    clear: both;
  }

  .owl-group-2 .owl-carousel {
    float: right;
    flex-shrink: 0;
    width: 860px;
  }
}

@media (min-width: 1600px) {
  .owl-group-2 {
    margin-right: 70px;
  }

  .owl-group-2 .owl-carousel {
    width: 1040px;
  }
}

.owl-group-3 .owl-media-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -7px;
  margin-left: -7px;
}

.owl-group-3 .owl-media-dots>* {
  margin-bottom: 7px;
  margin-left: 7px;
}

.owl-group-3 .owl-media-dots>* {
  flex-grow: 1;
}

.owl-group-3 *+.owl-media-dots {
  margin-top: 30px;
}

*+.owl-group-3 {
  margin-top: 22px;
}

@media (min-width: 480px) {
  .owl-group-3 .owl-media-dots {
    margin-bottom: -14px;
    margin-left: -14px;
  }

  .owl-group-3 .owl-media-dots>* {
    margin-bottom: 14px;
    margin-left: 14px;
  }
}

@media (max-width: 575.98px) {
  .owl-group-3 .owl-media-dots>* {
    max-width: 42px;
  }
}

@media (min-width: 768px) {
  *+.owl-group-3 {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .owl-group-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .owl-group-3 .owl-carousel {
    max-width: 600px;
    padding-right: 30px;
  }

  .owl-group-3 .owl-media-dots {
    position: relative;
    top: -75px;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 340px;
    margin-bottom: -30px;
    margin-left: -30px;
  }

  .owl-group-3 .owl-media-dots>* {
    margin-bottom: 30px;
    margin-left: 30px;
  }

  .owl-group-3 .owl-media-dots>* {
    max-width: calc(33.333% - 30px);
    cursor: pointer;
  }

  .owl-group-3 *+.owl-media-dots {
    margin-top: 0;
  }

  *+.owl-group-3 {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .owl-group-3 .owl-carousel {
    max-width: 750px;
  }

  .owl-group-3 .owl-media-dots {
    width: 372px;
  }
}

.owl-carousel-quote-light {
  position: relative;
  width: 350px;
  max-width: 100%;
}

.owl-carousel-quote-light .owl-stage {
  display: flex;
  align-items: flex-end;
}

.owl-carousel-quote-light .owl-nav {
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
  display: flex;
  align-items: center;
}

.owl-carousel-quote-light .owl-nav>*+* {
  margin-left: 5px;
}

.owl-carousel-quote-light .owl-arrow {
  transition: .1s;
}

.owl-carousel-quote-light .owl-arrow:hover {
  fill: rgb(1, 103, 149);
}

.owl-carousel-quote-light .owl-nav-divider {
  position: relative;
  transform: rotate(120deg);
  width: 24px;
  height: 1px;
  background: #c4c4c4;
}

*+.owl-carousel-quote-light {
  margin-top: 15px;
}

@media (min-width: 480px) {
  .owl-carousel-quote-light .owl-nav {
    left: 48px;
  }
}

@media (min-width: 992px) {
  .owl-carousel-quote-light .owl-nav {
    left: 54px;
    bottom: 0;
  }

  .owl-carousel-quote-light .owl-nav-divider {
    width: 38px;
  }
}

@media (min-width: 1200px) {
  .owl-carousel-quote-light {
    width: 440px;
  }
}

html .owl-nav-1 {
  display: inline-flex;
}

.owl-nav-1 {
  display: flex;
  align-items: center;
}

.owl-nav-1 .owl-arrow {
  position: relative;
  transform: none;
  fill: #808080;
  transition: .22s;
}

.owl-nav-1 .owl-arrow:hover {
  fill: #000000;
}

.owl-nav-1>*+* {
  margin-left: 28px;
}

.context-dark .owl-nav-1 .owl-arrow {
  fill: rgba(255, 255, 255, 0.3);
}

.context-dark .owl-nav-1 .owl-arrow:hover {
  fill: #ffffff;
}

.owl-carousel[data-animation-in='fadeIn'][data-animation-out='fadeOut'] .owl-animated-in {
  animation-duration: 1s;
}

.owl-carousel[data-animation-in='fadeIn'][data-animation-out='fadeOut'] .owl-animated-out {
  animation-duration: .4s;
}

.owl-carousel-tour-minimal {
  max-width: 100%;
  background: #ffffff;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}

.owl-carousel-tour-minimal * {
  backface-visibility: hidden;
}

.owl-carousel-tour-minimal .tour-minimal {
  width: 260px;
}

.owl-carousel-tour-minimal .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel-tour-minimal .owl-item {
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: .15s;
}

.ipad .owl-carousel-tour-minimal .owl-item,
.iphone .owl-carousel-tour-minimal .owl-item {
  transition: none;
}

.owl-carousel-tour-minimal .owl-item.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.owl-carousel-tour-minimal .owl-dots {
  pointer-events: auto;
  margin-top: 25px;
}

@media (min-width: 576px) {
  .owl-carousel-tour-minimal {
    width: 330px;
  }
}

@media (min-width: 576px) {
  .owl-carousel-tour-minimal {
    width: 100%;
  }

  .owl-carousel-tour-minimal .tour-minimal {
    width: 260px;
  }

  .owl-carousel-tour-minimal .owl-item-inner {
    position: relative;
    display: flex;
  }

  .owl-carousel-tour-minimal .owl-item-inner>* {
    flex-shrink: 0;
    transform-origin: 50% 50%;
    transform: scale(1);
    will-change: transform;
  }

  .owl-carousel-tour-minimal .owl-item:not(.active)+.owl-item.active .owl-item-inner,
  .owl-carousel-tour-minimal .owl-item.active+.owl-item.active+.owl-item .owl-item-inner {
    width: 73px;
    opacity: .4;
  }

  .owl-carousel-tour-minimal .owl-item:not(.active)+.owl-item.active .owl-item-inner>*,
  .owl-carousel-tour-minimal .owl-item.active+.owl-item.active+.owl-item .owl-item-inner>* {
    position: relative;
    pointer-events: none;
    transform: scale(0.90099);
    transition: .1s;
  }

  .owl-carousel-tour-minimal .owl-item:not(.active)+.owl-item.active .owl-item-inner>* {
    transform-origin: 0 50%;
  }

  .owl-carousel-tour-minimal .owl-item:not(.active)+.owl-item.active+.owl-item.active .owl-item-inner {
    z-index: 10;
    left: -25px;
    width: 258px;
  }

  .owl-carousel-tour-minimal .owl-item.active+.owl-item.active+.owl-item {
    z-index: -1;
    opacity: 1;
    visibility: visible;
  }

  .owl-carousel-tour-minimal .owl-item.active+.owl-item.active+.owl-item .owl-item-inner {
    left: -50px;
    justify-content: flex-end;
  }

  .owl-carousel-tour-minimal .owl-item.active+.owl-item.active+.owl-item .owl-item-inner>* {
    transform-origin: 100% 50%;
  }
}

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .owl-carousel-tour-minimal .tour-minimal:hover {
    box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.3);
  }
}

.owl-1.list-group-1 {
  margin-top: 50px;
}

@media (min-width: 1200px) {
  .owl-1.list-group-1 {
    margin-top: 70px;
  }
}

/** @section Lightgallery */
.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1180;
  border: none;
  outline: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-moz-keyframes lg-right-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-ms-keyframes lg-right-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@keyframes lg-right-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-webkit-keyframes lg-left-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@-moz-keyframes lg-left-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@-ms-keyframes lg-left-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@keyframes lg-left-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  -o-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  -o-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1182;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  transition: color .2s linear;
}

@media (max-width: 575.98px) {
  .lg-toolbar .lg-icon {
    font-size: 21px;
    width: 36px;
  }
}

@media (max-width: 575.98px) {
  #lg-counter {
    font-size: 14px;
    line-height: 27px;
  }
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1180;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1180;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
  margin-left: auto;
  margin-right: auto;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color .25s ease;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1180;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../images/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1183;
  opacity: 0;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1180;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity .15s ease 0s, transform .15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow .3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1181;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1150;
  text-align: left;
  opacity: 0;
  transition: opacity .15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(../images/loading.gif) center center no-repeat;
  display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1160;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1140;
  background-color: #000;
  opacity: 0;
  transition: opacity .15s ease 0s;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1180;
  border: none;
  outline: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-moz-keyframes lg-right-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-ms-keyframes lg-right-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@keyframes lg-right-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-webkit-keyframes lg-left-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@-moz-keyframes lg-left-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@-ms-keyframes lg-left-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@keyframes lg-left-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  -o-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  -o-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1182;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1180;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1180;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color .25s ease;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: rgb(1, 103, 149);
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1180;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../images/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1183;
  opacity: 0;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1180;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity .15s ease 0s, transform .15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow .3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1181;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1150;
  text-align: left;
  opacity: 0;
  transition: opacity .15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: grabbing;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(../images/loading.gif) center center no-repeat;
  display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1160;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1140;
  background-color: #000;
  opacity: 0;
  transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
  opacity: .8;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lightgallery-iframe .lg-toolbar {
  background-color: transparent;
}

.lightgallery-iframe .lg-close~* {
  display: none;
}

/** @section Modal Custom */
.modal {
  display: block;
  padding: 30px 15px 7vh;
  visibility: hidden;
  transition: .22s;
  z-index: 1090;
}

.btn-close:focus {
  box-shadow: none;
}

.modal.show {
  visibility: visible;
}

.modal.fade .modal-dialog {
  transform: translate3d(0, -30px, 0);
}

.modal.show .modal-dialog {
  transform: translate3d(0, 0, 0);
}

.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 100%;
}

.modal-inner {
  width: 100%;
}

.modal-content {
  height: 100%;
  border-radius: 0.3rem;
}

.modal-body {
  height: 100%;
  overflow-y: auto;
}

@media (min-width: 768px) {

  .modal-header,
  .modal-body {
    padding-left: 30px;
    padding-right: 30px;
  }

  .modal-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .modal-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .modal-dialog {
    max-width: 800px;
  }
}

/** @section Countdown */
.countdown-classic .countdown-row {
  display: flex;
  align-items: flex-end;
}

.countdown-classic .countdown-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-classic .countdown-amount {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  color: rgb(1, 103, 149);
  min-width: 1.5em;
  text-align: center;
}

.countdown-classic .countdown-period {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #808080;
}

.countdown-classic .countdown-section+.countdown-section {
  margin-left: 25px;
}

*+.countdown-classic {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .countdown-classic .countdown-amount {
    font-size: 36px;
  }

  *+.countdown-classic {
    margin-top: 40px;
  }
}

/** @section Bootstrap material datetimepicker */
.dtp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2000;
}

.dtp>.dtp-content {
  background: #ffffff;
  max-width: 300px;
  box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.09);
  position: relative;
  left: 50%;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .dtp>.dtp-content {
    max-height: 90vh;
    margin: auto;
    overflow-y: auto;
  }
}

.dtp-header {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  color: #ffffff;
  text-align: center;
  padding: 0.3rem;
  position: relative;
}

.dtp-date,
.dtp-time {
  background: #fff1f2;
  text-align: center;
  color: #ffffff;
  padding: 10px;
}

.dtp-date>div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.dtp-actual-month {
  font-weight: 600;
  font-size: 1.3em;
  letter-spacing: .03em;
}

.dtp-actual-num,
.dtp-actual-maxtime {
  font-size: 3em;
  line-height: 1;
  font-weight: 600;
}

.dtp-actual-year {
  padding: 5px 0 0;
  font-size: 1.2em;
  color: #ffffff;
}

.dtp-picker {
  padding: 1rem;
  text-align: center;
}

.dtp-picker-month,
.dtp-actual-time {
  font-weight: 500;
  text-align: center;
}

.dtp-close {
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 1rem;
}

.dtp-close>a {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}

.dtp table.dtp-picker-days {
  margin: 0;
  border: none;
}

.dtp table.dtp-picker-days tr {
  border: none;
}

.dtp table.dtp-picker-days tr>td {
  border: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  padding: .7rem 0.3rem;
}

.dtp table.dtp-picker-days tr>td>span.dtp-select-day {
  color: #bdbdbd !important;
}

.dtp table.dtp-picker-days tr>td>a {
  color: #000000;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  transition: .3s all ease;
}

.dtp .dtp-picker-time>a {
  color: #000000;
  padding: 0.4rem 0.5rem 0.5rem 0.6rem;
  border-radius: 50% !important;
}

.dtp table.dtp-picker-days tr>td>a.selected {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  color: #ffffff;
}

.dtp table.dtp-picker-days tr>th {
  color: #000000;
  text-align: center;
  font-weight: 700;
  padding: 0.4rem 0.3rem;
  border-bottom: none;
}

.dtp .p10,
.dtp .p20,
.dtp .p60,
.dtp .p80 {
  display: inline-block;
  vertical-align: middle;
}

.dtp .p10 {
  width: 10%;
}

.dtp .p10>a {
  color: #ffffff;
  transition: .3s all ease;
}

.dtp .p10>a:hover {
  color: #ffffff;
}

.dtp .p20 {
  width: 20%;
}

.dtp .p60 {
  width: 60%;
}

.dtp .p80 {
  width: 80%;
}

.dtp-picker-month {
  display: none !important;
}

.dtp-meridien-am,
.dtp-meridien-pm {
  position: relative;
  top: 10px;
  color: #000000;
  font-weight: 500;
  padding: 0.7rem 0.5rem;
  border-radius: 50% !important;
  text-decoration: none;
  background: #eeeeee;
  font-size: 1rem;
}

.dtp-actual-meridien a.selected {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  color: #ffffff;
}

.dtp-picker-time {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 1em;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 500;
  text-align: center !important;
}

.dtp-picker-time>a {
  display: block;
  line-height: 23px;
  padding: 0.3rem 0.3rem 0.3rem 0.3rem;
}

.dtp-picker-time>a.dtp-select-hour.selected {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  color: #ffffff;
}

.dtp-picker-time>a.dtp-select-hour.disabled {
  color: #555;
}

.dtp-picker-time>a.dtp-select-minute.disabled {
  color: #555;
}

.dtp-picker-time>a.dtp-select-minute.selected {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  color: #ffffff;
}

.dtp-picker-clock {
  margin: 1rem 2rem 0 2rem;
  padding: 1rem;
  border-radius: 50% !important;
  background: white;
}

.dtp-clock-center {
  width: 15px;
  height: 15px;
  background: #555;
  border-radius: 50%;
  position: absolute;
  z-index: 50;
}

html[class*="ie"] .dtp-clock-center {
  display: none;
}

.dtp-hand,
.dtp-hour-hand {
  position: absolute;
  width: 4px;
  margin-left: -2px;
  background: #555;
  transform: rotate(0deg);
  transform-origin: bottom;
  z-index: 1;
}

html[class*="ie"] .dtp-hand,
html[class*="ie"] .dtp-hour-hand {
  display: none;
}

.dtp-minute-hand {
  width: 2px;
  margin-left: -1px;
}

.dtp-hand.on {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
}

.dtp-buttons {
  padding: 0 1rem 1rem 1rem;
  text-align: right;
}

.dtp .invisible {
  visibility: hidden;
}

.dtp .left {
  float: left;
}

.dtp .right {
  float: right;
}

.hidden {
  display: none;
}

.dtp-buttons>*+* {
  margin-left: 10px;
}

/** @section Select 2 */
/**
 *
 */
.select2-container {
  position: relative;
  display: inline-block;
  width: 100% !important;
  margin: 0;
  vertical-align: middle;
  box-sizing: border-box;
}

.select2-container .select2-selection--single {
  display: block;
  height: 50px;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container .select2-selection--multiple {
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}

.select2-container .select2-search--inline {
  align-self: center;
}

.select2-container .select2-search--inline .select2-search__field {
  display: block;
  padding: 0;
  border: none;
  font-size: 14px;
  min-height: 24px;
  box-sizing: border-box;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.has-error .select2-container {
  outline: 1px solid red;
}

.select2-dropdown {
  position: absolute;
  left: -100000px;
  z-index: 1051;
  width: 100%;
  display: block;
  box-sizing: border-box;
  background-color: transparent;
  color: #000000;
}

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding-left: 19px;
  padding-right: 19px;
  user-select: none;
}

.select2-results__option[aria-selected] {
  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: 1px solid white;
}

.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;
  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: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 19px;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  padding-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -4px;
  margin-top: -2px;
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
  background-color: transparent;
  color: #262626;
}

.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 #000000 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
  padding: 13px 24px 8px 14px;
  list-style: none;
  box-sizing: border-box;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  margin-bottom: 5px;
  margin-left: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #000000;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 5px;
  cursor: default;
  font-size: 14px;
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
  color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: transparent;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}

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

.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--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #000000;
}

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

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  background-color: transparent;
  color: #262626;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  color: #ffffff;
}

.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__group {
  cursor: default;
  display: block;
  padding: 6px;
}