/*
	Theme Name: GlobTroper
	Theme URI: https://orfinstudio.pl
	Description: Globtroper child theme (requires Revolution theme)
	Version: 1.0.0
	Author: Orfin Studio
	Template: revolution
	Text Domain: revolution
	Domain Path: /inc/languages
*/
::-webkit-scrollbar {
  -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
  width: 10px;
}
::-webkit-scrollbar:horizontal {
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #004e63;
  border-radius: 5px;
  border: 2px solid #ffffff;
}
::-webkit-scrollbar-track {
  background-color: #ffffff;
}
::-webkit-scrollbar-thumb:horizontal {
  background-color: #ff295c;
}
::-webkit-scrollbar-track:horizontal {
  background-color: rgba(0, 78, 99, 0.5);
  border-radius: 5px;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.animation-opacity-pulse {
  animation: pulse 3s infinite;
}
.hidden {
  display: none !important;
}
.theme-font-primary {
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
}
.theme-font-secondary {
  font-family: 'Courier Prime', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
}
.theme-base-line-height {
  line-height: 1.375 !important;
}
.theme-header-line-height {
  line-height: 1.2 !important;
}
.theme-transition-all {
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.theme-transition-opacity {
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.disable-transition {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
html {
  font-size: 16px;
}
@media (max-width: 1024px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  html {
    font-size: 12px;
  }
}
body {
  color: #021719;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Courier Prime', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
}
body p {
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
}
body ul,
body ol {
  font-size: 16px;
}
@media (max-width: 640px) {
  .columns {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.theme-color-primary {
  color: #c8d400;
  font-weight: 500;
}
.theme-color-secondary {
  color: #ff295c;
  font-weight: 500;
}
.theme-color-tertiary {
  color: #004e63;
  font-weight: 500;
}
@media (min-width: 768px) {
  .admin-bar .subheader + .header:not(.fixed) {
    top: 87px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .admin-bar .subheader + .header:not(.fixed) {
    top: 100px;
  }
}
.subheader {
  text-align: right;
}
@media (min-width: 640px) {
  .subheader + .header:not(.fixed) {
    top: 55px;
  }
}
.subheader .subheader-left p {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
}
.subheader .subheader-left p .telephone {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .subheader .subheader-left p .telephone {
    padding-left: 25px;
    padding-right: 10px;
  }
}
.subheader .subheader-left p .telephone::before {
  position: absolute;
  left: 0;
  top: -2px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("/wp-content/uploads/2019/02/subheader-telephone-icon.svg") no-repeat center;
}
.subheader .subheader-left p .email {
  display: inline-block;
  position: relative;
  padding-left: 35px;
}
@media (max-width: 1024px) {
  .subheader .subheader-left p .email {
    padding-left: 35px;
  }
}
.subheader .subheader-left p .email::before {
  position: absolute;
  left: 0;
  top: -2px;
  display: block;
  content: "";
  width: 24px;
  height: 20px;
  background: url("/wp-content/uploads/2019/02/subheader-email-icon.svg") no-repeat center;
}
.thb-full-menu > li a {
  position: relative;
}
.thb-full-menu > li a:not(.logolink) {
  padding: 0;
}
.thb-full-menu > li a:not(.logolink):hover {
  color: #FFF;
}
.thb-full-menu > li a::before {
  position: absolute;
  top: -5px;
  left: calc(50% - 15px);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/wp-content/uploads/2019/02/link-backdrop.svg") no-repeat center;
  opacity: 0;
  will-change: opacity;
  z-index: -1;
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.thb-full-menu > li a:hover::before {
  opacity: 1;
}
.thb-full-menu > li.current-menu-item a::before {
  opacity: 1;
}
.thb-full-menu.socials li + li {
  margin-left: 20px;
}
.header {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.header:not(.fixed) .full-menu {
  margin-left: 200px;
}
@media (min-width: 640px) {
  .header:not(.fixed) .logo-holder {
    position: absolute;
    top: -45px;
  }
}
@media (min-width: 769px) {
  .header:not(.fixed) .logolink .logoimg[src$=".svg"] {
    max-height: 110px !important;
  }
}
@media (min-width: 769px) {
  .header:not(.fixed) .logolink .logoimg {
    width: 140px !important;
  }
}
@media (max-width: 640px) {
  .header:not(.fixed) .logolink {
    height: 55px;
  }
}
.header.fixed .logolink .logoimg {
  height: 55px;
}
.header:not(.fixed) .logolink .logoimg {
  height: 110px;
}
.header .logolink {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.header .logolink .logoimg {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.mobile-toggle-holder strong {
  color: #FFF;
}
#wrapper.open-menu #mobile-menu {
  -webkit-box-shadow: -10px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -10px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -10px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
#mobile-menu {
  background: #004e63;
}
#mobile-menu .thb-mobile-close div span {
  background: #c8d400;
}
#mobile-menu .thb-mobile-close div span::before {
  background: #FFF;
}
#mobile-menu .thb-mobile-menu > li > a {
  color: #FFF !important;
}
#mobile-menu .thb-mobile-menu > li > a:hover {
  color: #c8d400 !important;
}
#mobile-menu .menu-footer a {
  font-size: 14px;
  color: #FFF !important;
}
#mobile-menu .menu-footer a:hover {
  color: #c8d400 !important;
}
#mobile-menu .menu-footer a.telephone {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}
#mobile-menu .menu-footer a.telephone::before {
  position: absolute;
  left: -20px;
  top: 1px;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url("/wp-content/uploads/2019/02/subheader-telephone-icon.svg") no-repeat center;
}
#mobile-menu .menu-footer a.email {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}
#mobile-menu .menu-footer a.email::before {
  position: absolute;
  left: -20px;
  top: 3px;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url("/wp-content/uploads/2019/02/subheader-email-icon.svg") no-repeat center;
}
#mobile-menu .socials {
  margin-top: 10px;
  margin-bottom: 10px;
}
#mobile-menu .socials a {
  margin-right: 20px;
  font-size: 1.5rem;
  color: #FFF !important;
}
#mobile-menu .socials a:hover {
  color: #ff295c !important;
}
body:not(.header-padding-off) .header.fixed + div[role="main"] .header-spacer {
  height: 130px !important;
}
@media (max-width: 1024px) {
  body:not(.header-padding-off) .header.fixed + div[role="main"] .header-spacer {
    height: 125px !important;
  }
}
@media (max-width: 640px) {
  body:not(.header-padding-off) .header.fixed + div[role="main"] .header-spacer {
    height: 75px !important;
  }
}
body:not(.header-padding-off) .header:not(.fixed) + div[role="main"] .header-spacer {
  height: 130px !important;
}
@media (max-width: 1024px) {
  body:not(.header-padding-off) .header:not(.fixed) + div[role="main"] .header-spacer {
    height: 125px !important;
  }
}
@media (max-width: 640px) {
  body:not(.header-padding-off) .header:not(.fixed) + div[role="main"] .header-spacer {
    height: 75px !important;
  }
}
body.header-padding-off .header.fixed + div[role="main"] .header-spacer {
  height: 55px !important;
}
@media (max-width: 640px) {
  body.header-padding-off .header.fixed + div[role="main"] .header-spacer {
    height: 0 !important;
  }
}
body.header-padding-off .header:not(.fixed) + div[role="main"] .header-spacer {
  height: 55px !important;
}
@media (max-width: 640px) {
  body.header-padding-off .header:not(.fixed) + div[role="main"] .header-spacer {
    height: 0 !important;
  }
}
.content-section .section-header {
  margin-bottom: 20px;
}
.content-section .section-header h1,
.content-section .section-header h2,
.content-section .section-header h3,
.content-section .section-header h4,
.content-section .section-header h5,
.content-section .section-header h6,
.content-section .section-header p {
  font-weight: normal;
  font-size: 2.625rem;
  font-family: 'Courier Prime', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.2 !important;
  color: #021719;
  margin-bottom: 0;
}
.content-section .section-header h1 em,
.content-section .section-header h2 em,
.content-section .section-header h3 em,
.content-section .section-header h4 em,
.content-section .section-header h5 em,
.content-section .section-header h6 em,
.content-section .section-header p em {
  color: #ff295c;
  font-style: normal;
  font-family: 'Courier Prime', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
}
.content-section .section-header.center h1,
.content-section .section-header.center h2,
.content-section .section-header.center h3,
.content-section .section-header.center h4,
.content-section .section-header.center h5,
.content-section .section-header.center h6,
.content-section .section-header.center p {
  text-align: center;
}
.content-section .section-header.bold h1,
.content-section .section-header.bold h2,
.content-section .section-header.bold h3,
.content-section .section-header.bold h4,
.content-section .section-header.bold h5,
.content-section .section-header.bold h6,
.content-section .section-header.bold p {
  font-weight: bold;
}
.content-section .section-header-slogan h1,
.content-section .section-header-slogan h2,
.content-section .section-header-slogan h3,
.content-section .section-header-slogan h4,
.content-section .section-header-slogan h5,
.content-section .section-header-slogan h6,
.content-section .section-header-slogan p {
  font-weight: normal;
  font-size: 16px;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.375 !important;
}
.content-section .section-header-slogan.center h1,
.content-section .section-header-slogan.center h2,
.content-section .section-header-slogan.center h3,
.content-section .section-header-slogan.center h4,
.content-section .section-header-slogan.center h5,
.content-section .section-header-slogan.center h6,
.content-section .section-header-slogan.center p {
  text-align: center;
}
.content-section .large-contact-details {
  margin-top: 6.25rem;
  margin-bottom: 9rem;
}
.content-section .large-contact-details h1,
.content-section .large-contact-details h2,
.content-section .large-contact-details h3,
.content-section .large-contact-details h4,
.content-section .large-contact-details h5,
.content-section .large-contact-details h6,
.content-section .large-contact-details p {
  font-size: 1.5rem;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.2 !important;
  color: #021719;
  font-weight: bold;
}
@media (max-width: 768px) {
  .content-section .large-contact-details h1,
  .content-section .large-contact-details h2,
  .content-section .large-contact-details h3,
  .content-section .large-contact-details h4,
  .content-section .large-contact-details h5,
  .content-section .large-contact-details h6,
  .content-section .large-contact-details p {
    font-size: 1.5rem;
  }
}
.content-section .large-contact-details.center h1,
.content-section .large-contact-details.center h2,
.content-section .large-contact-details.center h3,
.content-section .large-contact-details.center h4,
.content-section .large-contact-details.center h5,
.content-section .large-contact-details.center h6,
.content-section .large-contact-details.center p {
  text-align: center;
}
.content-section .large-contact-details .telephone {
  margin-right: 40px;
  padding-left: 60px;
  position: relative;
  display: inline-block;
  color: #021719 !important;
}
@media (max-width: 480px) {
  .content-section .large-contact-details .telephone {
    padding-left: 0;
    margin-right: 0;
  }
}
.content-section .large-contact-details .telephone:hover {
  color: #ff295c !important;
}
.content-section .large-contact-details .telephone::before {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  content: "";
  left: 25px;
  top: 0;
  background: url("/wp-content/uploads/2019/02/content-phone-icon.svg") no-repeat center;
}
@media (max-width: 480px) {
  .content-section .large-contact-details .telephone::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .content-section .large-contact-details .telephone::before {
    width: 21px;
    height: 33px;
    top: -3px;
    left: 30px;
  }
}
.content-section .large-contact-details .telephone::after {
  display: none;
}
.content-section .large-contact-details .email {
  padding-left: 60px;
  margin-top: 20px;
  display: inline-block;
  color: #021719 !important;
}
@media (max-width: 480px) {
  .content-section .large-contact-details .email {
    padding-left: 0;
  }
}
.content-section .large-contact-details .email:hover {
  color: #ff295c !important;
}
.content-section .large-contact-details .email::before {
  position: absolute;
  display: block;
  width: 30px;
  height: 20px;
  content: "";
  left: 15px;
  top: 6px;
  background: url("/wp-content/uploads/2019/02/content-email-icon.svg") no-repeat center;
}
@media (max-width: 480px) {
  .content-section .large-contact-details .email::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .content-section .large-contact-details .email::before {
    width: 33px;
    height: 23px;
    top: 3px;
    left: 15px;
  }
}
.content-section .large-contact-details .email::after {
  display: none;
}
.content-section .translucent-column {
  background: rgba(0, 78, 99, 0.7);
  position: relative;
  padding: 1.5rem;
  border-image-source: url("/wp-content/uploads/2019/02/translucent-column-background.svg");
  border-image-slice: 5%;
  border-image-width: 0 20px 25px 20px;
  border-image-outset: 0 20px 25px 20px;
  border-image-repeat: stretch;
  border-style: solid;
  opacity: 1;
  z-index: 10;
}
@media (max-width: 640px) {
  .content-section .translucent-column {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.content-section .translucent-column h1,
.content-section .translucent-column h2,
.content-section .translucent-column h3,
.content-section .translucent-column h4,
.content-section .translucent-column h5,
.content-section .translucent-column h6,
.content-section .translucent-column p,
.content-section .translucent-column ul,
.content-section .translucent-column li,
.content-section .translucent-column blockquote {
  color: #FFF;
}
.content-section .translucent-column .vc_btn3.vc_btn3-style-flat {
  background: transparent !important;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans' !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  color: #FFF !important;
  border: 3px solid #FFF !important;
  padding: 15px 35px !important;
  will-change: transform;
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  outline: 1px solid transparent;
}
.content-section .translucent-column .vc_btn3.vc_btn3-style-flat:hover {
  background: #ff295c !important;
  color: #FFF !important;
  border: 3px solid #ff295c !important;
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.content-section .translucent-column.white {
  border-image-source: url("/wp-content/uploads/2019/02/translucent-background-white.svg");
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.content-section .translucent-column.white h1,
.content-section .translucent-column.white h2,
.content-section .translucent-column.white h3,
.content-section .translucent-column.white h4,
.content-section .translucent-column.white h5,
.content-section .translucent-column.white h6,
.content-section .translucent-column.white p,
.content-section .translucent-column.white ul,
.content-section .translucent-column.white li,
.content-section .translucent-column.white blockquote {
  color: #021719;
}
.enable-overflow {
  overflow: visible !important;
}
.vc_btn3.vc_btn3-style-flat {
  background: transparent !important;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans' !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  color: #004e63 !important;
  border: 3px solid #004e63 !important;
  padding: 15px 35px !important;
  will-change: transform;
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  outline: 1px solid transparent !important;
}
.vc_btn3.vc_btn3-style-flat:hover {
  background: #ff295c !important;
  color: #FFF !important;
  border: 3px solid #ff295c !important;
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.rev_slider a,
rs-fullwidth-wrap a {
  color: unset;
}
.rev_slider .slider-text-shadow,
rs-fullwidth-wrap .slider-text-shadow {
  text-shadow: 0px 0px 20px rgba(2, 23, 25, 0.8);
}
.rev_slider .the-button,
rs-fullwidth-wrap .the-button {
  will-change: transform;
  outline: 1px solid transparent !important;
}
.rev_slider .persephone.tparrows,
rs-fullwidth-wrap .persephone.tparrows {
  border: 2px solid #FFF !important;
  border-radius: 50%;
  -moz-transition: border 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: border 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: border 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: border 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rev_slider .persephone.tparrows::before,
rs-fullwidth-wrap .persephone.tparrows::before {
  font-weight: bold;
  color: #FFF;
  -moz-transition: color 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: color 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: color 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rev_slider .persephone.tparrows.tp-leftarrow::before,
rs-fullwidth-wrap .persephone.tparrows.tp-leftarrow::before {
  margin-top: -1px;
  margin-left: -2px;
}
.rev_slider .persephone.tparrows.tp-rightarrow::before,
rs-fullwidth-wrap .persephone.tparrows.tp-rightarrow::before {
  margin-top: -1px;
  margin-right: -2px;
}
.rev_slider .persephone.tparrows:hover,
rs-fullwidth-wrap .persephone.tparrows:hover {
  border: 2px solid #ff295c !important;
}
.rev_slider .persephone.tparrows:hover::before,
rs-fullwidth-wrap .persephone.tparrows:hover::before {
  color: #ff295c !important;
}
.overflowing-slider-section .rev_slider .tp-revslider-mainul {
  overflow: visible !important;
}
.overflowing-slider-section .rev_slider .tp-revslider-mainul .tp-revslider-slidesli {
  overflow: visible !important;
}
.overflowing-slider-section .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .slotholder {
  overflow: hidden !important;
}
.page-id-396 #wrapper div[role="main"] {
  background: url("/wp-content/uploads/2019/02/trip-background-asset.svg") no-repeat;
  background-position: calc(50% + 768px) 500px;
  background-size: 315px;
}
.trip-section {
  margin-bottom: 40px !important;
}
@media (max-width: 1024px) {
  .trip-section .columns:nth-child(1) {
    min-height: 550px;
  }
}
@media (max-width: 768px) {
  .trip-section .columns:nth-child(1) {
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  .trip-section .columns:nth-child(1) {
    padding-right: 1.25rem;
  }
}
.trip-section .columns:nth-child(1) .vc_column-inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.trip-section .columns:nth-child(2) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.trip-section .columns .trip-tag {
  margin-bottom: 20px;
}
.trip-section .columns .trip-tag h1,
.trip-section .columns .trip-tag h2,
.trip-section .columns .trip-tag h3,
.trip-section .columns .trip-tag h4,
.trip-section .columns .trip-tag h5,
.trip-section .columns .trip-tag h6,
.trip-section .columns .trip-tag p {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  color: #FFF;
  background: #ff295c;
  padding: 2px 25px;
  display: inline-block;
}
.trip-section .columns .trip-title {
  margin-bottom: 0;
}
.trip-section .columns .trip-title a::after {
  border-bottom: 0;
}
.trip-section .columns .trip-title a:hover {
  color: #ff295c;
}
.trip-section .columns .trip-title a:hover > h1,
.trip-section .columns .trip-title a:hover h2,
.trip-section .columns .trip-title a:hover h3,
.trip-section .columns .trip-title a:hover h4,
.trip-section .columns .trip-title a:hover h5,
.trip-section .columns .trip-title a:hover h6,
.trip-section .columns .trip-title a:hover p {
  color: #ff295c;
}
.trip-section .columns .trip-title h1,
.trip-section .columns .trip-title h2,
.trip-section .columns .trip-title h3,
.trip-section .columns .trip-title h4,
.trip-section .columns .trip-title h5,
.trip-section .columns .trip-title h6,
.trip-section .columns .trip-title p {
  font-size: 4.375rem;
  line-height: 1.2 !important;
  font-family: 'Courier Prime', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-weight: bold;
  color: #021719;
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.trip-section .columns .trip-slogan {
  margin-bottom: 50px;
}
.trip-section .columns .trip-slogan h1,
.trip-section .columns .trip-slogan h2,
.trip-section .columns .trip-slogan h3,
.trip-section .columns .trip-slogan h4,
.trip-section .columns .trip-slogan h5,
.trip-section .columns .trip-slogan h6,
.trip-section .columns .trip-slogan p {
  font-size: 1.75rem;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.2 !important;
  color: #021719;
  font-weight: 500;
}
.trip-section .columns .trip-list {
  margin-bottom: 40px;
  max-width: 512px;
}
.trip-section .columns .trip-list p {
  font-weight: 500;
}
.trip-section .columns .trip-list ul {
  margin-left: 2rem;
  list-style: none;
}
@media (max-width: 576px) {
  .trip-section .columns .trip-list ul {
    margin-left: 0;
  }
}
.trip-section .columns .trip-list ul li {
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
  color: #021719;
}
.trip-section .columns .trip-list ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: url("/wp-content/uploads/2019/02/green-bullet.svg") no-repeat bottom right;
  background-size: cover;
}
.trip-section .columns .vc_btn3-container {
  margin-bottom: 0;
}
.thb-portfolio .type-portfolio.style9 .thb-portfolio-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.thb-portfolio .type-portfolio.style9 .thb-portfolio-content .thb-categories,
.thb-portfolio .type-portfolio.style9 .thb-portfolio-content h3,
.thb-portfolio .type-portfolio.style9 .thb-portfolio-content p {
  flex: 0 1 auto;
}
.thb-portfolio .type-portfolio.style9 .thb-portfolio-content .thb-categories,
.thb-portfolio .type-portfolio.style9 .thb-portfolio-content h3 {
  opacity: 1;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.thb-portfolio .type-portfolio.style9 .thb-portfolio-content .thb-categories {
  color: #FFF;
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  flex: 2 1 auto;
  align-self: flex-end;
}
.thb-portfolio .type-portfolio.style9 .thb-portfolio-content .thb-categories span {
  background: #ff295c;
  padding: 4px 10px;
}
.thb-portfolio .type-portfolio.style9 .thb-portfolio-content .thb-categories span a {
  color: #FFF;
  pointer-events: none;
}
.thb-portfolio .type-portfolio.style9 .thb-portfolio-content h3 {
  color: #FFF;
  font-family: 'Courier Prime', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-size: 3.125rem;
  font-weight: bold;
  word-break: break-word;
  line-height: 1.1 !important;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}
@media (max-width: 1330px) {
  .thb-portfolio .type-portfolio.style9 .thb-portfolio-content h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .thb-portfolio .type-portfolio.style9 .thb-portfolio-content h3 {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .thb-portfolio .type-portfolio.style9 .thb-portfolio-content h3 {
    font-size: 2.5rem;
  }
}
.thb-portfolio .type-portfolio.style9 .thb-portfolio-content p {
  color: #FFF;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.3 !important;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.65);
}
@media (max-width: 1330px) {
  .thb-portfolio .type-portfolio.style9 .thb-portfolio-content p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .thb-portfolio .type-portfolio.style9 .thb-portfolio-content p {
    font-size: 15px;
  }
}
.thb-portfolio .type-portfolio.style9:not(.thb-video-item):hover .thb-portfolio-image .wp-post-image {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.thb-portfolio .type-portfolio.style9:hover .thb-portfolio-hover {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.thb-portfolio .type-portfolio.style9:hover .thb-portfolio-content {
  background: rgba(255, 41, 92, 0.7);
}
.small-portfolio-grid .thb-portfolio .type-portfolio.style9 .thb-portfolio-content .thb-categories {
  font-size: 10px;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .small-portfolio-grid .thb-portfolio .type-portfolio.style9 .thb-portfolio-content .thb-categories {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.small-portfolio-grid .thb-portfolio .type-portfolio.style9 .thb-portfolio-content h3 {
  font-size: 2rem;
}
@media (max-width: 1330px) {
  .small-portfolio-grid .thb-portfolio .type-portfolio.style9 .thb-portfolio-content h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .small-portfolio-grid .thb-portfolio .type-portfolio.style9 .thb-portfolio-content h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  .small-portfolio-grid .thb-portfolio .type-portfolio.style9 .thb-portfolio-content h3 {
    font-size: 2.5rem;
  }
}
.small-portfolio-grid .thb-portfolio .type-portfolio.style9 .thb-portfolio-content p {
  font-size: 16px;
}
@media (max-width: 1330px) {
  .small-portfolio-grid .thb-portfolio .type-portfolio.style9 .thb-portfolio-content p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .small-portfolio-grid .thb-portfolio .type-portfolio.style9 .thb-portfolio-content p {
    font-size: 16px;
  }
}
.s-trip-slider-wrapper .wpb_content_element {
  margin-bottom: 0;
}
.s-trip-main-wrapper .content-column {
  padding-top: 7.4rem;
}
@media (max-width: 1023px) {
  .s-trip-main-wrapper .content-column {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .s-trip-main-wrapper .content-column {
    padding-right: 5%;
  }
}
@media (max-width: 640px) {
  .s-trip-main-wrapper .content-column .row.vc_inner {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.s-trip-main-wrapper .content-column .trip-list {
  margin-bottom: 40px;
}
.s-trip-main-wrapper .content-column .trip-list p {
  font-weight: 500;
}
.s-trip-main-wrapper .content-column .trip-list ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.s-trip-main-wrapper .content-column .trip-list ul li {
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
  color: #021719;
}
.s-trip-main-wrapper .content-column .trip-list ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: url("/wp-content/uploads/2019/02/green-bullet.svg") no-repeat bottom right;
  background-size: cover;
}
.s-trip-main-wrapper .content-column .s-trip-section-intro {
  margin-bottom: 6rem;
}
.s-trip-main-wrapper .content-column .s-trip-section-flipboxes .thb-flip-box {
  margin-bottom: 2.5rem;
  min-height: 350px;
}
.s-trip-main-wrapper .content-column .s-trip-section-flipboxes .thb-flip-box .thb-flip-box-front {
  background-color: #f2f6f7;
}
.s-trip-main-wrapper .content-column .s-trip-section-flipboxes .thb-flip-box .thb-flip-box-front .thb-flip-box-inner div {
  font-weight: 500;
  color: #021719;
  font-size: 18px;
}
.s-trip-main-wrapper .content-column .s-trip-section-flipboxes .thb-flip-box .thb-flip-box-back {
  background-color: #c8d400;
}
.s-trip-main-wrapper .content-column .s-trip-section-flipboxes .thb-flip-box .thb-flip-box-back .thb-flip-box-inner div {
  font-weight: 500;
  font-size: 18px;
  color: #FFF;
}
.s-trip-main-wrapper .content-column .s-trip-section-separator {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.s-trip-main-wrapper .content-column .s-trip-section-separator .wpb_content_element {
  margin-bottom: 0;
}
.s-trip-main-wrapper .content-column .s-trip-section-highlights {
  background-size: cover;
  background-position: center;
}
@media (max-width: 640px) {
  .s-trip-main-wrapper .content-column .s-trip-section-highlights {
    margin-bottom: 10px;
  }
}
.s-trip-main-wrapper .content-column .s-trip-section-highlights .translucent-column {
  background: rgba(0, 78, 99, 0.9);
  min-height: 450px;
}
.s-trip-main-wrapper .content-column .s-trip-section-highlights .translucent-column .the-title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.s-trip-main-wrapper .content-column .s-trip-section-highlights .translucent-column .the-title > div h1,
.s-trip-main-wrapper .content-column .s-trip-section-highlights .translucent-column .the-title > div h2,
.s-trip-main-wrapper .content-column .s-trip-section-highlights .translucent-column .the-title > div h3,
.s-trip-main-wrapper .content-column .s-trip-section-highlights .translucent-column .the-title > div h4,
.s-trip-main-wrapper .content-column .s-trip-section-highlights .translucent-column .the-title > div h5,
.s-trip-main-wrapper .content-column .s-trip-section-highlights .translucent-column .the-title > div h6,
.s-trip-main-wrapper .content-column .s-trip-section-highlights .translucent-column .the-title > div p {
  color: #FFF;
  font-size: 18px;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.375 !important;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
.s-trip-main-wrapper .content-column .s-trip-section-highlights .translucent-column .the-content {
  margin-bottom: 30px;
}
.s-trip-main-wrapper .content-column .s-trip-section-highlights .translucent-column .the-content > div h1,
.s-trip-main-wrapper .content-column .s-trip-section-highlights .translucent-column .the-content > div h2,
.s-trip-main-wrapper .content-column .s-trip-section-highlights .translucent-column .the-content > div h3,
.s-trip-main-wrapper .content-column .s-trip-section-highlights .translucent-column .the-content > div h4,
.s-trip-main-wrapper .content-column .s-trip-section-highlights .translucent-column .the-content > div h5,
.s-trip-main-wrapper .content-column .s-trip-section-highlights .translucent-column .the-content > div h6,
.s-trip-main-wrapper .content-column .s-trip-section-highlights .translucent-column .the-content > div p {
  color: #FFF;
  font-size: 16px;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.875 !important;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
}
.s-trip-main-wrapper .content-column .s-trip-section-travel-plan .the-plan {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
.s-trip-main-wrapper .content-column .s-trip-section-travel-plan .the-plan p {
  line-height: 3.5 !important;
}
.s-trip-main-wrapper .content-column .s-trip-section-travel-plan .the-plan p img {
  margin-left: 10px;
  margin-right: 10px;
}
.s-trip-main-wrapper .content-column .s-trip-section-travel-plan .the-map .wpb_wrapper {
  overflow-x: auto;
}
@media (max-width: 640px) {
  .s-trip-main-wrapper .content-column .s-trip-section-travel-plan .the-map .wpb_wrapper {
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .s-trip-main-wrapper .content-column .s-trip-section-travel-plan .the-map .wpb_wrapper .vc_single_image-wrapper {
    min-width: 100vh;
  }
}
.s-trip-main-wrapper .content-column .s-trip-section-travel-plan .thb-testimonials {
  margin-top: 6rem;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.s-trip-main-wrapper .content-column .s-trip-section-travel-plan .thb-testimonials .thb-testimonial {
  padding: 0;
}
@media (max-width: 1023px) {
  .s-trip-main-wrapper .content-column .s-trip-section-travel-plan .thb-testimonials .thb-testimonial {
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .s-trip-main-wrapper .content-column .s-trip-section-travel-plan .thb-testimonials .thb-testimonial {
    padding-right: 40px;
  }
}
.s-trip-main-wrapper .content-column .s-trip-section-travel-plan .thb-testimonials .thb-testimonial h4 {
  font-size: 18px;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.2 !important;
  font-weight: 500;
  color: #021719;
}
.s-trip-main-wrapper .content-column .s-trip-section-travel-plan .thb-testimonials .thb-testimonial blockquote {
  margin-bottom: 50px;
}
.s-trip-main-wrapper .content-column .s-trip-section-travel-plan .thb-testimonials .thb-testimonial blockquote p {
  font-size: 16px;
  font-weight: normal;
  color: #021719;
  line-height: 1.875 !important;
}
.s-trip-main-wrapper .content-column .s-trip-section-travel-plan .thb-testimonials .slick-nav {
  left: 0;
  bottom: 0;
  border-radius: 50%;
  border: 2px solid #021719;
  -moz-transition: border-color 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: border-color 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: border-color 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: border-color 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.s-trip-main-wrapper .content-column .s-trip-section-travel-plan .thb-testimonials .slick-nav.slick-prev .handle {
  -moz-transform: translateX(8px) !important;
  -ms-transform: translateX(8px) !important;
  -webkit-transform: translateX(8px) !important;
  transform: translateX(8px) !important;
}
.s-trip-main-wrapper .content-column .s-trip-section-travel-plan .thb-testimonials .slick-nav.slick-next {
  left: 45px;
}
.s-trip-main-wrapper .content-column .s-trip-section-travel-plan .thb-testimonials .slick-nav.slick-next .handle {
  -moz-transform: translateX(-8px) !important;
  -ms-transform: translateX(-8px) !important;
  -webkit-transform: translateX(-8px) !important;
  transform: translateX(-8px) !important;
}
.s-trip-main-wrapper .content-column .s-trip-section-travel-plan .thb-testimonials .slick-nav .bar {
  display: none !important;
}
.s-trip-main-wrapper .content-column .s-trip-section-travel-plan .thb-testimonials .slick-nav .handle {
  -moz-transition: fill 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: fill 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: fill 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: fill 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.s-trip-main-wrapper .content-column .s-trip-section-travel-plan .thb-testimonials .slick-nav svg {
  width: 25px;
  height: 25px;
}
.s-trip-main-wrapper .content-column .s-trip-section-travel-plan .thb-testimonials .slick-nav:hover {
  border-color: #ff295c;
}
.s-trip-main-wrapper .content-column .s-trip-section-travel-plan .thb-testimonials .slick-nav:hover .handle {
  fill: #ff295c;
}
.s-trip-main-wrapper .content-column .table-wrapper {
  margin-top: 4rem;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .s-trip-main-wrapper .content-column .table-wrapper .wpb_wrapper {
    overflow-x: scroll;
  }
}
.s-trip-main-wrapper .content-column .table-wrapper .wpb_wrapper table {
  min-width: 512px;
  /*
					@media (max-width: 576px) {
						thead {
							background: transparent;
						}
						tr {
							display: flex;
							flex-direction: row;
							flex-wrap: wrap;
							background-color: @white !important;
							margin-bottom: 40px;
							border: 1px solid fade(@theme-color-tertiary, 50%) !important;
						}
						td, th {
							a {
								&:hover {
									color: @theme-color-secondary;
								}
								&::after {
									display: none;
								}
							}
							flex: 1 1 250px;
							padding-left: 1rem !important;
							padding-right: 1rem !important;
							&.column-1 {
								background: fade(@theme-color-tertiary, 15%);
								font-weight: bold;
							}
						}	
					}
					*/
}
.s-trip-main-wrapper .content-column .table-wrapper .wpb_wrapper table thead {
  border: none;
}
.s-trip-main-wrapper .content-column .table-wrapper .wpb_wrapper table thead th {
  border: none;
  background: #FFF;
  color: #ff295c;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-weight: 500;
  padding: 1rem;
}
.s-trip-main-wrapper .content-column .table-wrapper .wpb_wrapper table tbody {
  border: none;
}
.s-trip-main-wrapper .content-column .table-wrapper .wpb_wrapper table tbody tr {
  background-color: rgba(0, 78, 99, 0.05);
}
.s-trip-main-wrapper .content-column .table-wrapper .wpb_wrapper table tbody tr:nth-child(2n) {
  background-color: #FFF;
}
.s-trip-main-wrapper .content-column .table-wrapper .wpb_wrapper table tbody td {
  border: none;
  padding: 1rem;
}
@media (min-width: 640px) {
  .s-trip-main-wrapper .content-column .table-wrapper .wpb_wrapper table .column-1 {
    width: 9rem;
  }
}
@media (min-width: 640px) {
  .s-trip-main-wrapper .content-column .table-wrapper .wpb_wrapper table .column-2 {
    width: 12.5rem;
  }
}
.s-trip-main-wrapper .content-column .s-trip-section-text .subheading {
  margin-top: 4rem;
  margin-bottom: 30px;
}
.s-trip-main-wrapper .content-column .s-trip-section-text .subheading h1,
.s-trip-main-wrapper .content-column .s-trip-section-text .subheading h2,
.s-trip-main-wrapper .content-column .s-trip-section-text .subheading h3,
.s-trip-main-wrapper .content-column .s-trip-section-text .subheading h4,
.s-trip-main-wrapper .content-column .s-trip-section-text .subheading h5,
.s-trip-main-wrapper .content-column .s-trip-section-text .subheading h6,
.s-trip-main-wrapper .content-column .s-trip-section-text .subheading p {
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.2 !important;
  margin-bottom: 3rem;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #021719;
  margin-bottom: 0;
}
.s-trip-main-wrapper .content-column .s-trip-section-text ul,
.s-trip-main-wrapper .content-column .s-trip-section-text ol {
  margin-left: 0;
  padding-left: 15px;
}
.s-trip-main-wrapper .content-column .s-trip-section-text ul li,
.s-trip-main-wrapper .content-column .s-trip-section-text ol li {
  margin-bottom: 10px;
}
.s-trip-main-wrapper .content-column .s-trip-section-text ul ul,
.s-trip-main-wrapper .content-column .s-trip-section-text ol ul,
.s-trip-main-wrapper .content-column .s-trip-section-text ul ol,
.s-trip-main-wrapper .content-column .s-trip-section-text ol ol {
  margin-top: 10px;
}
.s-trip-main-wrapper .content-column .s-trip-section-text ul ul,
.s-trip-main-wrapper .content-column .s-trip-section-text ol ul {
  list-style-type: circle;
}
.s-trip-main-wrapper .content-column .s-trip-section-text a {
  color: #ff295c;
}
.s-trip-main-wrapper .content-column .s-trip-section-text a::after {
  border-color: #ff295c;
}
.s-trip-main-wrapper .content-column .s-trip-section-text .flight-destinations {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.s-trip-main-wrapper .content-column .s-trip-section-text .flight-destinations .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.s-trip-main-wrapper .content-column .s-trip-section-text .flight-destinations .wpb_wrapper p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .s-trip-main-wrapper .content-column .s-trip-section-text .flight-destinations .wpb_wrapper p {
    flex-basis: 100%;
    text-align: center;
  }
}
.s-trip-main-wrapper .content-column .s-trip-section-text .flight-destinations .wpb_wrapper p:nth-child(1n) {
  background: rgba(0, 78, 99, 0.05);
  padding: 1.5rem 3rem;
  font-size: 18px;
  font-weight: 500;
}
.s-trip-main-wrapper .content-column .s-trip-section-text .flight-destinations .wpb_wrapper p:nth-child(2n) {
  background: transparent;
}
@media (max-width: 768px) {
  .s-trip-main-wrapper .content-column .s-trip-section-text .flight-destinations .wpb_wrapper p:nth-child(2n) img {
    transform: rotate(90deg);
  }
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .price-table-wrapper {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .price-table-wrapper table tbody {
  border: none;
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .price-table-wrapper table tbody td {
  padding: 2.5rem 1rem;
  border: none;
  background: #FFF;
  vertical-align: middle;
  font-weight: bold;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  .s-trip-main-wrapper .content-column .s-trip-section-costs .price-table-wrapper table tbody td {
    font-size: 18px !important;
    text-align: center !important;
  }
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .price-table-wrapper table tbody td.column-1 {
  text-align: right;
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .price-table-wrapper table tbody td.column-2 {
  text-align: center;
}
@media (max-width: 768px) {
  .s-trip-main-wrapper .content-column .s-trip-section-costs .price-table-wrapper table tbody td.column-2 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .s-trip-main-wrapper .content-column .s-trip-section-costs .price-table-wrapper table tbody td.column-2 img {
    transform: rotate(90deg);
  }
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .price-table-wrapper table tbody td.column-3 {
  text-align: left;
}
@media (max-width: 768px) {
  .s-trip-main-wrapper .content-column .s-trip-section-costs .price-table-wrapper table tbody tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
  }
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .price-table-wrapper table tbody tr:nth-child(1n) td {
  background: rgba(255, 41, 92, 0.05);
  color: #ff295c;
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .price-table-wrapper table tbody tr:nth-child(2n) td {
  background: rgba(0, 78, 99, 0.05);
  color: #004e63;
  font-size: 1.5625rem;
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .large-subheading {
  margin-bottom: 5rem;
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .large-subheading h1,
.s-trip-main-wrapper .content-column .s-trip-section-costs .large-subheading h2,
.s-trip-main-wrapper .content-column .s-trip-section-costs .large-subheading h3,
.s-trip-main-wrapper .content-column .s-trip-section-costs .large-subheading h4,
.s-trip-main-wrapper .content-column .s-trip-section-costs .large-subheading h5,
.s-trip-main-wrapper .content-column .s-trip-section-costs .large-subheading h6,
.s-trip-main-wrapper .content-column .s-trip-section-costs .large-subheading p {
  font-size: 2rem;
  font-family: 'Courier Prime', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-weight: bold;
  line-height: 1.2 !important;
  color: #021719;
  text-align: center;
  margin-bottom: 0;
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .thb-pricing-table.style3 .thb-pricing-column .pricing-container {
  border-radius: 0;
  text-align: center;
  border: none;
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .thb-pricing-table.style3 .thb-pricing-column .pricing-container .thb-pricing-style3-container {
  padding: 0;
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .thb-pricing-table.style3 .thb-pricing-column .pricing-container .thb-pricing-style3-container .thb_pricing_head {
  padding: 0;
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .thb-pricing-table.style3 .thb-pricing-column .pricing-container .thb-pricing-style3-container .thb_pricing_head h4 {
  font-size: 1.875rem;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-weight: bold;
  color: #004e63;
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .thb-pricing-table.style3 .thb-pricing-column .pricing-container .thb-pricing-style3-container .thb_pricing_head .pricing_sub_title {
  font-size: 16px;
  color: #004e63;
  margin-bottom: 30px;
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .thb-pricing-table.style3 .thb-pricing-column .pricing-container .thb-pricing-style3-container .pricing-description {
  height: 32px;
  width: 100%;
  position: relative;
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .thb-pricing-table.style3 .thb-pricing-column .pricing-container .thb-pricing-style3-container .pricing-description::before {
  position: absolute;
  top: 0;
  left: calc(50% - 16px);
  content: "";
  width: 32px;
  height: 32px;
  background: url("/wp-content/uploads/2019/02/s-trip-arrow-right.svg") no-repeat center;
  background-size: contain;
  transform: rotate(90deg);
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .thb-pricing-table.style3 .thb-pricing-footer {
  background: transparent;
  border: none;
  justify-content: center;
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .thb-pricing-table.style3 .thb-pricing-footer h3 {
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-size: 1.875rem;
  color: #ff295c;
  font-weight: bold;
}
.s-trip-main-wrapper .content-column .s-trip-section-costs .thb-pricing-table.style3 .thb-pricing-footer h3 small {
  font-size: unset;
}
.s-trip-main-wrapper .content-column #tourdates {
  background-color: rgba(0, 78, 99, 0.05);
  margin-top: 8rem;
  margin-bottom: 8rem;
  padding-bottom: 2rem;
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-header {
  margin-bottom: 0;
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-header h1,
.s-trip-main-wrapper .content-column #tourdates .tourdates-header h2,
.s-trip-main-wrapper .content-column #tourdates .tourdates-header h3,
.s-trip-main-wrapper .content-column #tourdates .tourdates-header h4,
.s-trip-main-wrapper .content-column #tourdates .tourdates-header h5,
.s-trip-main-wrapper .content-column #tourdates .tourdates-header h6,
.s-trip-main-wrapper .content-column #tourdates .tourdates-header p {
  font-family: 'Courier Prime', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.2 !important;
  color: #ff295c;
  font-weight: bold;
  font-size: 2.625rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table thead {
  border: none;
  background: transparent;
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table thead th {
  padding: 1.5rem 0;
  background: transparent;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  color: #ff295c;
  font-weight: 500;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 78, 99, 0.5);
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 78, 99, 0.5);
  background: transparent;
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody tr:nth-child(2n) {
  background: transparent;
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody tr:last-child td {
  padding: 0;
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody tr:last-child td.column-1 {
  background: none;
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody td {
  border-top: none;
  border-bottom: 1px solid rgba(0, 78, 99, 0.5);
  padding: 1.5rem 1rem 1.5rem 0;
  background: transparent;
  font-weight: 500;
  color: #021719;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody td {
    padding-right: 1rem;
  }
}
@media (min-width: 641px) {
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody td.column-1 {
    background: url(/wp-content/uploads/2019/02/table-calendar.svg) no-repeat center left;
    background-size: 22px;
    padding-left: 30px;
  }
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody td.column-4 {
  min-width: 125px;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody td.column-4 {
    min-width: unset;
    text-align: left;
  }
}
@media (min-width: 577px) {
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody td.column-4 {
    display: none;
  }
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody td.column-4 a {
  color: #FFF;
  background: #ff295c;
  padding: 8px 20px;
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  outline: 1px solid transparent !important;
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody td.column-4 a::after {
  display: none;
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody td.column-4 a:hover {
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody td img {
  margin-right: 4px;
  margin-left: 1.5rem;
  max-width: 22px;
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody td img:nth-child(1) {
  margin-left: 0;
}
@media (max-width: 960px) {
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody td img {
    max-width: 20px;
    height: auto;
  }
}
@media (max-width: 640px) {
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody td img {
    display: none;
  }
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody td span {
  display: inline-block;
  margin-right: 1.5rem;
  padding: 1.5rem 0;
}
@media (max-width: 640px) {
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody td span:first-child {
    display: none;
  }
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tbody td span:nth-child(2) img {
  max-width: 15px;
}
@media (max-width: 576px) {
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40px;
    border-top: 1px solid rgba(0, 78, 99, 0.5);
    border-right: 1px solid rgba(0, 78, 99, 0.5);
    border-left: 1px solid rgba(0, 78, 99, 0.5);
  }
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table tr:last-child td::before {
    display: none;
  }
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table td,
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table th {
    flex: 1 1 250px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table td a:hover,
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table th a:hover {
    color: #ff295c;
  }
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table td a::after,
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table th a::after {
    display: none;
  }
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table td::before,
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table th::before {
    display: block;
    color: #ff295c;
    margin-bottom: 5px;
  }
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table td.column-1,
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table th.column-1 {
    background: rgba(0, 78, 99, 0.15);
    font-weight: bold;
  }
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table td.column-1::before,
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table th.column-1::before {
    content: "Termin";
  }
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table td.column-2::before,
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table th.column-2::before {
    content: "Cena wyprawy";
  }
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table td.column-3::before,
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table th.column-3::before {
    content: "Cena lotu";
  }
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper table th {
    display: none;
  }
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper.no-flight table tbody td.column-3 {
  min-width: 125px;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper.no-flight table tbody td.column-3 {
    min-width: unset;
    text-align: left;
  }
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper.no-flight table tbody td.column-3 a {
  color: #FFF;
  background: #ff295c;
  padding: 8px 20px;
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  outline: 1px solid transparent !important;
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper.no-flight table tbody td.column-3 a::after {
  display: none;
}
.s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper.no-flight table tbody td.column-3 a:hover {
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
@media (max-width: 576px) {
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper.no-flight table tbody td.column-3::before,
  .s-trip-main-wrapper .content-column #tourdates .tourdates-table-wrapper.no-flight table tbody th.column-3::before {
    content: "";
  }
}
.s-trip-main-wrapper .content-column #tourdates .small {
  font-size: 12px;
}
.s-trip-main-wrapper .content-column .s-trip-related-blog-posts-section {
  margin-bottom: 8rem;
}
.s-trip-main-wrapper .content-column .s-trip-related-blog-posts-section .posts-shortcode article figure {
  border-radius: 0;
}
.s-trip-main-wrapper .content-column .s-trip-related-blog-posts-section .posts-shortcode article figure a img {
  border-radius: 0;
}
.s-trip-main-wrapper .content-column .s-trip-related-blog-posts-section .posts-shortcode article .post-category {
  font-size: 13px;
}
.s-trip-main-wrapper .content-column .s-trip-related-blog-posts-section .posts-shortcode article .post-title h3 {
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-size: 16px;
}
.s-trip-main-wrapper .sidebar-column {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1023px) {
  .s-trip-main-wrapper .sidebar-column {
    order: 1;
  }
}
.s-trip-main-wrapper .sidebar-column > .vc_column-inner {
  background-color: rgba(0, 78, 99, 0.8);
  border-image-source: url("/wp-content/uploads/2019/02/s-trip-sidebar-background.svg");
  border-image-slice: 5%;
  border-image-width: 0 20px 30px 20px;
  border-image-outset: 0 20px 30px 20px;
  border-image-repeat: stretch;
  border-style: solid;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  padding-top: 3.75rem;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 640px) {
  .s-trip-main-wrapper .sidebar-column > .vc_column-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 640px) {
  .s-trip-main-wrapper .sidebar-column > .vc_column-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.s-trip-main-wrapper .sidebar-column .sidebar-tag > div {
  display: inline;
  color: #FFF;
  background: #ff295c;
  padding: 5px 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
}
.s-trip-main-wrapper .sidebar-column .sidebar-title {
  margin-bottom: 20px;
}
.s-trip-main-wrapper .sidebar-column .sidebar-title > div {
  font-size: 1.375rem;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  color: #FFF;
  line-height: 1.2 !important;
  font-weight: bold;
  margin-bottom: 0;
}
.s-trip-main-wrapper .sidebar-column .sidebar-description {
  margin-bottom: 20px;
}
.s-trip-main-wrapper .sidebar-column .sidebar-description > div * {
  font-size: 16px;
  color: #FFF;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.375 !important;
  font-weight: 300;
  margin-bottom: 0;
}
.s-trip-main-wrapper .sidebar-column .sidebar-border {
  margin-bottom: 20px;
}
.s-trip-main-wrapper .sidebar-column .sidebar-border .vc_sep_line {
  border-color: #ff295c;
}
.s-trip-main-wrapper .sidebar-column .sidebar-trip-type-title {
  margin-bottom: 5px;
}
.s-trip-main-wrapper .sidebar-column .sidebar-trip-type-title > div * {
  font-size: 16px;
  color: #FFF;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-weight: 500;
  margin-bottom: 0;
}
.s-trip-main-wrapper .sidebar-column .sidebar-trip-type-type {
  margin-bottom: 20px;
}
.s-trip-main-wrapper .sidebar-column .sidebar-trip-type-type > div * {
  font-size: 18px;
  color: #FFF;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
.s-trip-main-wrapper .sidebar-column .sidebar-trip-type-skill-image {
  margin-bottom: 20px;
}
.s-trip-main-wrapper .sidebar-column .sidebar-trip-length {
  margin-bottom: 10px;
}
.s-trip-main-wrapper .sidebar-column .sidebar-trip-length > div * {
  font-size: 18px;
  color: #FFF;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-weight: bold;
  margin-bottom: 0;
}
.s-trip-main-wrapper .sidebar-column .sidebar-button-fill .vc_btn3 {
  color: #337182 !important;
  background: #c8d400 !important;
  border-color: #c8d400 !important;
}
.s-trip-main-wrapper .sidebar-column .sidebar-button-border .vc_btn3 {
  color: #FFF !important;
  border-color: #FFF !important;
  background: transparent !important;
}
.home .header-slider-section .wpb_content_element {
  margin-bottom: 0;
}
.home-icons-section .thb-iconbox figure {
  min-height: 125px;
  padding-bottom: 0 !important;
}
.home-icons-section .thb-iconbox .iconbox-content h5 {
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3 !important;
  margin-bottom: 40px;
}
.home-icons-section .thb-iconbox .iconbox-content p {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4 !important;
  margin-left: 2%;
  margin-right: 2%;
}
.about-section .translucent-column {
  position: relative;
}
.about-section .translucent-column::after {
  position: absolute;
  bottom: 0;
  right: -323px;
  display: block;
  width: 472px;
  height: 426px;
  content: "";
  background: url("/wp-content/uploads/2019/02/home-about-asset.svg") no-repeat center;
  pointer-events: none;
}
@media (max-width: 640px) {
  .about-section .translucent-column::after {
    right: -400px;
  }
}
.about-section .about-title {
  padding-left: 50px;
  margin-bottom: 20px;
}
.about-section .about-title h1,
.about-section .about-title h2,
.about-section .about-title h3,
.about-section .about-title h4,
.about-section .about-title h5,
.about-section .about-title h6,
.about-section .about-title p {
  font-family: 'Courier Prime', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-size: 1.875rem;
  line-height: 1.2 !important;
  color: #FFF;
  margin-bottom: 0;
  font-weight: normal;
}
.about-section .about-content {
  padding-left: 50px;
  margin-top: -40px;
}
.about-section .about-content h1,
.about-section .about-content h2,
.about-section .about-content h3,
.about-section .about-content h4,
.about-section .about-content h5,
.about-section .about-content h6,
.about-section .about-content p {
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-size: 18px;
  line-height: 1.375 !important;
  color: #FFF;
}
@media (max-width: 768px) {
  .about-section .about-content h1,
  .about-section .about-content h2,
  .about-section .about-content h3,
  .about-section .about-content h4,
  .about-section .about-content h5,
  .about-section .about-content h6,
  .about-section .about-content p {
    font-size: 16px;
  }
}
.about-section .about-content h1 strong,
.about-section .about-content h2 strong,
.about-section .about-content h3 strong,
.about-section .about-content h4 strong,
.about-section .about-content h5 strong,
.about-section .about-content h6 strong,
.about-section .about-content p strong {
  font-weight: 500;
}
.about-section .about-content a,
.about-section .about-content span {
  color: #ff295c !important;
  position: relative;
  font-weight: 500;
}
.about-section .about-content a::before,
.about-section .about-content span::before {
  position: absolute;
  content: "";
  display: block;
  left: -55px;
  top: -5px;
  width: 35px;
  height: 35px;
  background: url("/wp-content/uploads/2019/02/link-backdrop.svg") no-repeat center;
}
.about-section .about-content a::after,
.about-section .about-content span::after {
  border-bottom-color: #ff295c !important;
}
.about-section .vc_btn3 {
  margin-left: 50px;
  margin-bottom: 3.5rem !important;
}
.home .about-section .vc_btn3 {
  margin-top: 2rem !important;
  margin-bottom: 0 !important;
}
.testimonials-section {
  background-size: 2317px;
  background-repeat: no-repeat;
  background-position: calc(50% - 100px);
}
.testimonials-section.home {
  background-position: bottom;
  background-size: 1920px;
  background-repeat: no-repeat;
}
.testimonials-section.home .row:first-child > .wpb_column:first-child {
  position: relative;
}
.testimonials-section.home .row:first-child > .wpb_column:first-child::before {
  position: absolute;
  content: "";
  top: -280px;
  left: -200px;
  display: block;
  width: 162px;
  height: 351px;
  background: url("/wp-content/uploads/2019/02/home-testimonial-asset.svg") no-repeat center;
}
@media (min-width: 1024px) {
  .testimonials-section.home .row:first-child > .wpb_column + .wpb_column .thb-testimonials {
    margin-top: 8.5rem;
  }
}
@media (min-width: 1024px) {
  .testimonials-section.home .row:first-child > .wpb_column + .wpb_column .thb-testimonials > .columns:last-child .thb-testimonial {
    margin-bottom: 0;
  }
}
.testimonials-section .thb-testimonials .columns .thb-testimonial {
  margin-bottom: 8.75rem;
  margin-left: 60px;
  margin-right: 10%;
  position: relative;
}
.testimonials-section .thb-testimonials .columns .thb-testimonial::before {
  position: absolute;
  top: -35px;
  left: -60px;
  content: "";
  display: block;
  background: url("/wp-content/uploads/2019/02/testimonial-quote.svg") no-repeat center;
  width: 53px;
  height: 53px;
}
.testimonials-section .thb-testimonials .columns .thb-testimonial blockquote p {
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-size: 16px;
  line-height: 1.375 !important;
}
.testimonials-section .thb-testimonials .columns .thb-testimonial .testimonial-author cite,
.testimonials-section .thb-testimonials .columns .thb-testimonial .testimonial-author .title {
  font-size: 18px;
  font-family: 'Courier Prime', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.2 !important;
  font-weight: bold;
}
.testimonials-section .thb-testimonials .columns .thb-testimonial .testimonial-author .title {
  font-weight: normal;
  opacity: 1;
}
.instagram-section .wpb_revslider_element {
  margin-top: 5.625rem;
  margin-bottom: 20px;
}
.home-seo-section-01 {
  background: url("/wp-content/uploads/2019/06/home-section-01-background-asset.svg") no-repeat calc((638px / 2) + 52%);
  background-size: 638px;
  padding-top: 7rem;
  padding-bottom: 5rem;
}
@media (max-width: 1024px) {
  .home-seo-section-01 {
    background-position: 80vw;
  }
}
@media (max-width: 640px) {
  .home-seo-section-01 {
    background: transparent;
  }
}
.home-seo-section-02 {
  padding-top: 4rem;
  padding-bottom: 10rem;
}
.home-seo-section-02 .section-header {
  margin-top: 9.375rem;
  position: relative;
}
@media (min-width: 640px) {
  .home-seo-section-02 .section-header::before {
    position: absolute;
    content: "";
    top: -220px;
    left: -320px;
    display: block;
    width: 384px;
    height: 264px;
    background: url("/wp-content/uploads/2019/06/home-section-before-fx-asset-02.svg") no-repeat center;
  }
}
.home-seo-section-02 .section-header-slogan {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.home-seo-section-03 .section-header-slogan {
  max-width: 530px;
  margin-bottom: 4.5rem;
}
.home-seo-section-03 .icons-wrapping-row {
  margin-top: 6.25rem;
}
.home-seo-section-03 > .row:first-child > .wpb_column:first-child {
  position: relative;
}
.home-seo-section-03 > .row:first-child > .wpb_column:first-child::before {
  position: absolute;
  content: "";
  top: -320px;
  left: -200px;
  display: block;
  width: 160px;
  height: 660px;
  background: url("/wp-content/uploads/2019/06/home-section-before-fx-asset.svg") no-repeat center;
}
@media (min-width: 1024px) {
  .home-seo-section-03 > .row:first-child > .wpb_column + .wpb_column .thb-testimonials {
    margin-top: 8.5rem;
  }
}
@media (min-width: 1024px) {
  .home-seo-section-03 > .row:first-child > .wpb_column + .wpb_column .thb-testimonials > .columns:last-child .thb-testimonial {
    margin-bottom: 0;
  }
}
.home-seo-section-05 .translucent-column {
  position: relative;
}
.home-seo-section-05 .translucent-column::before {
  position: absolute;
  content: "";
  top: -565px;
  right: -270px;
  display: block;
  width: 160px;
  height: 660px;
  background: url("/wp-content/uploads/2019/06/home-section-before-fx-asset.svg") no-repeat center;
}
.aboutus-header {
  min-height: 800px;
}
@media (max-width: 1024px) {
  .aboutus-header {
    min-height: 700;
  }
}
@media (max-width: 768px) {
  .aboutus-header {
    min-height: 600px;
  }
}
.aboutus-header.aboutus-background-asset-01 {
  position: relative;
}
@media (min-width: 1900px) {
  .aboutus-header.aboutus-background-asset-01::before {
    content: "";
    display: block !important;
    position: absolute;
    width: 2121px;
    height: 727px;
    left: calc(50% - 1060px);
    top: 75px;
    background: url("/wp-content/uploads/2019/02/aboutus-asset-01.svg") no-repeat center;
  }
}
.aboutus-section .about-red-title {
  margin-top: 5.5rem;
  margin-bottom: 7.5rem;
}
.aboutus-section .about-red-title h1,
.aboutus-section .about-red-title h2,
.aboutus-section .about-red-title h3,
.aboutus-section .about-red-title h4,
.aboutus-section .about-red-title h5,
.aboutus-section .about-red-title h6,
.aboutus-section .about-red-title p {
  text-align: center;
  font-family: 'Courier Prime', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.2 !important;
  font-size: 2.125rem;
  font-weight: normal;
  color: #ff295c;
  margin-top: 0;
  margin-bottom: 0;
}
.aboutus-section .about-green-title {
  border-image-source: url("/wp-content/uploads/2019/02/aboutus-green-background.svg");
  border-image-slice: 20% 5% 15% 5%;
  border-image-width: 20px;
  border-image-outset: 20px;
  border-image-repeat: stretch;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.01);
  background-color: #c8d400;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.aboutus-section .about-green-title h1,
.aboutus-section .about-green-title h2,
.aboutus-section .about-green-title h3,
.aboutus-section .about-green-title h4,
.aboutus-section .about-green-title h5,
.aboutus-section .about-green-title h6,
.aboutus-section .about-green-title p {
  text-align: center;
  font-family: 'Courier Prime', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.2 !important;
  font-size: 2.125rem;
  font-weight: normal;
  color: #021719;
  margin-top: 0;
  margin-bottom: 0;
}
.aboutus-section .about-image-caption {
  margin-bottom: 8rem;
}
.aboutus-section .about-image-caption p {
  text-align: center;
  color: #ff295c;
}
.aboutus-section.has-logo .thb_image {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 333px;
}
.aboutus-section.aboutus-background-asset-02,
.aboutus-section.aboutus-background-asset-03,
.aboutus-section.aboutus-background-asset-04,
.aboutus-section.aboutus-background-asset-05 {
  position: relative;
}
@media (min-width: 1900px) {
  .aboutus-section.aboutus-background-asset-02::before,
  .aboutus-section.aboutus-background-asset-03::before,
  .aboutus-section.aboutus-background-asset-04::before,
  .aboutus-section.aboutus-background-asset-05::before {
    content: "";
    display: block;
    position: absolute;
  }
}
.aboutus-section.aboutus-background-asset-02::before {
  width: 2014px;
  height: 100%;
  background: url("/wp-content/uploads/2019/02/aboutus-asset-02.svg") no-repeat center;
  background-size: 2014px;
  left: calc(50% - 1007px);
  top: 0;
}
.aboutus-section.aboutus-background-asset-03::before {
  width: 1962px;
  height: 100%;
  background: url("/wp-content/uploads/2019/02/aboutus-asset-03.svg") no-repeat center;
  background-size: 1962px;
  left: calc(50% - 981px);
  top: 0;
}
.aboutus-section.aboutus-background-asset-04::before {
  width: 1945px;
  height: 100%;
  background: url("/wp-content/uploads/2019/02/aboutus-asset-04.svg") no-repeat center;
  background-size: 1945px;
  left: calc(50% - 972px);
  top: 0;
}
.aboutus-section.aboutus-background-asset-05::before {
  width: 2045px;
  height: 100%;
  background: url("/wp-content/uploads/2019/02/aboutus-asset-05.svg") no-repeat center;
  background-size: 2045px;
  left: calc(50% - 1023px);
  top: 0;
}
.aboutus-map-section .wpb_wrapper {
  overflow-x: auto;
}
@media (max-width: 960px) {
  .aboutus-map-section .wpb_wrapper .vc_single_image-wrapper {
    min-width: 100vh;
  }
}
.faq-mobile-menu-section {
  display: none;
}
@media (max-width: 576px) {
  .faq-mobile-menu-section {
    display: block;
  }
}
.faq-mobile-menu-section .faq-menu-title div > * {
  font-size: 20px;
  color: #ff295c;
  font-weight: 500;
}
.faq-mobile-menu-section .faq-menu div ul {
  list-style: none;
  margin-left: 0;
}
.faq-mobile-menu-section .faq-menu div ul li {
  margin-bottom: 1rem;
}
.faq-mobile-menu-section .faq-menu div ul li a {
  color: #021719 !important;
}
.faq-mobile-menu-section .faq-menu div ul li a:hover {
  color: #ff295c !important;
}
.faq-mobile-menu-section .faq-menu div ul li a::after {
  border-bottom-color: #ff295c;
}
.faq-section {
  background-position: calc(50% - 125px) 0;
  background-repeat: no-repeat;
  background-size: 2290px;
}
.faq-section .vc_tta-container h2 {
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.2 !important;
  font-size: 20px;
  color: #ff295c;
  margin-bottom: 60px;
  font-weight: 500;
}
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  border: 2px solid #ff295c;
  margin-bottom: 30px;
}
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background: transparent;
  border: none;
}
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.2 !important;
  font-size: 16px;
  color: #021719;
  font-weight: 500;
}
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  color: #021719;
  font-weight: 500;
}
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i::before,
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i::after {
  border-color: #ff295c;
}
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  padding: 1.875rem 48px 1.875rem 1.5625rem;
}
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  background: transparent;
  border: none;
  padding: 0 1.5625rem 1.875rem;
}
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column h1,
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column h2,
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column h3,
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column h4,
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column h5,
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column h6,
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column p,
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column ol,
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column li,
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column span {
  color: #021719;
}
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column a {
  color: #ff295c;
}
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column a::after {
  border-color: #ff295c;
}
.faq-section .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active {
  background: #edefef;
}
.docs-section {
  background-size: 800px;
  background-position: calc(100% + 300px) center;
  background-repeat: no-repeat;
}
@media (min-width: 1920px) {
  .docs-section {
    background-position: 100% center;
  }
}
@media (max-width: 1330px) {
  .docs-section {
    background-position: 960px center;
  }
}
@media (max-width: 1024px) {
  .docs-section {
    background-position: 768px center;
  }
}
@media (max-width: 768px) {
  .docs-section {
    background-position: 640px center;
  }
}
.docs-section .docs-list ul {
  list-style: none;
  margin-left: 0;
}
.docs-section .docs-list ul li {
  padding-left: 40px;
  margin-bottom: 30px;
  color: #021719;
}
.docs-section .docs-list ul li a {
  position: relative;
}
.docs-section .docs-list ul li a::before {
  display: block;
  position: absolute;
  content: "";
  top: -2px;
  left: -40px;
  background: url("/wp-content/uploads/2019/02/docs-download-icon.svg") no-repeat center;
  width: 21px;
  height: 28px;
}
.docs-section .docs-list ul li a::after {
  border-bottom-color: #ff295c;
}
.docs-section .docs-list ul li a:hover {
  color: #ff295c;
}
.contact-section {
  position: relative;
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .contact-section {
    background-position: 65% !important;
  }
}
.contact-section::before {
  position: absolute;
  top: calc(50% - 337px);
  left: calc(50% - 1041px);
  content: "";
  width: 2082px;
  height: 675px;
  background: url("/wp-content/uploads/2019/02/contact-asset-1_2.svg") no-repeat center;
}
.contact-section .translucent-column {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
  border-color: rgba(255, 255, 255, 0.8);
}
.contact-section .translucent-column::before,
.contact-section .translucent-column::after {
  position: absolute;
  content: "";
  display: block;
}
.contact-section .translucent-column::before {
  width: 93px;
  height: 100px;
  top: -20px;
  right: 10%;
  background: url("/wp-content/uploads/2019/02/contact-asset-1.svg") no-repeat center;
}
.contact-section .translucent-column::after {
  width: 409px;
  height: 91px;
  bottom: 0;
  left: 15%;
  background: url("/wp-content/uploads/2019/02/contact-asset-1_1.svg") no-repeat center;
}
.contact-section .translucent-column h1,
.contact-section .translucent-column h2,
.contact-section .translucent-column h3,
.contact-section .translucent-column h4,
.contact-section .translucent-column h5,
.contact-section .translucent-column h6,
.contact-section .translucent-column p {
  font-weight: 500;
  font-size: 1.25rem;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .contact-section .translucent-column h1,
  .contact-section .translucent-column h2,
  .contact-section .translucent-column h3,
  .contact-section .translucent-column h4,
  .contact-section .translucent-column h5,
  .contact-section .translucent-column h6,
  .contact-section .translucent-column p {
    font-size: 1rem;
  }
}
.contact-section .translucent-column h1 em,
.contact-section .translucent-column h2 em,
.contact-section .translucent-column h3 em,
.contact-section .translucent-column h4 em,
.contact-section .translucent-column h5 em,
.contact-section .translucent-column h6 em,
.contact-section .translucent-column p em {
  color: #ff295c;
  font-style: normal;
  font-weight: 400;
}
.contact-section .translucent-column .contact-title h1,
.contact-section .translucent-column .contact-title h2,
.contact-section .translucent-column .contact-title h3,
.contact-section .translucent-column .contact-title h4,
.contact-section .translucent-column .contact-title h5,
.contact-section .translucent-column .contact-title h6,
.contact-section .translucent-column .contact-title p {
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.2 !important;
  font-size: 1.875rem;
  margin-bottom: 30px;
  font-weight: 600;
}
.contact-section .translucent-column .large-contact-details {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
.contact-section .translucent-column .large-contact-details h1,
.contact-section .translucent-column .large-contact-details h2,
.contact-section .translucent-column .large-contact-details h3,
.contact-section .translucent-column .large-contact-details h4,
.contact-section .translucent-column .large-contact-details h5,
.contact-section .translucent-column .large-contact-details h6,
.contact-section .translucent-column .large-contact-details p {
  font-size: 1.5rem;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.2 !important;
  color: #021719;
  font-weight: bold;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .contact-section .translucent-column .large-contact-details h1,
  .contact-section .translucent-column .large-contact-details h2,
  .contact-section .translucent-column .large-contact-details h3,
  .contact-section .translucent-column .large-contact-details h4,
  .contact-section .translucent-column .large-contact-details h5,
  .contact-section .translucent-column .large-contact-details h6,
  .contact-section .translucent-column .large-contact-details p {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .contact-section .translucent-column .large-contact-details h1,
  .contact-section .translucent-column .large-contact-details h2,
  .contact-section .translucent-column .large-contact-details h3,
  .contact-section .translucent-column .large-contact-details h4,
  .contact-section .translucent-column .large-contact-details h5,
  .contact-section .translucent-column .large-contact-details h6,
  .contact-section .translucent-column .large-contact-details p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .contact-section .translucent-column .large-contact-details h1 .email::before,
  .contact-section .translucent-column .large-contact-details h2 .email::before,
  .contact-section .translucent-column .large-contact-details h3 .email::before,
  .contact-section .translucent-column .large-contact-details h4 .email::before,
  .contact-section .translucent-column .large-contact-details h5 .email::before,
  .contact-section .translucent-column .large-contact-details h6 .email::before,
  .contact-section .translucent-column .large-contact-details p .email::before {
    height: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .contact-section .translucent-column .large-contact-details h1 .telephone::before,
  .contact-section .translucent-column .large-contact-details h2 .telephone::before,
  .contact-section .translucent-column .large-contact-details h3 .telephone::before,
  .contact-section .translucent-column .large-contact-details h4 .telephone::before,
  .contact-section .translucent-column .large-contact-details h5 .telephone::before,
  .contact-section .translucent-column .large-contact-details h6 .telephone::before,
  .contact-section .translucent-column .large-contact-details p .telephone::before {
    height: 32px;
  }
}
.contact-section .translucent-column .contact-small-info p {
  font-size: 1rem;
  font-weight: 400;
}
.contact-section .translucent-column .contact-small-info p a::after {
  border-bottom-color: #ff295c;
}
.contact-section .translucent-column .contact-small-info p a:hover {
  color: #ff295c;
}
.how-we-travel-header-section {
  background-position: bottom center !important;
  background-size: cover;
}
.how-we-travel-header-section .translucent-column {
  padding-left: 8%;
  padding-right: 8%;
}
.how-we-travel-header-section .hwt-title {
  margin-top: 4rem;
  margin-bottom: 50px;
}
.how-we-travel-header-section .hwt-title h1,
.how-we-travel-header-section .hwt-title h2,
.how-we-travel-header-section .hwt-title h3,
.how-we-travel-header-section .hwt-title h4,
.how-we-travel-header-section .hwt-title h5,
.how-we-travel-header-section .hwt-title h6,
.how-we-travel-header-section .hwt-title p {
  font-family: 'Courier Prime', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.2 !important;
  color: #021719;
  font-size: 2rem;
  font-weight: normal;
}
.how-we-travel-header-section .hwt-subtitle {
  margin-bottom: 5rem;
}
.how-we-travel-header-section .hwt-subtitle h1,
.how-we-travel-header-section .hwt-subtitle h2,
.how-we-travel-header-section .hwt-subtitle h3,
.how-we-travel-header-section .hwt-subtitle h4,
.how-we-travel-header-section .hwt-subtitle h5,
.how-we-travel-header-section .hwt-subtitle h6,
.how-we-travel-header-section .hwt-subtitle p {
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.45 !important;
  font-size: 1.25rem;
  color: #021719;
  font-weight: normal;
}
.hwt-accordion-section .section-header {
  margin-bottom: 7rem;
}
.hwt-accordion-section .section-header h1,
.hwt-accordion-section .section-header h2,
.hwt-accordion-section .section-header h3,
.hwt-accordion-section .section-header h4,
.hwt-accordion-section .section-header h5,
.hwt-accordion-section .section-header h6,
.hwt-accordion-section .section-header p {
  position: relative;
  padding-left: 70px;
}
.hwt-accordion-section .section-header h1 .transparent,
.hwt-accordion-section .section-header h2 .transparent,
.hwt-accordion-section .section-header h3 .transparent,
.hwt-accordion-section .section-header h4 .transparent,
.hwt-accordion-section .section-header h5 .transparent,
.hwt-accordion-section .section-header h6 .transparent,
.hwt-accordion-section .section-header p .transparent {
  opacity: 0;
  position: absolute;
}
.hwt-accordion-section .section-header h1::before,
.hwt-accordion-section .section-header h2::before,
.hwt-accordion-section .section-header h3::before,
.hwt-accordion-section .section-header h4::before,
.hwt-accordion-section .section-header h5::before,
.hwt-accordion-section .section-header h6::before,
.hwt-accordion-section .section-header p::before {
  position: absolute;
  left: -2rem;
  top: -2rem;
  width: 96px;
  height: 96px;
  content: "";
  background: url("/wp-content/uploads/2019/02/hwt-accordion-08.svg") no-repeat center;
}
.hwt-accordion-section .thb-accordion.style2 .vc_tta-panel {
  margin-bottom: 20px;
}
.hwt-accordion-section .thb-accordion.style2 .vc_tta-panel:nth-child(1) .vc_tta-panel-heading::before {
  background: url("/wp-content/uploads/2019/02/hwt-accordion-01.svg") no-repeat center;
}
.hwt-accordion-section .thb-accordion.style2 .vc_tta-panel:nth-child(2) .vc_tta-panel-heading::before {
  background: url("/wp-content/uploads/2019/02/hwt-accordion-02.svg") no-repeat center;
}
.hwt-accordion-section .thb-accordion.style2 .vc_tta-panel:nth-child(3) .vc_tta-panel-heading::before {
  background: url("/wp-content/uploads/2019/02/hwt-accordion-03.svg") no-repeat center;
}
.hwt-accordion-section .thb-accordion.style2 .vc_tta-panel:nth-child(4) .vc_tta-panel-heading::before {
  background: url("/wp-content/uploads/2019/02/hwt-accordion-04.svg") no-repeat center;
}
.hwt-accordion-section .thb-accordion.style2 .vc_tta-panel:nth-child(5) .vc_tta-panel-heading::before {
  background: url("/wp-content/uploads/2019/02/hwt-accordion-05.svg") no-repeat center;
}
.hwt-accordion-section .thb-accordion.style2 .vc_tta-panel:nth-child(6) .vc_tta-panel-heading::before {
  background: url("/wp-content/uploads/2019/02/hwt-accordion-06.svg") no-repeat center;
}
.hwt-accordion-section .thb-accordion.style2 .vc_tta-panel:nth-child(7) .vc_tta-panel-heading::before {
  background: url("/wp-content/uploads/2019/02/hwt-accordion-07.svg") no-repeat center;
}
.hwt-accordion-section .thb-accordion.style2 .vc_tta-panel .vc_tta-panel-heading::before {
  content: "";
  width: 96px;
  height: 96px;
  left: -2rem;
}
.hwt-accordion-section .thb-accordion.style2 .vc_tta-panel .vc_tta-panel-heading h4 {
  font-size: 20px;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-weight: 500;
}
.hwt-accordion-section .thb-accordion.style2 .vc_tta-panel .vc_tta-panel-heading h4 a::after {
  height: 2px;
  bottom: -6px;
}
.hwt-accordion-section .thb-accordion.style2 .vc_tta-panel .vc_tta-panel-heading h4 a:hover::after {
  -moz-transform: translateY(0) scale(1, 1);
  -ms-transform: translateY(0) scale(1, 1);
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}
.hwt-accordion-section .thb-accordion.style2 .vc_tta-panel .vc_tta-panel-body .wpb_text_column {
  margin-bottom: 4rem;
}
.hwt-accordion-section .thb-accordion.style2 .vc_tta-panel .vc_tta-panel-body .wpb_text_column p {
  font-size: 16px;
  font-weight: normal;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  line-height: 1.375 !important;
}
.hwt-masonry-gallery-section .wpb_gallery .thb-overlay-caption:hover img {
  opacity: 1;
}
.hwt-icons-section .thb-iconbox {
  margin-bottom: 3rem;
}
.hwt-icons-section .thb-iconbox.top.type3 figure {
  padding-bottom: 0;
}
.hwt-icons-section .thb-iconbox.top.type3 h5 {
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-weight: 500;
  font-size: 18px;
}
.hwt-yesno-section .yesno-row .columns {
  margin-bottom: 3.75rem;
}
@media (min-width: 1024px) {
  .hwt-yesno-section .yesno-row .columns {
    padding-right: 10%;
  }
}
.hwt-yesno-section .yesno-row .yesno-title {
  margin-bottom: 3.75rem;
}
.hwt-yesno-section .yesno-row .yesno-title h1,
.hwt-yesno-section .yesno-row .yesno-title h2,
.hwt-yesno-section .yesno-row .yesno-title h3,
.hwt-yesno-section .yesno-row .yesno-title h4,
.hwt-yesno-section .yesno-row .yesno-title h5,
.hwt-yesno-section .yesno-row .yesno-title h6,
.hwt-yesno-section .yesno-row .yesno-title p {
  font-size: 1.625rem;
  line-height: 1.2 !important;
  font-family: 'Courier Prime', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  color: #021719;
  margin-bottom: 0;
  font-weight: normal;
  position: relative;
  padding-left: 6rem;
}
@media (max-width: 1024px) {
  .hwt-yesno-section .yesno-row .yesno-title h1,
  .hwt-yesno-section .yesno-row .yesno-title h2,
  .hwt-yesno-section .yesno-row .yesno-title h3,
  .hwt-yesno-section .yesno-row .yesno-title h4,
  .hwt-yesno-section .yesno-row .yesno-title h5,
  .hwt-yesno-section .yesno-row .yesno-title h6,
  .hwt-yesno-section .yesno-row .yesno-title p {
    padding-left: 48px;
  }
}
@media (max-width: 640px) {
  .hwt-yesno-section .yesno-row .yesno-title h1,
  .hwt-yesno-section .yesno-row .yesno-title h2,
  .hwt-yesno-section .yesno-row .yesno-title h3,
  .hwt-yesno-section .yesno-row .yesno-title h4,
  .hwt-yesno-section .yesno-row .yesno-title h5,
  .hwt-yesno-section .yesno-row .yesno-title h6,
  .hwt-yesno-section .yesno-row .yesno-title p {
    padding-left: 64px;
  }
}
@media (max-width: 576px) {
  .hwt-yesno-section .yesno-row .yesno-title h1,
  .hwt-yesno-section .yesno-row .yesno-title h2,
  .hwt-yesno-section .yesno-row .yesno-title h3,
  .hwt-yesno-section .yesno-row .yesno-title h4,
  .hwt-yesno-section .yesno-row .yesno-title h5,
  .hwt-yesno-section .yesno-row .yesno-title h6,
  .hwt-yesno-section .yesno-row .yesno-title p {
    padding-left: 80px;
  }
}
.hwt-yesno-section .yesno-row .yesno-title h1::before,
.hwt-yesno-section .yesno-row .yesno-title h2::before,
.hwt-yesno-section .yesno-row .yesno-title h3::before,
.hwt-yesno-section .yesno-row .yesno-title h4::before,
.hwt-yesno-section .yesno-row .yesno-title h5::before,
.hwt-yesno-section .yesno-row .yesno-title h6::before,
.hwt-yesno-section .yesno-row .yesno-title p::before {
  position: absolute;
  content: "";
  top: -50%;
  left: -3rem;
  width: 128px;
  height: 128px;
  display: block;
}
@media (max-width: 1024px) {
  .hwt-yesno-section .yesno-row .yesno-title h1::before,
  .hwt-yesno-section .yesno-row .yesno-title h2::before,
  .hwt-yesno-section .yesno-row .yesno-title h3::before,
  .hwt-yesno-section .yesno-row .yesno-title h4::before,
  .hwt-yesno-section .yesno-row .yesno-title h5::before,
  .hwt-yesno-section .yesno-row .yesno-title h6::before,
  .hwt-yesno-section .yesno-row .yesno-title p::before {
    width: 64px;
    height: 64px;
    top: -1rem;
  }
}
@media (max-width: 640px) {
  .hwt-yesno-section .yesno-row .yesno-title h1::before,
  .hwt-yesno-section .yesno-row .yesno-title h2::before,
  .hwt-yesno-section .yesno-row .yesno-title h3::before,
  .hwt-yesno-section .yesno-row .yesno-title h4::before,
  .hwt-yesno-section .yesno-row .yesno-title h5::before,
  .hwt-yesno-section .yesno-row .yesno-title h6::before,
  .hwt-yesno-section .yesno-row .yesno-title p::before {
    left: -5px;
  }
}
@media (max-width: 576px) {
  .hwt-yesno-section .yesno-row .yesno-title h1::before,
  .hwt-yesno-section .yesno-row .yesno-title h2::before,
  .hwt-yesno-section .yesno-row .yesno-title h3::before,
  .hwt-yesno-section .yesno-row .yesno-title h4::before,
  .hwt-yesno-section .yesno-row .yesno-title h5::before,
  .hwt-yesno-section .yesno-row .yesno-title h6::before,
  .hwt-yesno-section .yesno-row .yesno-title p::before {
    left: 0;
  }
}
.hwt-yesno-section .yesno-row .yesno-title h1 em,
.hwt-yesno-section .yesno-row .yesno-title h2 em,
.hwt-yesno-section .yesno-row .yesno-title h3 em,
.hwt-yesno-section .yesno-row .yesno-title h4 em,
.hwt-yesno-section .yesno-row .yesno-title h5 em,
.hwt-yesno-section .yesno-row .yesno-title h6 em,
.hwt-yesno-section .yesno-row .yesno-title p em {
  font-family: 'Courier Prime', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-weight: bold;
  color: #ff295c;
  font-style: normal;
  text-transform: uppercase;
}
.hwt-yesno-section .yesno-row .yesno-title.yes h1::before,
.hwt-yesno-section .yesno-row .yesno-title.yes h2::before,
.hwt-yesno-section .yesno-row .yesno-title.yes h3::before,
.hwt-yesno-section .yesno-row .yesno-title.yes h4::before,
.hwt-yesno-section .yesno-row .yesno-title.yes h5::before,
.hwt-yesno-section .yesno-row .yesno-title.yes h6::before,
.hwt-yesno-section .yesno-row .yesno-title.yes p::before {
  background: url("/wp-content/uploads/2019/02/hwt-smileys-01.svg") no-repeat center;
}
.hwt-yesno-section .yesno-row .yesno-title.no h1::before,
.hwt-yesno-section .yesno-row .yesno-title.no h2::before,
.hwt-yesno-section .yesno-row .yesno-title.no h3::before,
.hwt-yesno-section .yesno-row .yesno-title.no h4::before,
.hwt-yesno-section .yesno-row .yesno-title.no h5::before,
.hwt-yesno-section .yesno-row .yesno-title.no h6::before,
.hwt-yesno-section .yesno-row .yesno-title.no p::before {
  background: url("/wp-content/uploads/2019/02/hwt-smileys-02.svg") no-repeat center;
}
.hwt-yesno-section .yesno-row .yesno-list ul {
  margin-left: 6rem;
  list-style: none;
}
@media (max-width: 1024px) {
  .hwt-yesno-section .yesno-row .yesno-list ul {
    margin-left: 48px;
  }
}
@media (max-width: 576px) {
  .hwt-yesno-section .yesno-row .yesno-list ul {
    margin-left: 0;
  }
}
.hwt-yesno-section .yesno-row .yesno-list ul li {
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
}
.hwt-yesno-section .yesno-row .yesno-list ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: url("/wp-content/uploads/2019/02/green-bullet.svg") no-repeat bottom right;
  background-size: cover;
}
.blog #wrapper div[role="main"],
.archive #wrapper div[role="main"] {
  background: url("/wp-content/uploads/2019/02/faq-background.svg") repeat-y calc(50% - 100px) 20%;
  background-size: 2000px;
}
.blog #wrapper .thb-page-header,
.archive #wrapper .thb-page-header {
  margin-bottom: 0;
}
.blog #wrapper .thb-page-header h1,
.archive #wrapper .thb-page-header h1 {
  font-weight: normal;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.post.style2 .blog-post-container .post-title .entry-title {
  font-weight: normal;
}
.single-post #wrapper div[role="main"] > article {
  background: url("/wp-content/uploads/2019/02/faq-background.svg") repeat-y calc(50% - 100px) 80vh;
  background-size: 2000px;
}
.single-post .post-detail .post-gallery-detail .parallax-bg {
  opacity: 0.65;
}
.single-post .post-detail .post-gallery .post-title {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.single-post .post-detail .post-content {
  margin-bottom: 3rem;
}
.single-post .post-detail .post-content p {
  font-size: 16px;
}
.single-post .post-detail .post-content p a {
  font-weight: 500;
}
.single-post .post-detail .post-content ul,
.single-post .post-detail .post-content ol {
  line-height: 1.8;
}
.single-post .post-detail .post-content ul li,
.single-post .post-detail .post-content ol li {
  margin-bottom: 5px;
}
.single-post .post-detail .post-content h1,
.single-post .post-detail .post-content h2,
.single-post .post-detail .post-content h3,
.single-post .post-detail .post-content h4,
.single-post .post-detail .post-content h5,
.single-post .post-detail .post-content h6 {
  margin-top: 3rem;
  font-weight: normal;
  line-height: 1.2 !important;
}
.single-post .post-detail .entry-footer {
  border-bottom: none;
}
.single-post .post-detail .entry-footer .tag-cloud-link {
  text-transform: none;
}
.related-posts .post .post-gallery {
  margin-bottom: 35px;
  border-radius: 0;
}
.related-posts .post .post-gallery img {
  border-radius: 0;
}
.related-posts .post .post-gallery .post-gallery-overlay {
  border-radius: 0;
}
.related-posts .post .post-category {
  font-size: 13px;
  margin-bottom: 15px;
}
.related-posts .post .post-title a {
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-size: 16px;
  font-weight: 600;
}
.thb_load_more.masonry_btn {
  background: transparent !important;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans' !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  color: #004e63 !important;
  border: 3px solid #004e63 !important;
  padding: 15px 35px !important;
  will-change: transform;
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  outline: 1px solid transparent;
}
.thb_load_more.masonry_btn:hover {
  background: #ff295c !important;
  color: #FFF !important;
  border: 3px solid #ff295c !important;
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
#footer .footer-top-section {
  background: #c5d22d url("/wp-content/uploads/2019/10/footer-top-path-fx.svg") no-repeat center;
  background-size: 2316px;
  padding-top: 50px;
  padding-bottom: 60px;
}
#footer .footer-top-section .footer-top-block {
  padding-top: 70px;
  background: url("/wp-content/uploads/2019/10/footer-top-block.svg") no-repeat center;
  background-size: 100% 100%;
}
#footer .footer-top-section .first-column {
  position: relative;
}
#footer .footer-top-section .first-column::before {
  position: absolute;
  content: "";
  top: -40px;
  left: -50px;
  width: 70px;
  height: 296px;
  background: url("/wp-content/uploads/2019/10/footer-first-column-fx.png") no-repeat center;
}
@media (max-width: 768px) {
  #footer .footer-top-section .first-column::before {
    left: -80px;
  }
}
#footer .footer-top-section .second-column {
  position: relative;
}
#footer .footer-top-section .second-column::before {
  position: absolute;
  content: "";
  top: -50px;
  right: -35px;
  width: 60px;
  height: 338px;
  background: url("/wp-content/uploads/2019/10/footer-second-column-fx.png") no-repeat center;
}
@media (max-width: 768px) {
  #footer .footer-top-section .second-column::before {
    right: -80px;
  }
}
@media (min-width: 768px) {
  #footer .footer-top-section .subscribe-call {
    padding-left: 80px;
  }
}
#footer .footer-top-section .subscribe-call h1,
#footer .footer-top-section .subscribe-call h2,
#footer .footer-top-section .subscribe-call h3,
#footer .footer-top-section .subscribe-call h4,
#footer .footer-top-section .subscribe-call h5,
#footer .footer-top-section .subscribe-call h6,
#footer .footer-top-section .subscribe-call p {
  font-family: 'Courier Prime', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-size: 32px;
  line-height: 1.25 !important;
  color: #FFF;
  position: relative;
}
@media (max-width: 640px) {
  #footer .footer-top-section .subscribe-call h1,
  #footer .footer-top-section .subscribe-call h2,
  #footer .footer-top-section .subscribe-call h3,
  #footer .footer-top-section .subscribe-call h4,
  #footer .footer-top-section .subscribe-call h5,
  #footer .footer-top-section .subscribe-call h6,
  #footer .footer-top-section .subscribe-call p {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  #footer .footer-top-section .subscribe-call h1::before,
  #footer .footer-top-section .subscribe-call h2::before,
  #footer .footer-top-section .subscribe-call h3::before,
  #footer .footer-top-section .subscribe-call h4::before,
  #footer .footer-top-section .subscribe-call h5::before,
  #footer .footer-top-section .subscribe-call h6::before,
  #footer .footer-top-section .subscribe-call p::before {
    display: block;
    position: absolute;
    content: "";
    left: -80px;
    top: 0;
    width: 56px;
    height: 58px;
    background: url("/wp-content/uploads/2019/10/footer-big-arrow-pink.svg") no-repeat center;
  }
}
#footer .footer-top-section .subscribe-call h1 strong,
#footer .footer-top-section .subscribe-call h2 strong,
#footer .footer-top-section .subscribe-call h3 strong,
#footer .footer-top-section .subscribe-call h4 strong,
#footer .footer-top-section .subscribe-call h5 strong,
#footer .footer-top-section .subscribe-call h6 strong,
#footer .footer-top-section .subscribe-call p strong {
  color: #ff295c;
  font-weight: 400;
}
@media (min-width: 768px) {
  #footer .footer-top-section .form-wrapper {
    padding-left: 80px;
  }
}
#footer .footer-top-section .form-wrapper .quform-element-submit {
  margin-top: 0;
}
#footer .footer-top-section .form-wrapper .quform-element-row {
  margin: 0 -5px !important;
}
#footer .footer-top-section .form-wrapper .quform-element-row .quform-element-column {
  padding: 0 5px;
}
#footer .footer-top-section .form-wrapper .quform .quform-spacer {
  padding-bottom: 10px;
}
#footer .footer-top-section .form-wrapper .quform .quform-field-text,
#footer .footer-top-section .form-wrapper .quform .quform-field-email {
  border: none;
}
#footer .footer-top-section .form-wrapper .quform .quform-field-text::placeholder,
#footer .footer-top-section .form-wrapper .quform .quform-field-email::placeholder {
  color: #7a7a7a;
  opacity: 1;
}
#footer .footer-top-section .form-wrapper .quform .quform-element-html {
  font-size: 10px;
  line-height: 1.3 !important;
}
#footer .footer-top-section .form-wrapper .quform .quform-element-html a:hover {
  color: #021719;
}
#footer .footer-top-section .form-wrapper .quform .quform-element-html a::after {
  border-bottom-color: #021719;
}
#footer .footer-top-section .form-wrapper .quform button.quform-submit {
  margin-left: 0;
  background: #ff295c !important;
  border: none !important;
}
#footer .footer-top-section .form-wrapper .quform button.quform-submit:hover {
  transform: rotate(-1deg);
}
#footer .footer-top-section .benefits-list {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #footer .footer-top-section .benefits-list {
    padding-left: 80px;
  }
}
#footer .footer-top-section .benefits-list h1,
#footer .footer-top-section .benefits-list h2,
#footer .footer-top-section .benefits-list h3,
#footer .footer-top-section .benefits-list h4,
#footer .footer-top-section .benefits-list h5,
#footer .footer-top-section .benefits-list h6,
#footer .footer-top-section .benefits-list p,
#footer .footer-top-section .benefits-list li {
  font-weight: 500;
  color: #021719;
}
#footer .footer-top-section .benefits-list ul {
  margin-left: 40px;
  list-style: none;
}
#footer .footer-top-section .benefits-list li {
  margin-bottom: 20px;
  position: relative;
}
#footer .footer-top-section .benefits-list li::before {
  position: absolute;
  left: -40px;
  top: 0;
  content: "";
  width: 23px;
  height: 23px;
  background: url("/wp-content/uploads/2019/10/footer-list-x.svg") no-repeat center;
}
#footer .footer-top-section .benefits-list li strong {
  color: #ff295c;
  font-weight: 500;
}
#footer .footer-bottom-section {
  background: #021719 url("/wp-content/uploads/2019/10/footer-bottom-row-bg-fx.png") no-repeat center;
  padding-top: 90px;
  padding-bottom: 55px;
  position: relative;
  overflow: visible;
}
#footer .footer-bottom-section::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 81px;
  top: -33px;
  left: 0;
  background: url("/wp-content/uploads/2019/10/footer-border-fx.svg") no-repeat top center;
  background-size: 120%;
  z-index: 31;
}
@media (max-width: 1024px) {
  #footer .footer-bottom-section::before {
    background-size: cover;
  }
}
#footer .footer-bottom-section::after {
  display: block;
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: -52px;
  left: calc(50% - 20px);
  background: url("/wp-content/uploads/2019/10/footer-bottom-row-bg-fx-single.png") no-repeat top center;
  z-index: 32;
}
#footer .footer-bottom-section .footer-slogan {
  padding-left: 20px;
}
#footer .footer-bottom-section .footer-slogan h1,
#footer .footer-bottom-section .footer-slogan h2,
#footer .footer-bottom-section .footer-slogan h3,
#footer .footer-bottom-section .footer-slogan h4,
#footer .footer-bottom-section .footer-slogan h5,
#footer .footer-bottom-section .footer-slogan h6,
#footer .footer-bottom-section .footer-slogan p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3 !important;
  max-width: 460px;
}
#footer .footer-bottom-section .footer-slogan a {
  color: #ff295c !important;
  font-weight: 500;
}
#footer .footer-bottom-section .footer-slogan a::after {
  border-color: #ff295c;
}
#footer .footer-bottom-section .footer-sm {
  padding-left: 20px;
}
@media (min-width: 1024px) {
  #footer .footer-bottom-section .footer-sm {
    text-align: center;
    padding-top: 50px;
    padding-left: 0;
  }
}
#footer .footer-bottom-section .footer-sm a {
  font-size: 50px;
  line-height: 1.2 !important;
  display: inline-block;
  margin-right: 20px;
  color: #FFF;
}
#footer .footer-bottom-section .footer-sm a:hover {
  color: #ff295c;
}
#footer .footer-bottom-section .footer-questions {
  position: relative;
  padding-left: 115px;
}
@media (max-width: 1024px) {
  #footer .footer-bottom-section .footer-questions {
    padding-left: 60px;
  }
}
@media (min-width: 1025px) and (max-width: 1330px) {
  #footer .footer-bottom-section .footer-questions {
    padding-left: 40px;
  }
}
#footer .footer-bottom-section .footer-questions::before {
  position: absolute;
  content: "";
  top: -5px;
  left: 30px;
  width: 40px;
  height: 40px;
  background: url("/wp-content/uploads/2019/02/footer-arrow-right.svg") no-repeat center;
}
@media (max-width: 1024px) {
  #footer .footer-bottom-section .footer-questions::before {
    left: 20px;
    width: 30px;
    height: 30px;
    top: -4px;
  }
}
@media (min-width: 1025px) and (max-width: 1330px) {
  #footer .footer-bottom-section .footer-questions::before {
    left: 0;
    width: 30px;
    height: 30px;
    top: -4px;
  }
}
#footer .footer-bottom-section .footer-questions h1,
#footer .footer-bottom-section .footer-questions h2,
#footer .footer-bottom-section .footer-questions h3,
#footer .footer-bottom-section .footer-questions h4,
#footer .footer-bottom-section .footer-questions h5,
#footer .footer-bottom-section .footer-questions h6,
#footer .footer-bottom-section .footer-questions p {
  color: #FFF;
  font-size: 22px;
  line-height: 1.3 !important;
  max-width: 512px;
}
@media (max-width: 768px) {
  #footer .footer-bottom-section .footer-questions h1,
  #footer .footer-bottom-section .footer-questions h2,
  #footer .footer-bottom-section .footer-questions h3,
  #footer .footer-bottom-section .footer-questions h4,
  #footer .footer-bottom-section .footer-questions h5,
  #footer .footer-bottom-section .footer-questions h6,
  #footer .footer-bottom-section .footer-questions p {
    font-size: 18px;
  }
}
#footer .footer-bottom-section .footer-telephone,
#footer .footer-bottom-section .footer-email {
  padding-left: 180px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  #footer .footer-bottom-section .footer-telephone,
  #footer .footer-bottom-section .footer-email {
    padding-left: 60px;
  }
}
@media (min-width: 1025px) and (max-width: 1330px) {
  #footer .footer-bottom-section .footer-telephone,
  #footer .footer-bottom-section .footer-email {
    padding-left: 40px;
  }
}
#footer .footer-bottom-section .footer-telephone::before,
#footer .footer-bottom-section .footer-email::before {
  position: absolute;
  content: "";
  top: 0;
  left: 130px;
  width: 33px;
  height: 33px;
}
@media (max-width: 1024px) {
  #footer .footer-bottom-section .footer-telephone::before,
  #footer .footer-bottom-section .footer-email::before {
    left: 20px;
    width: 30px;
    height: 30px;
    top: 0;
  }
}
@media (max-width: 512px) {
  #footer .footer-bottom-section .footer-telephone::before,
  #footer .footer-bottom-section .footer-email::before {
    top: -4px;
  }
}
@media (min-width: 1025px) and (max-width: 1330px) {
  #footer .footer-bottom-section .footer-telephone::before,
  #footer .footer-bottom-section .footer-email::before {
    left: 0;
    width: 30px;
    height: 30px;
    top: 0;
  }
}
#footer .footer-bottom-section .footer-telephone h1,
#footer .footer-bottom-section .footer-email h1,
#footer .footer-bottom-section .footer-telephone h2,
#footer .footer-bottom-section .footer-email h2,
#footer .footer-bottom-section .footer-telephone h3,
#footer .footer-bottom-section .footer-email h3,
#footer .footer-bottom-section .footer-telephone h4,
#footer .footer-bottom-section .footer-email h4,
#footer .footer-bottom-section .footer-telephone h5,
#footer .footer-bottom-section .footer-email h5,
#footer .footer-bottom-section .footer-telephone h6,
#footer .footer-bottom-section .footer-email h6,
#footer .footer-bottom-section .footer-telephone p,
#footer .footer-bottom-section .footer-email p {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.3 !important;
  font-weight: bold;
}
#footer .footer-bottom-section .footer-telephone a,
#footer .footer-bottom-section .footer-email a {
  color: #FFF !important;
}
#footer .footer-bottom-section .footer-telephone a::after,
#footer .footer-bottom-section .footer-email a::after {
  display: none !important;
}
#footer .footer-bottom-section .footer-telephone a:hover,
#footer .footer-bottom-section .footer-email a:hover {
  color: #c8d400 !important;
}
#footer .footer-bottom-section .footer-telephone::before {
  background: url("/wp-content/uploads/2019/02/subheader-telephone-icon.svg") no-repeat center;
}
#footer .footer-bottom-section .footer-email::before {
  background: url("/wp-content/uploads/2019/02/subheader-email-icon.svg") no-repeat center;
}
.footer-section {
  position: relative;
}
@media (min-width: 1900px) {
  .footer-section::before {
    position: absolute;
    top: -20px;
    left: calc(50% - 1024px);
    content: "";
    width: 2048px;
    height: 558px;
    display: block;
    background: url("/wp-content/uploads/2019/02/footer-asset.svg") no-repeat center;
  }
}
.footer-section .footer-element {
  padding-left: 115px;
}
@media (max-width: 768px) {
  .footer-section .footer-element {
    padding-left: 0;
  }
}
.footer-section .footer-element.footer-slogan h1,
.footer-section .footer-element.footer-slogan h2,
.footer-section .footer-element.footer-slogan h3,
.footer-section .footer-element.footer-slogan h4,
.footer-section .footer-element.footer-slogan h5,
.footer-section .footer-element.footer-slogan h6,
.footer-section .footer-element.footer-slogan p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3 !important;
  max-width: 512px;
}
.footer-section .footer-element.footer-slogan a {
  color: #ff295c !important;
  font-weight: 500;
}
.footer-section .footer-element.footer-slogan a::after {
  border-color: #ff295c;
}
.footer-section .footer-element.footer-questions {
  position: relative;
}
@media (max-width: 768px) {
  .footer-section .footer-element.footer-questions {
    padding-left: 40px;
  }
}
.footer-section .footer-element.footer-questions::before {
  position: absolute;
  content: "";
  top: -5px;
  left: 30px;
  width: 40px;
  height: 40px;
  background: url("/wp-content/uploads/2019/02/footer-arrow-right.svg") no-repeat center;
}
@media (max-width: 768px) {
  .footer-section .footer-element.footer-questions::before {
    left: 0;
    width: 30px;
    height: 30px;
    top: -4px;
  }
}
.footer-section .footer-element.footer-questions h1,
.footer-section .footer-element.footer-questions h2,
.footer-section .footer-element.footer-questions h3,
.footer-section .footer-element.footer-questions h4,
.footer-section .footer-element.footer-questions h5,
.footer-section .footer-element.footer-questions h6,
.footer-section .footer-element.footer-questions p {
  color: #FFF;
  font-size: 22px;
  line-height: 1.3 !important;
  max-width: 512px;
}
@media (max-width: 768px) {
  .footer-section .footer-element.footer-questions h1,
  .footer-section .footer-element.footer-questions h2,
  .footer-section .footer-element.footer-questions h3,
  .footer-section .footer-element.footer-questions h4,
  .footer-section .footer-element.footer-questions h5,
  .footer-section .footer-element.footer-questions h6,
  .footer-section .footer-element.footer-questions p {
    font-size: 18px;
  }
}
.footer-section .footer-element.footer-telephone,
.footer-section .footer-element.footer-email {
  padding-left: 180px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .footer-section .footer-element.footer-telephone,
  .footer-section .footer-element.footer-email {
    padding-left: 40px;
  }
}
.footer-section .footer-element.footer-telephone::before,
.footer-section .footer-element.footer-email::before {
  position: absolute;
  content: "";
  top: 0;
  left: 130px;
  width: 33px;
  height: 33px;
}
@media (max-width: 768px) {
  .footer-section .footer-element.footer-telephone::before,
  .footer-section .footer-element.footer-email::before {
    left: 0;
    width: 30px;
    height: 30px;
    top: 0;
  }
}
@media (max-width: 512px) {
  .footer-section .footer-element.footer-telephone::before,
  .footer-section .footer-element.footer-email::before {
    top: -4px;
  }
}
.footer-section .footer-element.footer-telephone h1,
.footer-section .footer-element.footer-email h1,
.footer-section .footer-element.footer-telephone h2,
.footer-section .footer-element.footer-email h2,
.footer-section .footer-element.footer-telephone h3,
.footer-section .footer-element.footer-email h3,
.footer-section .footer-element.footer-telephone h4,
.footer-section .footer-element.footer-email h4,
.footer-section .footer-element.footer-telephone h5,
.footer-section .footer-element.footer-email h5,
.footer-section .footer-element.footer-telephone h6,
.footer-section .footer-element.footer-email h6,
.footer-section .footer-element.footer-telephone p,
.footer-section .footer-element.footer-email p {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.3 !important;
  font-weight: bold;
}
.footer-section .footer-element.footer-telephone a,
.footer-section .footer-element.footer-email a {
  color: #FFF !important;
}
.footer-section .footer-element.footer-telephone a::after,
.footer-section .footer-element.footer-email a::after {
  display: none !important;
}
.footer-section .footer-element.footer-telephone a:hover,
.footer-section .footer-element.footer-email a:hover {
  color: #c8d400 !important;
}
.footer-section .footer-element.footer-telephone::before {
  background: url("/wp-content/uploads/2019/02/subheader-telephone-icon.svg") no-repeat center;
}
.footer-section .footer-element.footer-email::before {
  background: url("/wp-content/uploads/2019/02/subheader-email-icon.svg") no-repeat center;
}
.subfooter {
  font-size: 13px;
  background: #000 !important;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
}
.subfooter .element {
  margin-right: 30px;
}
.subfooter .element:last-child {
  margin-right: 0;
}
@media (max-width: 512px) {
  .subfooter .element {
    display: block;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: auto;
  }
}
.messenger-icon-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0084ff;
  border-radius: 5%;
  overflow: hidden;
  padding: 12px;
  z-index: 9999;
  position: fixed;
  bottom: 5px;
  right: -43px;
  width: 43px;
  height: 43px;
  opacity: 0.7;
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.messenger-icon-link img {
  width: 30px;
  height: auto;
  animation: pulse 3s infinite;
}
.messenger-icon-link:hover {
  opacity: 1;
}
.messenger-icon-link:hover img {
  animation: none;
}
.header.fixed ~ .fixed-footer-container .messenger-icon-link {
  right: 0;
}
#scroll_to_top {
  right: -43px !important;
  bottom: 65px !important;
}
#scroll_to_top.active {
  right: 0 !important;
}
#scroll_to_top .thb-animated-arrow {
  width: 43px !important;
  height: 43px !important;
  border-radius: 5% !important;
}
.registration-section .registration-steps {
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.registration-section .registration-steps .thb_image_link {
  margin-bottom: 5rem;
}
.registration-section .registration-steps .thb_image_link .thb-image-content {
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.2 !important;
}
.quform .quform-form-title-description {
  margin-bottom: 40px;
}
.quform .quform-spacer {
  padding-bottom: 30px;
  margin-bottom: 5px;
}
.quform .quform-label > label {
  font-weight: bold;
  font-size: 14px;
  padding-left: 21px;
  margin-bottom: 10px;
}
.quform .quform-sub-label-above {
  padding-left: 21px;
}
.quform .quform-description-above {
  padding-left: 21px;
  margin-top: -10px;
}
.quform .quform-description-above a {
  font-style: normal;
}
.quform .quform-description-above a i {
  margin-right: 4px;
}
.quform .quform-description-above a::after {
  border-bottom-color: #ff295c;
}
.quform .quform-description-below {
  padding-left: 21px;
  font-style: normal;
}
.quform .quform-description-below a {
  margin-top: 5px;
}
.quform .quform-description-below a i {
  margin-right: 4px;
}
.quform .quform-description-below a::after {
  border-bottom-color: #ff295c;
}
.quform .quform-element .small {
  font-size: 14px;
}
.quform .quform-element .small a {
  color: #ff295c;
}
.quform .quform-element .small a::after {
  border-bottom-color: #ff295c;
}
.quform .quform-element .border-top {
  border-top: 2px solid rgba(0, 78, 99, 0.4);
  padding-top: 30px;
}
.quform .quform-field-select,
.quform .quform-field-text,
.quform .quform-field-email,
.quform .quform-input-date input,
.quform .quform-input-textarea textarea {
  padding: 10px 21px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  min-height: 45px;
  border: 1px solid rgba(0, 78, 99, 0.5);
}
.quform .quform-input .quform-option .quform-option-label {
  font-weight: 500;
}
.quform .quform-options-style-input-hidden .quform-option-label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  padding-bottom: 1rem;
}
.quform .quform-options-style-input-hidden .quform-option-label .quform-option-icon,
.quform .quform-options-style-input-hidden .quform-option-label .quform-option-icon-selected {
  float: unset;
  flex-basis: 20px;
}
.quform .quform-options-style-input-hidden .quform-option-label .quform-option-text {
  flex-basis: auto;
  flex-shrink: 50;
}
.quform .quform-options-style-button .quform-option-label {
  margin-left: 21px;
  background: transparent;
  border: 1px solid #004e63;
  color: #004e63;
  padding: 5px 15px;
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  outline: 1px solid transparent;
}
.quform .quform-options-style-button .quform-option-label:hover {
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.quform .quform-options-style-button input:checked + .quform-option-label {
  background: #004e63;
  color: #FFF;
  border: 1px solid #004e63;
}
.quform button.quform-submit {
  background: #c8d400 !important;
  font-family: 'Montserrat', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans' !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  color: #FFF !important;
  border: 3px solid #c8d400 !important;
  padding: 15px 35px !important;
  will-change: transform;
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  outline: 1px solid transparent;
}
@media (min-width: 768px) {
  .quform button.quform-submit {
    margin-left: 21px;
  }
}
.quform button.quform-submit:hover {
  background: #ff295c !important;
  color: #FFF !important;
  border: 3px solid #ff295c !important;
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
@media (max-width: 767px) {
  .quform button.quform-submit:hover {
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
}
.quform .image-wrapper {
  margin-bottom: 30px;
}
.quform .image-wrapper img {
  width: 100%;
}
@media (max-width: 640px) {
  .quform .scrollable-h {
    overflow-x: scroll;
  }
  .quform .scrollable-h img {
    min-width: 640px;
    padding-bottom: 10px;
  }
}
.quform .quform-error {
  font-size: 14px;
  font-weight: 500;
}
.quform .quform-error .quform-error-inner {
  padding-top: 5px;
  background: transparent;
}
.quform .quform-edit-form {
  padding-left: 21px;
}
.quform .quform-group-title-description .quform-group-title {
  margin-top: 6rem;
  margin-bottom: 3rem;
  font-weight: normal;
  padding-left: 21px;
}
.quform .quform-group-title-description h2 {
  color: #ff295c;
  font-size: 2.125rem;
}
.quform .quform-group-title-description h4 {
  font-size: 1.5rem;
}
.quform .quform-group-title-description h4.quform-group-title {
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.thb-cookie-bar {
  padding: 1.5rem;
  left: 2rem;
  bottom: 2rem;
  width: 500px;
  -moz-transform: translateY(120%);
  -ms-transform: translateY(120%);
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
}
@media (max-width: 640px) {
  .thb-cookie-bar {
    width: 100%;
    left: 0;
    bottom: 0;
  }
}
.thb-cookie-bar .thb-cookie-text {
  font-size: 1rem;
}
.thb-cookie-bar .button-accept {
  text-decoration: none;
  color: #FFF;
  background: #c8d400;
  font-weight: 500;
  padding: 1rem;
  font-size: 1rem;
  outline: 1px solid transparent;
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.thb-cookie-bar .button-accept:hover {
  background: #ff295c;
}
@media (max-width: 640px) {
  .thb-cookie-bar .button-accept {
    margin-top: 2rem;
  }
}
