/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./root/front-end/css/global.scss ***!
  \*****************************************************************************************************************************************************/
/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////
*
*  Global Styles Rules 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
@font-face {
  font-family: "Outfit";
  src: url(../js/e853df41b41bc9489a8b.ttf) format("ttf"), url(../js/ac0da1fc2ec2bf6ffe7c.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Outfit";
  src: url(../js/b2e2fcd8bc0c090b302c.ttf) format("ttf"), url(../js/8b7b32cc2e293d6c1ed8.woff) format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Tahnia";
  src: url(../js/b52aafee2c037480934c.ttf) format("ttf"), url(../js/a5d61481653adf74d078.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Sailor";
  src: url(../js/226f938fdaeef27f7b06.ttf) format("ttf"), url(../js/dc532bd185192a2a9211.woff) format("woff");
  font-weight: 400;
}
* {
  font-family: "Outfit";
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.script {
  font-family: "Tahnia";
  font-weight: 100;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit";
  color: #4d4c4c;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

p, li {
  font-size: 15px;
  line-height: 30px;
  color: #4d4c4c;
}

a {
  text-decoration: none;
  font-size: 15px;
  color: #333;
}

.boxed {
  width: 80%;
  margin: auto;
  max-width: 1100px;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: none;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.terra-bg-pattern {
  background: rgb(76, 82, 203);
  background: -moz-linear-gradient(-45deg, rgb(76, 82, 203) 0%, rgb(110, 113, 195) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(76, 82, 203)), color-stop(100%, rgb(110, 113, 195)));
  background: -webkit-linear-gradient(-45deg, rgb(76, 82, 203) 0%, rgb(110, 113, 195) 100%);
  background: -o-linear-gradient(-45deg, rgb(76, 82, 203) 0%, rgb(110, 113, 195) 100%);
  background: -ms-linear-gradient(-45deg, rgb(76, 82, 203) 0%, rgb(110, 113, 195) 100%);
  background: linear-gradient(135deg, rgb(76, 82, 203) 0%, rgb(110, 113, 195) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c52cb", endColorstr="#6e71c3", GradientType=1 );
}

.terra-bg-pattern-opa {
  background: rgb(76, 82, 203);
  background: -moz-linear-gradient(-45deg, rgba(76, 82, 203, 0.8) 0%, rgba(110, 113, 195, 0.8) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(76, 82, 203, 0.8)), color-stop(100%, rgb(110, 113, 195)));
  background: -webkit-linear-gradient(-45deg, rgba(76, 82, 203, 0.8) 0%, rgba(110, 113, 195, 0.8) 100%);
  background: -o-linear-gradient(-45deg, rgba(76, 82, 203, 0.8) 0%, rgba(110, 113, 195, 0.8) 100%);
  background: -ms-linear-gradient(-45deg, rgba(76, 82, 203, 0.8) 0%, rgba(110, 113, 195, 0.8) 100%);
  background: linear-gradient(135deg, rgba(76, 82, 203, 0.8) 0%, rgba(110, 113, 195, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c52cbcc", endColorstr="#6e71c3cc", GradientType=1 );
}

#wpadminbar {
  z-index: 999999999999;
}

.info-message {
  border-left: solid 5px #a5caaf;
  padding: 40px;
}

#wpadminbar {
  background: #4d5cf1;
}

.span.error-title {
  font-size: 80px;
}

.info-message.message-full {
  width: 100%;
  margin: 0 auto 50px;
  padding: 40px;
  margin-top: 0 !important;
}

.customize-support header {
  top: 32px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Header 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
header {
  position: fixed;
  z-index: 99999999;
  background-color: #395d6b;
  width: 100%;
  top: 0;
  left: 0;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nt-hwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
  max-width: 1200px;
}
.nav .nav-logo {
  width: 18%;
}
.nav .nav-logo img {
  width: 90%;
  display: block;
  margin: auto;
  max-width: 160px;
}
.nav .nav-logo a {
  padding: 0;
}
.nav .nav-logo.logo-wide img {
  width: 80%;
  display: block;
  margin: auto;
  max-width: 160px;
}
.nav .nav-items {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nav-items ul {
  width: 100%;
}
.nav .nav-items li.toolbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nav-toolbox {
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nav-toolbox a.toolbox-link {
  color: #fff;
  margin-right: 10px;
}
.nav .nav-toolbox a.toolbox-link i {
  margin-right: 5px;
  font-size: 15px;
}
.nav .nav-toolbox svg {
  width: 18px;
}
.nav .nav-toolbox .tl-lang {
  position: relative;
  cursor: pointer;
}
.nav .nav-toolbox .lang-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin-right: 10px;
}
.nav .nav-toolbox .lang-list li {
  margin: auto;
  width: 100%;
}
.nav .nav-toolbox .lang-list li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.nav .nav-toolbox .tl-lang:hover .lang-list,
.nav .nav-toolbox .tl-lang:hover :before {
  opacity: 1;
  visibility: visible;
}
.nav .nav-toolbox .tl-lang:hover:before {
  opacity: 1;
  visibility: visible;
}
.nav .nav-toolbox .nav-cta {
  min-width: 18%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 250px;
}
.nav .nav-toolbox .nav-cta-wrap {
  min-width: 55%;
}
.nav .nav-toolbox a {
  color: #fff;
  max-width: 200px;
  margin-left: auto;
  box-shadow: none;
}
.nav .nav-items ul {
  position: relative;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav a {
  padding: 38px 0;
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Outfit";
  font-weight: 400;
  color: #fff;
  transition: all 0.1s linear;
}
.nav ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 180px;
  padding-top: 10px;
  transition: all 0.2s linear;
  align-items: center;
  width: 100%;
  left: -20px;
  max-width: 670px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.nav ul.sub-menu li {
  width: calc(100% - 0px);
  background-color: #fff;
  padding: 0 5px;
}
.nav ul.sub-menu li a {
  padding: 10px;
  width: calc(100% - 20px);
  border-bottom: solid 1px #f0f0f0;
  text-align: left;
  font-size: 13px;
  border-radius: 5px;
  cursor: pointer;
  color: #395d6b;
}
.nav ul.sub-menu li a:hover {
  background-color: rgba(57, 93, 107, 0.1019607843);
  cursor: pointer;
}
.nav .nav-items ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.nav .nav-items ul li:hover > a:before {
  opacity: 1;
  visibility: visible;
}
.nav a.has-sub {
  position: relative;
}
.nav a.has-sub::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: "\f0d8";
  font-size: 30px;
  position: absolute;
  bottom: -25px;
  left: 20px;
  color: #fff;
  opacity: 0;
  visibility: none;
}
.nav ul.sub-menu li:first-child {
  border-radius: 5px 5px 0 0;
  padding-top: 5px;
}
.nav ul.sub-menu li:last-child {
  border-radius: 0 0 5px 5px;
  padding-bottom: 5px;
}
.nav ul.sub-menu li:last-child a {
  border-bottom: none;
}

.nav-cta a.main-cta {
  color: #fff;
  padding: 27px 0;
  border-radius: 0;
  font-size: 14px;
}

.nav-items ul li a:hover {
  color: #a4caae;
}

.nav .nav-items ul li.mobile-cta {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  background: #fff;
  min-height: 100px;
  align-items: flex-start;
}
.nav .nav-items ul li.mobile-cta a.nav-cta-main {
  max-width: 150px;
  height: unset;
  text-align: center;
  width: 100%;
  padding: 15px 20px;
  margin-top: 10px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Titles Global
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 80px 0;
}
.title-section .title-left {
  width: 75%;
}
.title-section .title-right {
  width: 22%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.title-section .title-full {
  width: 100%;
}

.title-section-n {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.title-section-n h2 {
  text-transform: uppercase;
  font-family: "Sailor";
  font-size: 30px;
  font-weight: 100;
  color: #395d6b;
}
.title-section-n .dash {
  width: 30px;
  height: 4px;
  background-color: #395d6b;
  margin: auto;
  margin-top: 20px;
  border-radius: 3px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  CTA Global 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
a.main-cta {
  color: #395d6b;
  background-color: #a4caae !important;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 15px 5px 5px;
  border-radius: 35px;
  overflow: hidden;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.main-cta .pict {
  background-color: #395d6b;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-right: 10px;
}
a.main-cta .pict svg {
  width: 30px;
}
a.main-cta .pict svg path {
  fill: #fff;
}

a.sec-cta {
  color: #395d6b !important;
  padding: 10px 30px;
  border-radius: 35px;
  border: solid 1px #395d6b;
  overflow: hidden;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
}

a.sec-cta:hover {
  opacity: 0.9;
}

.sec-cta.is-plain {
  background-color: #395d6b;
  color: #fff !important;
}

/* Sweep To Right */
.cta-hovered {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 5px;
}

.cta-hovered:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 5px;
}

.is-special svg {
  margin-bottom: 0 !important;
}

.main-cta.cta-hovered:before {
  background: #555;
}

.sec-cta.cta-hovered:before {
  background: #333;
}

.cta-hovered:hover, .cta-hovered:focus, .cta-hovered:active {
  color: #fff !important;
}

.cta-hovered:hover:before, .cta-hovered:focus:before, .cta-hovered:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.center-cta {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Class CARD 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.team-grid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.team-grid .team-grid-border {
  border: solid 5px #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.team-grid img {
  display: block;
  width: 100%;
  margin: auto;
  border-radius: 100%;
}

.team-five .team-grid-unit {
  width: calc(20% - 5px);
  margin-right: 7px;
}

.experience {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 5px;
  overflow: hidden;
  padding: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.experience .bgopa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
}
.experience .e-l {
  width: 80%;
  z-index: 2;
  position: relative;
}
.experience .e-l p {
  margin: 30px 0;
}
.experience .e-l h3 {
  font-size: 35px;
  color: #395d6b;
  font-weight: 400;
  line-height: 40px;
}
.experience .e-l .script {
  font-size: 50px;
  margin-top: 20px;
}
.experience .e-l ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
.experience .e-l li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
}
.experience .e-l li span {
  background-color: #ebf1d9;
  border-radius: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 3px;
  margin-right: 10px;
}
.experience .e-l li svg {
  width: 30px;
}
.experience .e-l li svg path {
  fill: #395d6b;
}
.experience .e-r {
  width: 0%;
}
.experience .e-r ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.experience .e-r li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.experience .e-r li span {
  background-color: #ebf1d9;
  border-radius: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 3px;
  margin-right: 10px;
}
.experience .e-r li svg {
  width: 30px;
}
.experience .e-r li svg path {
  fill: #395d6b;
}

.glide__bullets {
  display: flex;
  justify-content: center;
  align-items: center;
}
.glide__bullets .glide__bullet {
  width: 10px;
  height: 10px;
  background-color: #ebf1d9;
  border-radius: 100%;
  margin-right: 5px;
  margin-top: 20px;
}
.glide__bullets .glide__bullet--active {
  background-color: #395d6b;
}

.global-s8 .s8-l .cntr {
  padding-left: 22%;
  max-width: 75%;
}

.s8 .s8-l .cntr {
  max-width: 90% !important;
  margin: unset !important;
  margin-left: auto !important;
  padding-right: 5% !important;
}

.s8 .s8-r .cntr {
  max-width: 90% !important;
  margin: unset !important;
  margin-right: auto !important;
  padding-left: 5% !important;
  padding-top: 5%;
}

.global-s8.s8 .s8-l {
  background-color: #a4caae;
}

.global-s8.s8 .cntr h2 {
  color: #395d6b;
  font-weight: 400;
  line-height: 35px;
  font-size: 20px;
}

.global-s8.s8 .s8-l, .s8 .s8-r {
  padding: 60px 0 !important;
}

.global-s8.s8 {
  margin: 60px 0;
}

.glide__track {
  position: relative;
}

.glide__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 50%;
  left: 0;
  width: 100%;
}
.glide__arrows .glide__arrow {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  color: #395d6b;
  font-weight: 700;
  font-size: 20px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  GLOBAL TRAVEL STRIPE
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.s5 {
  background-color: #ebf1d9;
  padding: 100px 0;
}
.s5 .s5h {
  text-align: center;
  margin: 30px auto;
}
.s5 .center-cta {
  margin-top: 30px;
}
.s5 .glide__track {
  padding: 60px 0;
  overflow: visible;
}
.s5 .glide__slides {
  overflow: visible;
}
.s5 .glide__slide--active {
  transform: scale(1.1);
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.s5 .product-grid {
  transform: scale(1.2);
}
.s5 .cht-info .cht-meta ul {
  flex-wrap: wrap;
}
.s5 .cht-info .cht-meta ul li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.s5 .cht-info {
  min-height: 170px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Carousel UI
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.owl-nav {
  display: flex;
  justify-content: space-between;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #fff !important;
  border-radius: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-nav .owl-prev i, .owl-carousel .owl-nav .owl-next i {
  font-size: 17px;
  color: #333;
}

.owl-dots {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 15px 0;
}

.owl-carousel .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #555;
  margin-left: 3px;
  border-radius: 100%;
}

.owl-dot.active {
  background-color: #333;
}

.owl-carousel .owl-nav .owl-prev {
  position: relative;
  left: -20px;
}

.owl-carousel .owl-nav .owl-next {
  position: relative;
  right: -20px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  outline: none;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Global top section 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.global-top {
  min-height: 350px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: 100px;
}
.global-top .paralax-global {
  min-height: 350px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-top .filter {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(57, 93, 107, 0.32);
  z-index: 2;
}
.global-top img {
  display: block;
  margin: auto;
  width: 100%;
  position: absolute;
}
.global-top h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  margin: 0 auto 30px;
}
.global-top p {
  color: #fff;
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding-bottom: 50px;
}
.global-top .global-hero {
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.global-top .paralax-svg .ppl-svg {
  width: 100%;
}
.global-top .paralax-svg .ppl-svg svg {
  filter: brightness(1.1);
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Footer 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
footer {
  background-color: rgba(0, 0, 0, 0) !important;
  position: relative;
}
footer .fn-form form input {
  border: solid 1px #e0e0e0;
  border-radius: 30px;
}
footer #news-send {
  border-radius: 30px;
  background-color: #395d6b;
}
footer #news-send:hover {
  border-radius: 30px;
  background-color: #a4caae;
}

.footer-top, .footer-bot {
  background-color: #2c5e6d !important;
}

.shp {
  top: 10%;
  width: 100%;
  display: block;
  margin: auto;
}
.shp img {
  display: block;
  margin: auto;
  width: 100%;
}

.f-certif .s6r-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 300px;
  margin: auto;
}
.f-certif .s6r-grid .s6imgs {
  width: 30%;
}
.f-certif .s6r-grid .s6imgs img {
  display: block;
  margin: auto;
  width: 100%;
}

.footer-title p {
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 13px !important;
  margin-bottom: 20px;
}

.foot-col {
  width: 18%;
}

.is-logo {
  width: 30%;
}
.is-logo img {
  display: block;
  width: 50%;
  margin: 0 auto 30px auto;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-inner .footer-title {
  width: 100%;
  margin: 40px 0;
}
.footer-inner .footer-title h3, .footer-inner .footer-title p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.footer-inner .footer-col {
  width: calc(20% - 50px);
}

footer h3 {
  color: #a4caae;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "Sailor";
  font-weight: 400 !important;
}
footer h4 {
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
footer .foot-col i {
  font-size: 25px;
  text-align: center;
  color: #555;
  margin-bottom: 20px;
}
footer .foot-col p, footer .foot-col a, footer .foot-col li {
  text-align: left;
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
footer .foot-col p.adress-line {
  font-size: 11px;
}
footer .foot-col ul {
  list-style-type: none;
  list-style-type: none;
  padding: 0;
}
footer .foot-col ul i {
  color: #fff;
}
footer .foot-col ul li {
  list-style-type: none;
}
footer .foot-col ul li, footer .foot-col ul a {
  font-weight: 100;
}
footer .foot-col p.fk-title {
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.social ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social ul li i {
  color: #a4caae;
}

.footer-newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto;
}

.fn-msg {
  width: 40%;
}
.fn-msg p {
  color: #fff;
  font-size: 12px;
}

.fn-form {
  width: 55%;
}
.fn-form form {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.fn-form form input {
  width: 70%;
  padding: 10px;
  border-radius: 5px;
  border: none;
  outline: none;
}
.fn-form form button {
  width: 25%;
  color: #fff;
  padding: 15px;
  background-color: #111;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  outline: none;
}
.fn-form #news-message {
  position: absolute;
  top: -55px;
  background-color: #ad5b4a;
  padding: 4px 25px;
  border-radius: 5px;
  right: 0;
  opacity: 0;
}
.fn-form #news-message p {
  font-size: 12px;
  color: #fff;
}

.subscribed-succes #news-message {
  background-color: #a5caaf;
}
.subscribed-succes button {
  opacity: 0.8;
  cursor: auto !important;
  background-color: #a5caaf !important;
}

.footer-bot {
  background-color: #27292f;
  padding: 30px 0 50px;
}
.footer-bot ul {
  color: #fff;
  line-height: 30px;
  padding-left: 20px;
}
.footer-bot ul li a {
  color: #fff;
}
.footer-bot .boxed {
  display: flex;
  justify-content: space-between;
}
.footer-bot .quicklink {
  width: 24%;
}
.footer-bot .quicklink a {
  font-size: 12px;
}
.footer-bot .country-list {
  width: 57%;
}
.footer-bot .country-list .country-sep {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-bot .country-list .country-sep p {
  margin: 10px 0;
  color: #888;
  font-size: 12px;
  font-weight: bold;
  display: none;
}
.footer-bot .country-list .country-sep a {
  font-size: 12px;
}
.footer-bot .country-list .country-sep .col-half {
  width: 74%;
}
.footer-bot .country-list .country-sep .col-half .subelements-0 ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.footer-bot .country-list .country-sep .col-half .subelements-0 li {
  width: 50%;
}
.footer-bot .country-list .country-sep .col-fourth {
  width: 24%;
}

.fcredential {
  background-color: #2C5E6D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fcredential p {
  border-top: solid 1px #fff;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 13px;
}

.shape-footer {
  margin-top: 50px;
  display: block;
  margin-bottom: -1px;
}
.shape-footer svg, .shape-footer g, .shape-footer path {
  fill: #333;
  display: block;
}

p.fk-title-h {
  font-size: 14px !important;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

.foot-logo {
  margin-top: 20px;
}
.foot-logo img {
  max-width: 200px;
}

.toogle-float.tra-floating {
  transform: translateX(0px);
}

.cn-button:hover {
  right: -5%;
}
.cn-button:hover i {
  transform: translateX(0px);
}

.float-triggered .cn-button i {
  transform: translateX(0px);
}

.tra-floating {
  position: fixed;
  right: 0;
  bottom: 38vh;
  z-index: 99999;
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  border-top: solid 2px #395d6b;
  border-left: solid 2px #395d6b;
  border-bottom: solid 2px #395d6b;
}

.cn-wrapper ul {
  list-style-type: none;
}
.cn-wrapper ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
}
.cn-wrapper ul li a {
  color: #333;
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 100%;
}
.cn-wrapper ul li a i {
  font-size: 25px;
}

.corona-message {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 99999999;
}
.corona-message a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.corona-message i {
  font-size: 20px;
  margin-right: 5px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  FancyApp global 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
body .fancybox-container {
  z-index: 9999999;
}
body .fancybox-bg {
  background: rgb(246, 246, 246);
}
body .fancybox-content .fancybox-iframe {
  border-radius: 5px;
  overflow: hidden;
  max-width: 1100px;
  margin: auto;
  max-height: 50vh;
  position: relative;
  top: 9vh;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
body .fancybox-slide--video .fancybox-content {
  background: rgba(0, 0, 0, 0);
}
body .fancybox-button.fancybox-button--close {
  background: #ad5b4a;
  border-radius: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  top: 100px;
  right: 100px;
}
body .fancybox-button.fancybox-button--close svg path {
  fill: #fff;
}
body .fancybox-navigation .fancybox-button div {
  border-radius: 100%;
  background: white;
}
body .fancybox-navigation .fancybox-button {
  background: none;
}
body .fancybox-navigation .fancybox-button--arrow_right {
  right: 100px !important;
}
body .fancybox-navigation .fancybox-button--arrow_left {
  left: 100px !important;
}
body .fancybox-image {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
body .fancybox-button--zoom,
body .fancybox-button--play,
body .fancybox-button--thumbs {
  display: none !important;
}

.fancybox-caption {
  background: none !important;
}

.fancybox-caption__body {
  color: #333;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Mobile burger menu 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.nav-icon {
  width: 100%;
  max-width: 35px;
}

.mobile-menu {
  width: 12%;
  margin-right: 20px;
  align-items: center;
  justify-content: space-between;
  display: none;
}

.nav-message span {
  font-size: 13px;
  color: #fff;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #fff;
  border-radius: 50px;
  content: "";
  display: block;
  height: 4px;
  margin: 7px 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.nav-open .nav-icon:before {
  transform: translateY(12px) rotate(135deg);
  background-color: #ad5b4a;
}

.nav-open .nav-icon:after {
  transform: translateY(-10px) rotate(-132deg);
  background-color: #ad5b4a;
  width: 99%;
}

.nav-open .nav-icon div {
  transform: scale(0);
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  PAGE 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.page-container {
  margin: 80px auto;
}

.page .shape-footer {
  margin-top: 50px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Logo Stripe 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.s3 {
  background-color: #395d6b;
  padding: 50px 0;
}
.s3 h2 {
  color: #ebf1d9;
  text-align: center;
}
.s3 .dash {
  background-color: #ebf1d9;
}
.s3 .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  top: -40px;
}
.s3 .elem {
  width: 16.6666666667%;
  position: relative;
}
.s3 .et {
  display: flex;
  justify-content: center;
  align-items: center;
}
.s3 .et svg {
  width: 60px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.s3 .et svg path {
  fill: #fff;
}
.s3 .et p {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 28px;
  text-align: center;
  color: #fff;
  background-color: #395d6b;
}
.s3 .link {
  position: absolute;
  width: 80%;
  right: -80%;
  top: -20px;
}
.s3 .link img {
  width: 100%;
  display: block;
  margin: auto;
}
.s3 .has-m {
  margin-top: 230px;
}
.s3 .l-or {
  transform: rotate(87deg);
  top: 30px;
  right: -80%;
}

.s3.is-light {
  background-color: #fff;
}
.s3.is-light h2 {
  color: #395d6b;
}
.s3.is-light .dash {
  background-color: #395d6b;
}
.s3.is-light p {
  color: #395d6b;
  background-color: #fff;
}
.s3.is-light .et svg path {
  fill: #395d6b !important;
}
.s3.is-light .link img {
  filter: brightness(0.5) contrast(0.9) sepia(0.8) hue-rotate(100deg);
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Global CTA STRIPE 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.s8 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px 0;
}
.s8 .s8-l, .s8 .s8-r {
  width: 50%;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}
.s8 .s8-l {
  background-color: #395d6b;
}
.s8 .s8-r {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.s8 .cntr {
  max-width: 90%;
  margin: auto;
}
.s8 .cntr h2 {
  font-size: 25px;
  line-height: 50px;
  color: #fff;
}
.s8 .cntr .script {
  font-size: 50px;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  404 Styles 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.error-related {
  margin-bottom: 80px;
}
.error-related .error-inner-title {
  margin-bottom: 40px;
}
.error-related .error-inner-title h2 {
  color: #333;
}
.error-related .related-content, .error-related .agi-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.error-related .related-content .card-voyage, .error-related .agi-grid .card-voyage {
  width: 24%;
}
.error-related .related-content .card-home-travel, .error-related .agi-grid .card-home-travel {
  width: 32%;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  RGPD Pop up
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.rgpd-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999999999;
  background-color: #395d6b;
  border-radius: 0;
  box-shadow: none;
  max-width: unset;
  right: 0;
  transition: all 0.2s linear;
  transition-delay: 500ms;
}
.rgpd-consent .rgpd-inner {
  padding: 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rgpd-consent .rgpd-inner p {
  font-size: 11px;
  line-height: 25px;
  width: 89%;
  color: #fff;
}
.rgpd-consent .rgpd-inner button {
  padding: 10px 0;
  border-radius: 5px;
  width: 10%;
  max-width: 130px;
  transition: all 0.2s linear;
  color: #fff;
  border: none;
  background-color: #a4caae;
}

.rgpd-consent.rgpd-hide {
  transform: translateY(100%);
  background-color: #a5caaf;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Leads page 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.leads {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 900px;
}
.leads .inner-protected {
  max-width: 500px;
  width: 50%;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  top: -100px;
}
.leads .inner-protected form, .leads .inner-protected button {
  width: 100%;
}
.leads .inner-protected form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.leads .inner-protected .form-label {
  width: 100%;
}
.leads .inner-protected .tra-input {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
.leads .inner-protected button {
  border-radius: 5px;
  padding: 13px 0;
}
.leads .inner-protected .form-label {
  margin-bottom: 20px;
}
.leads .inner-protected .form-label p {
  color: #8a8a8a;
  line-height: 25px;
  font-size: 13px;
}
.leads .inner-protected .form-label label {
  margin-bottom: 15px;
}
.leads .post-password-form p {
  color: #8a8a8a;
  line-height: 25px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}
.leads .post-password-form label, .leads .post-password-form input {
  width: 100%;
}
.leads .post-password-form input {
  border: solid 1px #c7c7c7;
  font-size: 13px;
  position: relative;
  border-radius: 5px;
  margin-right: 1%;
  color: #c7c7c7;
  cursor: pointer;
  transition: all 0.2s linear;
  min-height: 42px;
  outline: none;
  margin-bottom: 10px;
  padding: 0 10px;
  width: calc(100% - 20px);
}
.leads .post-password-form input[type=submit] {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  padding: 13px 0;
  border: none;
  width: 100%;
}

.page-leads .shape-footer {
  margin-top: -200px;
}

.breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  font-size: 12px;
  font-style: italic;
}
.breadcrumb p, .breadcrumb a {
  font-size: 12px;
  font-style: italic;
}
.breadcrumb a {
  color: #395d6b;
}

@media screen and (max-width: 1100px) {
  .boxed {
    width: 90%;
  }
}
@media screen and (max-width: 980px) {
  .footer-bot .boxed {
    flex-wrap: wrap;
  }
  .mobile-menu {
    display: flex;
  }
  .global-top h1 {
    font-size: 25px;
    max-width: 80%;
  }
  .title-section {
    margin: 80px 0;
  }
  .title-section .title-left {
    width: 100%;
  }
  .title-section .title-right {
    display: none;
  }
  .shape-footer {
    margin-top: 80px;
  }
  p {
    font-size: 13px;
  }
  footer .footer-inner {
    justify-content: space-around;
  }
  footer .footer-inner .footer-col {
    width: 49%;
    margin-bottom: 40px;
  }
  footer .footer-newsletter {
    flex-wrap: wrap;
    margin: 0 auto 80px auto;
    text-align: center;
  }
  footer .footer-newsletter .fn-msg {
    margin-bottom: 40px;
  }
  footer .fn-msg, footer .fn-form {
    width: 100%;
  }
  footer .footer-bot .country-list {
    width: 100%;
    margin-bottom: 30px;
  }
  .terra-hero .paralax-home {
    align-items: flex-start;
  }
  header {
    position: fixed;
    width: 100%;
    height: 65px;
    z-index: 999999999999;
  }
  .nav {
    position: relative;
    height: 65px;
  }
  .nav .nav-items {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 100%;
  }
  .nav .nav-logo {
    width: 25%;
  }
  .nav .nav-cta {
    width: 25%;
  }
  .nav .nav-items {
    max-width: 100%;
    top: 65px;
    background-color: #fff;
    border-top: solid 1px #f0f0f0;
    height: calc(100vh - 66px);
  }
  .nav .nav-items.mobile-nav {
    opacity: 1;
    visibility: visible;
  }
  .nav .nav-items ul {
    position: relative;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background-color: #f9f9f9;
    height: 100%;
  }
  .nav .nav-items ul li {
    width: 200px;
  }
  .nav ul.sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    min-width: unset;
    padding-top: 0;
    transition: all 0.2s linear;
    align-items: center;
    width: calc(100% - 206px);
    left: 206px;
    top: 0;
    background-color: #fff;
    box-shadow: none;
  }
  .nav ul.sub-menu li:last-child {
    border-radius: 0;
    padding-bottom: 0;
  }
  .nav ul.sub-menu li:first-child {
    border-radius: 0;
    padding-top: 0;
  }
  .nav ul.sub-menu li {
    width: calc(100% - 40px);
    border-right: none;
  }
  .nav a.has-sub::before {
    display: none;
  }
  .nav ul.sub-menu li a {
    border-radius: 0;
  }
  .error-related .agi-grid .card-voyage, .error-related .related-content .card-voyage,
  .error-related .related-content .card-home-travel, .error-related .agi-grid .card-home-travel {
    width: 48%;
    margin-bottom: 20px;
  }
  .footer-bot .country-list .country-sep .col-half {
    width: 100%;
  }
  .footer-bot .country-list .country-sep .col-fourth {
    width: 100%;
  }
  .footer-bot ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-bot ul li {
    width: 100%;
  }
  .footer-bot .quicklink {
    width: 100%;
    margin-bottom: 30px;
  }
  .foot-logo {
    display: none;
  }
  .footer-bot .country-list .country-sep .col-half .subelements-0 li {
    width: 31.6%;
  }
  .is-logo {
    display: none;
  }
  .global-top {
    margin-top: 65px;
  }
}
@media screen and (max-width: 700px) {
  .footer-bot ul li {
    width: 50%;
  }
  .country-sep .col-half, .country-sep .col-fourth {
    width: 50%;
  }
  .country-sep .col-half ul, .country-sep .col-fourth ul {
    flex-direction: column;
  }
  .title-section h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .title-section p {
    text-align: center;
  }
  .title-section {
    margin: 60px 0;
  }
  footer .footer-inner .footer-col {
    width: 100%;
    margin-bottom: 40px;
  }
  .fn-form form {
    flex-direction: column;
  }
  .fn-form form input {
    width: calc(100% - 20px);
    padding: 15px 10px;
    border-radius: 5px;
  }
  .fn-form form button {
    width: 100%;
    margin-top: 10px;
  }
  .footer-bot h3 {
    margin-bottom: 50px;
    font-size: 14px;
    text-align: center;
  }
  .footer-bot .country-list ul li {
    width: 49%;
  }
  .footer-bot ul {
    padding-left: 40px;
  }
  .rellax {
    transform: translate3d(0, 0, 0) !important;
  }
  .global-top, .global-top .paralax-global {
    min-height: 200px;
    height: auto;
  }
  .global-top h1 {
    font-size: 18px;
    max-width: 100%;
    position: relative;
    top: unset;
  }
  .fancybox-container {
    z-index: 999999999 !important;
  }
  .module-wrapper {
    max-width: unset !important;
  }
  .tra-floating {
    display: none;
  }
  .nav .nav-items ul li.mobile-cta a.nav-cta-main {
    display: block;
  }
  .nav .nav-items ul li {
    width: 110px;
  }
  .nav a {
    padding: 12px 10px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    width: calc(100% - 20px);
    color: #395d6b;
  }
  .nav ul.sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    min-width: unset;
    padding-top: 0;
    transition: all 0.2s linear;
    align-items: flex-start;
    width: calc(100% - 110px);
    left: 110px;
    top: 0;
    background-color: #fff;
    overflow-y: scroll;
  }
  .nav ul.sub-menu li {
    padding: 0;
  }
  .nav ul.sub-menu li {
    width: calc(100% - 20px);
  }
  .nav ul.sub-menu li a {
    padding: 20px 10px;
    width: 100%;
    margin: 0;
  }
  .nav .mobile-menu {
    width: 30%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .nav .nav-logo {
    width: 40%;
  }
  .nav .nav-message span {
    margin-right: 15px;
  }
  .products-inner .owl-carousel button.owl-dot {
    background-color: #ecebeb;
  }
  .products-inner .owl-dots {
    justify-content: center;
  }
  body .fancybox-navigation .fancybox-button--arrow_right {
    right: 0px !important;
  }
  body .fancybox-navigation .fancybox-button--arrow_left {
    left: 0px !important;
  }
  body .fancybox-button.fancybox-button--close {
    top: 20px;
    right: 20px;
  }
  .error-related .agi-grid .card-voyage, .error-related .related-content .card-voyage,
  .error-related .related-content .card-home-travel, .error-related .agi-grid .card-home-travel {
    width: 100%;
  }
  .rgpd-consent .rgpd-inner {
    flex-direction: column;
  }
  .rgpd-consent .rgpd-inner button,
  .rgpd-consent .rgpd-inner p {
    width: 100%;
    max-width: unset;
  }
  .rgpd-consent .rgpd-inner p {
    margin-bottom: 10px;
  }
  .footer-bot .country-list .country-sep .col-half {
    width: 100%;
  }
  .footer-bot .country-list .country-sep .col-half .subelements-0 li {
    width: 48%;
  }
  .footer-bot .country-list .country-sep .col-fourth {
    width: 100%;
  }
  .footer-bot ul {
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .col-collection ul li {
    width: 100% !important;
  }
  .foot-logo {
    display: none;
  }
  .is-logo {
    width: 100%;
  }
  .foot-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .global-top {
    min-height: 200px !important;
    padding-top: 0;
  }
  .global-top h1 {
    font-weight: bold;
    line-height: 25px;
  }
  .global-top .title-simple {
    margin-top: 20px !important;
  }
  .global-top .title-simple h1 {
    font-size: 30px !important;
    margin-bottom: 8px !important;
    line-height: 30px;
  }
  .global-top .title-simple h2 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
  .global-top p {
    padding-bottom: 0 !important;
  }
  .s3 .link {
    display: none;
  }
  .s3 .has-m {
    margin-top: 0;
  }
  .s3 .elem {
    width: 31%;
  }
  .s3 .et p {
    font-size: 14px;
  }
  .s3 .logos {
    top: 0;
    margin-top: 30px;
  }
  .s3 .et svg {
    width: 50px;
  }
  .s8 .s8-l, .s8 .s8-r {
    width: 100%;
  }
  .s8 .s8-l h2, .s8 .s8-r h2 {
    text-align: center;
  }
  .global-s8 .s8-l .cntr {
    padding-left: 0;
    max-width: 100%;
  }
  .s5 .products-inner {
    max-width: 60%;
    margin: auto;
  }
  .s5 .products-inner h3 {
    min-height: 70px;
  }
  footer {
    margin-top: 70px;
  }
  .front-page .terra-hero {
    margin-top: 65px;
  }
  .front-page .terra-hero .paralax-home img {
    display: block;
    margin: auto;
    width: unset !important;
  }
  .front-page .terra-hero .home-hero .homeh-inner h1 {
    font-size: 40px;
    line-height: 70px;
  }
  .front-page .terra-hero .home-hero .head-cta {
    right: 22% !important;
  }
  .front-page .top-trip-stripe {
    padding: 50px 0;
  }
  .front-page .tts-l {
    width: 100%;
    margin-right: 0;
  }
  .front-page .tts-l a {
    width: auto;
    display: block;
  }
  .front-page .tts-r {
    width: 100%;
    margin-top: 100px;
  }
  .front-page .s3 .link {
    display: none;
  }
  .front-page .s3 .has-m {
    margin-top: 0;
  }
  .front-page .s3 .elem {
    width: 31%;
  }
  .front-page .s3 .et p {
    font-size: 14px;
  }
  .front-page .s3 .logos {
    top: 0;
    margin-top: 30px;
  }
  .front-page .s3 .et svg {
    width: 50px;
  }
  .front-page .s4 {
    padding: 50px 0;
  }
  .front-page .s4 .exps {
    left: 0;
  }
  .front-page .s4 .glide__arrow--right {
    visibility: visible;
  }
  .front-page .s5 {
    padding: 50px 0;
  }
  .front-page .s5 .title-section-n {
    max-width: 90%;
    margin: auto;
  }
  .front-page .s5 .glide__slide--active {
    transform: scale(1);
  }
  .front-page .s5 .products-inner {
    max-width: 65%;
    margin: auto;
    left: -3%;
    position: relative;
  }
  .front-page .s5 .glide__arrows {
    display: none;
  }
  .front-page .s5 .cht-info .cht-meta ul {
    flex-wrap: wrap;
  }
  .front-page .s5 .cht-info .cht-meta ul li {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .front-page .s5 .glide__slide--active, .front-page .s5 .card-home-travel {
    box-shadow: none;
  }
  .front-page .s5 .glide__arrows {
    left: 5%;
    width: 90%;
  }
  .front-page .cht-info a {
    display: block;
    min-height: 40px;
  }
  .front-page .s6 {
    padding: 50px 0;
    flex-wrap: wrap;
  }
  .front-page .s6 .s6-l {
    width: 100%;
    margin-bottom: 40px;
  }
  .front-page .s6 .s6-l a {
    display: block;
  }
  .front-page .s6 .s6-r {
    width: 100%;
  }
  .front-page .s7 .reg-sec .rs-l, .front-page .s7 .reg-sec .rs-r {
    width: 100%;
  }
  .front-page .s7 .reg-sec {
    flex-wrap: wrap;
  }
  .front-page .s8 .s8-l, .front-page .s8 .s8-r {
    width: 100%;
  }
  .front-page .s11 {
    padding: 50px 0;
  }
  .front-page .s11 .blog-title a {
    display: none;
  }
  .front-page .s11 .blog-l, .front-page .s11 .blog-r {
    width: 100%;
  }
  .front-page .s11 .blog-l {
    margin-bottom: 30px;
  }
  .front-page .s11 .blog-r .credential {
    display: none;
  }
  .front-page .s11 .title-section-n .dash {
    margin: 20px auto 0;
  }
  .s8 .s8-l .cntr {
    max-width: 90% !important;
    margin: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
  }
  .blog-card h3, .blog-card p {
    line-height: 23px;
  }
  .s8 .s8-r .cntr {
    max-width: 90% !important;
    margin: auto !important;
    margin-right: 0 !important;
    padding-left: 0% !important;
    margin-left: 0 !important;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .blog-r .blog-card h3 {
    margin-top: 0 !important;
  }
  p.fk-title-h, .fk-title {
    font-size: 15px !important;
  }
  .social {
    width: 100%;
  }
  .social ul {
    width: 100%;
  }
  .social ul li {
    width: 25%;
  }
  .social ul li a {
    text-align: center;
  }
  .blk {
    width: 100%;
  }
  .title-simple {
    margin-top: 20px;
  }
  .footer-bot ul li a {
    color: #fff;
  }
}
@media screen and (max-width: 350px) {
  .front-page .terra-hero .home-hero .shape-heading {
    top: -25px !important;
  }
  .intro-content .intro-left .module-test-voyage {
    padding: 20px;
  }
}
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./root/front-end/css/page-contact.scss ***!
  \***********************************************************************************************************************************************************/
/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////
*
*  Global Styles Rules page contact 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.team-grid {
  position: absolute;
  top: -50px;
  left: 0;
  justify-content: flex-end;
}
.team-grid .team-grid-unit {
  width: 20%;
  z-index: 9;
}
.team-grid .team-grid-border {
  border: solid 3px #fff;
}

.title-right {
  position: relative;
}

.title-section .title-right {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}

.title-section .title-left {
  width: 60%;
}

.tr-top {
  margin-bottom: 20px;
  max-width: 300px;
  left: unset;
  right: 0;
}

.tr-bot {
  display: block;
  margin-top: 30px;
}
.tr-bot p {
  font-size: 12px;
}

.title-left p {
  font-size: 12px;
}

.title-section .title-left h2 {
  margin-bottom: 0px;
}

.contact-methods {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cm-unit {
  width: 32%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.cm-unit .cmu-inner {
  padding: 40px;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cm-unit .cmu-inner i {
  font-size: 35px;
  margin-bottom: 15px;
  color: #111;
}
.cm-unit .cmu-inner p, .cm-unit .cmu-inner a {
  text-align: center;
  font-size: 12px;
  color: #4d4c4c;
}
.cm-unit .cmu-inner a h3 {
  color: #333;
  font-size: 15px;
}

.wmt-pop .cm-unit:hover {
  background-color: #333;
  transform: translateY(-3px);
}
.wmt-pop .cm-unit:hover i, .wmt-pop .cm-unit:hover p, .wmt-pop .cm-unit:hover h3 {
  color: #fff;
}

.nav .nav-items.contact-options {
  width: 80%;
  max-width: unset;
  padding-right: 5%;
}

.contact-options {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contact-options .contact-option {
  margin-right: 80px;
  position: relative;
}
.contact-options .contact-option p {
  line-height: 0;
}
.contact-options .contact-option p a {
  text-align: right;
  padding: 30px 0 20px;
  font-size: 12px;
  min-height: 15px;
}
.contact-options .contact-option p a i {
  color: #333;
  font-size: 12px;
  margin-right: 10px;
}
.contact-options .contact-option span {
  position: absolute;
  font-size: 10px;
  right: 0;
  top: 12px;
  color: #666666;
}

.contact-options-last {
  margin-right: 0 !important;
}

.fh-right p {
  font-size: 12px;
  font-style: italic;
}

.form-express {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
  top: -180px;
  z-index: 100;
  background-color: #fff;
  max-width: 980px;
  margin: auto;
}
.form-express span {
  font-size: 13px;
  color: #666666;
}

.fe-inner {
  padding: 60px;
  position: relative;
}

.form-process {
  max-width: 145px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -30px;
}
.form-process span {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  font-size: 13px;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.form-process .dotted-form {
  border-top: dotted 4px #333;
  height: 4px;
  width: 100%;
  position: absolute;
  z-index: 0;
}
.form-process .fp-active {
  background-color: #333;
  color: #fff;
}

.pop-toggle .wmt-pop {
  height: 100vh;
  overflow-y: scroll;
}

.wmt-pop {
  position: fixed;
  top: 0;
  height: 0vh;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s linear;
  overflow: hidden;
}
.wmt-pop .cm-unit {
  background-color: #fff;
}
.wmt-pop .formpop-title {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  display: block;
}
.wmt-pop .formpop-title h3 {
  color: #fff;
}
.wmt-pop .contact-methods {
  max-width: 980px;
  margin: auto;
}
.wmt-pop .formpop-wrapper {
  position: relative;
}
.wmt-pop .close-pop {
  position: absolute;
  right: 0;
  top: -100px;
}
.wmt-pop .close-pop span i {
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.wmt-pop .close-pop:hover i {
  color: #ad5b4a;
}

.page-express-contact .globalt-inner {
  max-width: 980px;
}
.page-express-contact .shape-footer {
  margin-top: 0;
}

.traveller-info .tra-input {
  margin-bottom: 15px;
  width: calc(34% - 20px);
}

span.end-action {
  margin-right: 20px;
  font-weight: 600;
  color: #333;
}

.contact-methods .cm-unit:hover {
  background-color: #333;
  transform: translateY(-3px);
}
.contact-methods .cm-unit:hover a, .contact-methods .cm-unit:hover h3, .contact-methods .cm-unit:hover i, .contact-methods .cm-unit:hover p {
  color: #fff;
}

.contact-list {
  margin: 50px 0;
}
.contact-list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}
.contact-list li {
  width: 25%;
}
.contact-list li span.svg {
  background-color: #a4caae;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-bottom: 20px;
}
.contact-list li span.svg svg {
  width: 40px;
}
.contact-list li span.svg svg path {
  fill: #395d6b;
}
.contact-list li span {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #395d6b;
}
.contact-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Form Call Back 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.page-contact .wmt-pop .formpop-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 25px;
  max-width: 1200px;
  position: relative;
}
.page-contact .wmt-pop .formpop-wrapper span {
  font-size: 13px;
}
.page-contact .wmt-pop .contact-methods {
  max-width: 100%;
}
.page-contact .wmt-pop .formpop-title {
  margin-bottom: 0;
}
.page-contact .wmt-pop .formpop-title h3 {
  color: #333;
}
.page-contact .form-row, .page-contact .form-action {
  width: 100%;
}
.page-contact .form-row {
  margin: 25px 0 0;
}
.page-contact .traveller-info .tra-input {
  margin-bottom: 15px;
  width: calc(20% - 20px);
}
.page-contact .wmt-pop .close-pop span i {
  color: #ad5b4a;
}
.page-contact .formpop-inner {
  position: relative;
}
.page-contact .wmt-pop .close-pop {
  top: 0;
}
.page-contact .date.row-hidden {
  margin-top: 10px;
}
.page-contact .datepicker-dropdown {
  z-index: 9999 !important;
}
.page-contact .fe-inner {
  padding: 0;
}
.page-contact .form-label {
  margin-bottom: 25px;
}

.pop-toggle {
  overflow-y: hidden;
  height: 100vh;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Form Paiement
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.payment-form {
  top: 20vh;
  position: absolute;
  max-width: 900px;
}
.payment-form .form-heading h2 {
  color: #333;
}
.payment-form .form-action button {
  max-width: 300px;
  padding: 10px 20px;
  width: auto;
}
.payment-form .form-action button span {
  color: #fff;
}

.page-payment {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-payment {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.form-payment span {
  font-size: 13px;
  color: #666666;
  line-height: 30px;
}

.intro-title {
  margin-bottom: 50px;
}
.intro-title h1 {
  color: #fff;
  font-size: 25px;
}

.form-group {
  margin-bottom: 50px;
}
.form-group .form-row {
  margin-bottom: 20px;
  margin-top: 0;
}
.form-group .tra-input {
  width: calc(33% - 20px);
  margin-right: 2%;
  max-height: 42px;
}

.fh-inline h2 {
  color: #333;
  font-size: 15px;
}

.tra-noborder {
  border-color: #fff;
}
.tra-noborder ul {
  list-style-type: none;
}
.tra-noborder ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tra-noborder ul li span {
  font-weight: 700;
  color: #333;
}

.page-paiement .shape-footer {
  margin-top: -100px;
}

.head-image {
  margin-bottom: 20px;
}
.head-image img {
  max-width: 150px;
}

.page-paiement footer {
  z-index: 99999;
  position: relative;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Form MAIN
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.form-main {
  background-color: #ebf1d9;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
}

.tra-input {
  background-color: #fff;
  border-color: #a4caae !important;
}

.form-label label {
  color: #395d6b;
}

.is-form .title-section-n {
  margin: 50px 0;
}

.tra-input i {
  color: #a4caae !important;
}

.choice-selected {
  background-color: #395d6b;
}
.choice-selected span {
  color: #395d6b;
}

.tra-input.choice-selected {
  border-color: #395d6b !important;
}

.tra-number .input-group button:hover {
  background-color: #395d6b !important;
}

.tra-number .input-group {
  border-color: #a4caae !important;
}

.form-action button {
  background-color: #a4caae !important;
}

.main-cta.cta-hovered:before, .owl-carousel .owl-dot, .tul-circle, .team-unit .tu-right .tur-cta, .module-cta-builder .cta-sorted a.main-cta, .team-unit .tul-circle {
  background-color: #395d6b !important;
}

.is-map .title-section-n {
  margin: 50px 0;
}

.acf-map {
  border-radius: 10px;
  overflow: hidden;
}

.s3 {
  padding-bottom: 0;
}

.budget .tra-input {
  margin-bottom: 10px;
}

.error-message {
  background-color: #ad5b4a;
  padding: 20px;
  margin: 30px auto;
  border-radius: 10px;
  overflow: hidden;
}
.error-message h2, .error-message p {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .page-contact .wmt-pop .formpop-wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 980px) {
  .page-contact .tra-input {
    width: calc(34.4% - 20px);
  }
  .page-contact .traveller-info .tra-input {
    margin-bottom: 15px;
    width: calc(34.58% - 20px);
  }
  .page-contact .wmt-pop .formpop-wrapper {
    height: 100vh;
    top: 0;
    overflow: scroll;
    border-radius: 0;
    padding: 20px;
    max-width: 100%;
    width: 100%;
  }
  .page-contact .wmt-pop .close-pop {
    top: 100px;
  }
  .page-contact .formpop-inner {
    padding: 100px 0 300px 0;
  }
  .form-express .tra-input {
    width: 23%;
  }
  .form-express .fe-inner {
    padding: 45px;
  }
  .form-express .form-process {
    top: -20px;
  }
  .form-express .is-switch {
    width: 31%;
  }
  .express-contact .cm-unit {
    width: 80%;
    margin: 0px auto 20px auto;
  }
  .express-contact .cm-unit .cmu-inner {
    padding: 20px;
    min-height: unset;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: calc(100% - 40px);
  }
  .express-contact .cm-unit .cmu-inner i {
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .express-contact .cm-unit .cmu-inner a {
    width: 30%;
    margin-right: 20px;
  }
  .express-contact .cm-unit .cmu-inner a h3 {
    font-size: 14px;
  }
  .express-contact .cm-unit .cmu-inner p {
    display: flex;
    flex-wrap: wrap;
  }
  .express-contact .cm-unit .cmu-inner p span {
    width: 50%;
    text-align: right;
  }
  .express-contact .traveller-info .tra-input {
    width: 32%;
  }
  .express-contact .traveller-info .form-label {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
  }
  .express-contact .traveller-info .form-label label {
    margin-bottom: 10px;
  }
  .page-express-contact .nav .nav-items.contact-options {
    width: 80%;
  }
  .page-express-contact .contact-option p a {
    font-size: 10px;
  }
  .page-express-contact .contact-option p a i {
    font-size: 10px;
  }
  .page-express-contact .contact-option span {
    top: 15px;
  }
  .page-contact .contact-title .title-section {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
  }
  .page-contact .contact-title .title-section .title-left, .page-contact .contact-title .title-section .title-right {
    width: 100%;
  }
  .page-contact .contact-title .title-section .title-left {
    margin-bottom: 20px;
    text-align: center;
  }
  .page-contact .contact-title .title-section .title-right {
    justify-content: flex-start;
    align-items: center;
  }
  .page-contact .contact-title .title-section .team-grid {
    position: relative;
    top: 0;
  }
  .page-contact .contact-title .title-section .tr-bot {
    margin-top: 0;
  }
  .page-contact .contact-title .title-section .tr-top {
    margin-bottom: 0;
    max-width: 300px;
    left: unset;
    right: 0;
    margin-right: 20px;
  }
  .page-contact .cm-unit {
    width: 49%;
  }
  .page-paiement .logo-wrap .logo-unit {
    width: 8%;
  }
  .page-paiement .logo-wrap {
    max-height: 1300px;
    overflow: hidden;
  }
}
@media screen and (max-width: 700px) {
  .page-contact .tra-input {
    width: calc(54% - 20px);
  }
  .page-contact .form-label label {
    font-size: 13px;
    text-align: center;
  }
  .page-contact .form-action {
    flex-direction: column;
  }
  .page-contact .form-action button {
    margin-top: 20px;
  }
  .page-contact .traveller-info .tra-input {
    margin-bottom: 15px;
    width: 100%;
  }
  .page-express-contact .nav {
    justify-content: center;
  }
  .page-express-contact footer {
    margin-top: 100px;
  }
  .express-contact .form-contact {
    width: 100%;
    padding: 50px 0;
  }
  .express-contact .tra-number {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .express-contact .tra-number .input-group {
    justify-content: space-between;
  }
  .express-contact .tra-number .input-group .input-group-append,
  .express-contact .tra-number .input-group .input-group-prepend {
    width: 20%;
  }
  .express-contact .tra-number .input-group input {
    width: 60%;
  }
  .express-contact .global-top {
    display: none;
  }
  .express-contact .form-express {
    top: 0px;
    box-shadow: none;
  }
  .express-contact .fh-right {
    display: none;
  }
  .express-contact .form-express .tra-input {
    width: 100%;
    margin-bottom: 10px;
  }
  .express-contact .form-express .is-switch {
    width: 100%;
  }
  .express-contact .row-hidden {
    margin: 10px 0;
    margin-top: 20px;
    border-top: solid 1px #f0f0f0;
    padding-top: 30px;
  }
  .express-contact .form-action {
    flex-direction: column-reverse;
  }
  .express-contact .form-action .infobox, .express-contact .end-action {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 30px 0 0;
  }
  .express-contact .form-action .infobox i, .express-contact .end-action i {
    margin-bottom: 10px;
  }
  .express-contact .form-heading h2 {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    font-size: 15px;
  }
  .express-contact .fh-left {
    width: 100%;
  }
  .express-contact .form-heading {
    margin-bottom: 20px;
  }
  .express-contact .form-label label, .express-contact .fh-left span, .express-contact .form-label span {
    text-align: center;
    line-height: 30px;
    display: block;
  }
  .express-contact .form-express .form-process {
    top: 0;
    margin-bottom: 40px;
  }
  .express-contact .form-go {
    width: 100%;
    flex-direction: column-reverse;
  }
  .express-contact .form-pre {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .contact-options .contact-option {
    width: 24%;
    position: relative;
    opacity: 0;
    visibility: hidden;
  }
  .page-express-contact .shape-footer {
    margin-top: 60px;
  }
  .page-contact .cm-unit {
    width: 100%;
  }
  .page-contact .contact-title .title-section .title-right {
    flex-direction: column;
    margin: 0;
  }
  .page-contact .contact-title .title-section .tr-top {
    margin-right: 0;
    margin-bottom: 30px;
    justify-content: center;
  }
  .express-contact .cm-unit {
    width: 100%;
    margin: 0px auto 20px auto;
  }
  .express-contact .cm-unit .cmu-inner {
    flex-direction: column;
  }
  .express-contact .cm-unit .cmu-inner a {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .express-contact .cm-unit .cmu-inner p {
    display: block;
  }
  .express-contact .cm-unit .cmu-inner i {
    margin-bottom: 10px !important;
    margin-right: 0 !important;
  }
  .wmt-pop .formpop-title {
    margin-bottom: 20px;
    padding-top: 80px;
  }
  .wmt-pop .formpop-title h3 {
    font-size: 15px;
  }
  .cm-unit .cmu-inner {
    padding: 15px !important;
    width: calc(100% - 30px) !important;
  }
  .page-paiement .logo-wrap {
    max-height: 2000px;
  }
  .page-paiement .fe-inner {
    padding: 30px;
  }
  .page-paiement .payment-form {
    top: 27vh;
  }
  .page-paiement .logo-wrap .logo-unit {
    width: 15%;
  }
  .page-paiement .payment-form .form-heading h2 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .page-paiement .head-image img {
    max-width: 150px;
    margin: auto;
    display: block;
  }
  .page-paiement .form-action {
    flex-direction: column-reverse;
  }
  .page-paiement .payment-form .form-action button {
    margin-bottom: 20px;
  }
  .page-paiement .fh-left span {
    text-align: center;
  }
  .page-paiement .form-group .tra-input {
    width: 100%;
    margin-right: 0;
    max-height: 42px;
    margin-bottom: 5%;
  }
  .tra-input {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .form-go {
    width: 100% !important;
    flex-direction: column;
  }
  span.end-action {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact-list li {
    width: 50%;
  }
  .contact-list ul {
    flex-wrap: wrap;
  }
  .contact-list ul li {
    text-align: center;
    margin-bottom: 30px;
  }
  .global-top h1 {
    margin-bottom: 5px;
  }
  .global-top p {
    line-height: 20px;
  }
  .tra-input span.radio-info {
    top: 12px !important;
    font-size: 14px;
  }
}
@media screen and (max-height: 850px) {
  .page-contact .wmt-pop .formpop-wrapper {
    margin-top: 200px;
  }
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./root/front-end/css/modules/forms.scss ***!
  \************************************************************************************************************************************************************/
/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////
*
*  Input type Select 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.select-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  background-color: #fff;
  z-index: 1000;
  border-radius: 5px;
}

.select-wrapper ul {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 63px;
  background-color: #fff;
  overflow-y: auto;
  z-index: 999;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
}

.select-wrapper.active ul {
  opacity: 1;
  pointer-events: auto;
}

.select-wrapper ul li {
  clear: both;
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
  transition: all 0.2s ease;
  font-size: 13px;
  color: #666666;
}

.select-wrapper ul li:hover {
  background-color: #eee;
}

.select-wrapper ul li > span {
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.select-wrapper input.select-dropdown {
  position: relative;
  display: block;
  cursor: pointer;
  border: none;
  outline: none;
  width: 100%;
  padding: 25px;
  font-size: 11px;
  color: #7e7e7e;
  background-color: #fff;
  z-index: 1000;
  border-radius: 5px;
}

.select-wrapper .select-icon {
  position: absolute;
  right: 20px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.select-wrapper .select-icon i {
  color: #666666;
  font-size: 20px;
}
.select-wrapper .select-icon i.fa-times {
  color: #ad5b4a;
}

.select-wrapper select {
  display: none;
}

.select-wrapper:hover i.fa-angle-down {
  color: #a5caaf;
}

.budget .tra-input {
  width: calc(21% - 20px);
}
.budget span {
  font-size: 11px;
  top: 17px !important;
}

.select-wrapper.active {
  z-index: 1001;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Button Styles 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
button {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border: none;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  height: 100%;
  background-color: #333;
  color: #fff;
  cursor: pointer;
  opacity: 1;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Input Number 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.tra-number {
  font-size: 13px;
  position: relative;
  border-radius: 5px;
  margin-right: 1%;
  color: #838383;
  cursor: pointer;
  transition: all 0.2s linear;
  min-height: 42px;
}
.tra-number label {
  margin-bottom: 10px;
  display: block;
}
.tra-number .input-group {
  display: flex;
  border: solid 1px #c7c7c7;
  font-size: 13px;
  position: relative;
  border-radius: 5px;
  margin-right: 1%;
  color: #c7c7c7;
  cursor: pointer;
  transition: all 0.2s linear;
  min-height: 42px;
  overflow: hidden;
}
.tra-number .input-group button {
  background-color: #fff;
  color: #333;
  transition: all 0.2s linear;
}
.tra-number .input-group button:hover {
  background-color: #333;
  color: #fff;
}
.tra-number .input-group input {
  border: none;
  border-left: solid 1px #c7c7c7;
  border-right: solid 1px #c7c7c7;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Styles from Express Checkout 
*
/* /////////////////////////////////////////////////////////////////////////////////*/
.form-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.form-heading h2 {
  color: #333;
  font-size: 15px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 30px 0 0;
}

.form-label {
  width: 100%;
  margin-bottom: 30px;
}
.form-label label {
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.row-hidden {
  margin: 10px 0;
}
.row-hidden .tra-input {
  display: none;
}

.stage-hidden {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.tra-input {
  width: calc(23% - 20px);
  border: solid 1px #c7c7c7;
  font-size: 13px;
  position: relative;
  border-radius: 5px;
  margin-right: 1%;
  color: #c7c7c7;
  cursor: pointer;
  transition: all 0.2s linear;
  min-height: 42px;
}
.tra-input input {
  width: calc(100% - 20px);
  height: calc(100% - 30px);
  border: none;
  outline: none;
  padding: 15px 10px;
  border-radius: 5px;
  cursor: pointer;
}
.tra-input span.radio-info {
  position: absolute;
  left: 10px;
  width: 100%;
  top: 15px;
  color: #828282;
}
.tra-input i {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #c7c7c7;
  font-size: 15px;
}
.tra-input input[type=radio] {
  -webkit-appearance: none;
}

.tra-input.input-visible {
  display: block;
}

.form-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 50px 0 0;
}
.form-action button {
  max-width: 200px;
  border-radius: 5px;
  padding: 15px 20px;
}
.form-action .infobox {
  color: #a5caaf;
  margin-right: 20px;
  cursor: pointer;
}

.form-go {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.form-pre {
  width: 30%;
  cursor: pointer;
}
.form-pre i {
  margin-right: 5px;
}

.last-action {
  justify-content: space-between;
  width: 100%;
}

.choice-selected {
  border-color: #a5caaf;
  color: #a5caaf;
}
.choice-selected i {
  color: #a5caaf;
}
.choice-selected span {
  color: #a5caaf !important;
}

.tra-input .select-wrapper .select-icon {
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: unset;
  height: unset;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 15px;
}
.tra-input .select-wrapper .select-icon i {
  color: #c7c7c7;
}
.tra-input input.select-dropdown {
  padding: 15px 10px;
}
.tra-input .select-wrapper ul {
  top: 44px;
  max-height: 300px;
  overflow: scroll;
}
.tra-input .select-wrapper ul li {
  min-height: unset;
}
.tra-input .select-wrapper .select-icon i {
  font-size: 15px;
}

.datepicker-top-left, .datepicker-top-right {
  border-top-color: #333 !important;
}

body .datepicker-dropdown {
  border: none;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
  padding: 20px;
  border-radius: 5px;
}
body .datepicker-top-left::before, body .datepicker-top-right::before {
  border-bottom-color: #fff;
}
body .datepicker-panel > ul:first-child {
  padding-bottom: 20px;
}

textarea {
  border-radius: 5px;
  border: 1px solid rgb(199, 199, 199);
  padding: 20px;
  width: 100%;
  resize: none;
  outline: none;
}

.ajax-msg {
  padding: 20px;
  border-radius: 5px;
  transition: all 0.2s linear;
  margin: 30px 0;
}
.ajax-msg h2, .ajax-msg p {
  color: #fff;
  font-weight: 400;
}

.form-error {
  background-color: #ad5b4a;
}

.form-ok {
  background: rgb(109, 210, 131);
  background: linear-gradient(122deg, rgb(109, 210, 131) 0%, rgb(90, 187, 96) 50%, rgb(62, 177, 87) 100%);
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.st0 {
  fill: #37ab47;
}

.st1 {
  fill: #E6EBE0;
}

.st2 {
  fill: #CBCCCA;
}

.st3 {
  fill: #379b4a;
}

.st4 {
  fill: #6cd182;
}

#mail-icon {
  width: 120px;
  cursor: pointer;
  transition: all 0.2s linear;
  position: relative;
  z-index: 2;
}

.animation {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

svg {
  overflow: hidden;
}

.st1 {
  fill: #E6EBE0;
  transform: translateY(100px);
  transition: all 0.2s linear;
}

.st2 {
  fill: #CBCCCA;
  transform: translateY(100px);
  transition: all 0.2s linear;
}

.animated .st1 {
  fill: #eefddb;
  transform: translateY(0px);
}
.animated .st2 {
  fill: #d8ebbc;
  transform: translateY(0px);
}

.send-message {
  transform: scale(0);
}

.validate {
  color: #fff;
  font-size: 50px;
  z-index: 1;
  position: absolute;
  bottom: 10px;
}
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./root/front-end/css/modules/datepicker.css ***!
  \*************************************************************************************************************************/
/*!
 * Datepicker v1.0.8
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-06-23T08:07:37.208Z
 */

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(204, 229, 255);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

