@charset "UTF-8";
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Box Model */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Font */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: local(''),
		 url('../fonts/montserrat-semibold.woff2') format('woff2'),
		 url('../fonts/montserrat-semibold.woff') format('woff');
}

/* Root */
:root {
	--vt-blue-light: #E4ECF3;
	--vt-blue-standard: #79A2C3;
	--vt-blue-dark: #538CBA;
	--vt-black-standard: #484848;
	--vt-black-dark: #333;
	--vt-cream: #FCFAF1;
}

/* Basic */
@-ms-viewport {
	width: device-width;
}
html {
	font-size: 9px;
}
body.is-loading *, body.is-loading *:before, body.is-loading *:after {
	-webkit-animation: none !important;
	animation: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}
body, input, select, textarea {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: #484848;
	color: var(--vt-black-standard);
	background: #fff;
	letter-spacing: 0.02em;
}
@media (min-width: 768px) {
	html {
		font-size: 10.5px;
	}
	body, input, select, textarea {
		font-size: 1.45rem;
	}
}
@media (min-width: 1200px) {
	html {
		font-size: 12px;
	}
	body, input, select, textarea {
		font-size: 1.3rem;
	}
}

::selection {
	color: #fff;
	background: rgba(121, 162, 195, 0.75);
}

@media (prefers-reduced-motion: no-preference) {
	:root {
	  scroll-behavior: auto;
	}
}

a {
	color: #79A2C3;
	color: var(--vt-blue-standard);
	transition: 0.5s;
}
a:hover, a:focus, a:active {
	color: #538CBA;
	color: var(--vt-blue-dark);
	outline: none;
	text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, footer a {
	color: inherit;
	text-decoration: none;
}
strong, b {
	font-weight: 700;
}
p {
	margin: 0 0 1em 0;
}
ul.list-disc {
	list-style: disc;
	margin-left: 1.5em;
}
nav a:hover, nav a:focus {
	text-decoration: none;
}


/** Fullscreen Background Image Slideshow (css-only) **/
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    overflow: hidden;
}
.cb-slideshow:after {
    content: '';
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 20s linear infinite 0s;
    animation: imageAnimation 20s linear infinite 0s;
}
.cb-slideshow li div {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    color: #fff;
    opacity: 0;
    font-size: 10px;
	font-weight: bold;
	text-align: left;
    -webkit-animation: titleAnimation 20s linear infinite 0s;
    animation: titleAnimation 20s linear infinite 0s;
}
.cb-slideshow li:nth-child(2) span {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.cb-slideshow li:nth-child(3) span {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}
.cb-slideshow li:nth-child(4) span {
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
}
.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
}
@media (max-width: 767px) {
	.cb-slideshow li:nth-child(1) span { 
		background-image: url("../img/slide-5-s.jpg");
		background-position: 0% 0%;
	}
	.cb-slideshow li:nth-child(2) span { 
		background-image: url("../img/slide-2-s.jpg");
		background-position: 100% 30%;
	}
	.cb-slideshow li:nth-child(3) span { 
		background-image: url("../img/slide-1-s.jpg");
		background-position: 35% 100%;
	}
	.cb-slideshow li:nth-child(4) span { 
		background-image: url("../img/slide-3-s.jpg");
		background-position: 60% 50%;
	}
}
@media (min-width: 768px) {
	.cb-slideshow li:nth-child(1) span { 
		background-image: url("../img/slide-5.jpg");
		background-position: 50% 50%;
	}
	.cb-slideshow li:nth-child(2) span { 
		background-image: url("../img/slide-2.jpg");
		background-position: 50% 40%;
	}
	.cb-slideshow li:nth-child(3) span { 
		background-image: url("../img/slide-1.jpg");
		background-position: 80% 100%;
	}
	.cb-slideshow li:nth-child(4) span { 
		background-image: url("../img/slide-3.jpg");
		background-position: 80% 50%;
	}
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	12.5% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	25% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	37.5% {
	    opacity: 0;
	    -webkit-transform: scale(1.3);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation {
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	12.5% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	25% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	37.5% {
	    opacity: 0;
	    transform: scale(1.3);
	}
	100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation {
	0% { opacity: 0; }
	12.5% { opacity: 1; }
	25% { opacity: 1; }
	37.5% { opacity: 0; }
	100% { opacity: 0 }
}
@keyframes titleAnimation {
	0% { opacity: 0; }
	12.5% { opacity: 1; }
	25% { opacity: 1; }
	37.5% { opacity: 0; }
	100% { opacity: 0 }
}
/** END Fullscreen Background Image Slideshow (css-only) **/


/* Typography */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.5;
	margin: 0;
	color: #333;
	color: var(--vt-black-dark);
}

.fs-144 {
	font-size: 144px !important;
}
.fs-120 {
	font-size: 120px !important;
}
.fs-104 {
	font-size: 104px !important;
}
.fs-96 {
	font-size: 96px !important;
}
.fs-88 {
	font-size: 88px !important;
}
.fs-80 {
	font-size: 80px !important;
}
.fs-72 {
	font-size: 72px !important;
}
.fs-64 {
	font-size: 64px !important;
}
.fs-56 {
	font-size: 56px !important;
}
.fs-48 {
	font-size: 48px !important;
}
.fs-40 {
	font-size: 40px !important;
}
.fs-36 {
	font-size: 36px !important;
}
.fs-32 {
	font-size: 32px !important;
}
.fs-28 {
	font-size: 28px !important;
}
.fs-24 {
	font-size: 24px !important;
}
.fs-22 {
	font-size: 22px !important;
}
.fs-20 {
	font-size: 20px !important;	
}
.fs-18 {
	font-size: 18px !important;
}
.fs-17 {
	font-size: 17px !important;
}
.fs-16 {
	font-size: 16px !important;
}
.fs-15 {
	font-size: 15px !important;
}
.fs-14 {
	font-size: 14px !important;
}
.fs-13 {
	font-size: 13px !important;
}
.fs-12 {
	font-size: 12px !important;
}
.fs-11 {
	font-size: 11px !important;
}
.fs-10 {
	font-size: 10px !important;
}
.fs-9 {
	font-size: 9px !important;
}
.fs-8 {
	font-size: 8px !important;
}
.thin {
  font-weight: 200 !important;
}
.light {
	font-weight: 300 !important;
}
.normal {
  font-weight: 400 !important;
}
.medium {
	font-weight: 500 !important;
}
.semi-bold {
	font-weight: 600 !important;
}
.bold {
	font-weight: 700 !important;
}
.heavy {
	font-weight: 900 !important;
}
@media (min-width: 480px) {
	.fs-xs-144 {
		font-size: 144px !important;
	}
	.fs-xs-120 {
		font-size: 120px !important;
	}
	.fs-xs-104 {
		font-size: 104px !important;
	}
	.fs-xs-96 {
		font-size: 96px !important;
	}
	.fs-xs-88 {
		font-size: 88px !important;
	}
	.fs-xs-80 {
		font-size: 80px !important;
	}
	.fs-xs-72 {
		font-size: 72px !important;
	}
	.fs-xs-64 {
		font-size: 64px !important;
	}
	.fs-xs-56 {
		font-size: 56px !important;
	}
	.fs-xs-48 {
		font-size: 48px !important;
	}
	.fs-xs-40 {
		font-size: 40px !important;
	}
	.fs-xs-36 {
		font-size: 36px !important;
	}
	.fs-xs-32 {
		font-size: 32px !important;
	}
	.fs-xs-28 {
		font-size: 28px !important;
	}
	.fs-xs-24 {
		font-size: 24px !important;
	}
	.fs-xs-22 {
		font-size: 22px !important;
	}
	.fs-xs-20 {
		font-size: 20px !important;	
	}
	.fs-xs-18 {
		font-size: 18px !important;
	}
	.fs-xs-17 {
		font-size: 17px !important;
	}
	.fs-xs-16 {
		font-size: 16px !important;
	}
	.fs-xs-15 {
		font-size: 15px !important;
	}
	.fs-xs-14 {
		font-size: 14px !important;
	}
	.fs-xs-13 {
		font-size: 13px !important;
	}
	.fs-xs-12 {
		font-size: 12px !important;
	}
	.fs-xs-11 {
		font-size: 11px !important;
	}
	.fs-xs-10 {
		font-size: 10px !important;
	}
	.fs-xs-9 {
		font-size: 9px !important;
	}
	.fs-xs-8 {
		font-size: 8px !important;
	}
	.thin-xs {
	  font-weight: 200 !important;
	}
	.light-xs {
		font-weight: 300 !important;
	}
	.normal-xs {
	  font-weight: 400 !important;
	}
	.medium-xs {
		font-weight: 500 !important;
	}
	.semi-bold-xs {
		font-weight: 600 !important;
	}
	.bold-xs {
		font-weight: 700 !important;
	}
	.heavy-xs {
		font-weight: 900 !important;
	}
}
@media (min-width: 576px) {
	.fs-sm-144 {
		font-size: 144px !important;
	}
	.fs-sm-120 {
		font-size: 120px !important;
	}
	.fs-sm-104 {
		font-size: 104px !important;
	}
	.fs-sm-96 {
		font-size: 96px !important;
	}
	.fs-sm-88 {
		font-size: 88px !important;
	}
	.fs-sm-80 {
		font-size: 80px !important;
	}
	.fs-sm-72 {
		font-size: 72px !important;
	}
	.fs-sm-64 {
		font-size: 64px !important;
	}
	.fs-sm-56 {
		font-size: 56px !important;
	}
	.fs-sm-48 {
		font-size: 48px !important;
	}
	.fs-sm-40 {
		font-size: 40px !important;
	}
	.fs-sm-36 {
		font-size: 36px !important;
	}
	.fs-sm-32 {
		font-size: 32px !important;
	}
	.fs-sm-28 {
		font-size: 28px !important;
	}
	.fs-sm-24 {
		font-size: 24px !important;
	}
	.fs-sm-22 {
		font-size: 22px !important;
	}
	.fs-sm-20 {
		font-size: 20px !important;	
	}
	.fs-sm-18 {
		font-size: 18px !important;
	}
	.fs-sm-17 {
		font-size: 17px !important;
	}
	.fs-sm-16 {
		font-size: 16px !important;
	}
	.fs-sm-15 {
		font-size: 15px !important;
	}
	.fs-sm-14 {
		font-size: 14px !important;
	}
	.fs-sm-13 {
		font-size: 13px !important;
	}
	.fs-sm-12 {
		font-size: 12px !important;
	}
	.fs-sm-11 {
		font-size: 11px !important;
	}
	.fs-sm-10 {
		font-size: 10px !important;
	}
	.fs-sm-9 {
		font-size: 9px !important;
	}
	.fs-sm-8 {
		font-size: 8px !important;
	}
	.thin-sm {
	  font-weight: 200 !important;
	}
	.light-sm {
		font-weight: 300 !important;
	}
	.normal-sm {
	  font-weight: 400 !important;
	}
	.medium-sm {
		font-weight: 500 !important;
	}
	.semi-bold-sm {
		font-weight: 600 !important;
	}
	.bold-sm {
		font-weight: 700 !important;
	}
	.heavy-sm {
		font-weight: 900 !important;
	}
}
@media (min-width: 768px) {
	.fs-md-144 {
		font-size: 144px !important;
	}
	.fs-md-120 {
		font-size: 120px !important;
	}
	.fs-md-104 {
		font-size: 104px !important;
	}
	.fs-md-96 {
		font-size: 96px !important;
	}
	.fs-md-88 {
		font-size: 88px !important;
	}
	.fs-md-80 {
		font-size: 80px !important;
	}
	.fs-md-72 {
		font-size: 72px !important;
	}
	.fs-md-64 {
		font-size: 64px !important;
	}
	.fs-md-56 {
		font-size: 56px !important;
	}
	.fs-md-48 {
		font-size: 48px !important;
	}
	.fs-md-40 {
		font-size: 40px !important;
	}
	.fs-md-36 {
		font-size: 36px !important;
	}
	.fs-md-32 {
		font-size: 32px !important;
	}
	.fs-md-28 {
		font-size: 28px !important;
	}
	.fs-md-24 {
		font-size: 24px !important;
	}
	.fs-md-22 {
		font-size: 22px !important;
	}
	.fs-md-20 {
		font-size: 20px !important;	
	}
	.fs-md-18 {
		font-size: 18px !important;
	}
	.fs-md-17 {
		font-size: 17px !important;
	}
	.fs-md-16 {
		font-size: 16px !important;
	}
	.fs-md-15 {
		font-size: 15px !important;
	}
	.fs-md-14 {
		font-size: 14px !important;
	}
	.fs-md-13 {
		font-size: 13px !important;
	}
	.fs-md-12 {
		font-size: 12px !important;
	}
	.fs-md-11 {
		font-size: 12px !important;
	}
	.fs-md-10 {
		font-size: 10px !important;
	}
	.fs-md-9 {
		font-size: 9px !important;
	}
	.fs-md-8 {
		font-size: 8px !important;
	}
	.thin-md {
	  font-weight: 200 !important;
	}
	.light-md {
		font-weight: 300 !important;
	}
	.normal-md {
	  font-weight: 400 !important;
	}
	.medium-md {
		font-weight: 500 !important;
	}
	.semi-bold-md {
		font-weight: 600 !important;
	}
	.bold-md {
		font-weight: 700 !important;
	}
	.heavy-md {
		font-weight: 900 !important;
	}
}
@media (min-width: 992px) {
	.fs-lg-144 {
		font-size: 144px !important;
	}
	.fs-lg-120 {
		font-size: 120px !important;
	}
	.fs-lg-104 {
		font-size: 104px !important;
	}
	.fs-lg-96 {
		font-size: 96px !important;
	}
	.fs-lg-88 {
		font-size: 88px !important;
	}
	.fs-lg-80 {
		font-size: 80px !important;
	}
	.fs-lg-72 {
		font-size: 72px !important;
	}
	.fs-lg-64 {
		font-size: 64px !important;
	}
	.fs-lg-56 {
		font-size: 56px !important;
	}
	.fs-lg-48 {
		font-size: 48px !important;
	}
	.fs-lg-40 {
		font-size: 40px !important;
	}
	.fs-lg-36 {
		font-size: 36px !important;
	}
	.fs-lg-32 {
		font-size: 32px !important;
	}
	.fs-lg-28 {
		font-size: 28px !important;
	}
	.fs-lg-24 {
		font-size: 24px !important;
	}
	.fs-lg-22 {
		font-size: 22px !important;
	}
	.fs-lg-20 {
		font-size: 20px !important;	
	}
	.fs-lg-18 {
		font-size: 18px !important;
	}
	.fs-lg-17 {
		font-size: 17px !important;
	}
	.fs-lg-16 {
		font-size: 16px !important;
	}
	.fs-lg-15 {
		font-size: 15px !important;
	}
	.fs-lg-14 {
		font-size: 14px !important;
	}
	.fs-lg-13 {
		font-size: 13px !important;
	}
	.fs-lg-12 {
		font-size: 12px !important;
	}
	.fs-lg-11 {
		font-size: 11px !important;
	}
	.fs-lg-10 {
		font-size: 10px !important;
	}
	.fs-lg-9 {
		font-size: 9px !important;
	}
	.fs-lg-8 {
		font-size: 8px !important;
	}
	.thin-lg {
	  font-weight: 200 !important;
	}
	.light-lg {
		font-weight: 300 !important;
	}
	.normal-lg {
	  font-weight: 400 !important;
	}
	.medium-lg {
		font-weight: 500 !important;
	}
	.semi-bold-lg {
		font-weight: 600 !important;
	}
	.bold-lg {
		font-weight: 700 !important;
	}
	.heavy-lg {
		font-weight: 900 !important;
	}
}
@media (min-width: 1200px) {
	.fs-xl-144 {
		font-size: 144px !important;
	}
	.fs-xl-120 {
		font-size: 120px !important;
	}
	.fs-xl-104 {
		font-size: 104px !important;
	}
	.fs-xl-96 {
		font-size: 96px !important;
	}
	.fs-xl-88 {
		font-size: 88px !important;
	}
	.fs-xl-80 {
		font-size: 80px !important;
	}
	.fs-xl-72 {
		font-size: 72px !important;
	}
	.fs-xl-64 {
		font-size: 64px !important;
	}
	.fs-xl-56 {
		font-size: 56px !important;
	}
	.fs-xl-48 {
		font-size: 48px !important;
	}
	.fs-xl-40 {
		font-size: 40px !important;
	}
	.fs-xl-36 {
		font-size: 36px !important;
	}
	.fs-xl-32 {
		font-size: 32px !important;
	}
	.fs-xl-28 {
		font-size: 28px !important;
	}
	.fs-xl-24 {
		font-size: 24px !important;
	}
	.fs-xl-22 {
		font-size: 22px !important;
	}
	.fs-xl-20 {
		font-size: 20px !important;	
	}
	.fs-xl-18 {
		font-size: 18px !important;
	}
	.fs-xl-17 {
		font-size: 17px !important;
	}
	.fs-xl-16 {
		font-size: 16px !important;
	}
	.fs-xl-15 {
		font-size: 15px !important;
	}
	.fs-xl-14 {
		font-size: 14px !important;
	}
	.fs-xl-13 {
		font-size: 13px !important;
	}
	.fs-xl-12 {
		font-size: 12px !important;
	}
	.fs-xl-11 {
		font-size: 11px !important;
	}
	.thin-lg {
	  font-weight: 200 !important;
	}
	.light-lg {
		font-weight: 300 !important;
	}
	.normal-lg {
	  font-weight: 400 !important;
	}
	.medium-lg {
		font-weight: 500 !important;
	}
	.semi-bold-lg {
		font-weight: 600 !important;
	}
	.bold-lg {
		font-weight: 700 !important;
	}
	.heavy-lg {
		font-weight: 900 !important;
	}
}
.serif {
	font-family: Times, "Times New Roman", Georgia, serif;
}
.latin {
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.06em;
}


.lh-xs {
	line-height: 1.25 !important;
}
.lh-sm {
	line-height: 1.5 !important;
}
.lh-md {
	line-height: 1.75 !important;
}
.lh-lg {
	line-height: 2 !important;
}
.lh-xl {
	line-height: 2.15 !important;
}

.ls-narrow-2 {
	letter-spacing: -.05em;
}
.ls-narrow-1 {
	letter-spacing: -.02em;
}
.ls-0 {
	letter-spacing: 0;
}
.ls-wide-1 {
	letter-spacing: .025em !important;
}
.ls-wide-2 {
	letter-spacing: .05em !important;
}
.ls-wide-3 {
	letter-spacing: .1em !important;
}
.ls-wide-4 {
	letter-spacing: .2em;
}
.ls-wide-5 {
	letter-spacing: .5em;
}


/* Spacing */
.my-x0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.my-x1 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.my-x2 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}
.my-x3 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}
.my-x4 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}
.my-x5 {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important;
}
.my-x6 {
	margin-top: 6rem !important;
	margin-bottom: 6rem !important;
}
.my-x8 {
	margin-top: 8rem !important;
	margin-bottom: 8rem !important;
}
.my-x9 {
	margin-top: 9rem !important;
	margin-bottom: 9rem !important;
}
.my-x10 {
	margin-top: 10rem !important;
	margin-bottom: 10rem !important;
}
.mt-x0 {
	margin-top: 0 !important;
}
.mt-x1 {
	margin-top: 1rem !important;
}
.mt-x2 {
	margin-top: 2rem !important;
}
.mt-x3 {
	margin-top: 3rem !important;
}
.mt-x4 {
	margin-top: 4rem !important;
}
.mt-x5 {
	margin-top: 5rem !important;
}
.mt-x6 {
	margin-top: 6rem !important;
}
.mt-x8 {
	margin-top: 8rem !important;
}
.mt-x9 {
	margin-top: 9rem !important;
}
.mt-x10 {
	margin-top: 10rem !important;
}
.mb-x0 {
	margin-bottom: 0 !important;
}
.mb-x1 {
	margin-bottom: 1rem !important;
}
.mb-x2 {
	margin-bottom: 2rem !important;
}
.mb-x3 {
	margin-bottom: 3rem !important;
}
.mb-x4 {
	margin-bottom: 4rem !important;
}
.mb-x5 {
	margin-bottom: 5rem !important;
}
.mb-x6 {
	margin-bottom: 6rem !important;
}
.mb-x8 {
	margin-bottom: 8rem !important;
}
.mb-x9 {
	margin-bottom: 9rem !important;
}
.mb-x10 {
	margin-bottom: 10rem !important;
}
.py-x0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.py-x1 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.py-x2 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.py-x3 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.py-x4 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}
.py-x5 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}
.py-x6 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}
.py-x8 {
	margin-top: 8rem !important;
	margin-bottom: 8rem !important;
}
.py-x9 {
	margin-top: 9rem !important;
	margin-bottom: 9rem !important;
}
.py-x10 {
	padding-top: 10rem !important;
	padding-bottom: 10rem !important;
}
.pt-x0 {
	padding-top: 0 !important;
}
.pt-x1 {
	padding-top: 1rem !important;
}
.pt-x2 {
	padding-top: 2rem !important;
}
.pt-x3 {
	padding-top: 3rem !important;
}
.pt-x4 {
	padding-top: 4rem !important;
}
.pt-x5 {
	padding-top: 5rem !important;
}
.pt-x6 {
	padding-top: 6rem !important;
}
.pt-x8 {
	padding-top: 8rem !important;
}
.pt-x9 {
	padding-top: 9rem !important;
}
.pt-x10 {
	padding-top: 10rem !important;
}
.pb-x0 {
	padding-bottom: 0 !important;
}
.pb-x1 {
	padding-bottom: 1rem !important;
}
.pb-x2 {
	padding-bottom: 2rem !important;
}
.pb-x3 {
	padding-bottom: 3rem !important;
}
.pb-x4 {
	padding-bottom: 4rem !important;
}
.pb-x5 {
	padding-bottom: 5rem !important;
}
.pb-x6 {
	padding-bottom: 6rem !important;
}
.pb-x8 {
	padding-bottom: 8rem !important;
}
.pb-x9 {
	padding-bottom: 9rem !important;
}
.pb-x10 {
	padding-bottom: 10rem !important;
}
@media (min-width: 576px) {
	.my-sm-x0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-sm-x1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-sm-x2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}
	.my-sm-x3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-sm-x4 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
	.my-sm-x5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}
	.my-sm-x6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-sm-x9 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important;
	}
	.my-sm-x10 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important;
	}
	.mt-sm-x0 {
		margin-top: 0 !important;
	}
	.mt-sm-x1 {
		margin-top: 1rem !important;
	}
	.mt-sm-x2 {
		margin-top: 2rem !important;
	}
	.mt-sm-x3 {
		margin-top: 3rem !important;
	}
	.mt-sm-x4 {
		margin-top: 4rem !important;
	}
	.mt-sm-x5 {
		margin-top: 5rem !important;
	}
	.mt-sm-x6 {
		margin-top: 6rem !important;
	}
	.mt-sm-x8 {
		margin-top: 8rem !important;
	}
	.mt-sm-x9 {
		margin-top: 9rem !important;
	}
	.mt-sm-x10 {
		margin-top: 10rem !important;
	}
	.mb-sm-x0 {
		margin-bottom: 0 !important;
	}
	.mb-sm-x1 {
		margin-bottom: 1rem !important;
	}
	.mb-sm-x2 {
		margin-bottom: 2rem !important;
	}
	.mb-sm-x3 {
		margin-bottom: 3rem !important;
	}
	.mb-sm-x4 {
		margin-bottom: 4rem !important;
	}
	.mb-sm-x5 {
		margin-bottom: 5rem !important;
	}
	.mb-sm-x6 {
		margin-bottom: 6rem !important;
	}
	.mb-sm-x8 {
		margin-bottom: 8rem !important;
	}
	.mb-sm-x9 {
		margin-bottom: 9rem !important;
	}
	.mb-sm-x10 {
		margin-bottom: 10rem !important;
	}
	.py-sm-x0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-sm-x1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-sm-x2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	.py-sm-x3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.py-sm-x4 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
	.py-sm-x5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
	.py-sm-x6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.py-sm-x8 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important;
	}
	.py-sm-x9 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important;
	}
	.py-sm-x10 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important;
	}
	.pt-sm-x0 {
		padding-top: 0 !important;
	}
	.pt-sm-x1 {
		padding-top: 1rem !important;
	}
	.pt-sm-x2 {
		padding-top: 2rem !important;
	}
	.pt-sm-x3 {
		padding-top: 3rem !important;
	}
	.pt-sm-x4 {
		padding-top: 4rem !important;
	}
	.pt-sm-x5 {
		padding-top: 5rem !important;
	}
	.pt-sm-x6 {
		padding-top: 6rem !important;
	}
	.pt-sm-x8 {
		padding-top: 8rem !important;
	}
	.pt-sm-x9 {
		padding-top: 9rem !important;
	}
	.pt-sm-x10 {
		padding-top: 10rem !important;
	}
	.pb-sm-x0 {
		padding-bottom: 0 !important;
	}
	.pb-sm-x1 {
		padding-bottom: 1rem !important;
	}
	.pb-sm-x2 {
		padding-bottom: 2rem !important;
	}
	.pb-sm-x3 {
		padding-bottom: 3rem !important;
	}
	.pb-sm-x4 {
		padding-bottom: 4rem !important;
	}
	.pb-sm-x5 {
		padding-bottom: 5rem !important;
	}
	.pb-sm-x6 {
		padding-bottom: 6rem !important;
	}
	.pb-sm-x8 {
		padding-bottom: 8rem !important;
	}
	.pb-sm-x9 {
		padding-bottom: 9rem !important;
	}
	.pb-sm-x10 {
		padding-bottom: 10rem !important;
	}
}
@media (min-width: 768px) {
	.my-md-x0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-md-x1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-md-x2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}
	.my-md-x3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-md-x4 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
	.my-md-x5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}
	.my-md-x6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-md-x8 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important;
	}
	.my-md-x9 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important;
	}
	.my-md-x10 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important;
	}
	.mt-md-x0 {
		margin-top: 0 !important;
	}
	.mt-md-x1 {
		margin-top: 1rem !important;
	}
	.mt-md-x2 {
		margin-top: 2rem !important;
	}
	.mt-md-x3 {
		margin-top: 3rem !important;
	}
	.mt-md-x4 {
		margin-top: 4rem !important;
	}
	.mt-md-x5 {
		margin-top: 5rem !important;
	}
	.mt-md-x6 {
		margin-top: 6rem !important;
	}
	.mt-md-x8 {
		margin-top: 8rem !important;
	}
	.mt-md-x9 {
		margin-top: 9rem !important;
	}
	.mt-md-x10 {
		margin-top: 10rem !important;
	}
	.mb-md-x0 {
		margin-bottom: 0 !important;
	}
	.mb-md-x1 {
		margin-bottom: 1rem !important;
	}
	.mb-md-x2 {
		margin-bottom: 2rem !important;
	}
	.mb-md-x3 {
		margin-bottom: 3rem !important;
	}
	.mb-md-x4 {
		margin-bottom: 4rem !important;
	}
	.mb-md-x5 {
		margin-bottom: 5rem !important;
	}
	.mb-md-x6 {
		margin-bottom: 6rem !important;
	}
	.mb-md-x8 {
		margin-bottom: 8rem !important;
	}
	.mb-md-x9 {
		margin-bottom: 9rem !important;
	}
	.mb-md-x10 {
		margin-bottom: 10rem !important;
	}
	.py-md-x0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-md-x1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-md-x2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	.py-md-x3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.py-md-x4 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
	.py-md-x5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
	.py-md-x6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.py-md-x8 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important;
	}
	.py-md-x9 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important;
	}
	.py-md-x10 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important;
	}
	.pt-md-x0 {
		padding-top: 0 !important;
	}
	.pt-md-x1 {
		padding-top: 1rem !important;
	}
	.pt-md-x2 {
		padding-top: 2rem !important;
	}
	.pt-md-x3 {
		padding-top: 3rem !important;
	}
	.pt-md-x4 {
		padding-top: 4rem !important;
	}
	.pt-md-x5 {
		padding-top: 5rem !important;
	}
	.pt-md-x6 {
		padding-top: 6rem !important;
	}
	.pt-md-x8 {
		padding-top: 8rem !important;
	}
	.pt-md-x9 {
		padding-top: 9rem !important;
	}
	.pt-md-x10 {
		padding-top: 10rem !important;
	}
	.pb-md-x0 {
		padding-bottom: 0 !important;
	}
	.pb-md-x1 {
		padding-bottom: 1rem !important;
	}
	.pb-md-x2 {
		padding-bottom: 2rem !important;
	}
	.pb-md-x3 {
		padding-bottom: 3rem !important;
	}
	.pb-md-x4 {
		padding-bottom: 4rem !important;
	}
	.pb-md-x5 {
		padding-bottom: 5rem !important;
	}
	.pb-md-x6 {
		padding-bottom: 6rem !important;
	}
	.pb-md-x8 {
		padding-bottom: 8rem !important;
	}
	.pb-md-x9 {
		padding-bottom: 9rem !important;
	}
	.pb-md-x10 {
		padding-bottom: 10rem !important;
	}
}
@media (min-width: 992px) {
	.my-lg-x0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-lg-x1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-lg-x2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}
	.my-lg-x3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-lg-x4 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
	.my-lg-x5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}
	.my-lg-x6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-lg-x8 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important;
	}
	.my-lg-x9 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important;
	}
	.my-lg-x10 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important;
	}
	.mt-lg-x0 {
		margin-top: 0 !important;
	}
	.mt-lg-x1 {
		margin-top: 1rem !important;
	}
	.mt-lg-x2 {
		margin-top: 2rem !important;
	}
	.mt-lg-x3 {
		margin-top: 3rem !important;
	}
	.mt-lg-x4 {
		margin-top: 4rem !important;
	}
	.mt-lg-x5 {
		margin-top: 5rem !important;
	}
	.mt-lg-x6 {
		margin-top: 6rem !important;
	}
	.mt-lg-x8 {
		margin-top: 8rem !important;
	}
	.mt-lg-x9 {
		margin-top: 9rem !important;
	}
	.mt-lg-x10 {
		margin-top: 10rem !important;
	}
	.mb-lg-x0 {
		margin-bottom: 0 !important;
	}
	.mb-lg-x1 {
		margin-bottom: 1rem !important;
	}
	.mb-lg-x2 {
		margin-bottom: 2rem !important;
	}
	.mb-lg-x3 {
		margin-bottom: 3rem !important;
	}
	.mb-lg-x4 {
		margin-bottom: 4rem !important;
	}
	.mb-lg-x5 {
		margin-bottom: 5rem !important;
	}
	.mb-lg-x6 {
		margin-bottom: 6rem !important;
	}
	.mb-lg-x8 {
		margin-bottom: 8rem !important;
	}
	.mb-lg-x9 {
		margin-bottom: 9rem !important;
	}
	.mb-lg-x10 {
		margin-bottom: 10rem !important;
	}
	.py-lg-x0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-lg-x1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-lg-x2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	.py-lg-x3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.py-lg-x4 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
	.py-lg-x5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
	.py-lg-x6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.py-lg-x8 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important;
	}
	.py-lg-x9 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important;
	}
	.py-lg-x10 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important;
	}
	.pt-lg-x0 {
		padding-top: 0 !important;
	}
	.pt-lg-x1 {
		padding-top: 1rem !important;
	}
	.pt-lg-x2 {
		padding-top: 2rem !important;
	}
	.pt-lg-x3 {
		padding-top: 3rem !important;
	}
	.pt-lg-x4 {
		padding-top: 4rem !important;
	}
	.pt-lg-x5 {
		padding-top: 5rem !important;
	}
	.pt-lg-x6 {
		padding-top: 6rem !important;
	}
	.pt-lg-x8 {
		padding-top: 8rem !important;
	}
	.pt-lg-x9 {
		padding-top: 9rem !important;
	}
	.pt-lg-x10 {
		padding-top: 10rem !important;
	}
	.pb-lg-x0 {
		padding-bottom: 0 !important;
	}
	.pb-lg-x1 {
		padding-bottom: 1rem !important;
	}
	.pb-lg-x2 {
		padding-bottom: 2rem !important;
	}
	.pb-lg-x3 {
		padding-bottom: 3rem !important;
	}
	.pb-lg-x4 {
		padding-bottom: 4rem !important;
	}
	.pb-lg-x5 {
		padding-bottom: 5rem !important;
	}
	.pb-lg-x6 {
		padding-bottom: 6rem !important;
	}
	.pb-lg-x8 {
		padding-bottom: 8rem !important;
	}
	.pb-lg-x9 {
		padding-bottom: 9rem !important;
	}
	.pb-lg-x10 {
		padding-bottom: 10rem !important;
	}
}
@media (min-width: 1200px) {
	.my-xl-x0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-xl-x1 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-xl-x2 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}
	.my-xl-x3 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-xl-x4 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
	.my-xl-x5 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}
	.my-xl-x6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-xl-x8 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important;
	}
	.my-xl-x9 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important;
	}
	.my-xl-x10 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important;
	}
	.mt-xl-x0 {
		margin-top: 0 !important;
	}
	.mt-xl-x1 {
		margin-top: 1rem !important;
	}
	.mt-xl-x2 {
		margin-top: 2rem !important;
	}
	.mt-xl-x3 {
		margin-top: 3rem !important;
	}
	.mt-xl-x4 {
		margin-top: 4rem !important;
	}
	.mt-xl-x5 {
		margin-top: 5rem !important;
	}
	.mt-xl-x6 {
		margin-top: 6rem !important;
	}
	.mt-xl-x8 {
		margin-top: 8rem !important;
	}
	.mt-xl-x9 {
		margin-top: 9rem !important;
	}
	.mt-xl-x10 {
		margin-top: 10rem !important;
	}
	.mb-xl-x0 {
		margin-bottom: 0 !important;
	}
	.mb-xl-x1 {
		margin-bottom: 1rem !important;
	}
	.mb-xl-x2 {
		margin-bottom: 2rem !important;
	}
	.mb-xl-x3 {
		margin-bottom: 3rem !important;
	}
	.mb-xl-x4 {
		margin-bottom: 4rem !important;
	}
	.mb-xl-x5 {
		margin-bottom: 5rem !important;
	}
	.mb-xl-x6 {
		margin-bottom: 6rem !important;
	}
	.mb-xl-x8 {
		margin-bottom: 8rem !important;
	}
	.mb-xl-x9 {
		margin-bottom: 9rem !important;
	}
	.mb-xl-x10 {
		margin-bottom: 10rem !important;
	}
	.py-xl-x0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xl-x1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-xl-x2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	.py-xl-x3 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.py-xl-x4 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
	.py-xl-x5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
	.py-xl-x6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.py-xl-x8 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important;
	}
	.py-xl-x9 {
		padding-top: 9rem !important;
		padding-bottom: 9rem !important;
	}
	.py-xl-x10 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important;
	}
	.pt-xl-x0 {
		padding-top: 0 !important;
	}
	.pt-xl-x1 {
		padding-top: 1rem !important;
	}
	.pt-xl-x2 {
		padding-top: 2rem !important;
	}
	.pt-xl-x3 {
		padding-top: 3rem !important;
	}
	.pt-xl-x4 {
		padding-top: 4rem !important;
	}
	.pt-xl-x5 {
		padding-top: 5rem !important;
	}
	.pt-xl-x6 {
		padding-top: 6rem !important;
	}
	.pt-xl-x8 {
		padding-top: 8rem !important;
	}
	.pt-xl-x9 {
		padding-top: 9rem !important;
	}
	.pt-xl-x10 {
		padding-top: 10rem !important;
	}
	.pb-xl-x0 {
		padding-bottom: 0 !important;
	}
	.pb-xl-x1 {
		padding-bottom: 1rem !important;
	}
	.pb-xl-x2 {
		padding-bottom: 2rem !important;
	}
	.pb-xl-x3 {
		padding-bottom: 3rem !important;
	}
	.pb-xl-x4 {
		padding-bottom: 4rem !important;
	}
	.pb-xl-x5 {
		padding-bottom: 5rem !important;
	}
	.pb-xl-x6 {
		padding-bottom: 6rem !important;
	}
	.pb-xl-x8 {
		padding-bottom: 8rem !important;
	}
	.pb-xl-x9 {
		padding-bottom: 9rem !important;
	}
	.pb-xl-x10 {
		padding-bottom: 10rem !important;
	}
}

/* Bootstrap Adjustments */
.gutters-x1 {
	margin-right: -1rem;
	margin-left: -1rem;
}
.gutters-x1 > .col,
.gutters-x1 > [class*="col-"] {
	padding-right: 1rem;
	padding-left: 1rem;
}

/* Position */
@media (min-width: 576px) {
	.position-sm-static {
	  position: static !important;
	}
	.position-sm-relative {
	  position: relative !important;
	}
	.position-sm-absolute {
	  position: absolute !important;
	}
	.position-sm-fixed {
	  position: fixed !important;
	}
}

@media (min-width: 768px) {
	.position-md-static {
	  position: static !important;
	}
	.position-md-relative {
	  position: relative !important;
	}
	.position-md-absolute {
	  position: absolute !important;
	}
	.position-md-fixed {
	  position: fixed !important;
	}
}
@media (min-width: 992px) {
	.position-lg-static {
	  position: static !important;
	}
	.position-lg-relative {
	  position: relative !important;
	}
	.position-lg-absolute {
	  position: absolute !important;
	}
	.position-lg-fixed {
	  position: fixed !important;
	}
}
@media (min-width: 1200px) {
	.position-xl-static {
	  position: static !important;
	}
	.position-xl-relative {
	  position: relative !important;
	}
	.position-xl-absolute {
	  position: absolute !important;
	}
	.position-xl-fixed {
	  position: fixed !important;
	}
}


/* Image */
img {
	max-width: 100%;
	display: block;
}
.aspect-ratio {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
	background-color: #f7f7f7;
}
.aspect-ratio::before {
    content: "";
    display: block;
}
.aspect-ratio > * {
    position: absolute;
    top: 0;
    left: 0;
}
.aspect-ratio > img {
    width: 100%;
}
.ratio-golden {
    padding-top: 61.79%;
}
.ratio-3-2 {
    padding-top: 66.66%;
}
.ratio-1-1 {
    padding-top: 100%;
}
.ratio-3-4 {
    padding-top: 133.33%;
}
.aspect-ratio > img {
    width: 100%;
    height: auto;
    max-width: none;
    top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.aspect-ratio > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
_:-ms-lang(x), .ratio-golden > img {
	width: 100%;
	height: auto;
}
_:-ms-lang(x), .ratio-3-2 > img {
	width: 100%;
	height: auto;
}
_:-ms-lang(x), .ratio-1-1 > img {
	width: auto;
	height: 150%;
}
_:-ms-lang(x), .ratio-3-4 > img {
	width: auto;
	height: 120%;
}
.img-radius {
	border-radius: 4px;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	overflow: hidden;
}
.img-radius-l {
	border-radius: 8px;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	overflow: hidden;
}
.mask-circle {
    overflow: hidden;
    border-radius: 50%;
}
@media (min-width: 576px) {
	.ratio-sm-golden {
		padding-top: 61.79%;
	}
	.ratio-sm-3-2 {
		padding-top: 66.66%;
	}
	.ratio-sm-1-1 {
		padding-top: 100%;
	}
	.ratio-sm-3-4 {
		padding-top: 133.33%;
	}
	_:-ms-lang(x), .ratio-sm-golden > img {
		width: 100%;
		height: auto;
	}
	_:-ms-lang(x), .ratio-sm-3-2 > img {
		width: 100%;
		height: auto;
	}
	_:-ms-lang(x), .ratio-sm-1-1 > img {
		width: auto;
		height: 150%;
	}
	_:-ms-lang(x), .ratio-sm-3-4 > img {
		width: auto;
		height: 120%;
	}
}
@media (min-width: 768px) {
	.ratio-md-golden {
		padding-top: 61.79%;
	}
	.ratio-md-3-2 {
		padding-top: 66.66%;
	}
	.ratio-md-1-1 {
		padding-top: 100%;
	}
	.ratio-md-3-4 {
		padding-top: 133.33%;
	}
	_:-ms-lang(x), .ratio-md-golden > img {
		width: 100%;
		height: auto;
	}
	_:-ms-lang(x), .ratio-md-3-2 > img {
		width: 100%;
		height: auto;
	}
	_:-ms-lang(x), .ratio-md-1-1 > img {
		width: auto;
		height: 150%;
	}
	_:-ms-lang(x), .ratio-md-3-4 > img {
		width: auto;
		height: 120%;
	}
}
@media (min-width: 992px) {
	.ratio-lg-golden {
		padding-top: 61.79%;
	}
	.ratio-lg-3-2 {
		padding-top: 66.66%;
	}
	.ratio-lg-1-1 {
		padding-top: 100%;
	}
	.ratio-lg-3-4 {
		padding-top: 133.33%;
	}
	_:-ms-lang(x), .ratio-lg-golden > img {
		width: 100%;
		height: auto;
	}
	_:-ms-lang(x), .ratio-lg-3-2 > img { 
		width: 100%;
		height: auto;
	}
	_:-ms-lang(x), .ratio-lg-1-1 > img {
		width: auto;
		height: 150%;
	}
	_:-ms-lang(x), .ratio-lg-3-4 > img { 
		width: auto;
		height: 120%;
	}
}
@media (min-width: 1200px) {
	.ratio-xl-golden {
		padding-top: 61.79%;
	}
	.ratio-xl-3-2 {
		padding-top: 66.66%;
	}
	.ratio-xl-1-1 {
		padding-top: 100%;
	}
	.ratio-xl-3-4 {
		padding-top: 133.33%;
	}
	_:-ms-lang(x), .ratio-xl-golden > img {
		width: 100%;
		height: auto;
	}
	_:-ms-lang(x), .ratio-xl-3-2 > img { 
		width: 100%;
		height: auto;
	}
	_:-ms-lang(x), .ratio-xl-1-1 > img {
		width: auto;
		height: 150%;
	}
	_:-ms-lang(x), .ratio-xl-3-4 > img { 
		width: auto;
		height: 120%;
	}
}


/* Lazyload */
.lazyload {
    opacity: 0;
    transition: opacity 300ms;
}
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
.lazyload-wrapper {
    position: relative;
    min-width: auto;
}
.lazyload-wrapper img {
    transition: all 1s ease 0s;
}


/* Style */
.dark-skin, .dark-skin h1, .dark-skin h2, .dark-skin h3, .dark-skin h4, .dark-skin h5, .dark-skin h6, .dark-skin a {
	color: #fff;
}
.bg-cream {
	background-color: #FCFAF1;
	background-color: var(--vt-cream);
}
.bg-blue-light {
	background-color: #E4ECF3;
	background-color: var(--vt-blue-light);
}


/* Button */
input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    opacity: 0.25;
}

.btn {
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 700;
	transition: 0.5s;
	padding: 0 36px;
	min-width: 220px;
	height: 54px;
	line-height: 54px;
}
.btn:hover, .btn:focus, .btn:active, .button:hover, button:focus, button:active {
	outline: none !important;
	box-shadow: none !important;
}
.btn-primary {
	border-color: #79A2C3;
	border-color: var(--vt-blue-standard);
	background-color: #79A2C3;
	background-color: var(--vt-blue-standard);
	color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: #79A2C3;
	color: var(--vt-blue-standard);
	border-color: #79A2C3;
	border-color: var(--vt-blue-standard);
	background-color: #fff;
}
.btn-primary-inverted {
	background-color: #fff;
	border-color: #79A2C3;
	border-color: var(--vt-blue-standard);
	color: #79A2C3;
	color: var(--vt-blue-standard)
}
.btn-primary-inverted:hover,
.btn-primary-inverted:focus,
.btn-primary-inverted:active {
	background-color: #79A2C3;
	background-color: var(--vt-blue-standard);
	border-color: #79A2C3;
	border-color: var(--vt-blue-standard);
	color: #fff;
}
.btn-rounded {
	border-radius: 800px;
}
.btn-icon-text {
	text-decoration: none;
	font-weight: bold;
	color: #79A2C3;
}
.btn-icon-text i {
	background-color: #79A2C3;
	background-color: var(--vt-blue-standard);
	color: #fff;
	display: inline-block;
	width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 800px;
}
.btn-icon-text:hover i,
.btn-icon-text:focus i,
.btn-icon-text:active i {
	color: #538CBA;
	color: var(--vt-blue-dark);
	border-color: #538CBA;
	border-color: var(--vt-blue-dark);
	background-color: #fff;
}


/* Decoration */
.box-shadow {
	-webkit-box-shadow: 5px 10px 40px 0px #E7D1CF; 
	box-shadow: 5px 10px 40px 0px #E7D1CF;
}


/* Animation */
.animation-delay-1 {
	animation-delay: 800ms;
}
.animation-delay-2 {
	animation-delay: 900ms;
}
.animation.stretch {
	animation: stretch 0.8s ease-in forwards;
}
@keyframes stretch {
	0% {
	  width: 0px;
	}
	100% {
	  width: 92%;
	}
  }


/* Icon */
.icon {
	display: inline-block;
    background-size: cover;
	vertical-align: middle;
}
.icon-6, .icon-6 svg {
    width: 6px;
    height: 6px;
	font-size: 6px;
}
.icon-10, .icon-10 svg {
    width: 10px;
    height: 10px;
	font-size: 10px;
}
.icon-12, .icon-12 svg {
    width: 12px;
    height: 12px;
	font-size: 12px;
}
.icon-14, .icon-14 svg {
    width: 14px;
    height: 14px;
	font-size: 14px;
}
.icon-16, .icon-16 svg {
    width: 16px;
    height: 16px;
	font-size: 16px;
}
.icon-18, .icon-18 svg {
    width: 18px;
    height: 18px;
	font-size: 18px;
}
.icon-20, .icon-20 svg {
    width: 20px;
    height: 20px;
	font-size: 20px;
}
.icon-24, .icon-24 svg {
    width: 24px;
    height: 24px;
	font-size: 24px;
}
.icon-36, .icon-36 svg {
    width: 36px;
    height: 36px;
	font-size: 36px;
}
@media (min-width: 992px){
	.icon-lg-12, .icon-lg-12 svg {
		width: 12px;
		height: 12px;
		font-size: 12px;
	}
	.icon-lg-14, .icon-lg-14 svg {
		width: 14px;
		height: 14px;
		font-size: 14px;
	}
	.icon-lg-16, .icon-lg-16 svg {
		width: 16px;
		height: 16px;
		font-size: 16px;
	}
	.icon-lg-18, .icon-lg-18 svg {
		width: 18px;
		height: 18px;
		font-size: 18px;
	}
	.icon-lg-20, .icon-lg-20 svg {
		width: 20px;
		height: 20px;
		font-size: 20px;
	}
	.icon-lg-24, .icon-lg-24 svg {
		width: 24px;
		height: 24px;
		font-size: 24px;
	}
	.icon-lg-36, .icon-lg-36 svg {
		width: 36px;
		height: 36px;
		font-size: 36px;
	}
}
/* .icon-toggler {
	background-image: url(../img/icon-toggler.svg);
}
.icon-close {
	background-image: url(../img/icon-close.svg);
} */


/* Social Icons */
.social {
	font-size: 10px;
}
.social li {
	padding: 0 7px;
}
.social a {
	text-decoration: none !important;
}


/* Menu */
.main-menu{
    padding: 0 1rem;
    top: 0;
    left: 0;
    width: 100%;
    max-height: calc(100vh + 140px);
    z-index: 10;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
    flex-direction: column;
	-ms-flex-align: normal;
    align-items: normal;
}
.main-menu.active{
	padding-bottom: 3rem;	
}
/*.main-menu::after{
	box-shadow: rgb(0 0 0 / 8%) 0px 1px 12px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: -1;
}*/
.main-menu a{
    text-decoration: none;
}
.main-menu a:hover,
.main-menu a:focus{
	opacity: 0.5;
	color: inherit;
}
.main-menu ul li{
    list-style-type: none;
}
.main-menu .icon-close{
	display: none;	
}
.main-menu.active .icon-close{
	display: block;
	margin-right: -1px;
	margin-top: -1px;
}
.main-menu.active .icon-toggler{
	display: none;	
}
.main-menu .brand-and-icon{
    border-bottom: none;
    padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.main-menu .navbar-brand{
    font-size: 1.5rem;
    letter-spacing: 3px;
    font-weight: 700;
    margin: 0;
	padding: 21px 0;
	width: 215px;
	vertical-align: middle;
}
.main-menu .navbar-toggler{
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0.2rem 0.5rem;
    transition: all 0.4s ease;
    border-radius: 4px;
}
.main-menu .navbar-toggler:hover{
    opacity: 0.7;
}
.main-menu .navbar-toggler:focus{
    outline: none;
}
.main-menu .navbar-collapse{
    overflow-y: scroll;
    display: none;
	height: calc(100vh - 64px);
}
.main-menu .navbar-nav {
	position: relative;
    top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-menu .navbar-nav > li > a{
    font-size: 2.33rem;
	font-weight: 600;
    font-weight: 650;
    display: block;
    padding: 0.6rem 0;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
	color: #333;
}
@media (min-width: 992px){
	.main-menu{
		-ms-flex-direction: row;
        flex-direction: row;
		-ms-flex-wrap: wrap;
        flex-wrap: wrap;
		-ms-flex-align: center;
        align-items: center;
        position: relative;
    }
	.main-menu .navbar-toggler{
        display: none;
    }
	.main-menu .brand-and-icon{
        border-bottom: none;
		width: auto;
		padding-right: 18px;
	}
	.main-menu .navbar-collapse{
        display: block!important;
        overflow-y: hidden;
		-ms-flex: 1 0 auto;
        flex: 1 0 auto;
		height: auto;
    }
	.main-menu .navbar-nav{
		display: -ms-flexbox;
        display: flex;
		-ms-flex-align: center;
        align-items: center;
		-ms-flex-pack: start;
        justify-content: flex-start;
		-ms-flex-direction: row;
		flex-direction: row;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.main-menu .navbar-nav > li > a{
        border-bottom: none;
        padding: 33px 18px;
        font-size: 13px;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		line-height: 12px;
    }
	.main-menu .navbar-nav > li{
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.4s ease;
    }
	.main-menu .navbar-nav > li.hover-underline:hover{
        border-bottom-color: #211E1E;
    }
	.main-menu .menu-current {
		pointer-events: none;
        border-bottom-color: #211E1E !important;
	}
	.main-menu .header-logo {
		width: 215px;
		height: 21px;
		max-width: none;
	}
}
/* Menu hide on scroll */
#hide-on-scroll {
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 100;
	-webkit-transition: all .5s ease;
	transition: all .5s;
}
#hide-on-scroll.hide {
	top: -80px;
}
/*#hide-on-scroll .main-menu.active {
	height: calc(100vh + 64px);
}
main {
	margin-top: 64px;
}
@media (min-width: 992px){
	#hide-on-scroll.hide {
		top: -80px;
	}
	main {
		margin-top: 80px;
	}
}*/


/* Hero */
#hero {
	background: #E4ECF3;
	background: var(--vt-blue-light);
	height: 85vh;
	position: relative;
}		
.hero-text {
	-webkit-transition: opacity 1.75s ease;
	transition: opacity 1.75s ease;
	text-align: center;
	opacity: 0;
	max-width: 100%;
	color: #fff;
	position: absolute;
	bottom: 0;
}
.hero-text a {
	color: #fff;
}
body.hero-ready .hero-text {
	opacity: 1;
}
.hero-mv-title {
	position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -65%);
    transform: translate(-50%, -65%);
    left: 50%;
	color: #fff;
	text-align: center;
	max-width: 650px;
	width: 100%;
}
.hero-mv-title-main {
	height: 6.5rem;
	overflow: hidden;
}

/* 20220901 end of campaign */
@media (max-height: 710px) and (orientation: landscape) {
	.hero-mv-title {
		top: 40%;
	}
	.hero-mv-title-main > div {
		font-size: 56px !important;
	}
	.hero-mv-title-sub, .hero-mv-title hr {
		display: none;
	}
}
/* END - 20220901 end of campaign */

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .hero-mv-title-main > div { padding-top: 0.1em } /* IE11 */
}
.hero-mv-title-main > div {
	white-space: nowrap;
	font-feature-settings: 'palt';
}
.hero-mv-title-sub {
	height: 50px;
	overflow: hidden;
}
.hero-mv-title-sub > div {
	padding-top: 2.5rem;
}
.hero-hr {
	max-width: 500px;
	width: 0;
	margin: 0 auto;
	opacity: 1;
	border-bottom: 2px solid #fff;
}
.hero-title {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
@media (min-width: 768px) {
	.hero-mv-title-main {
		height: 8.5rem;
	}
}
@media (min-width: 992px) {
	.hero-mv-title-main {
		height: 100px;
	}
}


/*** AC ***/
.acbox a {
	color: #484848;
	color: var(--vt-black-standard);
	text-decoration: none;
}
.acbox a:hover,
.acbox a:focus {
	color: #484848;
	color: var(--vt-black-standard);
}
.ac-img {
	position: relative;
	overflow: hidden;
}
.ac-img img {
	width: 100%;
	border-radius: 12px;
}
.js .animate-box {
	opacity: 0;
}
.ac-title {
	color: #333;
	color: var(--vt-black-dark);
	font-size: 15px;
	line-height: 1.4;
	font-weight: 700;
	margin-top: 16px;
}
.ac-label-wrapper {
	position: absolute;
	z-index: 1;
	top: 12%;
	left: 0;
}
.ac-label {
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	padding: 8px;
	position: relative;
}
.ac-label::after {
	content: "";
	display: block;
	border-right: 10px solid transparent !important;
	border-top: 30px solid;
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	right: -10px;
	background: transparent !important;
}
.ac-label-1 {
	background-color: #D6AE6A;
}
.ac-label-1::after {
	border-color: #D6AE6A;
}
.ac-label-2 {
	background-color: #9C9EA0;
}
.ac-label-2::after {
	border-color: #9C9EA0;
}
.ac-label-3 {
	background-color: #C98C54;
}
.ac-label-3::after {
	border-color: #C98C54;
}
.ac-location {
	color: #333;
	color: var(--vt-black-dark);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 7px;
}
.ac-description {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 7px;
}
.ac-price {
	color: #333;
	color: var(--vt-black-dark);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 7px;
}
@media (min-width: 768px) {
	.ac-title {
		font-size: 17px;
	}
}
/* hide load mess */
.ac-lineup.fadeInUp.animated {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

/*** PULLDOWN ***/
.cp_ipselect {
	overflow: hidden;
	position: relative;
	border-radius: 100px;
	border: 1px solid #538CBA;
	border: 1px solid var(--vt-blue-dark);
	background: #ffffff;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.08);
}
.cp_ipselect select {
	width: 100%;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 18px 48px 18px 24px;
	color: #538CBA;
	color: var(--vt-blue-dark);
	line-height: 1;
}
.cp_ipselect select::-ms-expand {
	display: none;
}
.cp_ipselect::before {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #538CBA;
	border-top: 6px solid var(--vt-blue-dark);
	pointer-events: none;
}


/*** Splide ***/
/* overflown item visible */
.splide__track {
	overflow: visible;
}
/* dots */
.splide__pagination {
	bottom: -3em;
}
.splide__pagination li {
	padding-left: 3px;
	padding-right: 3px;
}
.splide__pagination__page {
	background-color: #79A2C3;
	background-color: var(--vt-blue-standard);
}
.splide__pagination__page.is-active {
	background-color: #538CBA;
	background-color: var(--vt-blue-dark);
}
.splide__arrow {
	top: -3.4rem;
    left: auto;
    background: #fff;
    border-radius: 28px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    width: 2.8rem;
    height: 2.8rem;
}
.splide__arrow:hover {
    background-color: #fff;
}
.splide__arrow--prev {
    right: 5.6rem;
}
.splide__arrow svg {
    width: 1.2rem;
    height: 1.2rem;
}
#tours .splide__arrow {
	right: 0;
}
#tours .splide__arrow--prev {
    right: 4.2rem;
}
.splide-xs-adjustment {
	width: 100vw;
    margin-left: -27px;
}
@media (min-width: 576px) {
	.splide-xs-adjustment {
		width: 100%;
		margin-left: 0;
	}
}
.splide__spinner{
	top: calc(50% - 10px);
    margin-top: 0;
    margin-bottom: 0;
}


/* Others */
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, #others .splide__slide {
		width: 50%;
	}
}
.others-text {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 .5rem;
	width: 100%;
	transform: translateY(-50%);
	text-shadow: 0px 0px 48px #000000;
}
#others .aspect-ratio::after, 
#others2 .aspect-ratio::after {
	content:"";
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.15;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}


/* Fixed Btn */
#btn-fixed {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    cursor: pointer;
    background-color: #79A2C3;
    background-color: var(--vt-blue-standard);
    padding: 0 1em;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    border-radius: 800px;
    z-index: 10;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
}
#btn-fixed:hover {
	background-color: #fff;
	text-decoration: none;
	color: #538CBA;
	color: var(--vt-blue-dark);
}
#btn-fixed i {
	color: #fff;
	vertical-align: -5%;
	padding-right: 0.5em;
}
#btn-fixed:hover i {
	color: #538CBA;
	color: var(--vt-blue-dark);
}
@media (min-width: 768px) {
	#btn-fixed {
		padding: 0 2em;
	}
	#btn-fixed i {
		padding-right: 1em;
	}
}


/* Go Top */
#gotop {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    cursor: pointer;
    background-color: #79A2C3;
    background-color: var(--vt-blue-standard);
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    border-radius: 50%;
    z-index: 10;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	text-decoration: none;
	opacity: 0;
	pointer-events: none;
}
#gotop:hover {
	background-color: #fff;
	text-decoration: none;
	color: #538CBA;
	color: var(--vt-blue-dark);
}
#gotop i {
	color: #fff;
	vertical-align: -5%;
}
#gotop:hover i {
	color: #538CBA;
	color: var(--vt-blue-dark);
}


/* Footer */
footer {
	font-size: 13px;
	line-height: 1;
	color: #484848;
	color: var(--vt-black-standard);
}
footer a:hover, footer a:focus {
	color: #999;
}
footer .latin {
	font-size: 11px;
	margin-bottom: 2.5rem;
	color: #333;
	color: var(--vt-black-dark);
}
.footer-menu ul {
	margin-bottom: 0;
}
.footer-menu li {
	margin-top: 1.5em;
}
.veltra-footer-ha-logo {
    width: 114px;
    height: auto;
	vertical-align: text-top;
}
.veltra-footer-kite-logo {
    width: 68px;
    height: auto;
}
.veltra-footer-emo-logo {
    width: 68px;
    height: auto;
}
.veltra-footer-colorier-logo {
    width: 92px;
    height: auto;
}


/* Bootstrap 5 to cover IE 11 */
.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	margin-top: calc(-1 * 0);
	margin-right: calc(-0.5 * 1.5rem);
	margin-left: calc(-0.5 * 1.5rem);
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
.row > * {
	padding-right: calc(1.5rem * 0.5);
	padding-left: calc(1.5rem * 0.5);
	margin-top: 0;
	margin-top: var(--bs-gutter-y);
}
@media (min-width: 576px) {
	.col-sm-6 {
	  -ms-flex: 0 0 auto;
	}
}
@media (min-width: 992px) {
	.col-lg-4 {
		-ms-flex: 0 0 auto;
	  }
}