/*
Theme Name: Lab Loewen
Author: coolbrand
Author URI: http://coolbrand.pl/
Description: Lab Loewen theme
Text Domain: labloewen
Version: 1.0
*/



:root {
	--app-height: 100%;

    --white-900: #C9C8C8;
    --white-700: #D5D5D5;
    --white-500: #E5E5E5;
    --white-300: #F2F2F2;
    --white-100: #fff;

    --black-900: #000;
    --black-700: #141414;
    --black-500: #222;
    --black-300: #393939;
    --black-100: #555353;

    --pink-900: #C30354;
    --pink-700: #D30B60;
    --pink-500: #E31F72;
    --pink-300: #F83E8D;
    --pink-100: #FF60A3;

    --purple-900: #721B6A;
    --purple-700: #822A7A;
    --purple-500: #903A88;
    --purple-300: #A8469F;
    --purple-100: #BE5AB5;
}



html {
	scroll-behavior:smooth;
	overflow-x: hidden;
}

body {
    font-family: 'Montserrat',sans-serif;
	font-size:16px;
	font-weight:400;
	color:var(--black-500);
	line-height: 1.9em;

	padding:0;
	margin:0;
	position: relative;
    word-break: normal;
	word-wrap: break-word;
	/* overflow-x: hidden;  */
}



a {
	color:var(--black-500);
	font-weight: 400;
	text-decoration: underline;
	text-decoration-thickness: 1px;
  	text-underline-offset: 2px;
	transition:.2s all;
}

a:hover {
	color:var(--pink-300);
	text-decoration: underline;
}


p {
	font-size:16px;
	font-weight:400;
	color:var(--black-500);
	line-height: 1.9em;
	margin:0;
	margin: 0 0 6px 0;
	padding:0;
}

/* strong {
	font-weight: 600;
}
 */

main {
	padding: 64px 0 0 0;
}



.container, .container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}


.container {
	max-width: 1320px;
}
@media (min-width:576px) {
	.container {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (min-width:1200px) {
	.container-fluid {
		padding-left: 60px;
		padding-right: 60px;
	}
}


@media (min-width:1460px) {
	.container {
		max-width: 1800px;
		padding-left: 120px;
		padding-right: 120px;
	}
}


@media (min-width:1460px) {
	.container-fluid {
		max-width: 2000px;
		padding-left: 120px;
		padding-right: 120px;
	}
}



.row-20 {
    height: 100%;
    margin-left: -10px;
    margin-right: -10px;
}

.row-20 > [class*="col-"] {
    padding-left:10px;
    padding-right:10px;
}

.row-30 {
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

.row-30 > [class*="col-"] {
    padding-left:15px;
    padding-right:15px;
}

.row-16 {
    height: 100%;
    margin-left: -8px;
    margin-right: -8px;
}

.row-16 > [class*="col-"] {
    padding-left:8px;
    padding-right:8px;
}



h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	color: var(--black-900);
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 12px 0;
	line-height: 1.2em;
	position: relative;
}



h1 {
	font-size: 30px;
	line-height: 34px;
}
@media (min-width:768px) {
	h1 {
		font-size: 36px;
		line-height: 42px;
	}
}


h2 {
	font-size: 30px;
	line-height: 34px;
}


h3 {
	font-size: 24px;
	line-height: 28px;
}


h4 {
	font-size: 20px;
	line-height: 24px;
}


h5 {
	font-size:16px;
	line-height: 20px;
}


h6 {
	font-size:14px;
	line-height: 18px;
}



.subtitle-1 {
	font-size: 24px;
	font-weight: 300;
	color:var(--pink-500);
	line-height: 30px;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0 0 13px 0;
}


.subtitle-2 {
	font-size: 20px;
	font-weight: 300;
	color:var(--pink-500);
	line-height: 26px;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0 0 13px 0;
}


.subtitle-3 {
	font-size: 16px;
	font-weight: 300;
	color:var(--pink-500);
	line-height: 22px;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0 0 13px 0;
}



.body-large-text {
	font-size: 20px;
	line-height: 36px;
}

.body-normal-text {
	font-size: 16px;
	line-height:30px;
}

.body-small-text {
	font-size: 14px;
	line-height: 20px;
}

.body-x-small-text {
	font-size: 12px;
	line-height: 16px;
}





.btn-primary {
	font-size: 14px;
	font-weight: 600;
	color: var(--white-100);
	text-decoration: none;
	text-align:center;
	line-height:20px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	letter-spacing: .05em;
    width: auto;
    margin: 0;
	background:var(--pink-500);
    border:none;
	border-radius:3px;
    outline: 0;
	padding:10px 20px;
	gap:10px;
    cursor: pointer;
	transition: .4s ease-in-out;
	overflow: hidden;
}

.btn-primary:hover {
	color: var(--white-100);
	background:var(--pink-900);
	text-decoration: none;
}

.btn-primary:focus, .btn-primary:active {
	color: var(--white-100);
	background:var(--pink-900);
	text-decoration: none;
}

.btn-primary:disabled {
	color: var(--white-100);
	background:var(--pink-500);
	text-decoration: none;
	opacity: .5;
}


.btn-primary img {
	max-width: 20px;
	max-height: 20px;
	transition: .4s ease-in-out;
}



.btn-secondary {
	font-size: 14px;
	font-weight: 600;
	color: var(--white-100);
	text-decoration: none;
	text-align:center;
	line-height:20px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	letter-spacing: .05em;
    width: auto;
    margin: 0;
	background:var(--purple-500);
    border:none;
	border-radius:3px;
    outline: 0;
	padding:10px 20px;
	gap:10px;
    cursor: pointer;
	transition: .4s ease-in-out;
	overflow: hidden;
}

.btn-secondary:hover {
	color: var(--white-100);
	background:var(--purple-900);
	text-decoration: none;
}

.btn-secondary:focus, .btn-secondary:active {
	color: var(--white-100);
	background:var(--purple-900);
	text-decoration: none;
}

.btn-secondary:disabled {
	color: var(--white-100);
	background:var(--purple-500);
	text-decoration: none;
	opacity: .5;
}


.btn-secondary img {
	max-width: 20px;
	max-height: 20px;
	transition: .4s ease-in-out;
}




.btn-ghost {
	font-size: 14px;
	font-weight: 600;
	color: var(--pink-500);
	text-decoration: none;
	text-align:center;
	line-height:20px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	letter-spacing: .05em;
    width: auto;
    margin: 0;
	background:transparent;
    border:2px solid var(--pink-500);
	border-radius:3px;
    outline: 0;
	padding:8px 18px;
	gap:10px;
    cursor: pointer;
	transition: .4s ease-in-out;
	overflow: hidden;
}

.btn-ghost:hover {
	color: var(--white-100);
	background:var(--pink-500);
	text-decoration: none;
}

.btn-ghost:focus, .btn-ghost:active {
	color:var(--white-100);
	background:var(--pink-900);
	border-color: var(--pink-900);
	text-decoration: none;
}

.btn-ghost:disabled {
	color: var(--pink-500);
	background:transparent;
	border:1px solid var(--pink-500);
	padding:9px 19px;
	text-decoration: none;
	opacity: .5;
}


.btn-ghost img {
	max-width: 20px;
	max-height: 20px;
	transition: .4s ease-in-out;
}


.btn-ghost-gray {
	font-size: 14px;
	font-weight: 600;
	color: var(--white-100);
	text-decoration: none;
	text-align:center;
	line-height:20px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	letter-spacing: .05em;
    width: auto;
    margin: 0;
	background:transparent;
    border:2px solid var(--white-100);
	border-radius:3px;
    outline: 0;
	padding:8px 18px;
	gap:10px;
    cursor: pointer;
	transition: .4s ease-in-out;
	overflow: hidden;
}

.btn-ghost-gray:hover {
	color: var(--black-900);
	background:var(--white-100);
	text-decoration: none;
}

.btn-ghost-gray:focus, .btn-ghost-gray:active {
	color:var(--black-900);
	background:var(--white-500);
	border-color: var(--white-500);
	text-decoration: none;
}

.btn-ghost-gray:disabled {
	color: var(--white-100);
	background:transparent;
	border:1px solid var(--white-100);
	padding:9px 19px;
	text-decoration: none;
	opacity: .5;
}


.btn-ghost img {
	max-width: 20px;
	max-height: 20px;
	transition: .4s ease-in-out;
}



.btn-huge {
	padding:15px 20px;
}

.btn-ghost.btn-huge {
	padding:13px 18px;
}



.btn-standard {
	font-size: 14px;
	font-weight: 600;
	color: var(--pink-500);
	text-decoration: none;
	line-height:20px;
	display: inline-flex;
	background: transparent;
	border: none;
	border-radius: 0;
	align-items: center;
	letter-spacing: .05em;
	position: relative;
	transition: .4s ease-in-out;
}

.btn-standard:hover {
	color: var(--pink-900);
	text-decoration: none;
}

.btn-standard::after {
	content: '';
	width: 14px;
	min-width: 14px;
	height: 14px;
	background:url('images/icon-chev-btn.svg') center no-repeat var(--pink-500);
	background-size: 4px 7.12px;
	border-radius: 50%;
	margin: 0 0 0 4px;
	display: block;
	transition: .4s ease-in-out;
}

.btn-standard:hover::after {
	background-color: var(--pink-900);
}




/* header */

.header {
	width: 100%;
	background: var(--white-300);
	position: fixed;
/* 	top:0; */
	z-index: 996;
	transition: .4s all;
	border-bottom: 1px solid #DADADA;
}

.site-scrolled .header {
	-webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);

}

.header .container {
	min-height: 63px;
	gap:8px;
	padding-top: 14px;
	padding-bottom: 11px;
	transition: .3s ease-in-out;
}
@media (min-width:992px) {
	.site-scrolled .header .container {
		min-height: 51px;
		padding-top: 8px;
		padding-bottom: 5px;
	}
}




.top-brand {
	width: auto;
	margin: 0 auto 0 0;
}

.top-brand img {
	width: 120px;
	height: auto;
	transition: .4s all;
}
@media (min-width:992px) {
	.top-brand img {
		width: 180px;
	}
}

@media (min-width:992px) {
	.site-scrolled .top-brand img {
		width: 140px;
	}
}






.main-menu {
	width: 100vw;
	max-width:460px;
	margin: 0 auto;
	transition: .2s all;
	padding:30px 20px;
}
@media (min-width:992px) {
	.main-menu {
		max-width: unset;
		width: 100%;
		height: 100%;
		min-height: 38px;
		padding:0;
		margin: 0;
		display: flex;
	 	gap:12px 30px;
	}
}
@media (min-width:1200px) {
	.main-menu {
		gap:40px;
	}
}
@media (min-width:1400px) {
	.main-menu {
		gap:48px;
	}
}

.main-menu > li {
	padding: 0px;
	margin: 0 0 20px 0;
	list-style: none;
	position: relative;
}
@media (min-width:992px) {
	.main-menu > li {
		height:auto;
		margin: 0;
		display: flex;
		justify-content: space-between;
		gap:0 10px;
	}
}

.main-menu > li:last-child {
	margin: 0;
}

.main-menu > li > a {
	font-size:20px;
	font-weight:600;
	color:var(--black-900);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 0;
	padding:0 50px 0 0 ;
	position: relative;
	transition: .2s all;
	display: flex;
	align-items: center;
}

@media (min-width:992px) {
	.main-menu > li > a {
		font-size:14px;
		padding: 0;
	}
}

.main-menu > li:hover > a {
	color:var(--pink-500);
	text-decoration: none;
}

@media (min-width:992px) {
	.main-menu > li.menu-item-has-children > a {
		background: url('images/menu-arrow-down.svg') center right no-repeat;
		padding-right: 18px;
		transition: .2s ease-in-out;
	}
}

@media (min-width:992px) {
	.main-menu > li.menu-item-has-children:hover > a {
		background: url('images/menu-arrow-up.svg') center right no-repeat;
	}
}

@media (min-width:992px) {
	.main-menu > li .sub-menu {
		display: none;
	}
}

.main-menu > li > .sub-menu {
	padding:18px 0 8px 0;
	margin: 0;
}
@media (min-width:992px) {
	.main-menu > li > .sub-menu {
		width:332px;
		top:100%;
		left: -20px;
		padding:12px 20px;
		background: var(--white-100);
		margin: 0;
		position: absolute;		
		animation:fadeIn .5s;
		transition: .2s ease-in-out; 
		overflow: visible;
		max-height: unset;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		-webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
		border:none;
		border-radius: 0;
	}
}
@media (min-width:992px) {
	.main-menu > li:hover > .sub-menu {
		padding:12px 20px;
		display: block;
		visibility: visible;
		opacity: 1;
		pointer-events: auto; 
	}
}

.main-menu > li > .sub-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-menu > li > .sub-menu li a {
	font-size: 14px;
	font-weight: 600;
	color: var(--black-500);
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 20px;
	padding: 15px 0;
	border-bottom: 1px solid var(--white-900);
	display: block;
}
@media (min-width:992px) {
	.main-menu > li > .sub-menu li a {
		font-size: 14px;
	}
}

.main-menu > li > .sub-menu li a:hover {
	color: var(--pink-500);
	text-decoration: none;
}

@media (min-width:992px) {
	.main-menu > li > .sub-menu li:last-child a {
		border-bottom: none;
	}
}





.main-menu li .main-submenu-toggle {
	width: 40px;
	height: 40px;
	border-radius: 0;
	border:none;
	background: none;
	padding: 0;
	right:0px;
	top:-6px;
	position: absolute;
	transition: .2s all;
}

.main-menu li .main-submenu-toggle::before {
	content: '';
	width: 12px;
	height: 12px;
	background:url('images/icon-chev-down.svg') center no-repeat;
	background-size: 10px 8px;
	right:8px;
	top:calc(50% - 6px);
	position: absolute;
	transition: .2s all;
}

.main-menu li.toggled > .main-submenu-toggle::before {
	transform: rotate(180deg);
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}





.main-menu > li.btn-menu a {
	font-size: 14px;
	font-weight: 600;
	color: var(--white-100);
	text-decoration: none;
	text-align:center;
	line-height:20px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	letter-spacing: .05em;
    width: auto;
    margin: 0;
	background: #8C5B97;
	background: linear-gradient(90deg, rgba(140, 91, 151, 1) 0%, rgba(98, 53, 108, 1) 100%);
    border:none;
	border-radius:5px;
    outline: 0;
	padding:10px 20px;
	gap:5px;
    cursor: pointer;
	transition: .4s ease-in-out;
	overflow: hidden;
}

.main-menu > li.btn-menu a:hover {
	color: var(--white-100);
	background: #8C5B97;
	background: linear-gradient(-90deg, rgba(140, 91, 151, 1) 0%, rgba(98, 53, 108, 1) 100%);
	text-decoration: none;
}

.main-menu > li.btn-menu a img {
	width: 18px;
	height: auto;
	max-height: 18px;
	transition: .4s ease-in-out;
}




.lang-switcher {
	margin: 0;
	padding: 0;
	gap:8px;
}

.lang-switcher li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lang-switcher li a {
	width: 36px;
	min-width: 36px;
	height: 36px;
	font-size: 12px;
	color: var(--black-500);
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	background: var(--white-500);
	border: none;
	border-radius: 50em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lang-switcher li a:hover {
	color: var(--white-100);
	text-decoration: none;
	background: var(--pink-500);
}

.btn-search {
	width: 36px;
	min-width: 36px;
	height: 36px;
	background: var(--white-500);
	border: none;
	border-radius: 50em;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:.2s all;
}

.btn-search:hover {
	text-decoration: none;
	background: var(--pink-500);
}

.btn-search svg {
	transition:.2s all;
}

.btn-search:hover svg {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.modal-content {
	border-radius: 0;
}

.modal-body {
	padding-top: 40px;
	padding-bottom: 40px;
}

.search-form {
	gap:8px;
}



header .social-media-menu {
	margin: 0;
	padding: 0 0 0 8px;
	display: flex;
	flex-wrap: wrap;
	gap:8px;
	position: relative;
}

header .social-media-menu::before {
	content: '';
	width: 1px;
	height: 18px;
	background: #B4B4B4;
	top:calc(50% - 9px);
	left:0;
	position: absolute;
}

header .social-media-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

header .social-media-menu a {
	width: 26px;
	min-width: 26px;
	height: 26px;
	font-size: 0;
	color: transparent;
	text-decoration: none;
	/* border-radius: 50%;
	background: var(--black-500); */
	display: flex;
	align-items: center;
	justify-content: center;
}

header .social-media-menu a:hover {
	font-size: 0;
	color: transparent;
	text-decoration: none;
}

header .social-media-menu a img {
	max-width: 14px;
	max-height: 14px;
	width: auto;
	height: auto;
  	filter: grayscale(100%) brightness(0);
}





.unclickable > a {
	pointer-events: none;
}

@media (min-width:992px) {
	.only-mobile > a, .mobile-only {
		display: none !important;
	}
}


.burger-menu, .burger-menu:hover {
	font-size: 14px;
	font-weight: 600;
	color:var(--black-900);
	text-decoration: none;
	text-align: center;
	line-height:18px;
	letter-spacing: .05em;
	background: none;
	border-radius: 0;
	border: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap:8px;
	
}
@media (min-width:992px) {
	.burger-menu {
		display: none;
	}
}

.burger-menu div {
	width: 30px;
	height: 22px;
	border-top: 2px solid var(--black-500);
	border-bottom: 2px solid var(--black-500);
	border-radius: 1px;
	margin:0;
	position: relative;
}

.burger-menu div::before {
	content:'';
	width: 26px;
	height: 2px;
	background: var(--black-500);
	margin-top:8px;
	border-radius: 1px;
	display: block;
}

.burger-menu-close, .burger-menu-close:hover {
	text-decoration: none;
	display: none;
}

.responsive .burger-menu-close {
	font-size:24px;
	font-weight: 700;
	color: var(--white-100);
	margin: 0;
	padding: 0 20px;
	width: 100%;
	height:55px;
	background:url('images/menu-close.svg') no-repeat var(--black-900);
	background-position:top 50% right 20px;
	border: none;
	z-index: 998 !important;
	display: flex;
	align-items: center;
	top:0;
	left:0;
	position: fixed;
}

@media (min-width:992px) {
	.burger-menu-close, .responsive .burger-menu-close {
		display: none;
	}
}







@media (max-width:991.98px) {
	.topnav {
		display: none !important;
	}

	.responsive .topnav {
		width:100%;
		height: 100vh;
		padding:50px 0 40px 0;
		top:0px;
		left:0px;
		right:0px;
		position: fixed;
		display: flex !important;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		z-index: 998;
		background: var(--white-100);
		overflow-y: auto;
		animation:top .5s;
		scrollbar-width: none;
	}
	.responsive .topnav::-webkit-scrollbar {
		display: none;
	} 


	
	@keyframes top {
		0% {
			top: -100vh;
			opacity: 0;
		}
		100% {
			top: 0;
			opacity: 1;
		}	
	}
}

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




/* 404 */

.page-404 {
	min-height: 60vh;
	padding-top: 140px;
	padding-bottom: 140px;
	margin-bottom: 0;
}

.page-404 h1 {
	margin: 0 0 24px 0;
}

.page-404 h3 {
	margin: 0 0 42px 0;
}




/* page / blog all */

article h1, article h2, article h3, article h4, article h5, article h6 {
	/* margin-top:62px; */
	margin-top:32px;
	margin-bottom:7px;
}

article > h1:first-child, article > h2:first-child, article > h3:first-child, article > h4:first-child, article > h5:first-child, article > h6:first-child {
	padding-top: 0;
	margin-top: 0;
}

.margin-top-none {
	margin-top: 0 !important;
}

.header-underline::after {
	content: '';
	width: 140px;
	height: 4px;
	background: #E31F72;
	background: linear-gradient(-90deg, rgba(227, 31, 114, 0) 0%, rgba(227, 31, 114, 1) 100%);
	border-radius: 2px;
	display: block;
	margin:11px 0 17px 0;
}



/*  article .subtitle-1, article .subtitle-2, article .subtitle-3 {
	color: var(--black-300);
} */

/* .section-heading .subtitle-1, .section-heading .subtitle-2, .section-heading .subtitle-3 {
	color: var(--purple-500);
	margin: 0 0 8px 0;
} */

article .subtitle-1, article .subtitle-2, article .subtitle-3 {
	margin: 0 0 16px 0;
}

article p {
	margin: 0 0 16px 0;
}

article *:last-child {
	margin-bottom: 0;
}

article hr {
	border-color: var(--white-500);
	opacity: 1;
	margin: 36px 0;
}

article img {
	max-width: 100%;
	height: auto;
	margin:10px 0 1em 0;
	border-radius: 0;
}

@media (min-width: 576px) {
	article img.alignleft {
		max-width: 50%;
		float: left;
		margin:0px 20px 20px 0px;
	}
}

@media (min-width: 576px) {
	article img.alignright {
		max-width: 50%;
		float: right;
		margin:0px 0px 20px 20px;
	}
}

article img.aligncenter {
	margin:2em 0;
	margin-left: 50%;
	transform: translateX(-50%);
}



article ul {
	padding:0;
	margin:0 0 1.1em 0;
}

article p + ul {
	margin-top: -8px;
}

article ul > li {
	font-size: 16px;
	line-height:1.9em;
	margin:0px 0px 8px 0px;
	padding:0px 0px 0px 20px;
	list-style: none;
	position: relative; 
}

article ul > li:last-child {
	margin: 0;
}

article ul > li::before {
	content: '';
	width: 8px;
	height: 8px;
	background:var(--pink-500);
	border-radius: 50%;
	left:0;
	top:10px;
	position: absolute;
}

article ul > li:last-child {
	margin-bottom: 0;
}


article ol {
	padding: 0;
	margin:0 0 1.1em 16px;
}

article ol li {
	font-size: 16px;
	font-weight: 400;
	line-height:1.9em;
	margin:0px 0px 8px 15px;
	padding:0px 0px 0px 3px;

}


article blockquote {
	font-size:18px;
	font-weight:400;
	color: var(--black-500);
	font-style: italic;
	line-height: 30px;
	margin:0 0 16px 0;
	padding:14px 24px;
	border-left: 3px solid var(--purple-500);
}

article blockquote p {
	font-size:18px;
	font-weight:400;
	color: var(--black-500);
	font-style: italic;
	line-height: 30px;
}


article > *:first-child {
	margin-top: 0;
}

article > p:last-child, article > ul:last-child, article > img:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

article table {
	margin: 22px 0;
}

article table td, article table th, article table tr {
	border-width: 1px;
	padding: 5px;
}


/* youtube responsive */
article .embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	margin-bottom:40px;
	overflow: hidden;
	border-radius:0;
}
article .embed-responsive .embed-responsive-item,
article .embed-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
article .embed-responsive-16by9 {
	padding-bottom: 56.25%;
}




/* sections */

section {
	margin-bottom:70px;
	position: relative;
}
@media (min-width:768px) {
	section {
		margin-bottom:80px;
	}
}



/* hero */

.section-hero {
	background: var(--black-100);
	min-height: 360px;
	padding:32px 0;
	position: relative;
}
@media (min-width:768px) {
	.section-hero {
		padding: 80px 0;
	}
}
@media (min-width:1200px) {
	.section-hero {
		padding: 120px 0;
	}
}

.section-hero::before {
	content: '';
	width: 100%;
	height: 100%;
	background:var(--pink-500);
	left:0;
	top:0;
	position: absolute;
	z-index: 920;
	opacity: .05;
}

.section-hero::after {
	content: '';
	width: 100%;
	height: 100%;
	background:var(--black-900);
	left:0;
	top:0;
	position: absolute;
	z-index: 930;
	opacity: .25;
}
.section-hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left:0;
	top:0;
	position: absolute;
	z-index: 900;
}

.section-hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left:0;
	top:0;
	position: absolute;
	z-index: 900;
}





.section-hero .container {
	gap:24px;
	position: relative;
	z-index: 990;
}

.section-hero-heading {
	margin: 0;
	/* animation-name: hero1;
    animation-duration:.8s; */
}

@keyframes hero1 {
	0% {transform: translateY(80px);opacity:0;}
	20% {transform: translateY(80px);opacity:0;}
	100% {transform: translateY(0px);;opacity:1;}
}

.section-hero-heading h1 {
	font-size:40px;
	font-weight:200;
	color: var(--white-100);
	line-height:46px;
	text-transform: uppercase;
	margin: 0;
}

.section-hero-heading h2 {
	font-size:40px;
	font-weight:600;
	color: var(--pink-500);
	text-transform: none;
	line-height:46px;
	margin: 0;
}

.section-hero-content {
	font-size: 16px;
	font-weight: 400;
	color: var(--white-100);
	font-style: italic;
	line-height: 30px;
	margin:0 0 3px 0;
	position: relative;
/* 	animation-name: hero2;
    animation-duration:1.2s; */
}

@keyframes hero2 {
	0% {transform: translateY(80px);opacity:0;}
	40% {transform: translateY(80px);opacity:0;}
	100% {transform: translateY(0px);;opacity:1;}
}

/* .section-hero-bottom  {
	animation-name: hero2;
    animation-duration:1.8s;
} */

@keyframes hero3 {
	0% {transform: translateY(80px);opacity:0;}
	80% {transform: translateY(80px);opacity:0;}
	100% {transform: translateY(0px);;opacity:1;}
}

.section-hero-bottom-line-1 {
	font-size: 20px;
	font-weight: 700;
	color: var(--white-100);
	margin: 0 0 4px 0;
}

.section-hero-bottom-line-2 {
	font-size: 16px;
	font-weight: 400;
	color: var(--white-100);
}




/* page-header */

.page-header {
	padding-top:95px;
	padding-bottom:0;
	margin-bottom:58px;
}

.breadcrumbs {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap:4px 10px;
}

.breadcrumbs li {
	font-size: 14px;
	font-weight: 400;
	color: var(--black-100);
	line-height: 16px;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs li.separator {
	color: var(--black-100);
}

.breadcrumbs li a, .breadcrumbs li a:hover {
	font-size: 14px;
	font-weight: 400;
	color: var(--black-100);
	text-decoration: none;
}

.breadcrumbs li strong {
	font-weight: 400;
}

.breadcrumbs li .bread-current {
	color: var(--pink-500);
}






.section-padding-anch {
	width: 10px;
	height:calc(100% + 40px);
	margin-top: -80px;
	opacity: 0;
	position: absolute;
}
@media (min-width:768px) {
	.section-padding-anch {
		margin-top: -120px;
		height:calc(100% + 60px);
	}
}



/* section-content */

.section-content-pink article {
	color: var(--white-100);
	font-size: 14px;
	line-height: 1.4em;
	padding: 24px 20px;
	background: #903A88;
	background: linear-gradient(225deg, rgba(144, 58, 136, 1) 0%, rgba(228, 32, 115, 1) 100%);
	border-radius: 20px 0 20px 0;
}

.section-content-pink article > * {
	color: var(--white-100);
}

.section-content-pink article h1, .section-content-pink article h2, .section-content-pink article h3, .section-content-pink article h4, .section-content-pink article h5, .section-content-pink article h6 {
	margin: 0 0 13px 0;
}

.section-content-pink article p {
	font-size: 14px;
	line-height: 1.4em;
}
.section-content-pink article a {
	color: var(--white-100);
	text-decoration: none;
}

.section-content-pink article a:hover {
	color: var(--white-300);
	text-decoration: none;
}

.section-content-pink article ul, .section-content-pink article ol {
	margin: 0 0 1.4em 0;
}

.section-content-pink article li {
	font-size: 14px;
	line-height: 1.4em;
}

.section-content-pink article li::before {
	background: var(--white-100);
	top:5px;
}


/* section-contentimage */

.section-contentimage.section-contentimage-gray {
	background:var(--white-300);
	padding:80px 0;
}

.section-contentimage-wrapper {
	gap: 30px;
}
@media (min-width:768px) {
	.section-contentimage-wrapper {
		gap: 30px 40px;
	}
}
@media (min-width:1200px) {
	.section-contentimage-wrapper {
		gap: 30px 74px;
	}
}

@media (min-width:768px) {
	.section-contentimage-content {
		flex: 1 0 calc(55% - 20px);
		padding: 20px 0;
	}
}
@media (min-width:1200px) {
	.section-contentimage-content {
		flex: 1 0 calc(55% - 37px);
	}
}

.section-contentimage-image {
	width: 100%;
	/* height: 100%; */
	height: auto;
	padding: 0 20px 20px 0;
	position: relative;
	aspect-ratio: 1 / 1.03;
}
@media (min-width:768px) {
	.section-contentimage-image {
		flex: 0 0 calc(45% - 20px);
		max-width:calc(45% - 20px);
		aspect-ratio: unset;
	}
}
@media (min-width:1200px) {
	.section-contentimage-image {
		flex: 0 0 calc(45% - 37px);
		max-width:calc(45% - 37px);
	}
}

.section-contentimage-image::after {
	content: '';
	width:calc(100% - 20px);
	height: calc(100% - 20px);
	border-radius:100px 0 100px 0;
	border: 1px solid var(--pink-500);
	right: 0;
	bottom:0;
	position: absolute;
	z-index: 900;
}

.section-contentimage-image img, .section-contentimage-image video {
	width: calc(100% - 20px);
	height:calc(100% - 20px);
	border-radius:100px 0 100px 0;
	object-fit: cover;
	position: absolute;
	z-index: 990;
	margin: 0;
	padding: 0;
}


/* section-boxes */

.section-boxes-wrapper {
	gap:30px;
}

.section-boxes-inner {
	width: 100%;
	padding:24px 20px;
	background: var(--white-300);
	border-radius: 20px 0 20px 0;
	text-decoration: none;
	transition: .4s ease-in-out;
	position: relative;
}
@media (min-width:768px) {
	.section-boxes-inner {
		flex:0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
}

.section-boxes-inner:hover {
	text-decoration: none;
}

a.section-boxes-inner:hover {
	background: transparent;
}

a.section-boxes-inner::after {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 20px 0 20px 0;
	background: #903A88;
	background: linear-gradient(-45deg, rgba(144, 58, 136, 1) 0%, rgba(228, 32, 115, 1) 100%);
	left:0;
	top:0;
	position: absolute;
	z-index: -1;
	opacity: 0;
	transition: .4s ease-in-out;
}

a.section-boxes-inner:hover::after {
	opacity: 1;
}

a.section-boxes-inner > * {
	transition: .4s ease-in-out;
}

a.section-boxes-inner:hover > * {
	color:var(--white-100);
}

.section-boxes-inner .body-small-text {
	margin: 0 0 16px 0;
	flex-grow: 1;
	display: flex;
	align-items: flex-end; 
}

.section-boxes-inner .btn-standard {
	margin-top: auto; 
}

a.section-boxes-inner:hover .btn-standard, a.section-boxes-inner:hover .btn-standard:hover {
	color: var(--white-100);
}

a.section-boxes-inner:hover .btn-standard::after, a.section-boxes-inner:hover .btn-standard:hover::after {
	background: url('images/icon-chev-btn-pink.svg') center no-repeat var(--white-100);
}

.box-more {
	font-size: 14px;
	color: var(--black-300);
	line-height: 20px;
	padding: 40px 0 0 0;
}

.box-more p {
	font-size: 14px;
	color: var(--black-300);
	line-height: 20px;
}

.box-more .btn-more {
	padding: 0;
	outline: none;
}

.more-agree__more {
	animation:fadeIn .5s;
	transition: .2s ease-in-out; 
	overflow: visible;
	max-height: unset;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	display: none;
}

.box-more.active  .more-agree__more {
	visibility: visible;
	opacity: 1;
	pointer-events: auto; 
}

.more-agree__dots {
	display: inline;
}





/* section-news */

.section-news-heading {
	padding-bottom: 13px;
	gap:20px;
}

.section-news-heading h2 {
	margin: 0;
}

@media (max-width:767.98px) {
	.section-news-heading .btn-primary {
		display: none;
	}
}

.postsSwiper-container {
	position: relative;
}

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

.swiper-btns {
	width: 40px;
	min-width: 40px;
	height: 40px;
	background: var(--pink-500);
	border-radius: 50%;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .4s ease-in-out;
}
 
.swiper-btns:hover {
	background: var(--pink-900);
}

.section-news .postsSwiper-prev {
	top:33%;
	left:-15px;
	position: absolute;
	z-index: 990;
}
@media (min-width:768px) {
	.section-news .postsSwiper-prev {
		top:40%;
		left:-20px;
	}
}

.section-news .postsSwiper-next {
	top:33%;
	right:-15px;
	position: absolute;
	z-index: 990;
}
@media (min-width:768px) {
	.section-news .postsSwiper-next {
		top:40%;
		right:-20px;
	}
}

.section-news-bottom-btn {
	margin-top: 30px;
}


/* section-contact */

.section-contact {
	gap:48px 30px;
}

.section-contact-col {
	width: 100%;
}
@media (min-width:768px) {
	.section-contact-col {
		flex:1 0 calc(50% - 15px);
	}
}

.section-contact-col-details {
	margin: 0;
	padding: 0;
}

.section-contact-col-details li {
	font-size: 14px;
	font-weight: 700;
	color:var(--black-900);
	line-height: 20px;
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
	gap:12px;
}

.section-contact-col-details li a {
	font-size: 14px;
	font-weight: 700;
	color:var(--black-900);
	text-decoration: none;
}

.section-contact-col-details li a:hover {
	color: var(--pink-900);
	text-decoration: none;
}

.section-contact-col-details-icon {
	width: 36px;
	min-width: 36px;
	height: 36px;
	background: var(--white-300);
	border-radius: 50%;
}

.section-contact-col .body-x-small-text {
	margin: 0 0 16px 0;
}

@media (max-width:575.98px) {
	.section-contact-col .btn-primary {
		width: 100%;
	}
}

.section-contact-col-map iframe {
	width: 100%;
	min-height: 230px;
	height: 100%;
}



/* page calculator */

main.calculator {
	padding-top: 0;
}

.calculator .heading.form {
	background: var(--white-300);
	border-radius: 20px 0 20px 0;
	padding: 32px 20px;
	margin-bottom: 73px;
}
@media (min-width:768px) {
	.calculator .heading.form {
		padding: 48px 32px;
        margin-bottom: 47px;
	}
}

.calc-options {
	gap:16px;
	padding-top: 10px;
}

.calc-options > * {
	flex: 1 1 auto;
}
@media (min-width:768px) {
	.calc-options > * {
		max-width: 40%;
	}
}
@media (min-width:1200px) {
	.calc-options > * {
		max-width:unset;
	}
}

.calc-options > .btn-primary, .calc-options > .btn-secondary {
	flex: 0 0 auto;
}

main.calculator section.results:not(.active) {
    max-height: 0;
    transition: max-height 1s ease-in-out;
    overflow: hidden;
}


main.calculator section.results.active {
    max-height: 9000px;
    transition: max-height 1s ease-in;
}

main.calculator section.results table {
	margin-top: 16px;
}

@media (min-width:768px) {
	main.calculator section.results table thead th {
		font-size: 14px;
		font-weight: 700;
		color: var(--white-100);
		text-transform: uppercase;
		line-height: 18px;
		background: var(--black-900) !important;
		border: none;
		padding: 11px 20px;
	}
}

@media (max-width:767.98px) {
	main.calculator section.results table thead th {
		display: none;
	}
}

main.calculator section.results table thead th:first-child {
	border-radius: 3px 0 0 0;
}

main.calculator section.results table thead th:last-child {
	border-radius:0 3px 0 0;
}


@media (min-width:1200px) {
	main.calculator section.results table thead th:first-child {
		width: 35%;
	}
}
@media (min-width:1200px) {
	main.calculator section.results table thead th:last-child {
		width: 43%;
	}
}

@media (max-width:767.98px) {
	main.calculator section.results table tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

@media (max-width:767.98px) {
    main.calculator section.results table tr td {
        width: 100%;
        padding: 15px 0;
		display: block;
    }
}

main.calculator section.results table tr td {
	font-size: 14px;
	color: var(--black-900);
	line-height: 20px;
	padding: 11px 20px;
	border-bottom: none;
}

main.calculator section.results table tr td:last-child {
	border-bottom: 1px solid var(--white-900);
}

@media (min-width:768px) {
	main.calculator section.results table tr td {
		border-bottom: 1px solid var(--white-900);
	}
}

main.calculator section.results table tr td.heading {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;
	background: var(--white-300);
	border-bottom: 1px solid var(--white-900);
}

main.calculator section.results table tr td.date {
	font-weight: 700;
	color: var(--purple-500);
}

main.calculator section.results table tr td.date span {
	display: block;
}

@media (max-width:767.98px) {
    main.calculator section.results table tr .empty {
		display: none;
	}
}

main.calculator .bottom-buttons {
	padding-top: 15px;
}





/* blog - listing */

.blog-listing-wrapper {
	width: 100%;
	gap:30px;
}

.blog-listing-item {
	width: 100%;
	text-decoration: none;
	background: var(--white-300);
	border-radius:20px 0 20px 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	display: block;
}
@media (min-width:576px) {
	.blog-listing-item {
		flex:0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
}
@media (min-width:992px) {
	.blog-listing-item {
		flex:0 0 calc(33.3333% - 20px);
		max-width: calc(33.3333% - 20px);
	}
}

.blog-listing-item:hover {
	text-decoration: none;
}

.blog-listing-image-wrapper {
	width: 100%;
	height: auto;
	background: url('images/loewen.svg') center no-repeat var(--white-900);
	background-size: 40%;
	aspect-ratio: 1.74 / 1;
  	flex-shrink: 0;
	overflow: hidden;
	display: block;
}

.blog-listing-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-listing-content {
	height: 100%;
	padding:20px;
	gap:8px;
}

.blog-listing-content h4 {
	margin: 0;
}

.blog-listing-content .btn-standard {
	margin-top: auto;
}






.pagination {
	margin: 0 auto;
	padding:40px 0 0 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:4px;
}

.pagination li {
	min-width:30px;
	height: 30px;
	font-size: 14px;
	font-weight: 700;
	color:var(--black-500);
	background: var(--white-300);
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
@media (min-width:768px) {
	.pagination li {
		min-width:40px;
		height: 40px;
	}
}

/* .pagination li a.inactive {
	background:var(--black-300);
} */

.pagination li.current {
	color: var(--white-100);
	background: var(--black-500);
}

.pagination li a {
	min-width:30px;
	height: 30px;
	color:var(--black-500);
	font-weight: 700;
	text-decoration: none;
	background:var(--white-300);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
@media (min-width:768px) {
	.pagination li a {
		min-width:40px;
		height: 40px;
	}
}

.pagination li a:hover {
	color:var(--black-500);
	background:var(--purple-100);
}


.pagination li a.special {
	background:var(--white-300);
}

.pagination li a.special:hover {
	background-color: var(--purple-100) !important;
}

.pagination li.special-c {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* .pagination li.special-d1 a.special {
	background: url('images/icon-pagination-out.svg') no-repeat center var(--white-300);
	transform: rotate(180deg);
}

.pagination li.special-d2 a.special {
	background: url('images/icon-pagination-out.svg') no-repeat center var(--white-300);
} */

.pagination li.special-c1 a.special {
	background: url('images/icon-pagination.svg') no-repeat center var(--white-300);
	transform: rotate(180deg);
}
@media (min-width:768px) {
	.pagination li.special-c1 a.special {
		margin-right: 12px;
	}
}

.pagination li.special-c2 a.special {
	background: url('images/icon-pagination.svg') no-repeat center var(--white-300);
}
@media (min-width:768px) {
	.pagination li.special-c2 a.special {
		margin-left: 12px;
	}
}

.pagination li.special-d1, 
.pagination li.special-d2 {
	display: none;
}






/* blog - single */

.section-blog-content-wrapper {
	width: 100%;
	position: relative;
	z-index: 994;
}
@media (min-width: 768px) {
	.section-blog-content-wrapper {
		padding: 0 8.34%;
	}
}

.section-blog-content-image img {
	width: 100%;
	height: auto;
	margin-top: 0;
}




.container-search {
	min-height: 40vh;
}

.container-search h3 {
	margin: 0 0 30px 0;
}

.container-search ul {
	margin: 0;
	padding: 0;
}

.container-search ul li {
	margin: 0 0 28px 0;
	padding: 0 0 0 20px;
	border-left: 3px solid var(--white-500);
	list-style: none;
}

.container-search ul li h4 {
	margin: 0 0 4px 0;
}

.container-search ul li p {
	margin: 0 0 2px 0;
}

.container-search ul li a {
	text-decoration: none;
}


input:not([type=submit], [type=checkbox], [type=radio]), select {
	width:100%;
	height:50px;
	font-size:14px;
	font-weight: 400;
	color:var(--black-500);
	text-align: left;
	line-height:50px;
	background:var(--white-100);
	border:1px solid var(--white-900);
	border-radius:3px;
	padding:0 15px;
	margin:0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

select {
	background-image: url('images/icon-select.svg');
	background-size:11.91px 7.09px;
	background-position: right 15px top 50%;
	background-repeat: no-repeat;
	padding-right: 40px;
}

.form-group-date {
	position: relative;
}

/* .form-group-date::before {
	content:"";
    position:absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    height:calc(100% - 2px);
    background:pink;
    pointer-events: none;
}

.form-group-date::after {
	content:"";
    position:absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    height:calc(100% - 2px);
    background-image: url('images/icon-date.svg');
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 24.5px 22.5px;

} */


input[type="date"] {
/*   	padding-right: 40px; */
    appearance: none;
	background-image: url('images/icon-date.svg');
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 24.5px 22.5px;
	background-color: var(--white-100);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@supports (-moz-appearance: none) {
  input[type="date"]{ background-image: none; }
}




input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 15px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

input::-webkit-datetime-edit {
	height:50px;
	font-size:14px;
	font-weight: 400;
	color:var(--black-500);
	text-align: left;
	line-height:50px;	
}






input[type=submit], button[type=submit] {
	width: auto;
	min-height: 40px;
	min-width: 40px;
	color: var(--white-100);
	border: none;
	border-radius: 0;
	background: var(--pink-500);
}

input[type=submit]:hover, button[type=submit]:hover {
	background: var(--pink-900);
}

input[type=submit] svg, button[type=submit] svg {
 	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}


   



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size:14px;
	font-weight: 400;
	color:var(--black-100);
}
::-moz-placeholder { /* Firefox 19+ */
	font-size:14px;
	font-weight: 400;
	color:var(--black-100);
}
:-ms-input-placeholder { /* IE 10+ */
	font-size:14px;
	font-weight: 400;
	color:var(--black-100);
}
:-moz-placeholder { /* Firefox 18- */
	font-size:14px;
	font-weight: 400;
	color:var(--black-100);
}








/* footer */

footer {
	font-size: 12px;
	color: var(--black-500);
	line-height: 24px;
	background: var(--white-300);
	padding:50px 0 0 0;
	margin: 0;
	position: relative;
}

.footer-wrapper {
	gap:30px;
}
@media (min-width: 768px) {
	.footer-wrapper {
		gap:30px 50px;
	}
}

.footer-brand {
	margin: 0 0 24px 0;
	display: block;
}

.footer-brand img {
	width: auto;
	max-height: 29px;
}

.footer-company {
	width: 100%;
}

.footer-company-wrapper {
	gap:12px;
	margin: 0 0 32px 0;
}
@media (min-width: 768px) {
	.footer-company-wrapper {
		margin: 0 0 24px 0;
	}
}

.footer-company-details {
	width: 100%;
	margin: 0;
	padding: 0;
	gap:12px;
}
@media (min-width: 1200px) {
	.footer-company-details {
		flex:0 0 80%;
	}
}
@media (min-width: 1400px) {
	.footer-company-details {
		flex:0 0 70%;
	}
}

.footer-company-details li {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: var(--black-700);
	line-height: 20px;
	margin:0;
	padding: 0;
	list-style: none;
	gap:12px;
}
@media (min-width: 786px) {
	.footer-company-details li {
		flex:0 0 calc(33.3333% - 8px);
	}
}

.footer-company-details-icon {
	width: 36px;
	min-width: 36px;
	height: 36px;
	background: var(--pink-500);
	border-radius: 50%;
}

.footer-company-details li a {
	font-size: 14px;
	font-weight: 700;
	color: var(--black-700);
	line-height: 20px;
	text-decoration: none;
}

.footer-company-details li a:hover {
	color: var(--pink-700);
	text-decoration: none;
}

.footer-company-details-info {
	margin: 0;
}

.footer-col  {
	width:100%;
}
@media (min-width: 576px) {
	.footer-col  {
		flex:0 0 calc(33.333% - 20px);
	}
}
@media (min-width: 768px) {
	.footer-col  {
		flex:0 0 calc(33.333% - 33.34px);
	}
}
@media (min-width: 992px) {
	.footer-col  {
		flex:0 0 19.3%;
	}
}

.footer-social-media {
	gap:18px;
}

.footer-social-media h6 {
	margin: 0;
}

.footer-menu {
	margin: 0;
	padding: 0;
}

.footer-menu li {
	margin: 0 0 4px 0;
	padding: 0;
	list-style: none;
}

.footer-menu li:last-child {
	margin: 0;
}

.footer-menu li a {
	font-size: 12px;
	font-weight: 400;
	color: var(--black-500);
	text-decoration: none;
	line-height: 16px;
}

.footer-menu li a:hover {
	color: var(--pink-500);
	text-decoration: none;
}

footer .social-media-menu {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap:12px;
}

footer .social-media-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .social-media-menu a {
	width: 26px;
	min-width: 26px;
	height: 26px;
	font-size: 0;
	color: transparent;
	text-decoration: none;
	border-radius: 50%;
	background: var(--black-500);
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .social-media-menu a:hover {
	font-size: 0;
	color: transparent;
	text-decoration: none;
	background: var(--pink-700);
}

footer .social-media-menu a img {
	max-width: 14px;
	max-height: 14px;
	width: auto;
	height: auto;
}

.copyrights {
	color: var(--black-100);
	padding-bottom:20px;
	margin-top: 29px;
	gap:4px 20px;
	position: relative;
}

.copyrights::before {
	content: '';
	width: 100%;
	height: 1px;
	background: var(--white-900);
	margin-bottom: 15px;
	display: block;
}

.copyrights a {
	color: var(--black-100);
	font-weight: 700;
	text-decoration: none;
} 

.copyrights a:hover {
	color: var(--black-100);
	text-decoration: none;
} 


 
 


.goup {
	width: 44px;
	height: 44px;
	border-radius: 0;
	background: var(--pink-500);
	bottom: 15px;
	right: 10px;
	position: fixed;
	z-index: 992;
	visibility: hidden;
	opacity: 0;
	transition: .4s all;
}
@media (min-width:1200px) {
	.goup {
		bottom: 10px;
		right: 20px;
	}
}

.site-scrolled .goup {
    visibility: visible;
    opacity: 1;
}



















@media (max-width:767.98px) {
	.margin-bottom--200 { margin-bottom: -200px !important; }
	.margin-bottom--199 { margin-bottom: -199px !important; }
	.margin-bottom--198 { margin-bottom: -198px !important; }
	.margin-bottom--197 { margin-bottom: -197px !important; }
	.margin-bottom--196 { margin-bottom: -196px !important; }
	.margin-bottom--195 { margin-bottom: -195px !important; }
	.margin-bottom--194 { margin-bottom: -194px !important; }
	.margin-bottom--193 { margin-bottom: -193px !important; }
	.margin-bottom--192 { margin-bottom: -192px !important; }
	.margin-bottom--191 { margin-bottom: -191px !important; }
	.margin-bottom--190 { margin-bottom: -190px !important; }
	.margin-bottom--189 { margin-bottom: -189px !important; }
	.margin-bottom--188 { margin-bottom: -188px !important; }
	.margin-bottom--187 { margin-bottom: -187px !important; }
	.margin-bottom--186 { margin-bottom: -186px !important; }
	.margin-bottom--185 { margin-bottom: -185px !important; }
	.margin-bottom--184 { margin-bottom: -184px !important; }
	.margin-bottom--183 { margin-bottom: -183px !important; }
	.margin-bottom--182 { margin-bottom: -182px !important; }
	.margin-bottom--181 { margin-bottom: -181px !important; }
	.margin-bottom--180 { margin-bottom: -180px !important; }
	.margin-bottom--179 { margin-bottom: -179px !important; }
	.margin-bottom--178 { margin-bottom: -178px !important; }
	.margin-bottom--177 { margin-bottom: -177px !important; }
	.margin-bottom--176 { margin-bottom: -176px !important; }
	.margin-bottom--175 { margin-bottom: -175px !important; }
	.margin-bottom--174 { margin-bottom: -174px !important; }
	.margin-bottom--173 { margin-bottom: -173px !important; }
	.margin-bottom--172 { margin-bottom: -172px !important; }
	.margin-bottom--171 { margin-bottom: -171px !important; }
	.margin-bottom--170 { margin-bottom: -170px !important; }
	.margin-bottom--169 { margin-bottom: -169px !important; }
	.margin-bottom--168 { margin-bottom: -168px !important; }
	.margin-bottom--167 { margin-bottom: -167px !important; }
	.margin-bottom--166 { margin-bottom: -166px !important; }
	.margin-bottom--165 { margin-bottom: -165px !important; }
	.margin-bottom--164 { margin-bottom: -164px !important; }
	.margin-bottom--163 { margin-bottom: -163px !important; }
	.margin-bottom--162 { margin-bottom: -162px !important; }
	.margin-bottom--161 { margin-bottom: -161px !important; }
	.margin-bottom--160 { margin-bottom: -160px !important; }
	.margin-bottom--159 { margin-bottom: -159px !important; }
	.margin-bottom--158 { margin-bottom: -158px !important; }
	.margin-bottom--157 { margin-bottom: -157px !important; }
	.margin-bottom--156 { margin-bottom: -156px !important; }
	.margin-bottom--155 { margin-bottom: -155px !important; }
	.margin-bottom--154 { margin-bottom: -154px !important; }
	.margin-bottom--153 { margin-bottom: -153px !important; }
	.margin-bottom--152 { margin-bottom: -152px !important; }
	.margin-bottom--151 { margin-bottom: -151px !important; }
	.margin-bottom--150 { margin-bottom: -150px !important; }
	.margin-bottom--149 { margin-bottom: -149px !important; }
	.margin-bottom--148 { margin-bottom: -148px !important; }
	.margin-bottom--147 { margin-bottom: -147px !important; }
	.margin-bottom--146 { margin-bottom: -146px !important; }
	.margin-bottom--145 { margin-bottom: -145px !important; }
	.margin-bottom--144 { margin-bottom: -144px !important; }
	.margin-bottom--143 { margin-bottom: -143px !important; }
	.margin-bottom--142 { margin-bottom: -142px !important; }
	.margin-bottom--141 { margin-bottom: -141px !important; }
	.margin-bottom--140 { margin-bottom: -140px !important; }
	.margin-bottom--139 { margin-bottom: -139px !important; }
	.margin-bottom--138 { margin-bottom: -138px !important; }
	.margin-bottom--137 { margin-bottom: -137px !important; }
	.margin-bottom--136 { margin-bottom: -136px !important; }
	.margin-bottom--135 { margin-bottom: -135px !important; }
	.margin-bottom--134 { margin-bottom: -134px !important; }
	.margin-bottom--133 { margin-bottom: -133px !important; }
	.margin-bottom--132 { margin-bottom: -132px !important; }
	.margin-bottom--131 { margin-bottom: -131px !important; }
	.margin-bottom--130 { margin-bottom: -130px !important; }
	.margin-bottom--129 { margin-bottom: -129px !important; }
	.margin-bottom--128 { margin-bottom: -128px !important; }
	.margin-bottom--127 { margin-bottom: -127px !important; }
	.margin-bottom--126 { margin-bottom: -126px !important; }
	.margin-bottom--125 { margin-bottom: -125px !important; }
	.margin-bottom--124 { margin-bottom: -124px !important; }
	.margin-bottom--123 { margin-bottom: -123px !important; }
	.margin-bottom--122 { margin-bottom: -122px !important; }
	.margin-bottom--121 { margin-bottom: -121px !important; }
	.margin-bottom--120 { margin-bottom: -120px !important; }
	.margin-bottom--119 { margin-bottom: -119px !important; }
	.margin-bottom--118 { margin-bottom: -118px !important; }
	.margin-bottom--117 { margin-bottom: -117px !important; }
	.margin-bottom--116 { margin-bottom: -116px !important; }
	.margin-bottom--115 { margin-bottom: -115px !important; }
	.margin-bottom--114 { margin-bottom: -114px !important; }
	.margin-bottom--113 { margin-bottom: -113px !important; }
	.margin-bottom--112 { margin-bottom: -112px !important; }
	.margin-bottom--111 { margin-bottom: -111px !important; }
	.margin-bottom--110 { margin-bottom: -110px !important; }
	.margin-bottom--109 { margin-bottom: -109px !important; }
	.margin-bottom--108 { margin-bottom: -108px !important; }
	.margin-bottom--107 { margin-bottom: -107px !important; }
	.margin-bottom--106 { margin-bottom: -106px !important; }
	.margin-bottom--105 { margin-bottom: -105px !important; }
	.margin-bottom--104 { margin-bottom: -104px !important; }
	.margin-bottom--103 { margin-bottom: -103px !important; }
	.margin-bottom--102 { margin-bottom: -102px !important; }
	.margin-bottom--101 { margin-bottom: -101px !important; }
	.margin-bottom--100 { margin-bottom: -100px !important; }
	.margin-bottom--99 { margin-bottom: -99px !important; }
	.margin-bottom--98 { margin-bottom: -98px !important; }
	.margin-bottom--97 { margin-bottom: -97px !important; }
	.margin-bottom--96 { margin-bottom: -96px !important; }
	.margin-bottom--95 { margin-bottom: -95px !important; }
	.margin-bottom--94 { margin-bottom: -94px !important; }
	.margin-bottom--93 { margin-bottom: -93px !important; }
	.margin-bottom--92 { margin-bottom: -92px !important; }
	.margin-bottom--91 { margin-bottom: -91px !important; }
	.margin-bottom--90 { margin-bottom: -90px !important; }
	.margin-bottom--89 { margin-bottom: -89px !important; }
	.margin-bottom--88 { margin-bottom: -88px !important; }
	.margin-bottom--87 { margin-bottom: -87px !important; }
	.margin-bottom--86 { margin-bottom: -86px !important; }
	.margin-bottom--85 { margin-bottom: -85px !important; }
	.margin-bottom--84 { margin-bottom: -84px !important; }
	.margin-bottom--83 { margin-bottom: -83px !important; }
	.margin-bottom--82 { margin-bottom: -82px !important; }
	.margin-bottom--81 { margin-bottom: -81px !important; }
	.margin-bottom--80 { margin-bottom: -80px !important; }
	.margin-bottom--79 { margin-bottom: -79px !important; }
	.margin-bottom--78 { margin-bottom: -78px !important; }
	.margin-bottom--77 { margin-bottom: -77px !important; }
	.margin-bottom--76 { margin-bottom: -76px !important; }
	.margin-bottom--75 { margin-bottom: -75px !important; }
	.margin-bottom--74 { margin-bottom: -74px !important; }
	.margin-bottom--73 { margin-bottom: -73px !important; }
	.margin-bottom--72 { margin-bottom: -72px !important; }
	.margin-bottom--71 { margin-bottom: -71px !important; }
	.margin-bottom--70 { margin-bottom: -70px !important; }
	.margin-bottom--69 { margin-bottom: -69px !important; }
	.margin-bottom--68 { margin-bottom: -68px !important; }
	.margin-bottom--67 { margin-bottom: -67px !important; }
	.margin-bottom--66 { margin-bottom: -66px !important; }
	.margin-bottom--65 { margin-bottom: -65px !important; }
	.margin-bottom--64 { margin-bottom: -64px !important; }
	.margin-bottom--63 { margin-bottom: -63px !important; }
	.margin-bottom--62 { margin-bottom: -62px !important; }
	.margin-bottom--61 { margin-bottom: -61px !important; }
	.margin-bottom--60 { margin-bottom: -60px !important; }
	.margin-bottom--59 { margin-bottom: -59px !important; }
	.margin-bottom--58 { margin-bottom: -58px !important; }
	.margin-bottom--57 { margin-bottom: -57px !important; }
	.margin-bottom--56 { margin-bottom: -56px !important; }
	.margin-bottom--55 { margin-bottom: -55px !important; }
	.margin-bottom--54 { margin-bottom: -54px !important; }
	.margin-bottom--53 { margin-bottom: -53px !important; }
	.margin-bottom--52 { margin-bottom: -52px !important; }
	.margin-bottom--51 { margin-bottom: -51px !important; }
	.margin-bottom--50 { margin-bottom: -50px !important; }
	.margin-bottom--49 { margin-bottom: -49px !important; }
	.margin-bottom--48 { margin-bottom: -48px !important; }
	.margin-bottom--47 { margin-bottom: -47px !important; }
	.margin-bottom--46 { margin-bottom: -46px !important; }
	.margin-bottom--45 { margin-bottom: -45px !important; }
	.margin-bottom--44 { margin-bottom: -44px !important; }
	.margin-bottom--43 { margin-bottom: -43px !important; }
	.margin-bottom--42 { margin-bottom: -42px !important; }
	.margin-bottom--41 { margin-bottom: -41px !important; }
	.margin-bottom--40 { margin-bottom: -40px !important; }
	.margin-bottom--39 { margin-bottom: -39px !important; }
	.margin-bottom--38 { margin-bottom: -38px !important; }
	.margin-bottom--37 { margin-bottom: -37px !important; }
	.margin-bottom--36 { margin-bottom: -36px !important; }
	.margin-bottom--35 { margin-bottom: -35px !important; }
	.margin-bottom--34 { margin-bottom: -34px !important; }
	.margin-bottom--33 { margin-bottom: -33px !important; }
	.margin-bottom--32 { margin-bottom: -32px !important; }
	.margin-bottom--31 { margin-bottom: -31px !important; }
	.margin-bottom--30 { margin-bottom: -30px !important; }
	.margin-bottom--29 { margin-bottom: -29px !important; }
	.margin-bottom--28 { margin-bottom: -28px !important; }
	.margin-bottom--27 { margin-bottom: -27px !important; }
	.margin-bottom--26 { margin-bottom: -26px !important; }
	.margin-bottom--25 { margin-bottom: -25px !important; }
	.margin-bottom--24 { margin-bottom: -24px !important; }
	.margin-bottom--23 { margin-bottom: -23px !important; }
	.margin-bottom--22 { margin-bottom: -22px !important; }
	.margin-bottom--21 { margin-bottom: -21px !important; }
	.margin-bottom--20 { margin-bottom: -20px !important; }
	.margin-bottom--19 { margin-bottom: -19px !important; }
	.margin-bottom--18 { margin-bottom: -18px !important; }
	.margin-bottom--17 { margin-bottom: -17px !important; }
	.margin-bottom--16 { margin-bottom: -16px !important; }
	.margin-bottom--15 { margin-bottom: -15px !important; }
	.margin-bottom--14 { margin-bottom: -14px !important; }
	.margin-bottom--13 { margin-bottom: -13px !important; }
	.margin-bottom--12 { margin-bottom: -12px !important; }
	.margin-bottom--11 { margin-bottom: -11px !important; }
	.margin-bottom--10 { margin-bottom: -10px !important; }
	.margin-bottom--9 { margin-bottom: -9px !important; }
	.margin-bottom--8 { margin-bottom: -8px !important; }
	.margin-bottom--7 { margin-bottom: -7px !important; }
	.margin-bottom--6 { margin-bottom: -6px !important; }
	.margin-bottom--5 { margin-bottom: -5px !important; }
	.margin-bottom--4 { margin-bottom: -4px !important; }
	.margin-bottom--3 { margin-bottom: -3px !important; }
	.margin-bottom--2 { margin-bottom: -2px !important; }
	.margin-bottom--1 { margin-bottom: -1px !important; }
	.margin-bottom-0 { margin-bottom: 0px !important; }
	.margin-bottom-1 { margin-bottom: 1px !important; }
	.margin-bottom-2 { margin-bottom: 2px !important; }
	.margin-bottom-3 { margin-bottom: 3px !important; }
	.margin-bottom-4 { margin-bottom: 4px !important; }
	.margin-bottom-5 { margin-bottom: 5px !important; }
	.margin-bottom-6 { margin-bottom: 6px !important; }
	.margin-bottom-7 { margin-bottom: 7px !important; }
	.margin-bottom-8 { margin-bottom: 8px !important; }
	.margin-bottom-9 { margin-bottom: 9px !important; }
	.margin-bottom-10 { margin-bottom: 10px !important; }
	.margin-bottom-11 { margin-bottom: 11px !important; }
	.margin-bottom-12 { margin-bottom: 12px !important; }
	.margin-bottom-13 { margin-bottom: 13px !important; }
	.margin-bottom-14 { margin-bottom: 14px !important; }
	.margin-bottom-15 { margin-bottom: 15px !important; }
	.margin-bottom-16 { margin-bottom: 16px !important; }
	.margin-bottom-17 { margin-bottom: 17px !important; }
	.margin-bottom-18 { margin-bottom: 18px !important; }
	.margin-bottom-19 { margin-bottom: 19px !important; }
	.margin-bottom-20 { margin-bottom: 20px !important; }
	.margin-bottom-21 { margin-bottom: 21px !important; }
	.margin-bottom-22 { margin-bottom: 22px !important; }
	.margin-bottom-23 { margin-bottom: 23px !important; }
	.margin-bottom-24 { margin-bottom: 24px !important; }
	.margin-bottom-25 { margin-bottom: 25px !important; }
	.margin-bottom-26 { margin-bottom: 26px !important; }
	.margin-bottom-27 { margin-bottom: 27px !important; }
	.margin-bottom-28 { margin-bottom: 28px !important; }
	.margin-bottom-29 { margin-bottom: 29px !important; }
	.margin-bottom-30 { margin-bottom: 30px !important; }
	.margin-bottom-31 { margin-bottom: 31px !important; }
	.margin-bottom-32 { margin-bottom: 32px !important; }
	.margin-bottom-33 { margin-bottom: 33px !important; }
	.margin-bottom-34 { margin-bottom: 34px !important; }
	.margin-bottom-35 { margin-bottom: 35px !important; }
	.margin-bottom-36 { margin-bottom: 36px !important; }
	.margin-bottom-37 { margin-bottom: 37px !important; }
	.margin-bottom-38 { margin-bottom: 38px !important; }
	.margin-bottom-39 { margin-bottom: 39px !important; }
	.margin-bottom-40 { margin-bottom: 40px !important; }
	.margin-bottom-41 { margin-bottom: 41px !important; }
	.margin-bottom-42 { margin-bottom: 42px !important; }
	.margin-bottom-43 { margin-bottom: 43px !important; }
	.margin-bottom-44 { margin-bottom: 44px !important; }
	.margin-bottom-45 { margin-bottom: 45px !important; }
	.margin-bottom-46 { margin-bottom: 46px !important; }
	.margin-bottom-47 { margin-bottom: 47px !important; }
	.margin-bottom-48 { margin-bottom: 48px !important; }
	.margin-bottom-49 { margin-bottom: 49px !important; }
	.margin-bottom-50 { margin-bottom: 50px !important; }
	.margin-bottom-51 { margin-bottom: 51px !important; }
	.margin-bottom-52 { margin-bottom: 52px !important; }
	.margin-bottom-53 { margin-bottom: 53px !important; }
	.margin-bottom-54 { margin-bottom: 54px !important; }
	.margin-bottom-55 { margin-bottom: 55px !important; }
	.margin-bottom-56 { margin-bottom: 56px !important; }
	.margin-bottom-57 { margin-bottom: 57px !important; }
	.margin-bottom-58 { margin-bottom: 58px !important; }
	.margin-bottom-59 { margin-bottom: 59px !important; }
	.margin-bottom-60 { margin-bottom: 60px !important; }
	.margin-bottom-61 { margin-bottom: 61px !important; }
	.margin-bottom-62 { margin-bottom: 62px !important; }
	.margin-bottom-63 { margin-bottom: 63px !important; }
	.margin-bottom-64 { margin-bottom: 64px !important; }
	.margin-bottom-65 { margin-bottom: 65px !important; }
	.margin-bottom-66 { margin-bottom: 66px !important; }
	.margin-bottom-67 { margin-bottom: 67px !important; }
	.margin-bottom-68 { margin-bottom: 68px !important; }
	.margin-bottom-69 { margin-bottom: 69px !important; }
	.margin-bottom-70 { margin-bottom: 70px !important; }
	.margin-bottom-71 { margin-bottom: 71px !important; }
	.margin-bottom-72 { margin-bottom: 72px !important; }
	.margin-bottom-73 { margin-bottom: 73px !important; }
	.margin-bottom-74 { margin-bottom: 74px !important; }
	.margin-bottom-75 { margin-bottom: 75px !important; }
	.margin-bottom-76 { margin-bottom: 76px !important; }
	.margin-bottom-77 { margin-bottom: 77px !important; }
	.margin-bottom-78 { margin-bottom: 78px !important; }
	.margin-bottom-79 { margin-bottom: 79px !important; }
	.margin-bottom-80 { margin-bottom: 80px !important; }
	.margin-bottom-81 { margin-bottom: 81px !important; }
	.margin-bottom-82 { margin-bottom: 82px !important; }
	.margin-bottom-83 { margin-bottom: 83px !important; }
	.margin-bottom-84 { margin-bottom: 84px !important; }
	.margin-bottom-85 { margin-bottom: 85px !important; }
	.margin-bottom-86 { margin-bottom: 86px !important; }
	.margin-bottom-87 { margin-bottom: 87px !important; }
	.margin-bottom-88 { margin-bottom: 88px !important; }
	.margin-bottom-89 { margin-bottom: 89px !important; }
	.margin-bottom-90 { margin-bottom: 90px !important; }
	.margin-bottom-91 { margin-bottom: 91px !important; }
	.margin-bottom-92 { margin-bottom: 92px !important; }
	.margin-bottom-93 { margin-bottom: 93px !important; }
	.margin-bottom-94 { margin-bottom: 94px !important; }
	.margin-bottom-95 { margin-bottom: 95px !important; }
	.margin-bottom-96 { margin-bottom: 96px !important; }
	.margin-bottom-97 { margin-bottom: 97px !important; }
	.margin-bottom-98 { margin-bottom: 98px !important; }
	.margin-bottom-99 { margin-bottom: 99px !important; }
	.margin-bottom-100 { margin-bottom: 100px !important; }
	.margin-bottom-101 { margin-bottom: 101px !important; }
	.margin-bottom-102 { margin-bottom: 102px !important; }
	.margin-bottom-103 { margin-bottom: 103px !important; }
	.margin-bottom-104 { margin-bottom: 104px !important; }
	.margin-bottom-105 { margin-bottom: 105px !important; }
	.margin-bottom-106 { margin-bottom: 106px !important; }
	.margin-bottom-107 { margin-bottom: 107px !important; }
	.margin-bottom-108 { margin-bottom: 108px !important; }
	.margin-bottom-109 { margin-bottom: 109px !important; }
	.margin-bottom-110 { margin-bottom: 110px !important; }
	.margin-bottom-111 { margin-bottom: 111px !important; }
	.margin-bottom-112 { margin-bottom: 112px !important; }
	.margin-bottom-113 { margin-bottom: 113px !important; }
	.margin-bottom-114 { margin-bottom: 114px !important; }
	.margin-bottom-115 { margin-bottom: 115px !important; }
	.margin-bottom-116 { margin-bottom: 116px !important; }
	.margin-bottom-117 { margin-bottom: 117px !important; }
	.margin-bottom-118 { margin-bottom: 118px !important; }
	.margin-bottom-119 { margin-bottom: 119px !important; }
	.margin-bottom-120 { margin-bottom: 120px !important; }
	.margin-bottom-121 { margin-bottom: 121px !important; }
	.margin-bottom-122 { margin-bottom: 122px !important; }
	.margin-bottom-123 { margin-bottom: 123px !important; }
	.margin-bottom-124 { margin-bottom: 124px !important; }
	.margin-bottom-125 { margin-bottom: 125px !important; }
	.margin-bottom-126 { margin-bottom: 126px !important; }
	.margin-bottom-127 { margin-bottom: 127px !important; }
	.margin-bottom-128 { margin-bottom: 128px !important; }
	.margin-bottom-129 { margin-bottom: 129px !important; }
	.margin-bottom-130 { margin-bottom: 130px !important; }
	.margin-bottom-131 { margin-bottom: 131px !important; }
	.margin-bottom-132 { margin-bottom: 132px !important; }
	.margin-bottom-133 { margin-bottom: 133px !important; }
	.margin-bottom-134 { margin-bottom: 134px !important; }
	.margin-bottom-135 { margin-bottom: 135px !important; }
	.margin-bottom-136 { margin-bottom: 136px !important; }
	.margin-bottom-137 { margin-bottom: 137px !important; }
	.margin-bottom-138 { margin-bottom: 138px !important; }
	.margin-bottom-139 { margin-bottom: 139px !important; }
	.margin-bottom-140 { margin-bottom: 140px !important; }
	.margin-bottom-141 { margin-bottom: 141px !important; }
	.margin-bottom-142 { margin-bottom: 142px !important; }
	.margin-bottom-143 { margin-bottom: 143px !important; }
	.margin-bottom-144 { margin-bottom: 144px !important; }
	.margin-bottom-145 { margin-bottom: 145px !important; }
	.margin-bottom-146 { margin-bottom: 146px !important; }
	.margin-bottom-147 { margin-bottom: 147px !important; }
	.margin-bottom-148 { margin-bottom: 148px !important; }
	.margin-bottom-149 { margin-bottom: 149px !important; }
	.margin-bottom-150 { margin-bottom: 150px !important; }
	.margin-bottom-151 { margin-bottom: 151px !important; }
	.margin-bottom-152 { margin-bottom: 152px !important; }
	.margin-bottom-153 { margin-bottom: 153px !important; }
	.margin-bottom-154 { margin-bottom: 154px !important; }
	.margin-bottom-155 { margin-bottom: 155px !important; }
	.margin-bottom-156 { margin-bottom: 156px !important; }
	.margin-bottom-157 { margin-bottom: 157px !important; }
	.margin-bottom-158 { margin-bottom: 158px !important; }
	.margin-bottom-159 { margin-bottom: 159px !important; }
	.margin-bottom-160 { margin-bottom: 160px !important; }
	.margin-bottom-161 { margin-bottom: 161px !important; }
	.margin-bottom-162 { margin-bottom: 162px !important; }
	.margin-bottom-163 { margin-bottom: 163px !important; }
	.margin-bottom-164 { margin-bottom: 164px !important; }
	.margin-bottom-165 { margin-bottom: 165px !important; }
	.margin-bottom-166 { margin-bottom: 166px !important; }
	.margin-bottom-167 { margin-bottom: 167px !important; }
	.margin-bottom-168 { margin-bottom: 168px !important; }
	.margin-bottom-169 { margin-bottom: 169px !important; }
	.margin-bottom-170 { margin-bottom: 170px !important; }
	.margin-bottom-171 { margin-bottom: 171px !important; }
	.margin-bottom-172 { margin-bottom: 172px !important; }
	.margin-bottom-173 { margin-bottom: 173px !important; }
	.margin-bottom-174 { margin-bottom: 174px !important; }
	.margin-bottom-175 { margin-bottom: 175px !important; }
	.margin-bottom-176 { margin-bottom: 176px !important; }
	.margin-bottom-177 { margin-bottom: 177px !important; }
	.margin-bottom-178 { margin-bottom: 178px !important; }
	.margin-bottom-179 { margin-bottom: 179px !important; }
	.margin-bottom-180 { margin-bottom: 180px !important; }
	.margin-bottom-181 { margin-bottom: 181px !important; }
	.margin-bottom-182 { margin-bottom: 182px !important; }
	.margin-bottom-183 { margin-bottom: 183px !important; }
	.margin-bottom-184 { margin-bottom: 184px !important; }
	.margin-bottom-185 { margin-bottom: 185px !important; }
	.margin-bottom-186 { margin-bottom: 186px !important; }
	.margin-bottom-187 { margin-bottom: 187px !important; }
	.margin-bottom-188 { margin-bottom: 188px !important; }
	.margin-bottom-189 { margin-bottom: 189px !important; }
	.margin-bottom-190 { margin-bottom: 190px !important; }
	.margin-bottom-191 { margin-bottom: 191px !important; }
	.margin-bottom-192 { margin-bottom: 192px !important; }
	.margin-bottom-193 { margin-bottom: 193px !important; }
	.margin-bottom-194 { margin-bottom: 194px !important; }
	.margin-bottom-195 { margin-bottom: 195px !important; }
	.margin-bottom-196 { margin-bottom: 196px !important; }
	.margin-bottom-197 { margin-bottom: 197px !important; }
	.margin-bottom-198 { margin-bottom: 198px !important; }
	.margin-bottom-199 { margin-bottom: 199px !important; }
	.margin-bottom-200 { margin-bottom: 200px !important; }
}

@media (min-width:768px) {
	.margin-bottom-large--200 { margin-bottom: -200px !important; }
	.margin-bottom-large--199 { margin-bottom: -199px !important; }
	.margin-bottom-large--198 { margin-bottom: -198px !important; }
	.margin-bottom-large--197 { margin-bottom: -197px !important; }
	.margin-bottom-large--196 { margin-bottom: -196px !important; }
	.margin-bottom-large--195 { margin-bottom: -195px !important; }
	.margin-bottom-large--194 { margin-bottom: -194px !important; }
	.margin-bottom-large--193 { margin-bottom: -193px !important; }
	.margin-bottom-large--192 { margin-bottom: -192px !important; }
	.margin-bottom-large--191 { margin-bottom: -191px !important; }
	.margin-bottom-large--190 { margin-bottom: -190px !important; }
	.margin-bottom-large--189 { margin-bottom: -189px !important; }
	.margin-bottom-large--188 { margin-bottom: -188px !important; }
	.margin-bottom-large--187 { margin-bottom: -187px !important; }
	.margin-bottom-large--186 { margin-bottom: -186px !important; }
	.margin-bottom-large--185 { margin-bottom: -185px !important; }
	.margin-bottom-large--184 { margin-bottom: -184px !important; }
	.margin-bottom-large--183 { margin-bottom: -183px !important; }
	.margin-bottom-large--182 { margin-bottom: -182px !important; }
	.margin-bottom-large--181 { margin-bottom: -181px !important; }
	.margin-bottom-large--180 { margin-bottom: -180px !important; }
	.margin-bottom-large--179 { margin-bottom: -179px !important; }
	.margin-bottom-large--178 { margin-bottom: -178px !important; }
	.margin-bottom-large--177 { margin-bottom: -177px !important; }
	.margin-bottom-large--176 { margin-bottom: -176px !important; }
	.margin-bottom-large--175 { margin-bottom: -175px !important; }
	.margin-bottom-large--174 { margin-bottom: -174px !important; }
	.margin-bottom-large--173 { margin-bottom: -173px !important; }
	.margin-bottom-large--172 { margin-bottom: -172px !important; }
	.margin-bottom-large--171 { margin-bottom: -171px !important; }
	.margin-bottom-large--170 { margin-bottom: -170px !important; }
	.margin-bottom-large--169 { margin-bottom: -169px !important; }
	.margin-bottom-large--168 { margin-bottom: -168px !important; }
	.margin-bottom-large--167 { margin-bottom: -167px !important; }
	.margin-bottom-large--166 { margin-bottom: -166px !important; }
	.margin-bottom-large--165 { margin-bottom: -165px !important; }
	.margin-bottom-large--164 { margin-bottom: -164px !important; }
	.margin-bottom-large--163 { margin-bottom: -163px !important; }
	.margin-bottom-large--162 { margin-bottom: -162px !important; }
	.margin-bottom-large--161 { margin-bottom: -161px !important; }
	.margin-bottom-large--160 { margin-bottom: -160px !important; }
	.margin-bottom-large--159 { margin-bottom: -159px !important; }
	.margin-bottom-large--158 { margin-bottom: -158px !important; }
	.margin-bottom-large--157 { margin-bottom: -157px !important; }
	.margin-bottom-large--156 { margin-bottom: -156px !important; }
	.margin-bottom-large--155 { margin-bottom: -155px !important; }
	.margin-bottom-large--154 { margin-bottom: -154px !important; }
	.margin-bottom-large--153 { margin-bottom: -153px !important; }
	.margin-bottom-large--152 { margin-bottom: -152px !important; }
	.margin-bottom-large--151 { margin-bottom: -151px !important; }
	.margin-bottom-large--150 { margin-bottom: -150px !important; }
	.margin-bottom-large--149 { margin-bottom: -149px !important; }
	.margin-bottom-large--148 { margin-bottom: -148px !important; }
	.margin-bottom-large--147 { margin-bottom: -147px !important; }
	.margin-bottom-large--146 { margin-bottom: -146px !important; }
	.margin-bottom-large--145 { margin-bottom: -145px !important; }
	.margin-bottom-large--144 { margin-bottom: -144px !important; }
	.margin-bottom-large--143 { margin-bottom: -143px !important; }
	.margin-bottom-large--142 { margin-bottom: -142px !important; }
	.margin-bottom-large--141 { margin-bottom: -141px !important; }
	.margin-bottom-large--140 { margin-bottom: -140px !important; }
	.margin-bottom-large--139 { margin-bottom: -139px !important; }
	.margin-bottom-large--138 { margin-bottom: -138px !important; }
	.margin-bottom-large--137 { margin-bottom: -137px !important; }
	.margin-bottom-large--136 { margin-bottom: -136px !important; }
	.margin-bottom-large--135 { margin-bottom: -135px !important; }
	.margin-bottom-large--134 { margin-bottom: -134px !important; }
	.margin-bottom-large--133 { margin-bottom: -133px !important; }
	.margin-bottom-large--132 { margin-bottom: -132px !important; }
	.margin-bottom-large--131 { margin-bottom: -131px !important; }
	.margin-bottom-large--130 { margin-bottom: -130px !important; }
	.margin-bottom-large--129 { margin-bottom: -129px !important; }
	.margin-bottom-large--128 { margin-bottom: -128px !important; }
	.margin-bottom-large--127 { margin-bottom: -127px !important; }
	.margin-bottom-large--126 { margin-bottom: -126px !important; }
	.margin-bottom-large--125 { margin-bottom: -125px !important; }
	.margin-bottom-large--124 { margin-bottom: -124px !important; }
	.margin-bottom-large--123 { margin-bottom: -123px !important; }
	.margin-bottom-large--122 { margin-bottom: -122px !important; }
	.margin-bottom-large--121 { margin-bottom: -121px !important; }
	.margin-bottom-large--120 { margin-bottom: -120px !important; }
	.margin-bottom-large--119 { margin-bottom: -119px !important; }
	.margin-bottom-large--118 { margin-bottom: -118px !important; }
	.margin-bottom-large--117 { margin-bottom: -117px !important; }
	.margin-bottom-large--116 { margin-bottom: -116px !important; }
	.margin-bottom-large--115 { margin-bottom: -115px !important; }
	.margin-bottom-large--114 { margin-bottom: -114px !important; }
	.margin-bottom-large--113 { margin-bottom: -113px !important; }
	.margin-bottom-large--112 { margin-bottom: -112px !important; }
	.margin-bottom-large--111 { margin-bottom: -111px !important; }
	.margin-bottom-large--110 { margin-bottom: -110px !important; }
	.margin-bottom-large--109 { margin-bottom: -109px !important; }
	.margin-bottom-large--108 { margin-bottom: -108px !important; }
	.margin-bottom-large--107 { margin-bottom: -107px !important; }
	.margin-bottom-large--106 { margin-bottom: -106px !important; }
	.margin-bottom-large--105 { margin-bottom: -105px !important; }
	.margin-bottom-large--104 { margin-bottom: -104px !important; }
	.margin-bottom-large--103 { margin-bottom: -103px !important; }
	.margin-bottom-large--102 { margin-bottom: -102px !important; }
	.margin-bottom-large--101 { margin-bottom: -101px !important; }
	.margin-bottom-large--100 { margin-bottom: -100px !important; }
	.margin-bottom-large--99 { margin-bottom: -99px !important; }
	.margin-bottom-large--98 { margin-bottom: -98px !important; }
	.margin-bottom-large--97 { margin-bottom: -97px !important; }
	.margin-bottom-large--96 { margin-bottom: -96px !important; }
	.margin-bottom-large--95 { margin-bottom: -95px !important; }
	.margin-bottom-large--94 { margin-bottom: -94px !important; }
	.margin-bottom-large--93 { margin-bottom: -93px !important; }
	.margin-bottom-large--92 { margin-bottom: -92px !important; }
	.margin-bottom-large--91 { margin-bottom: -91px !important; }
	.margin-bottom-large--90 { margin-bottom: -90px !important; }
	.margin-bottom-large--89 { margin-bottom: -89px !important; }
	.margin-bottom-large--88 { margin-bottom: -88px !important; }
	.margin-bottom-large--87 { margin-bottom: -87px !important; }
	.margin-bottom-large--86 { margin-bottom: -86px !important; }
	.margin-bottom-large--85 { margin-bottom: -85px !important; }
	.margin-bottom-large--84 { margin-bottom: -84px !important; }
	.margin-bottom-large--83 { margin-bottom: -83px !important; }
	.margin-bottom-large--82 { margin-bottom: -82px !important; }
	.margin-bottom-large--81 { margin-bottom: -81px !important; }
	.margin-bottom-large--80 { margin-bottom: -80px !important; }
	.margin-bottom-large--79 { margin-bottom: -79px !important; }
	.margin-bottom-large--78 { margin-bottom: -78px !important; }
	.margin-bottom-large--77 { margin-bottom: -77px !important; }
	.margin-bottom-large--76 { margin-bottom: -76px !important; }
	.margin-bottom-large--75 { margin-bottom: -75px !important; }
	.margin-bottom-large--74 { margin-bottom: -74px !important; }
	.margin-bottom-large--73 { margin-bottom: -73px !important; }
	.margin-bottom-large--72 { margin-bottom: -72px !important; }
	.margin-bottom-large--71 { margin-bottom: -71px !important; }
	.margin-bottom-large--70 { margin-bottom: -70px !important; }
	.margin-bottom-large--69 { margin-bottom: -69px !important; }
	.margin-bottom-large--68 { margin-bottom: -68px !important; }
	.margin-bottom-large--67 { margin-bottom: -67px !important; }
	.margin-bottom-large--66 { margin-bottom: -66px !important; }
	.margin-bottom-large--65 { margin-bottom: -65px !important; }
	.margin-bottom-large--64 { margin-bottom: -64px !important; }
	.margin-bottom-large--63 { margin-bottom: -63px !important; }
	.margin-bottom-large--62 { margin-bottom: -62px !important; }
	.margin-bottom-large--61 { margin-bottom: -61px !important; }
	.margin-bottom-large--60 { margin-bottom: -60px !important; }
	.margin-bottom-large--59 { margin-bottom: -59px !important; }
	.margin-bottom-large--58 { margin-bottom: -58px !important; }
	.margin-bottom-large--57 { margin-bottom: -57px !important; }
	.margin-bottom-large--56 { margin-bottom: -56px !important; }
	.margin-bottom-large--55 { margin-bottom: -55px !important; }
	.margin-bottom-large--54 { margin-bottom: -54px !important; }
	.margin-bottom-large--53 { margin-bottom: -53px !important; }
	.margin-bottom-large--52 { margin-bottom: -52px !important; }
	.margin-bottom-large--51 { margin-bottom: -51px !important; }
	.margin-bottom-large--50 { margin-bottom: -50px !important; }
	.margin-bottom-large--49 { margin-bottom: -49px !important; }
	.margin-bottom-large--48 { margin-bottom: -48px !important; }
	.margin-bottom-large--47 { margin-bottom: -47px !important; }
	.margin-bottom-large--46 { margin-bottom: -46px !important; }
	.margin-bottom-large--45 { margin-bottom: -45px !important; }
	.margin-bottom-large--44 { margin-bottom: -44px !important; }
	.margin-bottom-large--43 { margin-bottom: -43px !important; }
	.margin-bottom-large--42 { margin-bottom: -42px !important; }
	.margin-bottom-large--41 { margin-bottom: -41px !important; }
	.margin-bottom-large--40 { margin-bottom: -40px !important; }
	.margin-bottom-large--39 { margin-bottom: -39px !important; }
	.margin-bottom-large--38 { margin-bottom: -38px !important; }
	.margin-bottom-large--37 { margin-bottom: -37px !important; }
	.margin-bottom-large--36 { margin-bottom: -36px !important; }
	.margin-bottom-large--35 { margin-bottom: -35px !important; }
	.margin-bottom-large--34 { margin-bottom: -34px !important; }
	.margin-bottom-large--33 { margin-bottom: -33px !important; }
	.margin-bottom-large--32 { margin-bottom: -32px !important; }
	.margin-bottom-large--31 { margin-bottom: -31px !important; }
	.margin-bottom-large--30 { margin-bottom: -30px !important; }
	.margin-bottom-large--29 { margin-bottom: -29px !important; }
	.margin-bottom-large--28 { margin-bottom: -28px !important; }
	.margin-bottom-large--27 { margin-bottom: -27px !important; }
	.margin-bottom-large--26 { margin-bottom: -26px !important; }
	.margin-bottom-large--25 { margin-bottom: -25px !important; }
	.margin-bottom-large--24 { margin-bottom: -24px !important; }
	.margin-bottom-large--23 { margin-bottom: -23px !important; }
	.margin-bottom-large--22 { margin-bottom: -22px !important; }
	.margin-bottom-large--21 { margin-bottom: -21px !important; }
	.margin-bottom-large--20 { margin-bottom: -20px !important; }
	.margin-bottom-large--19 { margin-bottom: -19px !important; }
	.margin-bottom-large--18 { margin-bottom: -18px !important; }
	.margin-bottom-large--17 { margin-bottom: -17px !important; }
	.margin-bottom-large--16 { margin-bottom: -16px !important; }
	.margin-bottom-large--15 { margin-bottom: -15px !important; }
	.margin-bottom-large--14 { margin-bottom: -14px !important; }
	.margin-bottom-large--13 { margin-bottom: -13px !important; }
	.margin-bottom-large--12 { margin-bottom: -12px !important; }
	.margin-bottom-large--11 { margin-bottom: -11px !important; }
	.margin-bottom-large--10 { margin-bottom: -10px !important; }
	.margin-bottom-large--9 { margin-bottom: -9px !important; }
	.margin-bottom-large--8 { margin-bottom: -8px !important; }
	.margin-bottom-large--7 { margin-bottom: -7px !important; }
	.margin-bottom-large--6 { margin-bottom: -6px !important; }
	.margin-bottom-large--5 { margin-bottom: -5px !important; }
	.margin-bottom-large--4 { margin-bottom: -4px !important; }
	.margin-bottom-large--3 { margin-bottom: -3px !important; }
	.margin-bottom-large--2 { margin-bottom: -2px !important; }
	.margin-bottom-large--1 { margin-bottom: -1px !important; }
	.margin-bottom-large-0 { margin-bottom: 0px !important; }
	.margin-bottom-large-1 { margin-bottom: 1px !important; }
	.margin-bottom-large-2 { margin-bottom: 2px !important; }
	.margin-bottom-large-3 { margin-bottom: 3px !important; }
	.margin-bottom-large-4 { margin-bottom: 4px !important; }
	.margin-bottom-large-5 { margin-bottom: 5px !important; }
	.margin-bottom-large-6 { margin-bottom: 6px !important; }
	.margin-bottom-large-7 { margin-bottom: 7px !important; }
	.margin-bottom-large-8 { margin-bottom: 8px !important; }
	.margin-bottom-large-9 { margin-bottom: 9px !important; }
	.margin-bottom-large-10 { margin-bottom: 10px !important; }
	.margin-bottom-large-11 { margin-bottom: 11px !important; }
	.margin-bottom-large-12 { margin-bottom: 12px !important; }
	.margin-bottom-large-13 { margin-bottom: 13px !important; }
	.margin-bottom-large-14 { margin-bottom: 14px !important; }
	.margin-bottom-large-15 { margin-bottom: 15px !important; }
	.margin-bottom-large-16 { margin-bottom: 16px !important; }
	.margin-bottom-large-17 { margin-bottom: 17px !important; }
	.margin-bottom-large-18 { margin-bottom: 18px !important; }
	.margin-bottom-large-19 { margin-bottom: 19px !important; }
	.margin-bottom-large-20 { margin-bottom: 20px !important; }
	.margin-bottom-large-21 { margin-bottom: 21px !important; }
	.margin-bottom-large-22 { margin-bottom: 22px !important; }
	.margin-bottom-large-23 { margin-bottom: 23px !important; }
	.margin-bottom-large-24 { margin-bottom: 24px !important; }
	.margin-bottom-large-25 { margin-bottom: 25px !important; }
	.margin-bottom-large-26 { margin-bottom: 26px !important; }
	.margin-bottom-large-27 { margin-bottom: 27px !important; }
	.margin-bottom-large-28 { margin-bottom: 28px !important; }
	.margin-bottom-large-29 { margin-bottom: 29px !important; }
	.margin-bottom-large-30 { margin-bottom: 30px !important; }
	.margin-bottom-large-31 { margin-bottom: 31px !important; }
	.margin-bottom-large-32 { margin-bottom: 32px !important; }
	.margin-bottom-large-33 { margin-bottom: 33px !important; }
	.margin-bottom-large-34 { margin-bottom: 34px !important; }
	.margin-bottom-large-35 { margin-bottom: 35px !important; }
	.margin-bottom-large-36 { margin-bottom: 36px !important; }
	.margin-bottom-large-37 { margin-bottom: 37px !important; }
	.margin-bottom-large-38 { margin-bottom: 38px !important; }
	.margin-bottom-large-39 { margin-bottom: 39px !important; }
	.margin-bottom-large-40 { margin-bottom: 40px !important; }
	.margin-bottom-large-41 { margin-bottom: 41px !important; }
	.margin-bottom-large-42 { margin-bottom: 42px !important; }
	.margin-bottom-large-43 { margin-bottom: 43px !important; }
	.margin-bottom-large-44 { margin-bottom: 44px !important; }
	.margin-bottom-large-45 { margin-bottom: 45px !important; }
	.margin-bottom-large-46 { margin-bottom: 46px !important; }
	.margin-bottom-large-47 { margin-bottom: 47px !important; }
	.margin-bottom-large-48 { margin-bottom: 48px !important; }
	.margin-bottom-large-49 { margin-bottom: 49px !important; }
	.margin-bottom-large-50 { margin-bottom: 50px !important; }
	.margin-bottom-large-51 { margin-bottom: 51px !important; }
	.margin-bottom-large-52 { margin-bottom: 52px !important; }
	.margin-bottom-large-53 { margin-bottom: 53px !important; }
	.margin-bottom-large-54 { margin-bottom: 54px !important; }
	.margin-bottom-large-55 { margin-bottom: 55px !important; }
	.margin-bottom-large-56 { margin-bottom: 56px !important; }
	.margin-bottom-large-57 { margin-bottom: 57px !important; }
	.margin-bottom-large-58 { margin-bottom: 58px !important; }
	.margin-bottom-large-59 { margin-bottom: 59px !important; }
	.margin-bottom-large-60 { margin-bottom: 60px !important; }
	.margin-bottom-large-61 { margin-bottom: 61px !important; }
	.margin-bottom-large-62 { margin-bottom: 62px !important; }
	.margin-bottom-large-63 { margin-bottom: 63px !important; }
	.margin-bottom-large-64 { margin-bottom: 64px !important; }
	.margin-bottom-large-65 { margin-bottom: 65px !important; }
	.margin-bottom-large-66 { margin-bottom: 66px !important; }
	.margin-bottom-large-67 { margin-bottom: 67px !important; }
	.margin-bottom-large-68 { margin-bottom: 68px !important; }
	.margin-bottom-large-69 { margin-bottom: 69px !important; }
	.margin-bottom-large-70 { margin-bottom: 70px !important; }
	.margin-bottom-large-71 { margin-bottom: 71px !important; }
	.margin-bottom-large-72 { margin-bottom: 72px !important; }
	.margin-bottom-large-73 { margin-bottom: 73px !important; }
	.margin-bottom-large-74 { margin-bottom: 74px !important; }
	.margin-bottom-large-75 { margin-bottom: 75px !important; }
	.margin-bottom-large-76 { margin-bottom: 76px !important; }
	.margin-bottom-large-77 { margin-bottom: 77px !important; }
	.margin-bottom-large-78 { margin-bottom: 78px !important; }
	.margin-bottom-large-79 { margin-bottom: 79px !important; }
	.margin-bottom-large-80 { margin-bottom: 80px !important; }
	.margin-bottom-large-81 { margin-bottom: 81px !important; }
	.margin-bottom-large-82 { margin-bottom: 82px !important; }
	.margin-bottom-large-83 { margin-bottom: 83px !important; }
	.margin-bottom-large-84 { margin-bottom: 84px !important; }
	.margin-bottom-large-85 { margin-bottom: 85px !important; }
	.margin-bottom-large-86 { margin-bottom: 86px !important; }
	.margin-bottom-large-87 { margin-bottom: 87px !important; }
	.margin-bottom-large-88 { margin-bottom: 88px !important; }
	.margin-bottom-large-89 { margin-bottom: 89px !important; }
	.margin-bottom-large-90 { margin-bottom: 90px !important; }
	.margin-bottom-large-91 { margin-bottom: 91px !important; }
	.margin-bottom-large-92 { margin-bottom: 92px !important; }
	.margin-bottom-large-93 { margin-bottom: 93px !important; }
	.margin-bottom-large-94 { margin-bottom: 94px !important; }
	.margin-bottom-large-95 { margin-bottom: 95px !important; }
	.margin-bottom-large-96 { margin-bottom: 96px !important; }
	.margin-bottom-large-97 { margin-bottom: 97px !important; }
	.margin-bottom-large-98 { margin-bottom: 98px !important; }
	.margin-bottom-large-99 { margin-bottom: 99px !important; }
	.margin-bottom-large-100 { margin-bottom: 100px !important; }
	.margin-bottom-large-101 { margin-bottom: 101px !important; }
	.margin-bottom-large-102 { margin-bottom: 102px !important; }
	.margin-bottom-large-103 { margin-bottom: 103px !important; }
	.margin-bottom-large-104 { margin-bottom: 104px !important; }
	.margin-bottom-large-105 { margin-bottom: 105px !important; }
	.margin-bottom-large-106 { margin-bottom: 106px !important; }
	.margin-bottom-large-107 { margin-bottom: 107px !important; }
	.margin-bottom-large-108 { margin-bottom: 108px !important; }
	.margin-bottom-large-109 { margin-bottom: 109px !important; }
	.margin-bottom-large-110 { margin-bottom: 110px !important; }
	.margin-bottom-large-111 { margin-bottom: 111px !important; }
	.margin-bottom-large-112 { margin-bottom: 112px !important; }
	.margin-bottom-large-113 { margin-bottom: 113px !important; }
	.margin-bottom-large-114 { margin-bottom: 114px !important; }
	.margin-bottom-large-115 { margin-bottom: 115px !important; }
	.margin-bottom-large-116 { margin-bottom: 116px !important; }
	.margin-bottom-large-117 { margin-bottom: 117px !important; }
	.margin-bottom-large-118 { margin-bottom: 118px !important; }
	.margin-bottom-large-119 { margin-bottom: 119px !important; }
	.margin-bottom-large-120 { margin-bottom: 120px !important; }
	.margin-bottom-large-121 { margin-bottom: 121px !important; }
	.margin-bottom-large-122 { margin-bottom: 122px !important; }
	.margin-bottom-large-123 { margin-bottom: 123px !important; }
	.margin-bottom-large-124 { margin-bottom: 124px !important; }
	.margin-bottom-large-125 { margin-bottom: 125px !important; }
	.margin-bottom-large-126 { margin-bottom: 126px !important; }
	.margin-bottom-large-127 { margin-bottom: 127px !important; }
	.margin-bottom-large-128 { margin-bottom: 128px !important; }
	.margin-bottom-large-129 { margin-bottom: 129px !important; }
	.margin-bottom-large-130 { margin-bottom: 130px !important; }
	.margin-bottom-large-131 { margin-bottom: 131px !important; }
	.margin-bottom-large-132 { margin-bottom: 132px !important; }
	.margin-bottom-large-133 { margin-bottom: 133px !important; }
	.margin-bottom-large-134 { margin-bottom: 134px !important; }
	.margin-bottom-large-135 { margin-bottom: 135px !important; }
	.margin-bottom-large-136 { margin-bottom: 136px !important; }
	.margin-bottom-large-137 { margin-bottom: 137px !important; }
	.margin-bottom-large-138 { margin-bottom: 138px !important; }
	.margin-bottom-large-139 { margin-bottom: 139px !important; }
	.margin-bottom-large-140 { margin-bottom: 140px !important; }
	.margin-bottom-large-141 { margin-bottom: 141px !important; }
	.margin-bottom-large-142 { margin-bottom: 142px !important; }
	.margin-bottom-large-143 { margin-bottom: 143px !important; }
	.margin-bottom-large-144 { margin-bottom: 144px !important; }
	.margin-bottom-large-145 { margin-bottom: 145px !important; }
	.margin-bottom-large-146 { margin-bottom: 146px !important; }
	.margin-bottom-large-147 { margin-bottom: 147px !important; }
	.margin-bottom-large-148 { margin-bottom: 148px !important; }
	.margin-bottom-large-149 { margin-bottom: 149px !important; }
	.margin-bottom-large-150 { margin-bottom: 150px !important; }
	.margin-bottom-large-151 { margin-bottom: 151px !important; }
	.margin-bottom-large-152 { margin-bottom: 152px !important; }
	.margin-bottom-large-153 { margin-bottom: 153px !important; }
	.margin-bottom-large-154 { margin-bottom: 154px !important; }
	.margin-bottom-large-155 { margin-bottom: 155px !important; }
	.margin-bottom-large-156 { margin-bottom: 156px !important; }
	.margin-bottom-large-157 { margin-bottom: 157px !important; }
	.margin-bottom-large-158 { margin-bottom: 158px !important; }
	.margin-bottom-large-159 { margin-bottom: 159px !important; }
	.margin-bottom-large-160 { margin-bottom: 160px !important; }
	.margin-bottom-large-161 { margin-bottom: 161px !important; }
	.margin-bottom-large-162 { margin-bottom: 162px !important; }
	.margin-bottom-large-163 { margin-bottom: 163px !important; }
	.margin-bottom-large-164 { margin-bottom: 164px !important; }
	.margin-bottom-large-165 { margin-bottom: 165px !important; }
	.margin-bottom-large-166 { margin-bottom: 166px !important; }
	.margin-bottom-large-167 { margin-bottom: 167px !important; }
	.margin-bottom-large-168 { margin-bottom: 168px !important; }
	.margin-bottom-large-169 { margin-bottom: 169px !important; }
	.margin-bottom-large-170 { margin-bottom: 170px !important; }
	.margin-bottom-large-171 { margin-bottom: 171px !important; }
	.margin-bottom-large-172 { margin-bottom: 172px !important; }
	.margin-bottom-large-173 { margin-bottom: 173px !important; }
	.margin-bottom-large-174 { margin-bottom: 174px !important; }
	.margin-bottom-large-175 { margin-bottom: 175px !important; }
	.margin-bottom-large-176 { margin-bottom: 176px !important; }
	.margin-bottom-large-177 { margin-bottom: 177px !important; }
	.margin-bottom-large-178 { margin-bottom: 178px !important; }
	.margin-bottom-large-179 { margin-bottom: 179px !important; }
	.margin-bottom-large-180 { margin-bottom: 180px !important; }
	.margin-bottom-large-181 { margin-bottom: 181px !important; }
	.margin-bottom-large-182 { margin-bottom: 182px !important; }
	.margin-bottom-large-183 { margin-bottom: 183px !important; }
	.margin-bottom-large-184 { margin-bottom: 184px !important; }
	.margin-bottom-large-185 { margin-bottom: 185px !important; }
	.margin-bottom-large-186 { margin-bottom: 186px !important; }
	.margin-bottom-large-187 { margin-bottom: 187px !important; }
	.margin-bottom-large-188 { margin-bottom: 188px !important; }
	.margin-bottom-large-189 { margin-bottom: 189px !important; }
	.margin-bottom-large-190 { margin-bottom: 190px !important; }
	.margin-bottom-large-191 { margin-bottom: 191px !important; }
	.margin-bottom-large-192 { margin-bottom: 192px !important; }
	.margin-bottom-large-193 { margin-bottom: 193px !important; }
	.margin-bottom-large-194 { margin-bottom: 194px !important; }
	.margin-bottom-large-195 { margin-bottom: 195px !important; }
	.margin-bottom-large-196 { margin-bottom: 196px !important; }
	.margin-bottom-large-197 { margin-bottom: 197px !important; }
	.margin-bottom-large-198 { margin-bottom: 198px !important; }
	.margin-bottom-large-199 { margin-bottom: 199px !important; }
	.margin-bottom-large-200 { margin-bottom: 200px !important; }
}





::-moz-selection {
	color:var(--pink-100);
	background:var(--purple-500) !important;
}

::selection {
	color:var(--pink-100);
	background:var(--purple-500) !important;
}

::-moz-selection {
	color:var(--pink-100);
	background:var(--purple-500) !important;
}



:root {
	scrollbar-color: var(--purple-900) var(--white-700) !important;
	scrollbar-width: thin !important;
}

::-webkit-scrollbar {
   width:7px;
}

::-webkit-scrollbar-track {
   background:var(--white-700);
}

::-webkit-scrollbar-thumb {
   background:var(--purple-900); 
}

::-webkit-scrollbar-thumb:hover {
	background:var(--purple-500);
}

@media (max-width: 991.98px) {
	::-webkit-scrollbar {
		display: none;
	}
}







/* .grecaptcha-badge {
	display: none !important;
	visibility: hidden !important;
	content-visibility: hidden !important;
}
 */




.load-delay {
	content-visibility: hidden;
	display: none;
	transition: .2s;  
}

.load-delay-active {
	content-visibility: visible;
	display: block;
	transition: .2s; 
}



@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('fonts/Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.woff2') format('woff2'),
        url('fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-LightItalic.woff2') format('woff2'),
        url('fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Italic.woff2') format('woff2'),
        url('fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-MediumItalic.woff2') format('woff2'),
        url('fonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}



.cky-btn-revisit-wrapper {

}





/* end */

