@font-face {
  font-family: "GFSDidot";
  src: url("../fonts/GFSDidot-Regular.ttf") format("truetype");
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "LaLuxes";
  src: url("../fonts/LaLuxes.woff2") format("woff2"), url("../fonts/LaLuxes.woff") format("woff");
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "Notera";
  src: url("../fonts/Notera.woff2") format("woff2"), url("../fonts/Notera.woff") format("woff"), url("../fonts/Notera.ttf") format("truetype"), url("../fonts/Notera.otf") format("opentype");
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "BodoniModa";
  src: url("../fonts/BodoniModa-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 400; /* Regular weight */
  font-style: normal;
}
@font-face {
  font-family: "BodoniModa";
  src: url("../fonts/BodoniModa-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 400; /* Regular weight */
  font-style: italic;
}
@font-face {
  font-family: "BodoniModa";
  src: url("../fonts/BodoniModa-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 700; /* Bold weight */
  font-style: normal;
}
@font-face {
  font-family: "BodoniModa";
  src: url("../fonts/BodoniModa-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 700; /* Bold weight */
  font-style: italic;
}
@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@font-face {
  font-family: "GFSDidot";
  src: url("../fonts/GFSDidot-Regular.ttf") format("truetype");
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "LaLuxes";
  src: url("../fonts/LaLuxes.woff2") format("woff2"), url("../fonts/LaLuxes.woff") format("woff");
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "Notera";
  src: url("../fonts/Notera.woff2") format("woff2"), url("../fonts/Notera.woff") format("woff"), url("../fonts/Notera.ttf") format("truetype"), url("../fonts/Notera.otf") format("opentype");
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "BodoniModa";
  src: url("../fonts/BodoniModa-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 400; /* Regular weight */
  font-style: normal;
}
@font-face {
  font-family: "BodoniModa";
  src: url("../fonts/BodoniModa-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 400; /* Regular weight */
  font-style: italic;
}
@font-face {
  font-family: "BodoniModa";
  src: url("../fonts/BodoniModa-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 700; /* Bold weight */
  font-style: normal;
}
@font-face {
  font-family: "BodoniModa";
  src: url("../fonts/BodoniModa-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 700; /* Bold weight */
  font-style: italic;
}
/* Button */
.btn-next {
  bottom: 20px;
  position: absolute;
  width: 30px;
  z-index: 1;
}

.btn-next img {
  /*animation: arrow 2s infinite;*/
  display: block;
  margin-bottom: -5px;
  width: 100%;
}

/*.btn-next img:nth-child(1) {
    animation-delay: -1s;
}
.btn-next img:nth-child(2) {
    animation-delay: -0.5s;
}
.btn-next img:nth-child(3) {
    animation-delay: 0s;
}*/
@media only screen and (max-width: 1440px) {
  .btn-text {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 1680px) {
  .btn-text {
    font-size: 16px !important;
  }
}
.group-tabs {
  position: fixed;
  opacity: 0;
  bottom: 224px;
  left: 0;
}
@media only screen and (max-width: 1440px) {
  .group-tabs {
    bottom: 170px;
  }
}
@media only screen and (max-width: 867px) {
  .group-tabs {
    display: none !important;
  }
}
.group-tabs.visible {
  opacity: 1;
}
.group-tabs .tab {
  display: flex;
  justify-content: space-between;
  text-align: left;
  text-decoration: none;
  background-color: #f1f1f1;
  position: relative;
  transition: height 0.5s, width 0.8s;
  height: 84px;
  width: 140px;
  overflow: hidden;
  cursor: pointer;
}
.group-tabs .tab:hover {
  width: 324px;
}
.group-tabs .tab:hover {
  height: 147px;
}
.group-tabs .tab:hover .tab-head {
  align-items: end;
  height: 147px;
  padding: 18px 0 18px 0;
}
.group-tabs .tab:hover .tab-body {
  opacity: 1;
  max-height: 100%;
}
.group-tabs .tab:hover.second {
  height: 200px;
}
.group-tabs .tab:hover.second .tab-head {
  align-items: flex-start;
  height: 200px;
  padding: 18px 0 18px 0;
}
.group-tabs .tab:hover.second .tab-body {
  opacity: 1;
  max-height: 100%;
}
.group-tabs .tab .tab-head {
  display: flex;
  align-items: center;
  height: 84px;
  padding: 10px 0 10px 0;
}
.group-tabs .tab .tab-head .tab-title {
  font-family: "BodoniModa", sans-serif;
  -webkit-text-stroke: 0.3px;
  -moz-osx-font-smoothing: 0.3px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  width: 114px;
  padding-left: 8px;
}
.group-tabs .tab .tab-body {
  font-family: "BodoniModa", sans-serif;
  -webkit-text-stroke: 0.3px;
  -moz-osx-font-smoothing: 0.3px;
  overflow: hidden;
  opacity: 0;
  width: 210px;
  height: 147px;
  padding: 20px 10px 20px 0;
}
.group-tabs .tab .tab-body .tab-wrapper {
  border-left: 1px solid black;
  padding-left: 13px;
  height: 100%;
}
.group-tabs .tab .tab-body .tab-wrapper .title {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 13px;
}
.group-tabs .tab .tab-body .tab-wrapper .content {
  color: #000;
  font-size: 10px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  margin-bottom: 13px;
}
.group-tabs .tab .tab-body .tab-wrapper .cta {
  color: #000;
  font-size: 11px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  letter-spacing: 1px;
  text-decoration: underline;
}
.group-tabs .tab.second {
  background-color: #959595;
}
.group-tabs .tab.second .tab-head {
  height: 84px;
  padding: 10px 0 10px 0;
}
.group-tabs .tab.second .tab-head .tab-title {
  color: #FFF;
}
.group-tabs .tab.second .tab-body {
  height: 200px;
  color: #FFF;
}
.group-tabs .tab.second .tab-body .tab-wrapper h4 {
  color: #FFF;
}
.group-tabs .tab.second .tab-body .tab-wrapper .content {
  color: #FFF;
}
.group-tabs .tab.second .tab-body .tab-wrapper .cta {
  color: #FFF;
}

.group-tabs.es .tab:hover.first {
  height: 163px;
}

.group-tabs.es .tab:hover.first .tab-head {
  height: 165px;
}

.group-tabs.es .tab.first .tab-body {
  height: 165px;
}

.group-tabs.es .tab:hover.second {
  height: 210px;
}

.group-tabs.es .tab:hover.second .tab-head {
  height: 215px;
}

.group-tabs.es .tab.second .tab-body {
  height: 215px;
}

.group-tabs.pr .tab:hover.first {
  height: 163px;
}

.group-tabs.pr .tab:hover.first .tab-head {
  height: 165px;
}

.group-tabs.pr .tab.first .tab-body {
  height: 165px;
}

.group-tabs.pr .tab:hover.second {
  height: 210px;
}

.group-tabs.pr .tab:hover.second .tab-head {
  height: 215px;
}

.group-tabs.pr .tab.second .tab-body {
  height: 215px;
}

@media only screen and (max-width: 1440px) {
  .tab {
    height: 78px;
    width: 114px;
  }
  .tab .tab-head {
    height: 78px;
  }
  .tab .tab-title {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 1680px) {
  .tab {
    height: 78px;
    width: 114px;
  }
  .tab .tab-head {
    height: 78px;
  }
  .tab .tab-title {
    font-size: 13px !important;
  }
}
.member-card {
  height: 430px;
  background-color: gray;
  position: relative;
  margin-right: 0;
}
.member-card .image {
  height: 272px;
  background-color: gray;
  position: relative;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.member-card .image.abraham {
  background-size: 180%;
  background-position: center top;
  background-image: url(../images/team/abraham.jpg);
}
.member-card .image.natalia {
  background-image: url(../images/team/natalia.jpg);
}
.member-card .info-box {
  position: absolute;
  bottom: 0;
  background-color: black;
  width: 100%;
  color: white;
  padding: 28px;
  min-height: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.member-card .info-box .info .name {
  font-family: "BodoniModa", sans-serif;
  -webkit-text-stroke: 0.3px;
  -moz-osx-font-smoothing: 0.3px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
.member-card .info-box .info .position {
  font-family: "LaLuxes", serif;
  font-style: italic;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 8px 0;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 28px auto;
}

@media (max-width: 1200px) {
  .member-card {
    height: 395px;
  }
}
@media (max-width: 992px) {
  .member-card {
    height: 332px;
  }
  .member-card .image.abraham {
    background-size: cover;
    background-position: center top;
  }
  .member-card .image.natalia {
    background-size: 130%;
    background-position: center top;
  }
  .member-card .info-box {
    height: 171px;
  }
  .member-card .info-box .info {
    height: 171px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .member-card .info-box .info .name {
    font-size: 16px;
  }
  .member-card .info-box .info .position {
    margin: 10px auto;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .member-card .image.abraham {
    background-size: cover;
    background-position: center top;
  }
  .member-card .image.natalia {
    background-size: contain;
    background-position: center top;
  }
}
@media (max-width: 480px) {
  .member-card {
    height: 310px;
  }
  .member-card .image.abraham {
    background-size: cover;
    background-position: center top;
  }
  .member-card .image.natalia {
    background-size: 110%;
    background-position: center top;
  }
}
@media (max-width: 380px) {
  .member-card .image.abraham {
    background-size: cover;
    background-position: center top;
  }
  .member-card .image.natalia {
    background-size: 160%;
    background-position: center top;
  }
}
.social-bar ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 25px;
}
.social-bar ul a {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 13px;
  padding: 1px 0px 6px;
}
.social-bar ul a:not(:last-child) {
  border-bottom: 1px solid;
}
.social-bar ul a li {
  display: flex;
  justify-content: start;
  align-items: center;
}
.social-bar ul a li img {
  width: 30px;
  height: 30px;
}

html,
body {
  background-color: #e6e6e6;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  html,
  body {
    height: 100%;
  }
}

#wpadminbar {
  display: none;
}

html {
  margin-top: 0 !important;
}

body {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  position: relative;
}
body.block {
  overflow: hidden;
}

.h-100 {
  height: 100vh;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

@media (min-width: 768px) {
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
}
.title-box {
  border: 1px solid;
  padding: 20px;
  width: 135px;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-box.tb-sm {
  width: 110px;
  height: 110px;
}
.title-box.tb-sm h1, .title-box.tb-sm h2, .title-box.tb-sm h3, .title-box.tb-sm h4, .title-box.tb-sm h5, .title-box.tb-sm h6 {
  font-size: 15px;
  line-height: 18px;
}
.title-box h1, .title-box h2, .title-box h3, .title-box h4, .title-box h5, .title-box h6 {
  font-size: 17px;
  line-height: 23px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}

.text-container {
  max-width: 800px;
  margin: auto;
}
.text-container h4 {
  font-size: 17px;
  margin-bottom: 8px;
}

ul {
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0;
  list-style: none;
}
ul li {
  margin-bottom: 5px;
  line-height: 20px;
}
ul.circle-list {
  margin-left: 16px;
  list-style: disc;
}

ul.dashed {
  list-style-type: none;
}

ul.dashed > li {
  text-indent: -5px;
}

ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
}

.update-info {
  text-align: right;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.menu-item-travel-p {
  text-decoration: underline !important;
  font-weight: 600 !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  line-height: 1.5;
}

section {
  padding: 60px 0;
}

@media only screen and (max-width: 40em) {
  section {
    padding: 20px 0;
  }
}
.transparent {
  transition: visibility 0.3s ease;
  pointer-events: none;
  visibility: hidden;
}

.visible {
  transition: visibility 0.3s ease;
  pointer-events: initial;
  visibility: visible;
}

.full-height {
  height: 100% !important;
}

.two-column-text {
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  margin-top: -8px;
  margin-bottom: 60px;
}
.two-column-text p:first-child {
  margin-top: 0;
}
.two-column-text p {
  margin: 0 0 22px 0 !important;
  font-size: 16.2px !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  line-height: 32px !important;
}

@media (max-width: 1400px) {
  .two-column-text p {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 992px) {
  .two-column-text {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media (max-width: 768px) {
  .two-column-text {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    column-count: 1;
  }
}
p {
  color: #444;
  line-height: 1.5;
  font-size: 16px;
}

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

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

.no-link-style {
  color: initial;
  text-decoration: none;
}

.d-none {
  display: none !important;
}

.white-text {
  color: #ffffff !important;
}

/* End Base*/
@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.d-content p {
  margin: 3px 0;
}
.d-content.p-margin p {
  margin: 20px 0;
}
.d-content .info {
  font-family: "BodoniModa", sans-serif;
  -webkit-text-stroke: 0.3px;
  -moz-osx-font-smoothing: 0.3px;
  color: #000;
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  margin: 40px 0 !important;
  margin-top: 45px !important;
  margin-bottom: 68px !important;
  line-height: 39px !important;
}

.text-underline {
  text-transform: uppercase;
  border-bottom: 2px solid #444;
  padding-bottom: 3px;
}

.black-arrow:after {
  color: #000000 !important;
}

.white-arrow:after {
  color: #ffffff !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-size: calc(var(--swiper-navigation-size) * 0.7) !important;
  font-weight: 100;
  letter-spacing: 0 !important;
  font-variant: initial !important;
  line-height: 1 !important;
  color: #797979;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #FFF !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* Header */
.header {
  background-color: #C2CDC5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  padding: 25px 0;
  height: 94px;
  display: flex;
  transition: all 0.2s ease;
}
.header .container-pl {
  max-width: 1800px; /*1440px;*/
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header.scroll {
  background-color: #C2CDC5;
  transition: all 0.2s ease;
}
.header.scroll.active .logo {
  display: none;
}
.header.scroll .logo {
  display: block;
}
.header.active {
  background-color: #C2CDC5;
}
.header.active .logo {
  display: none;
}
.header.active .menu {
  visibility: visible;
  opacity: 1;
}
.header.active .burguer span:nth-child(1),
.header.active .burguer span:nth-child(4) {
  opacity: 0;
}
.header.active .burguer span:nth-child(2) {
  transform: rotate(45deg);
}
.header.active .burguer span:nth-child(3) {
  transform: rotate(-45deg);
}
.header .burguer {
  cursor: pointer;
  padding: 3px 0;
}
.header .burguer span {
  background-color: #000;
  border-radius: 2px;
  display: block;
  height: 2px;
  width: 27px;
  margin: 8px 0;
  transition: all 0.5s ease;
}
.header .burguer span:nth-child(3) {
  margin-top: -10px;
}
.header .logo {
  font-family: "LaLuxes", serif;
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .header .logo {
    display: block;
  }
}
.header.scroll-fixed {
  background-color: #C2CDC5;
  transition: all 0.2s ease;
  position: static;
}
.header.scroll-fixed.active .logo {
  display: none;
}
.header.scroll-fixed .logo {
  display: block;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 120px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.menu a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-top: 12px;
  border-bottom: 8px solid transparent;
  border-radius: 4px;
  letter-spacing: 1px;
}

.menu a:hover, .menu a.active {
  border-bottom-color: #DDE2DE;
}

.language-box {
  position: relative;
  display: flex;
  justify-content: center;
}

.language {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.language span {
  font-family: "BodoniModa", sans-serif;
  -webkit-text-stroke: 0.3px;
  -moz-osx-font-smoothing: 0.3px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  background-position: center 26px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(../../assets/images/icon-arrow-black.svg);
  cursor: pointer;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 20px;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

.language-selector {
  font-family: "BodoniModa", sans-serif;
  -webkit-text-stroke: 0.3px;
  -moz-osx-font-smoothing: 0.3px;
  position: absolute;
  top: 55px;
  background-color: white;
  display: flex;
  flex-direction: column;
  text-align: center;
  pointer-events: all;
  padding: 8px 12px;
  transition: opacity 0.3s;
  opacity: 1;
  z-index: 9;
}

.language-selector.closed {
  opacity: 0;
  pointer-events: none;
}

.language-selector .lan {
  font-size: 13px;
  cursor: pointer;
  padding: 14px 2px;
  text-decoration: none;
  color: black;
  font-weight: 500;
  text-transform: uppercase;
}

.language-selector .lan:not(:last-child) {
  border-bottom: 1px solid;
}

/*.language span.language-en {
display: none;
}*/
@media only screen and (max-width: 1440px) {
  .header .logo {
    font-size: 22px;
  }
  .header .container-pl {
    padding-left: 55px;
    padding-right: 55px;
  }
  .menu {
    column-gap: 49px;
  }
  .language span {
    font-size: 13px;
    background-position: center 22px;
  }
  .menu a {
    font-size: 13px;
  }
  .language-selector .lan {
    font-size: 11.5px;
  }
}
@media only screen and (max-width: 1680px) {
  .header .logo {
    font-size: 22px;
  }
  .header .container-pl {
    padding-left: 55px;
    padding-right: 55px;
  }
  .menu {
    column-gap: 49px;
  }
  .language span {
    font-size: 12px;
    background-position: center 22px;
  }
  .menu a {
    font-size: 13px;
  }
  .language-selector .lan {
    font-size: 11.5px;
  }
}
@media only screen and (max-width: 768px) {
  .header .container-pl {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    width: 100%;
  }
  .header .logo {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 17px;
    width: 200px;
    transform: initial;
  }
  .menu {
    column-gap: 0;
    max-width: 215px;
  }
  .header.scroll-fixed {
    position: fixed;
    height: initial;
    padding: 20px 0;
  }
  header.active .menu {
    display: none;
  }
  .header.scroll.active .logo {
    display: block;
  }
}
nav.mobile-menu {
  display: none;
}

.footer-nm {
  display: none;
}

@media only screen and (max-width: 768px) {
  .header {
    position: fixed;
    height: initial;
    padding: 21px 0;
  }
  nav.mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    transform: translate3D(0, -123%, 0);
    transition: transform 0.3s ease;
    background-color: #C2CDC5;
    /*height: calc(100% - 86.7px) !important;
    margin-top: 86.7px;*/
    height: calc(100% - 83.7px) !important;
    margin-top: 83.7px;
    padding: 40px;
    padding-bottom: 0;
  }
  nav.mobile-menu .header-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
    height: initial !important;
    flex: 1;
  }
  nav.mobile-menu .footer-nm {
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    margin-right: -40px;
  }
  nav.mobile-menu .footer-nm .footer-list {
    display: flex;
    height: initial !important;
    background-color: #262627;
    gap: 8px;
    padding: 20px;
    margin: 0;
    list-style: none;
    flex-direction: column;
  }
  nav.mobile-menu .footer-nm .footer-list a {
    color: #ffffff;
    font-size: 13px;
  }
  nav.mobile-menu .footer-nm .rrss-mobile {
    height: initial !important;
    display: flex;
    background-color: #262627;
    justify-content: start;
    align-items: center;
    margin-top: 0;
    padding: 24px;
    padding-top: 0;
  }
  nav.mobile-menu .footer-nm .rrss-mobile ul {
    margin: 0;
    list-style: none;
    flex-direction: row;
    height: initial !important;
    display: flex;
    gap: 20px;
  }
  nav.mobile-menu .footer-nm .rrss-mobile ul li a img {
    width: 22px;
  }
  .show-menu nav.mobile-menu {
    transform: translate3D(0, 0, 0);
  }
  /*nav.mobile-menu li {
      flex: 1;
      display: flex;
  }*/
  nav.mobile-menu a {
    border-bottom: 1px solid #0D47A1;
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
  }
  nav.mobile-menu a:hover,
  nav.mobile-menu a:focus,
  nav.mobile-menu a:active {
    border-bottom: 2px solid black;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
/* Default */
.default {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 45px - 94px);
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .default {
    height: 100% !important;
    flex-direction: column;
    margin-bottom: 0;
    display: block;
  }
}
.default .default-lf {
  background-color: #DDE2DE;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  width: 36%;
  height: 100%;
}
@media only screen and (max-width: 1280px) {
  .default .default-lf {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .default .default-lf {
    width: 100%;
    height: calc(100vh - 55px);
    padding-top: 84px;
  }
}
@media only screen and (max-width: 768px) {
  .default .default-lf .default-head {
    background-position: center !important;
    background-size: cover !important;
  }
}
.default .default-lf .default-head {
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../../assets/images/thumbnail-default.jpg");
  flex-direction: column;
  height: 100%; /*60vh;*/
  width: 100%;
  position: relative;
}
.default .default-lf .default-head .default-word {
  max-width: 100%;
  pointer-events: none;
}
.default .default-lf .default-head .default-word-pr {
  position: absolute;
  max-width: 100%;
  pointer-events: none;
  max-width: 359px;
  margin-top: 50px;
  left: 40px;
  top: 75px;
}
@media only screen and (max-width: 1680px) {
  .default .default-lf .default-head .default-word-pr {
    top: 42px;
    left: 25px;
    width: 287px;
  }
}
@media only screen and (max-width: 768px) {
  .default .default-lf .default-head .default-word-pr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.default .default-lf .default-head .default-word-es {
  position: absolute;
  max-width: 100%;
  pointer-events: none;
  max-width: 300px;
  margin-top: 0;
  left: 40px;
  top: 169px;
}
@media only screen and (max-width: 1680px) {
  .default .default-lf .default-head .default-word-es {
    left: 30px;
    top: 136px;
  }
}
@media only screen and (max-width: 768px) {
  .default .default-lf .default-head .default-word-es {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.default .default-lf .default-head span {
  color: #FFF;
  font-size: 120px;
  font-weight: 600;
  font-family: "DM Serif Display", serif;
  line-height: 1.2;
  display: block;
  text-align: right;
  line-height: 0.6;
}
.default .default-lf .default-head span:nth-child(1) {
  margin-left: -50px;
}
.default .default-lf .default-head span:nth-child(2) {
  margin-left: 30px;
}
.default .default-lf .default-head span:nth-child(3) {
  margin-left: 150px;
}
.default .default-lf .default-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DDE2DE;
  line-height: 1;
  height: 35vh;
  text-align: center;
  width: 100%;
}
.default .default-lf .default-footer a {
  font-family: "LaLuxes", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.05;
  color: #000;
  text-decoration: none;
}
.default .default-lf .default-footer span {
  font-size: 27px;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .default .default-lf .default-footer {
    display: none;
  }
}
.default .default-rg {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  background-color: #f1f1f1;
  flex-direction: column;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .default .default-rg {
    margin-top: 60px;
    max-width: 100%;
    overflow-y: initial;
  }
}
.default .default-rg .default-content {
  text-align: left;
  padding: 7%;
  font-family: "Roboto", sans-serif;
  width: 100%;
  font-weight: 500;
}
.default .default-rg .default-content.vertical-center {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .default .default-rg .default-content.vertical-center {
    height: initial;
    padding: 0;
  }
}
.default .default-rg .default-content .description {
  max-width: 100%;
  text-align: left;
}
.default .default-rg .default-content .description .content-title {
  font-family: "Roboto", sans-serif;
  -webkit-text-stroke: 0.1px;
  -moz-osx-font-smoothing: 0.1px;
  font-size: 15px;
  letter-spacing: 4px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .default .default-rg .default-content .description .content-title {
    font-size: 14px;
    margin-bottom: 40px !important;
  }
}
.default .default-rg .default-content p {
  margin: 22px 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  .default .default-rg .default-content p {
    font-size: 14px;
  }
  .default .default-rg .default-content p:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .default .default-rg .default-content {
    margin: 0 !important;
    padding: 35px;
    padding-bottom: 80px;
    background-color: #ffffff;
  }
}
.default .d-content h4 {
  font-size: 15px;
  letter-spacing: 2px;
  margin-top: 25px;
  margin-bottom: 12px;
  font-weight: 600;
}
.default .d-content ul {
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0;
  list-style: none;
}
.default .d-content ul li {
  margin-bottom: 5px;
  line-height: 20px;
}
.default .d-content ul.circle-list {
  margin-left: 16px;
  list-style: disc;
}

.default-content .default-title {
  font-size: 18px;
  font-weight: 600;
}

.signature {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  margin-top: 70px;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .signature {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1440px) {
  .default-content p {
    margin: 20px 0;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
  }
  .default-footer a {
    font-size: 24px !important;
    line-height: 1.3;
  }
  .signature {
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    margin-top: 70px;
  }
  .default-head span {
    font-size: 85px;
  }
  .default-head .default-word {
    max-width: 100%;
    width: 220px;
  }
  .default-head .default-word-pr {
    top: 42px;
    left: 25px;
    width: 287px;
  }
  .default-head .default-word-es {
    max-width: 100%;
    width: 220px;
  }
}
@media only screen and (max-width: 1680px) {
  .default {
    height: calc(100vh - 41px - 94px);
  }
  .default-content p {
    margin: 20px 0;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
  }
  .default-footer a {
    font-size: 24px !important;
    line-height: 1.3;
  }
  .signature {
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    margin-top: 70px;
  }
  .default-head span {
    font-size: 85px;
  }
  .default-head .default-word {
    max-width: 100%;
    width: 220px;
  }
  .default-head .default-word-pr {
    top: 42px;
    left: 25px;
    width: 287px;
  }
  .default-head .default-word-es {
    max-width: 100%;
    width: 220px;
  }
}
/*Slide*/
.slick-list,
.slick-track {
  height: 100%;
}

.slick-dots {
  position: fixed;
  bottom: 68px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  list-style-type: none;
  margin: 0;
  gap: 8px;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots li button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: gray;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: black;
}

.second-frame {
  padding: 7%;
  padding-top: 0;
  width: 100%;
}
.second-frame .info {
  font-family: "Notera", serif;
  -webkit-text-stroke: 0.3px;
  -moz-osx-font-smoothing: 0.3px;
  font-size: 43px !important;
  line-height: 1;
  margin-top: -50px;
  margin-bottom: 90px;
  text-align: left;
  font-weight: 500 !important;
}

@media only screen and (max-width: 1680px) {
  .second-frame .info {
    font-size: 32px !important;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 90px;
    text-align: left;
    font-weight: 500 !important;
  }
}
.cta-boxes {
  display: flex;
  gap: 40px;
}
.cta-boxes .box .title {
  max-height: 100px;
  border: 1px solid;
  padding: 20px;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-boxes .box .title h3 {
  width: 58px;
  font-size: 17px;
  line-height: 23px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
.cta-boxes .box-item .image {
  height: 90px;
  width: 100%;
  max-width: 90px;
  display: block;
  margin: auto;
}
.cta-boxes .box-item .title {
  max-height: 100px;
  padding: 20px;
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-boxes .box-item .title h3 {
  width: 75px;
  font-size: 14px;
  line-height: 19px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .second-frame {
    width: 100%;
    background-color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    padding: 25px;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .second-frame .info {
    font-size: 32px !important;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 500 !important;
  }
  .cta-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .cta-boxes .box {
    margin-right: 0 !important;
  }
  .cta-boxes .box .title {
    width: initial;
    max-height: 100px;
    padding: 0;
  }
  .cta-boxes .box .title h3 {
    font-size: 15px;
    line-height: 18px;
    width: 80px;
  }
  .cta-boxes .box-item {
    margin-right: 0 !important;
  }
  .cta-boxes .box-item .title {
    width: initial;
    max-height: 100px;
    padding: 0;
  }
  .cta-boxes .box-item .title h3 {
    font-size: 15px;
    line-height: 18px;
    width: 80px;
  }
}
.single-post {
  height: calc(100vh - 98px - 36px);
  margin: auto;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 100px;
  overflow-y: auto;
}
@media only screen and (max-width: 1440px) {
  .single-post {
    height: calc(100vh - 32.5px - 93px);
  }
}
.single-post .title-box.header-title {
  margin: auto;
  margin: 0 auto 80px auto;
}
.single-post .wrapper {
  margin: auto;
  max-width: 867px;
}
.single-post .wrapper.wrapper-lg {
  max-width: 1140px;
}
.single-post .gap-content {
  gap: 60px;
}
@media (max-width: 768px) {
  .single-post .gap-content {
    font-size: 35px;
    gap: 15px;
  }
}
.single-post .content .header-quote {
  font-family: "BodoniModa", sans-serif;
  -webkit-text-stroke: 0.3px;
  -moz-osx-font-smoothing: 0.3px;
  color: #000;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center !important;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .single-post .content .header-quote {
    font-size: 16px;
  }
}
.single-post .content .content-title {
  font-family: "Roboto", sans-serif;
  -webkit-text-stroke: 0.1px;
  -moz-osx-font-smoothing: 0.1px;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 600;
}
.single-post .content p {
  margin: 35px 0 35px 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 28px;
}
.single-post .content .separator {
  position: relative;
  border-bottom: 1px solid;
  margin: 90px 0;
  text-align: center;
}
.single-post .content .separator:after {
  content: "";
  content: "";
  position: absolute;
  background-color: black;
  border: 2px black solid;
  height: 12px;
  width: 21px;
  top: -5px;
  transform: translateX(-50%);
}

/*
* Welcome
*/
.welcome.default .default-lf .default-head {
  background-image: url("../../assets/images/welcome/thumbnail.jpg");
  background-size: initial;
  background-position: -88px -114px;
}
@media only screen and (max-width: 1680px) {
  .welcome.default .default-lf .default-head {
    background-position: -141px -132px;
    background-size: 575px;
  }
}
@media only screen and (max-width: 768px) {
  .welcome.default .default-lf .default-head {
    background-position: 70% 0 !important;
  }
}
.welcome.default .default-lf .default-head .default-word.en {
  position: absolute;
  /*width: 180px;
  left: 60px;*/
  width: 200px;
  left: 5px;
  top: 26%;
}
@media (max-width: 768px) {
  .welcome.default .default-lf .default-head .default-word.en {
    position: absolute;
    top: initial;
    bottom: -10px;
    left: 0px;
    width: 230px;
  }
}
.welcome.default .default-lf .default-head .default-word.es {
  max-width: 100%;
  position: absolute;
  /*left: 40px;
  width: 180px;*/
  left: 15px;
  width: 200px;
  top: 26%;
}
@media (max-width: 768px) {
  .welcome.default .default-lf .default-head .default-word.es {
    position: absolute;
    top: initial;
    bottom: -10px;
    left: 10px;
    width: 200px;
  }
}
.welcome.default .default-lf .default-head .default-word.pt {
  position: absolute;
  /*left: -2px;
  width: 242px;
  top: 15%;*/
  left: 0px;
  width: 242px;
  top: 24%;
}
@media (max-width: 768px) {
  .welcome.default .default-lf .default-head .default-word.pt {
    position: absolute;
    top: initial;
    bottom: -40px;
    left: 0;
    width: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .welcome.default {
    height: initial !important;
  }
  .welcome.default .default-lf {
    padding-top: 0 !important;
  }
  .welcome.default .default-rg {
    padding-top: 0 !important;
    height: initial;
  }
}

/*
* Who We Are
*/
.who-we-are.default .default-lf .default-head {
  background-image: url("../../assets/images/who-we-are/thumbnail.jpg");
  background-position: bottom;
}
.who-we-are.default .default-lf .default-head .default-word.es {
  max-width: 100%;
  width: 215px;
}
.who-we-are.default .default-lf .default-head .default-word.pt {
  width: 242px;
}
@media only screen and (max-width: 768px) {
  .who-we-are.default .default-rg {
    background-color: #ffffff;
  }
}

/*
* Our Advantage
*/
.our-advantage.default .default-lf .default-head {
  background-image: url("../../assets/images/our-advantage/thumbnail.jpg");
  background-position: bottom;
}
.our-advantage.default .default-lf .default-head .default-word.en {
  width: 285px;
  position: absolute;
  right: 10%;
}
.our-advantage.default .default-lf .default-head .default-word.es {
  width: 255px;
  position: absolute;
  right: 10%;
  top: 16%;
}
.our-advantage.default .default-lf .default-head .default-word.pt {
  width: 320px;
  position: absolute;
  top: 15%;
}
@media only screen and (max-width: 768px) {
  .our-advantage.default .default-rg {
    height: initial;
    background-color: #ffffff;
    padding-bottom: 140px;
  }
}

/*
* Travel Inspiration
*/
.travel-inspiration.default {
  height: calc(100vh - 94px);
}
.travel-inspiration.default .default-lf .default-head {
  background-image: url("../../assets/images/travel-inspiration/thumbnail.jpg");
  background-position: bottom;
}
.travel-inspiration.default .default-lf .default-head .default-word {
  width: 350px;
}
.travel-inspiration.default .default-lf .default-head .default-word.es {
  width: 300px;
}
.travel-inspiration.default .default-lf .default-head .default-word.pt {
  width: 320px;
}
@media only screen and (max-width: 768px) {
  .travel-inspiration.default .default-rg {
    background-color: #ffffff;
  }
}

/*
* Contact
*/
#contact.default .default-lf .default-head {
  background-image: url("../../assets/images/contact/thumbnail.jpg");
}
@media only screen and (max-width: 768px) {
  #contact.default .default-rg {
    background-color: #ffffff;
  }
}

/*
* Terms
*/
#terms.default .default-lf .default-head {
  background-image: url("../../assets/images/terms/thumbnail.jpg");
}

.footer {
  background-color: #262627;
  padding: 10px 0;
  position: sticky;
  width: 100%;
  bottom: 0;
  z-index: 999;
}

.footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 5%;
  text-transform: uppercase;
  list-style: none;
}

.footer ul a {
  color: white;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}

.rrss, .rrss-interna {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  bottom: 70px;
  right: 32px;
  /*bottom: 45px;
  right: 53px;*/
  gap: 15px;
  position: fixed;
  z-index: 99;
}

.rrss a, .rrss-interna a {
  display: block;
  text-decoration: none;
  width: 24px;
}

.rrss a img, .rrss-interna a img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 1440px) {
  .footer {
    padding: 8px 0;
  }
  .footer ul a {
    font-size: 11px;
  }
  .rrss a, .rrss-interna a {
    width: 18px;
  }
  .rrss, .rrss-interna {
    bottom: 60px;
    right: 28px;
  }
}
@media only screen and (max-width: 1680px) {
  .footer {
    padding: 8px 0;
  }
  .footer ul a {
    font-size: 11px;
  }
  .rrss a, .rrss-interna a {
    width: 18px;
  }
  .rrss, .rrss-interna {
    bottom: 60px;
    right: 28px;
  }
}
.rrss-mobile {
  display: none;
}

.absolute-tabs-cta {
  display: none;
}

@media only screen and (max-width: 768px) {
  .footer {
    display: none;
    position: relative;
    padding: 20px;
    margin-bottom: 55px;
  }
  .footer ul {
    flex-direction: column;
    align-items: start;
    margin: 0;
    gap: 20px;
  }
  .footer .rrss-mobile {
    display: flex;
    margin-top: 18px;
  }
  .footer .rrss-mobile ul {
    flex-direction: row;
  }
  .footer .rrss-mobile ul li a img {
    width: 22px;
  }
  .absolute-tabs-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .absolute-tabs-cta .tab {
    height: 55px;
    width: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
  }
  .absolute-tabs-cta .tab span {
    font-family: "BodoniModa", sans-serif;
    -webkit-text-stroke: 0.3px;
    -moz-osx-font-smoothing: 0.3px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .absolute-tabs-cta .tab.first {
    background-color: #959595;
  }
  .absolute-tabs-cta .tab.first span {
    color: #FFF;
  }
  .absolute-tabs-cta .tab.second {
    background-color: #f1f1f1;
  }
  .absolute-tabs-cta .tab.second span {
    color: #000;
  }
  .rrss {
    display: none;
  }
}
.nav-actions.who-we-are {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 90px;
  gap: 30px;
}
.nav-actions.who-we-are .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 145px;
}
.nav-actions.who-we-are .nav-item .image {
  display: block;
  margin: auto;
}
.nav-actions.who-we-are .nav-item .title {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  text-align: center;
}
.nav-actions.who-we-are .nav-item .title h3 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 75px;
  font-size: 14px;
  line-height: 19px;
  margin-top: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-actions.who-we-are .nav-item.sibling-page {
  opacity: 0.4;
  transition: transform 0.3s, opacity 0.3s;
}
.nav-actions.who-we-are .nav-item.sibling-page:hover {
  opacity: 1;
  transform: scale(1.05);
}
.nav-actions.who-we-are .nav-item.current-page .image {
  width: 128px;
}
.nav-actions.who-we-are .nav-item.current-page .title h3 {
  max-width: 135px;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 5px;
  margin-top: -19px;
  display: flex;
  justify-content: center;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .nav-actions.who-we-are {
    margin: initial;
    margin-top: 96px;
    margin-bottom: 40px;
    gap: 20px;
    background-color: #f2f2f2;
    justify-content: space-around;
    gap: 0;
    padding: 25px 20px;
  }
  .nav-actions.who-we-are .nav-item .image {
    width: 80px;
  }
  .nav-actions.who-we-are .nav-item .title {
    font-size: 14px;
    line-height: 17px;
  }
  .nav-actions.who-we-are .nav-item.current-page .image {
    width: 80px;
  }
  .nav-actions.who-we-are .nav-item.current-page .title h3 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 75px;
    font-size: 14px;
    line-height: 17px;
    margin-top: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.signature-nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  border-bottom: 1px solid;
  position: relative;
}
.signature-nav-menu:after {
  content: "";
  position: absolute;
  background-color: black;
  border: 2px black solid;
  height: 12px;
  width: 21px;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.signature-nav-menu .back-arrow,
.signature-nav-menu .next-arrow {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 4px;
  cursor: pointer;
  text-decoration: none;
  word-break: break-word;
}
@media (max-width: 768px) {
  .signature-nav-menu .back-arrow,
  .signature-nav-menu .next-arrow {
    gap: 0;
  }
}
.signature-nav-menu .back-arrow svg,
.signature-nav-menu .next-arrow svg {
  width: 25px;
}
.signature-nav-menu .back-arrow span,
.signature-nav-menu .next-arrow span {
  display: flex;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  margin: 0;
  color: #333;
  letter-spacing: 1.5px;
  line-height: 15px;
  text-align: center;
  width: 150px;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  .signature-nav-menu .back-arrow span,
  .signature-nav-menu .next-arrow span {
    width: 100px;
    font-size: 11px;
  }
}
.signature-nav-menu .back-arrow span {
  justify-content: flex-start;
}
.signature-nav-menu .next-arrow span {
  justify-content: flex-end;
}
.signature-nav-menu .menu-point {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  text-decoration: none;
}
.signature-nav-menu .menu-point span {
  display: flex;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  margin: 0;
  color: #333;
  letter-spacing: 1.5px;
  line-height: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .signature-nav-menu .menu-point span {
    font-size: 11px;
  }
}

.company-grid {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  justify-content: center;
}
.company-grid .company-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.company-grid .company-item .company-logo img {
  width: 180px;
  height: auto;
}
.company-grid .company-item .company-logo.large img {
  width: 250px;
}

.swiper-our-advantage {
  height: 100%;
}

.advantage-number {
  border: 1px solid;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.advantage-number span {
  font-size: 15px;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .advantage-number {
    left: inherit;
  }
}
.wrapper-our-advantage {
  max-width: 1000px;
}

.pl-avantage {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 90px;
}

@media only screen and (max-width: 768px) {
  .pl-avantage {
    margin-top: 70px;
    padding: 0px 65px;
    align-items: start;
  }
  .pl-avantage .italic-upper-quote {
    font-size: 14px !important;
  }
}
p.italic-upper-quote {
  font-family: "BodoniModa", sans-serif;
  -webkit-text-stroke: 0.3px;
  -moz-osx-font-smoothing: 0.3px;
  color: #000;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
  text-align: center !important;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 3px !important;
}

.slider-wrapper {
  height: 100%;
}
@media (min-width: 1400px) {
  .slider-wrapper .pl-avantage {
    padding: 0px 180px;
  }
}

/**
 * Swiper 8.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 8, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight {
  height: auto;
}

.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d {
  perspective: 1200px;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev, .swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top, .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top, .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: "GFSDidot";
  src: url("../fonts/GFSDidot-Regular.ttf") format("truetype");
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "LaLuxes";
  src: url("../fonts/LaLuxes.woff2") format("woff2"), url("../fonts/LaLuxes.woff") format("woff");
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "Notera";
  src: url("../fonts/Notera.woff2") format("woff2"), url("../fonts/Notera.woff") format("woff"), url("../fonts/Notera.ttf") format("truetype"), url("../fonts/Notera.otf") format("opentype");
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "BodoniModa";
  src: url("../fonts/BodoniModa-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 400; /* Regular weight */
  font-style: normal;
}
@font-face {
  font-family: "BodoniModa";
  src: url("../fonts/BodoniModa-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 400; /* Regular weight */
  font-style: italic;
}
@font-face {
  font-family: "BodoniModa";
  src: url("../fonts/BodoniModa-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 700; /* Bold weight */
  font-style: normal;
}
@font-face {
  font-family: "BodoniModa";
  src: url("../fonts/BodoniModa-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 700; /* Bold weight */
  font-style: italic;
}
@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.portada-home {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  position: relative;
  z-index: 9999;
}

.bg-opacity {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(194, 205, 197, 0.5), rgba(194, 205, 197, 0.5)), linear-gradient(180deg, rgb(194, 205, 197) 0%, rgb(194, 205, 197) 32.81%, rgba(194, 205, 197, 0.5) 100%);
  background-blend-mode: normal, multiply, normal;
  left: 0;
  height: 60%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.logo {
  font-family: "LaLuxes", serif;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  color: #000;
  line-height: 0.8;
  text-align: center;
}
.logo span {
  font-size: 38px;
}

.swiper-home {
  height: 100%;
  width: 100%;
}
.swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition-duration: 3s;
}

.swiper-title, .swiper-title-white,
.text-head-white,
.text-head {
  font-family: "Notera", serif;
  -webkit-text-stroke: 0.3px;
  -moz-osx-font-smoothing: 0.3px;
  color: #000;
  font-size: 60px;
  font-weight: 500;
  line-height: 118px;
  margin-bottom: 27vh;
  text-align: center;
}
.swiper-title-white,
.text-head-white {
  color: #FFF;
}

/* Responsive general */
@media only screen and (max-width: 40em) {
  .title {
    font-size: 16px;
    margin: 0 auto 10px;
  }
  .description {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1440px) {
  .content-title {
    font-family: "Roboto", sans-serif;
    -webkit-text-stroke: 0.1px;
    -moz-osx-font-smoothing: 0.1px;
    font-size: 17px;
  }
  .portada-home .logo {
    font-size: 35px;
  }
  .portada-home .logo span {
    font-size: 26px;
  }
  .portada-form .logo {
    font-size: 35px;
  }
  .portada-form .logo span {
    font-size: 26px;
  }
  .swiper-title, .swiper-title-white, .text-head-white, .text-head {
    font-size: 47px;
  }
}
@media only screen and (max-width: 1680px) {
  .content-title {
    font-family: "Roboto", sans-serif;
    -webkit-text-stroke: 0.1px;
    -moz-osx-font-smoothing: 0.1px;
    font-size: 17px;
  }
  .portada-home .logo {
    font-size: 35px;
  }
  .portada-home .logo span {
    font-size: 26px;
  }
  .portada-form .logo {
    font-size: 35px;
  }
  .portada-form .logo span {
    font-size: 26px;
  }
  .swiper-title, .swiper-title-white, .text-head-white, .text-head {
    font-size: 47px;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-title, .swiper-title-white, .text-head-white, .text-head {
    font-size: 35px;
    line-height: 26px;
    margin-bottom: 26vh;
    padding: 0 55px;
  }
}
@media (max-width: 768px) {
  .the-team .split-content {
    column-gap: 18px;
    position: relative;
    column-count: 2;
  }
}
@media (max-width: 768px) {
  .the-team .two-column-text {
    padding: 0;
  }
  .the-team .two-column-text p {
    margin: initial !important;
    font-size: 14px !important;
    text-align: left;
    letter-spacing: 1px !important;
  }
  .the-team .two-column-text p:first-child {
    margin-top: 30px !important;
  }
  .the-team.single-post .content .header-quote {
    text-align: left !important;
  }
}

.our-advantage .swiper-button-prev:after,
.our-advantage .swiper-button-next:after {
  color: #797979;
}

/* Forms */
.portada-form {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45.4vh;
  position: relative;
}

.portada-form .bg-opacity {
  height: 100%;
}

.section-form {
  padding-bottom: 120px;
  background: #f0f0f0;
}
@media only screen and (max-width: 768px) {
  .section-form {
    padding: 35px;
  }
}

.section-form .text-head {
  font-family: "Notera", serif;
  -webkit-text-stroke: 0.3px;
  -moz-osx-font-smoothing: 0.3px;
  font-size: 42px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 70px;
}

.section-form form {
  max-width: 750px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 2px;
  max-width: 670px;
}

/*.section-form form button {
  background-color: #DDE2DE;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.5s ease;
  width: 100%;
}
.section-form form button:hover {
  background-color: #C2CDC5;
}*/
.section-form .title {
  font-family: "BodoniModa", sans-serif;
  -webkit-text-stroke: 0.3px;
  -moz-osx-font-smoothing: 0.3px;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 1px solid;
  padding-bottom: 25px;
  margin: auto;
  margin-bottom: 40px;
  max-width: 470px;
}

.section-form .intro {
  font-family: "Roboto", sans-serif;
  margin-bottom: 80px;
}

.section-form .intro p {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 2px;
  text-align: center;
}

.form-fields {
  max-width: 445px;
  margin: auto;
}

.section-form .info {
  color: #000;
  font-size: 21px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  margin: 40px 0;
  margin-top: 65px;
}

.field {
  margin: 20px 0;
  text-align: center;
}

.field-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.field-checkbox .wrapper {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  user-select: none;
  margin: initial;
}

.field-checkbox .wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.field-checkbox .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid black;
}

.field-checkbox .wrapper input:checked ~ .checkmark {
  background-color: #fff;
}

.field-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.field-checkbox .wrapper input:checked ~ .checkmark:after {
  display: block;
}

.field-checkbox .wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 3px;
  width: 4px;
  height: 13px;
  border: solid #000000;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.field-checkbox .wrapper .checkmark:after {
  left: 10px;
  top: 5px;
  width: 4px;
  height: 11px;
}

.field label {
  display: block;
}

.field label {
  font-size: 16px;
}

.checkbox label {
  font-size: 22px;
}

.field input {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  border: none;
  border-bottom: 1px solid #8b8b8b;
  width: 100%;
  text-align: left;
  padding: 0 13px 13px 13px;
  background-color: transparent;
}

.field select {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  border: none;
  border-bottom: 1px solid #8b8b8b;
  width: 100%;
  text-align: left;
  padding: 0 13px 13px 13px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url(../../assets/images/black-arrow-up.jpg);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0;
}

.field textarea {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  border: 1px solid #8b8b8b;
  width: 100%;
  text-align: left;
  padding: 13px;
  background-color: transparent;
}

.field .full-border {
  border: 1px solid #8b8b8b;
  padding: 13px;
  background-position: right 14px bottom 14px;
}

.two-fields h5 {
  font-size: 16px;
  font-weight: 500;
}

.two-fields .fields {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 30px;
}

.two-fields .fields .field {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
}

.submit-btn {
  color: white;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding: 13px 0;
  background-color: #080808;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

select:invalid,
select[disabled] {
  color: #757575;
  font-weight: 400;
}

select option {
  color: black;
}

.field input.error,
.field select.error,
.field textarea.error {
  border-color: #ff2828;
}

.checkbox input.error {
  border-color: #ff2828;
}

.field label.error {
  color: #ff2828;
  font-weight: 400;
}

.two-fields .field label.error {
  display: none !important;
}

.checkbox label.error {
  display: none !important;
}

#message_validation {
  margin-top: 40px;
}

.loading-btn {
  position: relative !important;
}

.loading-btn .btn-text {
  visibility: hidden;
  opacity: 0;
}

.btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
}

.btn-text img {
  margin-right: 12px;
}

.loading-btn::after {
  content: "";
  font-size: 2px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.5);
  border-right: 1.1em solid rgba(255, 255, 255, 0.5);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.5);
  border-left: 1.1em solid #ffffff;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1440px) {
  .section-form .text-head {
    font-size: 44px;
  }
  .section-form .title {
    font-size: 21px;
  }
  .section-form .intro p {
    font-size: 15px;
  }
  .two-fields h5 {
    font-size: 16px;
  }
  .field label {
    font-size: 15px;
  }
  .checkbox label {
    font-size: 21px;
  }
  .section-form .info {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1680px) {
  .section-form .text-head {
    font-size: 44px;
  }
  .two-fields h5 {
    font-size: 16px;
  }
  .field label {
    font-size: 15px;
  }
  .checkbox label {
    font-size: 21px;
  }
  .section-form .info {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .section-form .text-head {
    font-size: 37px;
    line-height: 38px;
  }
  .two-fields .fields {
    flex-direction: column;
    gap: 0px;
  }
}
.travel-inspiration .box-intro-peru {
  border: 2px solid black;
  padding: 30px 25px 40px;
  max-width: 155px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.travel-inspiration .box-intro-peru .title {
  font-family: "BodoniModa", sans-serif;
  -webkit-text-stroke: 0.3px;
  -moz-osx-font-smoothing: 0.3px;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 4px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.travel-inspiration .box-intro-peru .image {
  width: 70px;
}
.travel-inspiration .intro-text-peru {
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-top: -4px;
  margin-bottom: 60px;
}
.travel-inspiration .intro-text-peru p:first-child {
  margin-top: 0;
}
.travel-inspiration .intro-text-peru p {
  margin: 0 0 22px 0 !important;
  font-size: 16.2px !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  line-height: 26px !important;
}

@media (max-width: 1400px) {
  .travel-inspiration .box-intro-peru {
    width: 100%;
    max-width: 100%;
  }
  .travel-inspiration .intro-text-peru p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 992px) {
  .travel-inspiration .intro-text-peru {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 768px) {
  .travel-inspiration {
    height: initial !important;
  }
  .travel-inspiration .intro-text-peru {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.signature-experiences {
  background-color: #c2cdc5;
}
.signature-experiences .swiper-button-prev:after,
.signature-experiences .swiper-button-next:after {
  color: #797979;
}
@media only screen and (max-width: 1680px) {
  .signature-experiences {
    height: calc(100vh - 32.5px);
  }
}
@media only screen and (max-height: 840px) {
  .signature-experiences {
    height: 100%;
  }
}
.signature-experiences .content .wrapper-title {
  font-family: "BodoniModa", sans-serif;
  -webkit-text-stroke: 0.3px;
  -moz-osx-font-smoothing: 0.3px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center !important;
  max-width: 685px;
  margin: auto;
  margin-top: 75px;
  margin-bottom: 100px;
}
.signature-experiences .content .wrapper-title .title {
  font-size: 50px;
  letter-spacing: 3px;
  font-weight: 400;
}
.signature-experiences .content .wrapper-title .title.es {
  font-size: 45px;
}
.signature-experiences .content .wrapper-title .separator {
  position: relative;
  border-bottom: 1px solid;
  margin: -5px 0 33px;
  text-align: center;
}
.signature-experiences .content .wrapper-title .separator:after {
  content: "";
  content: "";
  position: absolute;
  background-color: black;
  border: 2px black solid;
  height: 12px;
  width: 21px;
  top: -5px;
  transform: translateX(-50%);
}
.signature-experiences .content .swiper.swiper-signature .swiper-wrapper .swiper-slide.white-title .swiper-title, .signature-experiences .content .swiper.swiper-signature .swiper-wrapper .swiper-slide.white-title .swiper-title-white,
.signature-experiences .content .swiper.swiper-signature .swiper-wrapper .swiper-slide.white-title .text-head-white {
  color: #ffffff !important;
}
.signature-experiences .content .swiper.swiper-signature .swiper-wrapper .swiper-slide.black-title .swiper-title, .signature-experiences .content .swiper.swiper-signature .swiper-wrapper .swiper-slide.black-title .swiper-title-white,
.signature-experiences .content .swiper.swiper-signature .swiper-wrapper .swiper-slide.black-title .text-head-white {
  color: #000000 !important;
}
.signature-experiences .content .swiper.swiper-signature .swiper-wrapper .swiper-slide .slide-link {
  text-decoration: none;
}
.signature-experiences .content .swiper.swiper-signature .swiper-wrapper .swiper-slide .swiper-title, .signature-experiences .content .swiper.swiper-signature .swiper-wrapper .swiper-slide .swiper-title-white,
.signature-experiences .content .swiper.swiper-signature .swiper-wrapper .swiper-slide .text-head-white {
  font-family: "BodoniModa", sans-serif;
  -webkit-text-stroke: 0.3px;
  -moz-osx-font-smoothing: 0.3px;
  color: #000;
  font-size: 49px !important;
  font-weight: 400 !important;
  text-align: center !important;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 3px !important;
  margin-top: 210px;
  margin-bottom: 210px;
  word-break: break-word;
  line-height: 60px;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1680px) {
  .signature-experiences .content .swiper.swiper-signature .swiper-wrapper .swiper-slide .swiper-title, .signature-experiences .content .swiper.swiper-signature .swiper-wrapper .swiper-slide .swiper-title-white,
  .signature-experiences .content .swiper.swiper-signature .swiper-wrapper .swiper-slide .text-head-white {
    -webkit-text-stroke: 0.2px !important;
    -moz-osx-font-smoothing: 0.2px !important;
    font-size: 30px !important;
    margin-top: 180px;
    margin-bottom: 180px;
    line-height: 45px;
  }
}
@media (max-width: 768px) {
  .signature-experiences .content .swiper.swiper-signature .swiper-wrapper .swiper-slide .swiper-title, .signature-experiences .content .swiper.swiper-signature .swiper-wrapper .swiper-slide .swiper-title-white,
  .signature-experiences .content .swiper.swiper-signature .swiper-wrapper .swiper-slide .text-head-white {
    font-size: 16px !important;
    margin-top: 100px;
    margin-bottom: 100px;
    line-height: 25px;
    padding: 0;
  }
}
.signature-experiences .content .swiper.swiper-signature .swiper-button-prev,
.signature-experiences .content .swiper.swiper-signature .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  font-size: 24px;
  width: 40px;
  height: 40px;
  transition: left 0.3s ease, right 0.3s ease;
}
.signature-experiences .content .swiper.swiper-signature .swiper-button-prev {
  left: calc(-50% - 100px);
  padding-right: 40px;
}
.signature-experiences .content .swiper.swiper-signature .swiper-button-next {
  right: calc(50% - 100px);
  padding-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .signature-experiences .swiper-3d .swiper-slide-shadow-left,
  .signature-experiences .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0.52)) !important;
  }
  .signature-experiences .swiper-button-prev:after,
  .signature-experiences .swiper-button-next:after {
    color: white;
  }
}

@media only screen and (max-width: 768px) {
  .signature-experiences {
    height: initial !important;
    position: relative;
    padding: 30px 0px 130px;
  }
  .signature-experiences .content .wrapper-title {
    margin-right: 40px;
    margin-left: 40px;
  }
  .signature-experiences .content .wrapper-title .title {
    font-size: 40px;
    letter-spacing: 3px;
    font-weight: 400;
    line-height: 39px;
    text-align: left;
    max-width: 245px;
    margin-left: 0;
  }
}
.single-signature-experiences.soft-adventure .jumbotron {
  background-position: center 65%;
}
.single-signature-experiences.epicurean-moments .jumbotron {
  background-position: center;
}
.single-signature-experiences.epicurean-moments .jumbotron .title {
  position: absolute;
  top: 140px;
  right: 5%;
  line-height: 70px;
  text-align: right !important;
}
@media (max-width: 1024px) {
  .single-signature-experiences.epicurean-moments .jumbotron .title {
    right: 18%;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .single-signature-experiences.epicurean-moments .jumbotron .title {
    top: 130px;
    right: 110px;
    line-height: 40px;
  }
}
.single-signature-experiences .jumbotron {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 520px;
  width: 100%;
  margin: auto;
  margin-top: 34px;
  margin-bottom: 20px;
}
.single-signature-experiences .jumbotron .title {
  font-family: "BodoniModa", sans-serif;
  -webkit-text-stroke: 0.3px;
  -moz-osx-font-smoothing: 0.3px;
  color: #000;
  font-size: 55px !important;
  font-weight: 500 !important;
  text-align: center !important;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 3px !important;
}
.single-signature-experiences .content .header-quote {
  font-family: "BodoniModa", sans-serif;
  -webkit-text-stroke: 0.3px;
  -moz-osx-font-smoothing: 0.3px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center !important;
  margin-bottom: 20px;
  font-style: italic;
}
.single-signature-experiences .content .content-title {
  font-family: "Roboto", sans-serif;
  -webkit-text-stroke: 0.1px;
  -moz-osx-font-smoothing: 0.1px;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 600;
}
.single-signature-experiences .content p {
  margin: 18px 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
}
.single-signature-experiences .content .section-intro {
  text-align: center;
}
.single-signature-experiences .content .separator {
  position: relative;
  border-bottom: 1px solid;
  margin: 90px 0;
  text-align: center;
}
.single-signature-experiences .content .separator:after {
  content: "";
  content: "";
  position: absolute;
  background-color: black;
  border: 2px black solid;
  height: 12px;
  width: 21px;
  top: -5px;
  transform: translateX(-50%);
}
.single-signature-experiences .content .experiences {
  display: flex;
  max-width: 1200px;
  margin: auto;
}
.single-signature-experiences .content .experiences .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.single-signature-experiences .content .experiences .item {
  display: flex;
  gap: 30px;
  flex-basis: 30%;
  box-sizing: border-box;
  justify-content: start;
  align-items: start;
}
.single-signature-experiences .content .experiences .item .number {
  min-width: 50px;
  height: 50px;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
}
.single-signature-experiences .content .experiences .item .info h2 {
  font-size: 14px;
  margin: 0;
  color: #333;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.single-signature-experiences .content .experiences .item .info p {
  font-size: 14px !important;
  color: #666;
  margin: 10px 0 35px 0 !important;
}
@media (max-width: 1200px) {
  .single-signature-experiences .jumbotron {
    margin-top: 94px;
  }
  .single-signature-experiences .section-experiences {
    background-color: #c2cdc5;
    padding: 50px 0 75px;
  }
  .single-signature-experiences .section-intro {
    margin-bottom: 60px;
  }
}
.single-signature-experiences .experiences {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px !important;
}
.single-signature-experiences .swiper-pagination,
.single-signature-experiences .swiper-button-next, .single-signature-experiences .swiper-rtl .swiper-button-prev,
.single-signature-experiences .swiper-button-prev, .single-signature-experiences .swiper-rtl .swiper-button-next {
  display: none;
}
@media (max-width: 1200px) {
  .single-signature-experiences {
    padding: 0;
  }
  .single-signature-experiences .experiences {
    flex-direction: column;
    border: 1px solid black;
    margin: 0 !important;
  }
  .single-signature-experiences .experiences:after {
    content: "";
    position: absolute;
    background-color: black;
    border: 2px black solid;
    height: 12px;
    width: 21px;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .single-signature-experiences .experiences .swiper-wrapper {
    align-items: center;
    gap: 0 !important;
  }
  .single-signature-experiences .experiences .item {
    display: flex !important;
    flex-direction: column;
    gap: 35px !important;
    flex-basis: initial !important;
    box-sizing: unset !important;
    justify-content: center !important;
    align-items: center !important;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .single-signature-experiences .experiences .item .info {
    text-align: center;
    padding-right: 35px;
    padding-left: 35px;
  }
  .single-signature-experiences .jumbotron .title {
    font-size: 44px !important;
    line-height: 50px;
  }
  .single-signature-experiences .swiper-button-prev, .single-signature-experiences .swiper-button-next {
    display: flex !important;
    justify-content: center;
  }
  .single-signature-experiences .swiper-button-prev:after, .single-signature-experiences .swiper-button-next:after {
    color: #797979;
    font-size: 22px;
  }
  .single-signature-experiences .swiper-pagination,
  .single-signature-experiences .swiper-button-next, .single-signature-experiences .swiper-rtl .swiper-button-prev,
  .single-signature-experiences .swiper-button-prev, .single-signature-experiences .swiper-rtl .swiper-button-next {
    display: block;
  }
  .single-signature-experiences .swiper-pagination-bullet-active {
    background-color: black;
  }
  .single-signature-experiences .swiper-container {
    width: 100%;
  }
  .single-signature-experiences .swiper-slide {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .single-signature-experiences .jumbotron .title {
    font-size: 3em !important;
    line-height: 45px;
    max-width: 20px;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .single-signature-experiences .jumbotron {
    height: 320px;
    width: initial;
    margin-top: 109px;
    margin-bottom: 35px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .single-signature-experiences .jumbotron .title {
    font-size: 2em !important;
    line-height: 33px;
  }
}

.post-type-archive-signature_exp {
  background-color: #c2cdc5;
}
