/*-------------------------------------------------------------------------- 
[Master Stylesheet] 
 
Project:	packon.eu     
Version:	1.0 
Last change:	10/20/25
--------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	color: #1f1f1f; 
	font-size: 20px;


	font-family: "Urbanist", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;

/*
	padding-top: 86px;
	padding-top: 71px;
*/
}


h1, h2, h3 { font-weight: normal; }

h1 { font-size: 80px; font-weight: 100; }

p { line-height: 1.5; padding-top: 1.5em; }

ul, ol { padding-top: 1.5em; }

li { line-height: 1.5; }

a:link, a:visited { color: navy; }
a:hover { text-decoration: none; }

.link_plain:link, .link_plain:visited { color: inherit; }

img { display: block; }
a img { border: 0; }

.wrap { width: 960px; margin: 0 auto; }
.wrap_outer { width: 1920px; margin: 0 auto; }

.top_bar {
	display: flex;
    align-items: stretch;
    align-items: center;
    justify-content: space-between;

	padding: 0.75em 5%;

	color: #ffffff;
	background: linear-gradient(300deg, #12187D, #56127A, #91155F);
	background-size: 180% 180%;
	-webkit-animation: gradient-animation 6s ease infinite;
	   -moz-animation: gradient-animation 6s ease infinite;
			animation: gradient-animation 6s ease infinite;
}
.top_bar_clmn_social { width: 60px; }
.top_bar_clmn_language { width: 58px; font-variant: small-caps; }
.top_bar_clmn_content { width: calc(100% - 118px); text-align: center; }

.top_bar_clmn_social > a > .fa { font-size: 20px; }
.top_bar_clmn_social > a + a { margin-left: 0.75em; }

.top_bar a { color: inherit; text-decoration: none; }

.ticker-tape:nth-of-type(2) { display: none; }
.ticker_dash { padding: 0 1em; }
.ticker_dash:last-child { display: none; }

.nav_top_dropdown_content { display: none; position: absolute; list-style-type: none; margin: 0 0; padding: 0 0.75em 0; z-index: 1; box-sizing: border-box; background-color: #ffffff;border-radius: 10px; box-shadow: 0 0 15px rgba(0,0,0,0.125); }
.nav_top_dropdown_content > li > a { color: #ffffff; color: #3c3c3c; display: block; text-decoration: none; margin: 0 -0.75em; padding: 0 0.75em; border: 2px solid transparent; }
.nav_top_dropdown_content > li > a:hover { color: #FF6647; }

.nav_top_dropdown > span { padding: 0 0.75em; border: 2px solid #ffffff; border-radius: 50px; position: relative; top: 0; }
.nav_top_dropdown:hover .nav_top_dropdown_content { display: block; }

@media only screen and (max-width : 1360px) {
	.top_bar_clmn_content { width: calc(100% - 238px); text-align: center; }
	.ticker_dash,
	.ticker_dash:last-child { display: inline; }
	.ticker-tape:nth-of-type(2) { display: flex; }

	.ticker-tape-container { width: 100%; margin: 0 auto; overflow-x: hidden; display: flex; }
	.ticker-tape {
		display: flex;
		flex: 0 0 auto;
		min-width: 100%;
		align-items: center;
		animation-name: marquee;
		animation-duration: 20s;
		animation-timing-function: linear;
		animation-delay: 0s;
		animation-iteration-count: infinite;
		animation-play-state: running;
		animation-direction: normal;
	}
	@keyframes marquee {
		0% { transform: translateX(0%); }
		100% { transform: translateX(-100%); }
	}
}
@media only screen and (max-width : 650px) {
	.top_bar_clmn_content { width: calc(100% - 168px); text-align: center; }
}
@media only screen and (max-width : 500px) {
	.top_bar_clmn_content { width: calc(100% - 134px + 5px); text-align: center; font-size: 16px; }
	.ticker_dash { padding: 0 0.75em; }
	.ticker-tape { animation-duration: 15s; }
	.top_bar_clmn_social { width: 55px; }
}

.header_wrap { height: 71px; }
.header { 
	background-color: #ffffff;
	padding: 20px 5%; 
    display: flex;
    align-items: stretch;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.header_shadow { box-shadow: 0 0 50px rgba(0,0,0,0.075); position: fixed; z-index: 1000; top: 0; left: 0; }

.logo,
.logo_menu { display: block; width: 100px; }
.logo > img,
.logo_menu > img { width: 100%; height: auto; }

.nav { list-style-type: none;  padding: 0; display: flex; align-items: stretch; justify-content: space-between; gap: 36px; }
.nav > li { font-weight: 700; }
.nav > li > a { display: inline-block; line-height: 54px; line-height: 27px; color: inherit; text-decoration: none; }
.nav > li > a:hover { color: #ff6647; }

/*
.nav > li:last-child > a { padding: 0 1.15em; border: 2px solid #0359DE; border-radius: 50px; color: #0359DE; position: relative; top: -2px; }
.nav > li:last-child > a:hover { background-color: #0359DE; border: 2px solid #0359DE; color: #ffffff; }
*/

.nav > .nav_phone > a,
.nav > .nav_contact > a { padding: 0 1.15em; border: 2px solid #0359DE; border-radius: 50px; color: #0359DE; position: relative; top: -2px; }
.nav > .nav_contact > a:hover { background-color: #0359DE; border: 2px solid #0359DE; color: #ffffff; }

.nav > .nav_phone > a { border: 2px solid #FF6647; color: #FF6647; }
.nav > .nav_phone > a:nth-of-type(2):hover { background-color: #FF6647; border: 2px solid #FF6647; color: #ffffff; }
.nav > .nav_phone > a:nth-of-type(2) { display: none; }

.title { font-size: 64px; font-weight: 400; line-height: 1.25; }

.title_top { color: #c3c3c3; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding-top: 0; }
.title_top + .title { padding-top: 0; }

.section_2 .title_top,
.section_5 .title_top,
/*.clmns_6_wrap .title_top,*/
.section_subpage_intro .title_top { color: rgba(255, 255, 255, 0.35); }

/*--------------------------------------------------------------------------
#header
*/

/*

.full {
	position: relative;
	height: 100vh;
	display: table;
	width: 100%;
}

.absolute {
	display: table-cell;
	vertical-align: middle;
}

.full_intro {
	background: url('img/h1-slider2.jpg') center center no-repeat;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	height: 800px;
	color: #ffffff;
}


*/

.full_intro { max-height: 800px; overflow: hidden; }

.intro_clmns_wrap {
	position: relative;
	z-index: 1;
    display: flex;
    align-items: stretch;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    /*
	background: url('img/h1-slider2.jpg') center center no-repeat;
	background: #0e1361 url('img/h1-bg-01.png') center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
	height: 85vh;
	color: #ffffff;
	border-radius: 50px; 

    background: linear-gradient(270deg, #0e1361, #5f2596);
    background: linear-gradient(300deg, #12187D, #56127A, #91155F);
    background-size: 180% 180%;

    -webkit-animation: gradient-animation 6s ease infinite;
       -moz-animation: gradient-animation 6s ease infinite;
    		animation: gradient-animation 6s ease infinite;
}
.intro_clmns_wrap::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url('img/bg_intro.png') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.intro_clmns { width: 50%; max-height: 100%; position: relative;  }

@keyframes gradient-animation {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

.intro_clmns:nth-of-type(1) { padding-left: 10%; box-sizing: border-box; position: relative; z-index: 1; }
.intro_clmns:nth-of-type(2) { /*height: 100%;*/ }
.intro_clmns:nth-of-type(2) > img { /*background-color: rgba(0,0,0,0.15);*/
	/*
	max-height: 100%;
	width: auto;
	*/
	max-width: 100%;
	height: auto;
	margin-left: -20%;
	-webkit-animation: translateLeft 0.75s ease-in-out forwards;
			animation: translateLeft 0.75s ease-in-out forwards;
}

.intro_clmns > h1,
.intro_clmns > h1 + p,
.intro_clmns > .btn > a { opacity: 0; }

.clmns_1_half > .title_top,
.clmns_1_half > h1,
.clmns_1_half > h1 + p,
.clmns_1_half > .btn > a,
.badges_subpage_intro > div:nth-of-type(1),
.badges_subpage_intro > div:nth-of-type(2),
.badges_subpage_intro > div:nth-of-type(3),
.badges_subpage_intro > div:nth-of-type(4) { opacity: 0; }

.intro_clmns > h1 {
	-webkit-animation: translateRight 0.75s ease-in-out forwards;
			animation: translateRight 0.75s ease-in-out forwards;
}
.intro_clmns > h1 + p {
	-webkit-animation: translateRight 0.75s ease-in-out 0.15s forwards;
			animation: translateRight 0.75s ease-in-out 0.15s forwards;
}

.intro_clmns > .btn > a:nth-of-type(1) {
	-webkit-animation: translateUpShort 0.55s ease-in-out 0.30s forwards;
			animation: translateUpShort 0.55s ease-in-out 0.30s forwards;
}
.intro_clmns > .btn > a:nth-of-type(2) {
	-webkit-animation: translateUpShort 0.55s ease-in-out 0.45s forwards;
			animation: translateUpShort 0.55s ease-in-out 0.45s forwards;
}

.clmns_1_half > .title_top {
	-webkit-animation: translateRight 0.75s ease-in-out forwards;
			animation: translateRight 0.75s ease-in-out forwards;
}
.clmns_1_half > h1 {
	-webkit-animation: translateRight 0.75s ease-in-out 0.15s forwards;
			animation: translateRight 0.75s ease-in-out 0.15s forwards;
}
.clmns_1_half > h1 + p {
	-webkit-animation: translateRight 0.75s ease-in-out 0.30s forwards;
			animation: translateRight 0.75s ease-in-out 0.30s forwards;
}

.clmns_1_half > .btn > a:nth-of-type(1) {
	-webkit-animation: translateUpShort 0.55s ease-in-out 0.45s forwards;
			animation: translateUpShort 0.55s ease-in-out 0.45s forwards;
}
.clmns_1_half > .btn > a:nth-of-type(2) {
	-webkit-animation: translateUpShort 0.55s ease-in-out 0.60s forwards;
			animation: translateUpShort 0.55s ease-in-out 0.60s forwards;
}


.badges_subpage_intro > div:nth-of-type(1) {
	-webkit-animation: zoomIn 0.55s ease-in-out 0.60s forwards;
			animation: zoomIn 0.55s ease-in-out 0.60s forwards;
}
.badges_subpage_intro > div:nth-of-type(2) {
	-webkit-animation: zoomIn 0.55s ease-in-out 0.65s forwards;
			animation: zoomIn 0.55s ease-in-out 0.65s forwards;
}
.badges_subpage_intro > div:nth-of-type(3) {
	-webkit-animation: zoomIn 0.55s ease-in-out 0.70s forwards;
			animation: zoomIn 0.55s ease-in-out 0.70s forwards;
}
.badges_subpage_intro > div:nth-of-type(4) {
	-webkit-animation: zoomIn 0.55s ease-in-out 0.75s forwards;
			animation: zoomIn 0.55s ease-in-out 0.75s forwards;
}


.list {}
.list_check { list-style-type: none; }
.list_check > li { border-bottom: 1px solid #e8e6e6; margin: 0 0 0.75em; padding: 0 0 0.75em 32px; position: relative; }
.list_check > li::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 24px;
	height: 24px;
	background: url('img/circle-check-solid-full.svg') center center;
	background-size: 24px auto;
}



.btns_wrap {
	margin: 2.5em 0 0;
	display: flex;
	flex-wrap: wrap;
    align-items: stretch;
    align-items: flex-start;
    align-items: center;
    
    justify-content: space-between;
    justify-content: flex-start;
    gap: 30px;
}
.btns_wrap > .btn { padding-top: 0; }
.btn_phone > a:nth-of-type(2) { display: none; }
@media only screen and (max-width: 1024px) {
	.btns_wrap { justify-content: center; }
}


.btn { padding-top: 2.5em; }
.btn > a, .btn > span { display: inline-block; color: inherit; padding: 0.5em 1.15em; text-decoration: none; border: 2px solid #0359DE; border-radius: 50px; color: #0359DE; font-weight: 700; }
.btn_1 > a, .btn_1 > span { border: 2px solid #FF6647; color: #FF6647; }
.btn_double > a:nth-of-type(2) { margin-left: 1em; background-color: #d9261c; background-color: transparent; background-color: #1f1f1f; color: #ffffff; }

.btn_full > a, .btn_full > span { background-color: #0359DE; border: 2px solid #0359DE; color: #ffffff; }

.btn_intro > a,
.btn_subintro > a { border: 2px solid rgba(255, 255, 255, 0.25); color: #ffffff; }
.btn_intro.btn_double > a:nth-of-type(2),
.btn_subintro.btn_double > a:nth-of-type(2) { background-color: rgba(255, 255, 255, 0.25); border: 2px solid rgba(255, 255, 255, 0.25); }

.btn > a:hover, .btn > span:hover { background-color: #0359DE; border: 2px solid #0359DE; color: #ffffff; cursor: pointer; }

.btn_full > a:hover, .btn_full > span:hover { background-color: #FF6647; border: 2px solid #FF6647; color: #ffffff; }

.btn_1.btn_phone > a:hover { background-color: #ffffff; border: 2px solid #FF6647; color: #FF6647; cursor: auto; }

.btn_intro > a:hover,
.btn_subintro > a:hover { border: 2px solid rgba(255, 255, 255, 1); background: none; }
.btn_intro > a:nth-of-type(2):hover,
.btn_subintro > a:nth-of-type(2):hover { background-color: #ffffff; border: 2px solid #ffffff; color: #1f1f1f; }

.section { position: relative; } 
.section_padding { padding: 120px 0; }
.section_padding { padding: 60px 0; }
.section_padding_small { padding-top: 71px; }

.clmns_1_wrap {
	width: 1290px;
	margin: 0 auto;
    display: flex;
    align-items: stretch;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
}
.clmns_1 { width: calc(50% - 40px); }
.clmns_1:nth-of-type(1) > img { width: 100%; border-radius: 20px; }
/*.clmns_1:nth-of-type(2) { position: sticky; top: 80px; top: 200px; }*/

.clmns_1_1_wrap {
	margin: 1.5em auto 0;
    display: flex;
    align-items: stretch;
    align-items: flex-start;
    align-items: center;
    justify-content: space-between;
    justify-content: flex-start;
    gap: 36px;
}
.clmns_1_1 { 
	/*
	width: calc(50% - 25px); 
	display: flex;
    align-items: stretch;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    */
}
.clmns_1_1 > img { height: 40px; width: auto; }
.clmns_1_1 > p { padding: 0; font-weight: 700; }
/*
.clmns_1_1 > img { width: 50px; height: auto; }
.clmns_1_1:nth-of-type(1) > img { border-radius: 50%; }
.clmns_1_1 > p { width: calc(100% - 70px); line-height: 1.35; padding-top: 0; }
.clmns_1_1:nth-of-type(1) > p > span { display: block; font-size: 30px; font-weight: 700; line-height: 1; }
*/

/*
.clmns_1_1:nth-of-type(1) > img { width: 100%; border-radius: 20px; }
.clmns_1_1:nth-of-type(2) { position: sticky; top: 80px; }
*/

.section_2,
.section_5 {
	color: #ffffff;
	/*
	background: #0e1361 url('img/h1-bg-01.png') center center no-repeat fixed;
	border-radius: 50px;
	

	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	*/
    background: linear-gradient(300deg, #12187D, #56127A, #91155F);
    background-size: 180% 180%;

    -webkit-animation: gradient-animation 6s ease infinite;
       -moz-animation: gradient-animation 6s ease infinite;
    		animation: gradient-animation 6s ease infinite;
}

.section_subpage_intro {
	position: relative;
	background: #0a3a87 url('img/testimonials-bg-min.png') center center no-repeat fixed;
	border-radius: 50px;
	color: #ffffff;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.section_subpage_intro::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 40px);
	height: 100%;
	background: #0a3a87 url('img/intro_pouches.jpg') center center no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;	
	border-radius: 0 50px 50px 0;
}



.clmns_2_wrap {
	width: 1290px;
	margin: 60px auto 0;
    display: flex;
    align-items: stretch;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
}
.clmns_2 { width: calc(50% - 40px); }
.clmns_2:nth-of-type(1) > p:nth-of-type(1) { padding-top: 0; }
.clmns_2:nth-of-type(1) { position: sticky; top: 200px; }

/*
.clmns_2:nth-of-type(1) { width: calc(100% - 800px); position: sticky; top: 80px; top: 200px; }

.clmns_2:nth-of-type(2) { width: 720px; }
*/

.twentytwenty > img { width: 100%; height: auto; border-radius: 10px; }

.clmns_2_card {
	color: #1f1f1f;
	background-color: #ffffff;
	border-radius: 20px;
	margin-top: 30px;
	display: flex;
    align-items: stretch;
    justify-content: space-between;
    overflow: hidden;
    position: relative;

}
.clmns_2_card:nth-of-type(1) { margin-top: 0; }

.clmns_2_card > div:nth-of-type(1) { width: calc(100% - 360px); padding: 40px; box-sizing: border-box; }
.clmns_2_card > div:nth-of-type(2) { width: 360px; /*height: 300px;*/  overflow: hidden; }
.clmns_2_card > div:nth-of-type(2) > img { height: 100%; width: auto; position: absolute; object-fit: cover; transition: all .3s ease-in-out;  }
.clmns_2_card > div:nth-of-type(2) > img:hover { transform: scale(1.1); }

.clmns_2_card > div:nth-of-type(1) > p:nth-of-type(1) { padding: 0; font-weight: 700; }

/*
.clmns_2_card:nth-of-type(1) > div:nth-of-type(2) { 
	background: url('img/pouch_400.jpg') center bottom no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.clmns_2_card:nth-of-type(2) > div:nth-of-type(2) { 
	background: url('img/scoops_400.jpg') center center no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.clmns_2_card:nth-of-type(3) > div:nth-of-type(2) { 
	background: url('img/custom-made-2_400.jpg') center bottom no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
*/

.clmns_2_card_pouch > div:nth-of-type(2) { 
	background: url('img/pouch_400.jpg') center bottom no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.clmns_2_card_scoop > div:nth-of-type(2) { 
	background: url('img/scoops_400.jpg') center center no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.clmns_2_card_custom > div:nth-of-type(2) { 
	background: url('img/custom-made-2_400.jpg') center bottom no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.clmns_2_card_pouch_01 > div:nth-of-type(2) { 
	background: url('img/pouches_01.jpg') center bottom no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.clmns_2_card_pouch_02 > div:nth-of-type(2) { 
	background: url('img/pouches_02.jpg') center bottom no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.clmns_2_card_pouch_03 > div:nth-of-type(2) { 
	background: url('img/pouches_03.jpg') center bottom no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.clmns_2_card_pouch_04 > div:nth-of-type(2) { 
	background: url('img/pouches_04.jpg') center bottom no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.clmns_2_card_pouch_05 > div:nth-of-type(2) { 
	background: url('img/pouches_05.jpg') center bottom no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}




.btn_plain > a { color: #FF6647; font-weight: 700; }


.strike_that { text-decoration: line-through; }


.list_title_check { list-style-type: none; padding-top: 2em; }
.list_title_check > li { border-bottom: 1px solid rgba(255, 255, 255, 0.15); margin: 30px 0 0; padding: 0 0 30px; }
.list_title_check > li:first-child { margin-top: 0; }
.list_title_check > li > span { font-size: 24px; font-weight: 700; display: block; padding: 0 0 0.5em 30px; position: relative; }
.list_title_check > li > span::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 24px;
	height: 24px;
	background: url('img/circle-check-solid-full.svg') center center;
	background-size: 24px auto;
}

.section_content { width: 80%; margin: 0 auto; }

.clmns_3_wrap {
	width: 80%;
	margin: 80px auto 0;
    display: flex;
    align-items: stretch;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.clmns_3 { width: calc(25% - 30px); }

.clmns_3 > p:nth-of-type(1) { padding-top: 0; }
.clmns_3 > p > span { color: #FF6647; font-size: 36px; display: block; }
.clmns_3 > p + p { padding-top: 0; }

.clmns_4_wrap {
	width: 90%;
	margin: 60px auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    justify-content: flex-start;
    gap: 60px;
}
/*.clmns_4 { width: calc(33.33% - 53.33px); position: relative; }*/
.clmns_4 { width: calc(20% - 64px); position: relative; }
.clmns_4 { width: calc(20% - 48px); position: relative; }
.clmns_4 > img { width: 100%; border-radius: 20px; }
/*.clmns_4 > p { position: absolute; bottom: 30px; left: 30px; }*/
.clmns_4 > p {  }
/*
.clmns_4 > p > a { 
	background-color: rgba(0,0,0,0.15);
	color: #ffffff;
	display: inline-block;
	font-weight: 700;

	padding: 0.75em 1.5em;
	text-decoration: none;
	border-radius: 20px;
	backdrop-filter: blur(5px);
}
.clmns_4 > p > span { 
	background-color: rgba(0,0,0,0.075);
	color: #ffffff;
	display: inline-block;
	font-weight: 700;

	padding: 0.75em 1.5em;
	text-decoration: none;
	border-radius: 20px;
	backdrop-filter: blur(5px);
}
*/
/*
.clmns_4 > a { text-decoration: none; }
.clmns_4 > a > img { width: 100%; border-radius: 20px; }
.clmns_4 > a > p { position: absolute; bottom: 30px; left: 30px; }
.clmns_4 > a > p > span { 
	background-color: rgba(0,0,0,0.075);
	color: #ffffff;
	display: inline-block;
	font-weight: 700;

	padding: 0.75em 1.5em;
	text-decoration: none;
	border-radius: 20px;
	backdrop-filter: blur(5px);
}

.clmns_4 > a:hover > p > span { background-color: #FF6647; }
*/
/* FF6647 */

.clmns_4 > a { text-decoration: none; color: inherit; }
.clmns_4 > a > img { width: 100%; height: auto; border-radius: 10px 10px 0 0; }
.clmns_4 > a > p { background-color: #FF6647; color: #ffffff; font-weight: 700; padding: 0.75em; text-align: center; border-radius: 0 0 10px 10px; }
.clmns_4 > a > p { background-color: #0359de; color: #ffffff; font-weight: 700; padding: 0.75em; text-align: center; border-radius: 0 0 10px 10px; }
.clmns_4 > a > p { background-color: #361b77; color: #ffffff; font-weight: 700; padding: 0.75em; text-align: center; border-radius: 0 0 10px 10px; }
/*.clmns_4 > a:hover > p { background-color: #FF6647; }*/

.btn_center { text-align: center; }

.clmns_5_wrap {
	width: 80%;
	margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}
.clmns_5 { width: calc(33.33% - 53.33px); width: calc(33.3333% - 40px); position: relative; background-color: rgba(0,0,0,0.15); padding: 40px; box-sizing: border-box; border-radius: 20px; }

.client_wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.client_wrap > div { width: 90px; position: relative; }
.client_wrap > div::after { 
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	width: 36px; 
	height: 36px;
	background: #FF6647 url('img/quote-left-solid-full.svg') center center no-repeat;
	background-size: 20px auto;
	border-radius: 50%;
}
.client_wrap > div > img { width: 100%; height: auto; border-radius: 50%; }
.client_wrap > p { width: calc(100% - 114px); padding: 0; }
.client_wrap > p > span { padding: 0; color: #999999; display: block; font-size: 0.875rem; }

.txt_rating { text-align: center; padding-top: 60px; }
.star_review_wrap_outer { display: inline-block; position: relative; top: 3px; margin-right: 5px; }
.star_review_wrap {
	width: 104px;
	display: flex;
    align-items: stretch;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1;
}
.star_review {
	background: url('img/star-solid-full.svg') center center no-repeat;
	background-size: 20px auto;
	width: 20px;
	height: 20px;
}
.rating_review { display: inline-block; background-color: #FF6647; color: #ffffff; margin-right: 5px;  padding: 0 8px; border-radius: 20px; }

.clmns_6_wrap {
	position: relative;
	z-index: 1;
	color: #1f1f1f;
	width: 1290px;
	margin: 0 auto 0;
    /*
    display: flex;
    align-items: stretch;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
	*/
	/*
    background: url('img/footer-bg2.jpg') center center no-repeat;
    background: url('img/section_form.jpg') center center no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	*/
	border-radius: 20px;
	padding: 60px;
	background: #ffffff;
	box-shadow: 0 0 50px rgba(0,0,0,0.075);
	box-sizing: border-box;
}
.clmns_6_wrap::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	/*
	background: #030C3680 url('img/footer-demo4.png') center center no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	*/
}

.clmns_6:nth-of-type(1) { width: calc(60% - 40px); }
.clmns_6:nth-of-type(2) { width: calc(40% - 40px); }

.clmns_7_wrap {
	width: 80%;
	margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;

    justify-content: space-between;
    justify-content: flex-start;
    gap: 40px;
}
.clmns_7 { width: calc(25% - 30px); position: relative; background-color: rgba(0,0,0,0.15); padding: 40px; box-sizing: border-box; border-radius: 20px; }

.clmns_7_white_wrap {
	width: 80%;
	margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;

    justify-content: space-between;
    justify-content: flex-start;
    gap: 40px;
}
.clmns_7_white { width: calc(25% - 30px); position: relative; border: 2px solid #0359DE; padding: 40px; box-sizing: border-box; border-radius: 20px; }

.clmns_1_half_wrap {
	width: 1290px;
	width: 80%;
	margin: 0 auto;
    display: flex;
    align-items: stretch;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
}
.clmns_1_half { width: calc(50% - 40px); }

.badges_subpage_intro { margin: 50px 0 0; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 20px; }
.badges_subpage_intro > div { width: calc(25% - 15px); background-color: rgba(0,0,0,0.075); padding: 23px 0; border-radius: 10px; }
.badges_subpage_intro > div > p { color: #ffffff;  padding-top: 0.5em; opacity: 0.5; text-align: center; font-size: 16px; }
.badges_subpage_intro > div > img { opacity: 0.5; width: 40px; height: auto; margin: 0 auto; }

.clmns_subpage_2_wrap {
	width: 80%;
	margin: 80px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}
.clmns_subpage_2_wrap_stretch { align-items: stretch; }
.clmns_subpage_2 { width: calc(33.33% - 40px); position: relative; }
.clmns_subpage_2 > img { width: 50px; }
.clmns_subpage_2 > p { padding-top: 0.5em; }

.clmns_card_bg_transparent { background-color: rgba(0,0,0,0.15); }
.clmns_card_padding { padding: 40px; }

.clmns_subpage_2_wrap_stretch > div > .clmns_card { height: 100%; box-sizing: border-box; }

.clmns_card_icon_left {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
}
.clmns_card_icon_left > div { width: calc(100% - 75px); } 
.clmns_card_icon_left > div > p:nth-of-type(1) { padding-top: 0; } 
.clmns_card_icon_left > div > p + p { padding-top: 0.95em; } 

.clmns_card_bg_transparent_num { position: relative; z-index: 1; }
.clmns_card_bg_transparent_num::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 5px;
	right: 15px;
	color: rgba(255, 255, 255, 0.075);
	font-size: 144px;
	font-weight: 700;
	line-height: 1;
}
.clmns_card_bg_transparent_num_1::before { content: '1.'; }
.clmns_card_bg_transparent_num_2::before { content: '2.'; }
.clmns_card_bg_transparent_num_3::before { content: '3.'; }

.clmns_half_wrap {
	width: 80%;
	margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-items: center;
    justify-content: space-between;
}
.clmns_half { width: 50%; }
.clmns_half > div { padding: 60px 0; }
.clmns_half_img {}
.clmns_half_img_1 > img { width: 360px; max-width: 100%; margin: 0 auto; }

@media only screen and (max-width : 1152px) {
	.clmns_card_bg_transparent_num::before { top: 5px; right: 15px; font-size: 121px; }
}
@media only screen and (max-width : 450px) {
	.clmns_card_bg_transparent_num::before { top: 5px; right: 15px; font-size: 144px; }
}
@media only screen and (max-width : 1024px) {
	.clmns_half_wrap_1 { gap: 60px; }
	.clmns_half_wrap_1 > .clmns_half { width: 100%; }
	.clmns_half_wrap_1 > .clmns_half:nth-of-type(1) { order: 1; }
	.clmns_half_wrap_1 > .clmns_half:nth-of-type(2) { order: 0; text-align: center; }
	.clmns_half_wrap_1 > .clmns_half > div { padding: 0; }
}
@media only screen and (max-width : 450px) {
	.clmns_half_img_1 > img { max-width: 75%; }
}


/*

welcome page

.content_wrap { width: 80%; margin: 0 auto; text-align: center; }
.content_wrap > img { margin: 40px auto 0; width: 150px; }
.content_wrap > p > a { font-weight: 700; text-decoration: none; color: #0359DE; }
.content_wrap > p > a:hover {  color: #FF6647; }
.full {
	position: relative;
	height: 100vh;
	display: table;
	width: 100%;
}

.absolute {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width : 800px) {
	.content_wrap { width: 90%;  }
}
@media only screen and (max-width : 600px) {
	.content_wrap > .title { font-size: 48px; line-height: 1.15; }
}	
*/

/*--------------------------------------------------------------------------
#Custom Checkbox
*/

.ccheckbox-wrap {
    float: left;
    width: 100%;
    margin: 1em 0 0;
    position: relative;
}
.ccheckbox_newsletter_wrap { text-align: center; margin-bottom: 1.5em; }
@media only screen and (max-width : 575px) {
    .ccheckbox-wrap {
        /*
        width: 88%;
        margin-left: 6%;
        */
        width: 100%;
        margin-left: 0%;
    }
}
.ccheckbox_label { font-size: 14px; padding: 3px 0 0 32px; }
.ccheckbox_label a:link, .ccheckbox_label a:visited { color: #8fb73e; text-decoration: underline; }
.ccheckbox_label a:hover { text-decoration: none; }

.ccheckbox_label_newsletter { font-size: 18px; padding: 0 0 0 32px; font-weight: 600; }

.ccheckbox {
    font-size: 14px;
    position: relative;
    display: block;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}
.ccheckbox_small { line-height: 24px; height: 24px; }
.ccheckbox_absolute { position: absolute; top: 0; left: 0; z-index: 11; width: 24px; }
.ccheckbox_newsletter { display: inline-block; margin-left: 1.75em; }
.ccheckbox_newsletter:nth-of-type(1) { margin-left: 0; }

@media only screen and (max-width : 700px) {
    .ccheckbox_newsletter { display: block; margin: 0 0 1.5em 0; }
    .ccheckbox_newsletter_wrap { text-align: left; margin-bottom: 0; }
}

.ccheckbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.ccheckbox__indicator {
    position: absolute;
    top: 2px;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #8fb73e;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

}
.ccheckbox_small__indicator { width: 24px; height: 24px; border: 1px solid #8fb73e; }
.ccheckbox_newsletter__indicator { width: 24px; height: 24px; border: 1px solid #ffffff; }
/* Checked state */
.ccheckbox input:checked ~ .ccheckbox__indicator {
    background: #8fb73e;
    border: 2px solid #8fb73e;
}
.ccheckbox input:checked ~ .ccheckbox_newsletter__indicator {
    background: #8fb73e;
    border: 2px solid #ffffff;
}
.ccheckbox input:checked ~ .ccheckbox_small__indicator { border: 1px solid #8fb73e; }
.ccheckbox input:checked ~ .ccheckbox_newsletter__indicator { background: #ffffff; border: 1px solid #ffffff; }
/* Disabled state */
.ccheckbox input:disabled ~ .ccheckbox__indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}
/* Check mark */
.ccheckbox__indicator:after {
    position: absolute;
    display: none;
    content: '';
}
/* Show check mark */
.ccheckbox input:checked ~ .ccheckbox__indicator:after {
    display: block;
}

/* Checkbox tick */
.ccheckbox--checkbox .ccheckbox__indicator:after {
    top: 6px;
    left: 10px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.ccheckbox_newsletter--checkbox .ccheckbox__indicator:after {
    top: 6px;
    left: 10px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #8fb73e;
    border-width: 0 2px 2px 0;
}

.ccheckbox_small--checkbox .ccheckbox__indicator:after { top: 5px; left: 9px; width: 3px; height: 8px; }
.ccheckbox_newsletter--checkbox .ccheckbox__indicator:after { top: 5px; left: 9px; width: 3px; height: 8px; }
/* Disabled tick colour */
.ccheckbox--checkbox input:disabled ~ .ccheckbox__indicator:after {
    border-color: #7b7b7b;
}
/* Radio button inner circle */
.ccheckbox--radio .ccheckbox__indicator:after {
    top: 9px;
    left: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}
/* Disabled circle colour */
.ccheckbox--radio input:disabled ~ .ccheckbox__indicator:after {
    background: #7b7b7b;
}

/*--------------------------------------------------------------------------
#Contact Form
*/

.call_us a { color: inherit; }
.call_us_phone_mobile { display: none; }

.form_wrap { margin: 2em auto 0; }

.form_wrap_center { width: 670px; }
.form_wrap_center > form { border-top: 1px solid #0B353B; margin-top: 30px; padding-top: 30px;  }

.form_wrap > form > div {
	/*
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	*/
	/*column-gap: 1.5em;*/

}
.form_wrap > form > .no-mrg-bottom { margin-bottom: 0; }

.form_wrap > form > div:last-child { display: flex;
	flex-wrap: wrap;
	align-items: center; justify-content: flex-end; margin-bottom: 0; }


.contactform > div:nth-of-type(1) { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; column-gap: 50px; }

.contactform > div:nth-of-type(1) > div:nth-of-type(1),
.contactform > div:nth-of-type(1) > div:nth-of-type(2) { width: calc(50% - 25px); }

.field-wrap { width: 100%; margin-bottom: 1em; }
.field-wrap-half { width: 47.5%; }
.field-wrap-full { width: 100%; }

.submit {
    line-height: 1.5;
    text-decoration: none; 
    margin: 1.5em 0 0;

    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    line-height: 1.5;
    padding-top: 5px;

    appearance: none;
    -moz-appearance: none; 
    -webkit-appearance: none; 


    overflow: hidden;
    position: relative;
    width: 250px;

	padding: 0.5em 1.15em; text-decoration: none; border: 2px solid #FF6647; border-radius: 50px; color: #ffffff; font-weight: 700; background-color: #FF6647;
}
.form_wrap_pop_up .submit { margin-top: 30px; }
.submit:hover {  cursor: pointer; color: #ffffff; font-weight: 700; background-color: #FF6647; background-color: #0359DE; border: 2px solid #0359DE; }

.input-text {
    width: 100%;
    background: #f5f5f5;
    margin: 0;
    text-align: left;
}
.input-text:nth-of-type(2) { display: none; }

.input-select {
    width: 100%;
    margin: 1em 0 0;
    text-align: left;
}

.input_area {
    outline: none;
    width: 100%;
    margin: 0;
    text-align: left;
    height: 146px;
}
.input-text,
.input-select,
.input-file { line-height: 18px; }


.input-text,
.input-select,
.input-date,
.input-file,
.input_area {
    outline: none;
    width: 100%;
    line-height: 18px;
    color: #1f1f1f;
    padding: 14px 14px;
    margin: 0;
    border: 2px solid #1f1f1f;

    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    background-color: #ffffff;
	backdrop-filter: blur(5px);

display: inline;
}
.input_area { line-height: 1.5; }
.input-file { height: 56px; border-right: none; }

.input-select:focus,
.input-file:focus,
.input_area:focus,
.input-text:focus { border: 2px solid rgba(255, 255, 255, 1); border: 2px solid #0359DE; }

.field-wrap-upload { width: calc(50% - 25px); margin: 0 0 0 calc(50% + 25px); }

.f_upload_label { margin: 0 0 0; }
.f_upload_label > span { display: block; font-weight: 400; padding: 0.15em 0 0; }
.f_upload_wrap {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
    justify-content: flex-start;

}
.f_upload_wrap_clmns:nth-of-type(1) { width: 75%; }
.f_upload_wrap_clmns:nth-of-type(2) { width: 25%; }

.submit_upload { 
	background-color: #ffffff; 
	color: #FF6647; text-align: 
	center; display: block; 
	line-height: 52px; 
	border: 2px solid #FF6647;
	border-radius: 0 10px 10px 0; 

}
.submit_upload:hover { cursor: pointer; }

.form_wrap .f_upload_wrap_clmns > label { display: block; padding: 0; }

@media only screen and (max-width : 1024px) {
	.field-wrap-upload { width: 100%; margin: 0; }
}
@media only screen and (max-width : 500px) {
    .f_upload_wrap_clmns:nth-of-type(1) { width: 65%; }
    .f_upload_wrap_clmns:nth-of-type(2) { width: 35%; }
}

.input-file { color: transparent; color: transparent; border-radius: 10px 0 0 10px; }
.input-file-visible { color: #1f1f1f; }

.input-file::file-selector-button { display: none; }

/* Chrome/Opera/Safari */
/* Firefox 19+ */
/* IE 10+ */
/* Firefox 18- */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder { color: #1f1f1f; opacity: 1; }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1f1f1f; opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #1f1f1f; opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #1f1f1f; opacity: 0.5;
}
:-moz-placeholder { /* Firefox 18- */
  color: #1f1f1f; opacity: 0.5;
}

.input-text:focus::-webkit-input-placeholder { color: transparent; }
.input-text:focus::-moz-placeholder { color: transparent; }
.input-text:focus:-ms-input-placeholder { color: transparent; }
.input-text:focus:-moz-placeholder { color: transparent; }

.input_area:focus::-webkit-input-placeholder { color: transparent; }
.input_area:focus::-moz-placeholder { color: transparent; }
.input_area:focus:-ms-input-placeholder { color: transparent; }
.input_area:focus:-moz-placeholder { color: transparent; }

.form_wrap label { display: inline-block; padding-bottom: 0.25em; }
.form_wrap .ccheckbox_label label { display: inline; padding-bottom: 0; }

.submit, .form_newsletter .submit, .input-text, .input-select, .input-date, .input-file, .input_area, .label {
	font-size: 20px;
	font-family: "Urbanist", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.submit,
.submit_upload,
.label { font-weight: 700; }

/*--------------------------------------------------------------------------
#pop_up
*/

.tabela_cookies { margin:0 auto; overflow-x: auto; }
.tabela_cookies table td { padding: 1.5em 1.5em 0 0; }

/*--------------------------------------------------------------------------
#pop_up
*/

.pop_up_overlay { 
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	top: 0; 
	left: 0;
	z-index: 1110; 
	height: 100vh; 
	width: 100%; 
	opacity: 0;
	/*backdrop-filter: blur(4px); */
	backdrop-filter: blur(32px); 
}
.pop_up_overlay_opened {
	display: block;
	-webkit-animation: pop_up_overlay_animate 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    		animation: pop_up_overlay_animate 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.pop_up_overlay_closed {
	-webkit-animation: pop_up_overlay_animate_1 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    		animation: pop_up_overlay_animate_1 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@keyframes pop_up_overlay_animate { 
	  0% { opacity: 0; } 
	100% { opacity: 1; } 
}
@keyframes pop_up_overlay_animate_1 {
	  0% { opacity: 1; } 
	100% { opacity: 0; }
}

.pop_up_animate {
	display: none;
    position: fixed;
	z-index: 1111;
	top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.pop_up_wrap { background-color: #ffffff; width: 800px; margin: 0 auto 0; padding: 50px; position: relative; overflow: hidden; border-radius: 10px; }
.pop_up_wrap_title { font-size: 20px; padding: 0 0 1.5em; }
.pop_up_wrap_title { padding: 0; }
.pop_up_wrap_title + p { padding: 0.75em 0 1.5em; }
.pop_up_wrap_title_align_right { text-align: right; padding: 50px 0 0; }
.pop_up_wrap_success { font-size: 36px; text-align: center; padding: 1.5em 0; }

.pop_up_close::before {
	content: '\00d7';
	color: #1f1f1f;
	font-size: 48px;
	/*font-weight: 700;*/ font-weight: 500;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	line-height: 50px;
	width: 50px;
	height: 50px;
}
.pop_up_close:hover { cursor: pointer; }

@media only screen and (max-width: 1152px) {
	.pop_up_wrap { width: 480px; box-sizing: border-box; padding: 36px }
	.pop_up_wrap_title_align_right { text-align: left; padding: 40px 0 0; }
	.form_wrap_pop_up .field-wrap:last-child { margin-bottom: 0; } 
	.form_wrap_pop_up .submit { width: 100%; margin: 30px auto 0; } 

	.field-wrap-upload,
	.pop_up_wrap .contactform > div:nth-of-type(1) > div:nth-of-type(1), 
	.pop_up_wrap .contactform > div:nth-of-type(1) > div:nth-of-type(2) { width: 100%; }
}
@media only screen and (max-width: 550px) {
	.pop_up_animate { width: 100%; }
	.pop_up_wrap { width: 90%; padding: 30px; }
	.pop_up_close::before { line-height: 40px; width: 40px; height: 40px; top: 5px; right: 5px; }
	.pop_up_wrap_title_align_right { padding: 40px 0 0; }
}

.scale-in-center {
	-webkit-animation: scale-in-center 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-3-7 13:11:9
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.scale-out-center {
	-webkit-animation: scale-out-center 0.35s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: scale-out-center 0.35s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-3-7 13:11:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-out-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
}
@keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
}

/*--------------------------------------------------------------------------
#footer
*/

footer { color: #ffffff; position: relative; z-index: 1; }
footer::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 477px;
	top: 557px;
	left: 0;
	/*
	background: #111c53 url("img/footer-demo3.png") center top no-repeat;
	background-size: cover;
	*/
	width: 100%;
	height: calc(100% - 557px);

    background: linear-gradient(300deg, #12187D, #56127A, #91155F);
    background-size: 180% 180%;

    -webkit-animation: gradient-animation 6s ease infinite;
       -moz-animation: gradient-animation 6s ease infinite;
    		animation: gradient-animation 6s ease infinite;
}
footer > .section_padding:nth-of-type(2) { padding-bottom: 60px; }

.footer_clmns_wrap {
	margin: 0 auto;
    display: flex;
    align-items: stretch;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.footer_clmns { width: calc(25% - 30px); }


.footer_clmns_wrap a { color: inherit; text-decoration: none; }
.footer_clmns > p { padding-top: 0; }

.footer_clmns:nth-of-type(1) img { width: 120px; }
.footer_clmns:nth-of-type(3) a,
.footer_clmns:nth-of-type(4) a { font-size: 30px; font-weight: 700; }

/*
.clmns_1:nth-of-type(1) > img { width: 100%; border-radius: 20px; }
.clmns_1:nth-of-type(2) { position: sticky; top: 80px; }
*/

.copy { color: #ffffff; padding-top: 60px; text-align: center; }
.copy > a { color: inherit; text-decoration: none; }

.scroll_anchor_wrap { position: relative; }
.scroll_anchor { width: 1px; height: 1px; display: block; position: absolute; z-index: -1; opacity: 0; bottom: -1px; left: 0; }
.scroll_anchor_home { top: -85px; top: -70px; left: 0; }

/*
@media only screen and (max-width : 1440px) {
	.scroll_anchor_arhiv { top: -84px; top: -69px; left: 0; }
}
*/
@media only screen and (max-width : 1260px) {
	.scroll_anchor_home { top: -66px; }
}


/*--------------------------------------------------------------------------
#various
*/

.font_color_1 { color: #61BEC4; }
.font_color_2 { color: #9E005A; }
.font_color_3 { color: #0B4F6C; }

.font_larger { font-size: 24px; }

.bold, strong { font-weight: 700; }

.tiskane { text-transform: uppercase; }
.capped { font-variant: small-caps; }

.align-center { text-align: center; }
.align-right { text-align: right; }

.to_animate { opacity: 0; opacity: 1; }

.animateTranslateUp { opacity: 0; transform: translate(0, 70px); }
.animateTranslateLeft { transform: translate(270px, 0); }
.no_opacity { opacity: 0; }

@-webkit-keyframes translateUp {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 70px);
		        transform: translate(0, 70px);
	}
	50% { opacity: 1; }
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@keyframes translateUp {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 70px);
		        transform: translate(0, 70px);
	}
	50% { opacity: 1; }
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

.translateUp {
	-webkit-animation: translateUp 0.75s ease-in-out forwards;
	animation: translateUp 0.75s ease-in-out forwards;

	-webkit-animation: translateUp 0.35s ease-in-out forwards;
			animation: translateUp 0.35s ease-in-out forwards;
}

@-webkit-keyframes translateUpShort {
	from {
		opacity: 0;
		-webkit-transform: translate(0, 40px);
		        transform: translate(0, 40px);
	}
	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@keyframes translateUpShort {
	from {
		opacity: 0;
		-webkit-transform: translate(0, 40px);
		        transform: translate(0, 40px);
	}
	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

.translateUpShort {
	-webkit-animation: translateUpShort 0.5s ease-in-out forwards;
	animation: translateUpShort 0.5s ease-in-out forwards;
}


@-webkit-keyframes translateLeft {
	from {
		opacity: 0;
		-webkit-transform: translate(270px, 0);
		        transform: translate(270px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@keyframes translateLeft {
	from {
		opacity: 0;
		-webkit-transform: translate(270px, 0);
		        transform: translate(270px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

.translateLeft {
	-webkit-animation: translateLeft 0.75s ease-in-out forwards;
	animation: translateLeft 0.75s ease-in-out forwards;
}

@-webkit-keyframes translateRight {
	from {
		opacity: 0;
		-webkit-transform: translate(-270px, 0);
		        transform: translate(-270px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@keyframes translateRight {
	from {
		opacity: 0;
		-webkit-transform: translate(-270px, 0);
		        transform: translate(-270px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

.translateRight {
	-webkit-animation: translateRight 0.75s ease-in-out forwards;
	animation: translateRight 0.75s ease-in-out forwards;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50%, 100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50%, 100% {
    opacity: 1;
  }
}

.zoomIn {
	-webkit-animation: zoomIn 0.75s ease-in-out forwards;
			animation: zoomIn 0.75s ease-in-out forwards;

	-webkit-animation: zoomIn 0.35s ease-in-out forwards;
			animation: zoomIn 0.35s ease-in-out forwards;
}


/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}





/* position dots in carousel */
.flickity-page-dots {
  bottom: 25px;
}
/* white circles */
.flickity-page-dots .dot {
	width: 8px;
	height: 8px;
	margin: 0 4px;
	opacity: 1;
	background: transparent;
	border: 1px solid white;

		    transition: background-color 0.2s linear, border-color 0.2s linear;
	   -moz-transition: background-color 0.2s linear, border-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear, border-color 0.2s linear;
	     -o-transition: background-color 0.2s linear, border-color 0.2s linear;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white;
}
.slider-pagination .swiper-pagination-switch {
	border: 1px solid #fff;
	background-color: transparent;
	border-radius: 10px 10px 10px 10px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0 4px;
	width: 10px;

}

/*---------------------------------------------------------
GitHub - zurb twentytwenty jQuery Plugin to Compare Images
------------------------------------------------------- */

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  background: #ffffff;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #ffffff;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid #ffffff;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid #ffffff;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid #ffffff;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow { border-top: 6px solid #ffffff; bottom: 50%; margin-bottom: -17px; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.7.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.grid-item { width: calc(20% - 8px); }
.grid-item > a > img { max-width: 100%; border-radius: 10px; }

.carousel_img { height: 460px; width: auto; margin: 0 20px 0 0; border-radius: 23px; }
.carousel { padding-top: 60px; }

@media only screen and (max-width : 1440px) {
	.carousel_img { height: 400px; }
}
@media only screen and (max-width : 1440px) {
	.carousel_img { height: 300px; }
}
@media only screen and (max-width : 768px) {
	.carousel_img { height: 250px; }
}
@media only screen and (max-width : 768px) {
	.grid-item { width: calc(25% - 7.5px); }
}
@media only screen and (max-width : 550px) {
	.grid-item { width: calc(50% - 5px); }
}

@media only screen and (max-width : 1920px) {
	.wrap_outer { width: 100%; }
}
@media only screen and (max-width : 1600px) {
	h1 { font-size: 64px; }
	.title { font-size: 48px; }
	.section_padding { padding: 60px 0; }
	.section_padding_small { padding-top: 60px; }
	.clmns_subpage_2_wrap,
	.clmns_2_wrap,
	.clmns_4_wrap,
	.clmns_5_wrap { margin-top: 55px; }
	.txt_rating,
	.copy { padding-top: 55px; }
	.clmns_1_half_wrap,
	.clmns_subpage_2_wrap,
	.clmns_4_wrap,
	.clmns_5_wrap { gap: 60px; }
	.clmns_subpage_2,
	.clmns_4,
	.clmns_5 { width: calc(33.33% - 40px); position: relative; }
	.clmns_1_half { width: calc(50% - 30px); }
	.clmns_card_padding,
	.clmns_5,
	.clmns_7,
	.clmns_7_white { padding: 30px; }
	/*.clmns_1:nth-of-type(2),*/
	.clmns_2:nth-of-type(1) { top: 160px; }
}
@media only screen and (max-width : 1440px) {
	.clmns_subpage_2_wrap,
	.clmns_1_wrap,
	.clmns_2_wrap,
	.clmns_4_wrap,
	.clmns_6_wrap { width: 80%; }
	.clmns_6_wrap { padding: 60px; }
	.clmns_2_card { align-items: stretch; }
	.clmns_2 { width: calc(50% - 40px); }
	.clmns_2:nth-of-type(1) { width: calc(50% - 40px); }
	.clmns_2:nth-of-type(2) { width: calc(50% - 40px); }
	.clmns_2_card > div:nth-of-type(1) { width: 50%; padding: 40px; }
	.clmns_2_card > div:nth-of-type(2) { width: 50%; position: relative; overflow: hidden; }
	.clmns_2_card > div:nth-of-type(2) > img { top: 0; left: right; }

	.intro_clmns_wrap { height: auto; padding: 60px 0; }
	.clmns_1_half_wrap,
	.clmns_subpage_2_wrap,
	.clmns_4_wrap,
	.clmns_5_wrap { gap: 40px; }
	.clmns_4 { width: calc(20% - 32px); position: relative; }
	.clmns_5 { width: calc(33.33% - 26.6667px); position: relative; }
}
@media only screen and (max-width : 1400px) {
	.clmns_1_wrap,
	.clmns_2_wrap,
	.clmns_4_wrap,
	.clmns_5_wrap,
	.clmns_6_wrap,
	.clmns_7_wrap,
	.clmns_7_white_wrap,
	.clmns_1_half_wrap,
	.clmns_subpage_2_wrap,
	.clmns_half_wrap,
	.section_content { width: 90%; }
	.header { padding: 20px 5%; }
	.intro_clmns:nth-of-type(1) { padding-left: 5%; }
	.intro_clmns:nth-of-type(2) { padding-right: 5%; }
	.intro_clmns:nth-of-type(2) > img { margin-left: -20%; width: 120%; max-width: 120%; }
}
@media only screen and (max-width : 1300px) {
	h1 { font-size: 48px; }
	.clmns_4_wrap { flex-wrap: wrap; }
	.clmns_4 { width: calc(33.3333% - 26.6667px); position: relative; }
}
@media only screen and (max-width : 1200px) {
	.clmns_2_wrap { flex-wrap: wrap; }
	.clmns_2:nth-of-type(1) { width: 100%; position: static; top: auto; }
	.clmns_2:nth-of-type(2) { width: 700px; }
	.clmns_2_card > div:nth-of-type(1) { width: 50%; padding: 40px; width: calc(100% - 300px); }
	.clmns_2_card > div:nth-of-type(2) { width: 50%; position: relative; overflow: hidden; width: 300px; }
	.clmns_2_card > div:nth-of-type(2) > img { top: 0; left: right; }
	.footer_clmns_wrap { flex-wrap: wrap; }
	.footer_clmns { width: calc(50% - 20px); }
	.clmns_1_1_wrap { flex-wrap: wrap; gap: 30px; }
	.intro_clmns:nth-of-type(2) > img { margin-left: -10%; width: 110%; max-width: 110%; }

	
	
	/*.clmns_1_1 { width: 100%; }*/
}
@media only screen and (max-width : 1152px) {
	.clmns_subpage_2_wrap,
	.clmns_4_wrap,
	.clmns_5_wrap { flex-wrap: wrap; }
	.clmns_subpage_2, 
	/*.clmns_4, */
	.clmns_5 { width: calc(50% - 30px); }

	.clmns_1_half { width: 100%; }
	.section_subpage_intro { position: relative; z-index: 1; }
	.section_subpage_intro::before {
		content: '';
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: #0a3a87 url('img/intro_pouches_mobile.jpg') center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		border-radius: 50px;

	}
	.badges_subpage_intro > div { background-color: rgba(255,255,255,0.075); }
	.badges_subpage_intro > div > p { color: #ffffff;  padding-top: 0.5em; opacity: 1; text-align: center; font-size: 16px; }
	.badges_subpage_intro > div > img { opacity: 1; width: 40px; height: auto; margin: 0 auto; }
	
	.clmns_7_wrap,
	.clmns_7_white_wrap { gap: 40px; }
	.clmns_5,
	.clmns_7,
	.clmns_7_white { width: calc(50% - 20px); }

	.intro_clmns:nth-of-type(2) > img { margin-left: -15%; width: 115%; max-width: 115%; }

	
}
@media only screen and (max-width : 950px) {
	.btn_intro > a { display: block; width: 200px; text-align: center; }
	.btn_intro > a:nth-of-type(2) { margin: 1.5em 0 0; }
}
@media only screen and (max-width : 900px) {
	/*.nav > li:nth-of-type(3) { display: none; }*/
	.clmns_1_wrap { flex-wrap: wrap; gap: 60px; }
	.clmns_1 { width: 100%; }
	.clmns_1:nth-of-type(1) > img { width: 100%; max-width: 600px; }
	/*.clmns_1:nth-of-type(1) { order: 1; }*/
	.clmns_1:nth-of-type(1) { display: none; }
	/*.clmns_1:nth-of-type(2) { order: 0; position: static; top: auto; }*/

	.section_padding { padding: 60px 0; }
	.carousel { padding: 60px 0 0; }
	.clmns_subpage_2_wrap,
	.clmns_4_wrap,
	.clmns_5_wrap { margin-top: 45px; }
	.txt_rating,
	.copy { padding-top: 45px; }
	.clmns_2:nth-of-type(2) { width: 100%; }

	.clmns_2_wrap { gap: 60px; }
	.clmns_4 { width: calc(50% - 20px); }

	
}
@media only screen and (max-width : 800px) {
	.clmns_subpage_2_wrap,
	.clmns_2_wrap,
	.clmns_4_wrap,
	.clmns_5_wrap { gap: 40px; }
	.clmns_subpage_2, 
	.clmns_4, 
	.clmns_5 { width: calc(50% - 20px); }
	.full_intro { max-height: 100%; }
	.intro_clmns_wrap { gap: 40px; flex-wrap: wrap; width: 90%; height: auto; padding: 45px 5%; border-radius: 45px; text-align: center; }
	.intro_clmns:nth-of-type(1) { padding-left: 0; }
	.intro_clmns { width: 100%; }
	.btn_intro { text-align: center; }
	.btn_intro > a { display: inline-block; width: 200px; }
	.btn_intro > a:nth-of-type(2) { margin: 0 0 0 1em; }
	.intro_clmns:nth-of-type(2) > img { height: auto; width: 100%; margin: 0 0 0 -30%; }
	.intro_clmns:nth-of-type(2) { padding: 0 0 0 27.5%; }

	/* 2025-11-18 at 18:30
	.section_2,
	.section_5 {
		background: #0e1361 url('img/h1-bg-01.png') center center no-repeat;
		-webkit-background-size: cover;
		   -moz-background-size: cover;
			 -o-background-size: cover;
				background-size: cover;
	}
	*/
	.section_subpage_intro {
		position: relative;
		background: #0a3a87 url('img/testimonials-bg-min.png') center center no-repeat;
		-webkit-background-size: cover;
		   -moz-background-size: cover;
			 -o-background-size: cover;
				background-size: cover;
	}

	
}
@media only screen and (max-width : 700px) {
	/*
	.nav > li:nth-of-type(2),
	.nav > li:nth-of-type(4) { display: none; }
	*/
	.clmns_subpage_2, 
	.clmns_5 { width: 100%; }
	.clmns_6_wrap { padding: 30px; }
	.contactform > div:nth-of-type(1) { gap: 0; }
	.contactform > div:nth-of-type(1) > div:nth-of-type(1), 
	.contactform > div:nth-of-type(1) > div:nth-of-type(2) { width: 100%; }
}
@media only screen and (max-width : 650px) {
	.btn_intro > a { display: block; width: 200px; text-align: center; margin: 0 auto; }
	.btn_intro > a:nth-of-type(2) { margin: 1.5em auto 0; }
	.footer_clmns { width: 100%; }
	.copy { text-align: left; }
	.clmns_2_card { flex-wrap: wrap; }
	.clmns_2_card > div:nth-of-type(1) { width: 100%; padding: 40px; }
	.clmns_2_card > div:nth-of-type(2) { width: 50%; position: relative; overflow: hidden; width: 100%; height: 300px; }
	.section_2,
	.section_5,
	.intro_clmns_wrap,
	.section_subpage_intro,
	.section_subpage_intro::before { border-radius: 20px; }
	.clmns_7_wrap,
	.clmns_7_white_wrap { gap: 40px; }
	.clmns_7,
	.clmns_7_white { width: calc(50% - 20px); }
}
@media only screen and (max-width : 550px) {
	.badges_subpage_intro { margin: 50px 0 0; gap: 20px; }
	.badges_subpage_intro > div { width: calc(50% - 10px); padding: 23px 0; border-radius: 10px; }
	.btn_subintro { text-align: center; }
	.btn_subintro > a { display: block; width: 200px; text-align: center; margin: 0 auto; }
	.btn_subintro > a:nth-of-type(2) { margin: 1.5em auto 0; }
	.clmns_4_wrap,
	.clmns_7_wrap,
	.clmns_7_white_wrap { gap: 20px; }
	.clmns_4,
	.clmns_7,
	.clmns_7_white { width: calc(50% - 10px); }
	.clmns_7_white_wrap { gap: 20px; }
}
@media only screen and (max-width : 500px) {
	.txt_rating { width: 90%; text-align: center; padding-left: 5%; padding-right: 5%; }
	.txt_rating > span:last-child { display: block; }
	.intro_clmns:nth-of-type(2) > img { height: auto; width: 130%; margin: 0 0 0 -20%; }
	.intro_clmns:nth-of-type(2) { padding: 0; }
	.clmns_4 { width: 100%; }
}
@media only screen and (max-width : 450px) {
	.title { font-size: 40px; }
	.nav > li:last-child > a { padding: 0 0.75em; }
	.submit { width: 100%; }
	.clmns_7_white { width: 100%; }
}
@media only screen and (max-width : 400px) {}

.no-padding-top { padding-top: 0; }
.no-padding-bottom { padding-bottom: 0; }

.no-mrg-top { margin-top: 0; }
.no-mrg-right { margin-right: 0; }

.spacer { clear: both; }

.body_success { padding: 0; }
.full_success { position: relative; height: 100vh; display: table; width: 100%; text-align: center; }

.full_success img { margin: 48px auto 0; width: 120px; }

.absolute { display: table-cell; vertical-align: middle; }

.full_success {
	color: #ffffff;
	/*
	background: #0e1361 url('img/h1-bg-01.png') center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
    background: linear-gradient(270deg, #0e1361, #5f2596);
    background: linear-gradient(300deg, #12187D, #56127A, #91155F);
    background-size: 180% 180%;

    -webkit-animation: gradient-animation 6s ease infinite;
       -moz-animation: gradient-animation 6s ease infinite;
    		animation: gradient-animation 6s ease infinite;
}

.clmns_card_bg_transparent,
.intro_clmns_wrap,
.section_2,
.section_5,
.section_subpage_intro,
.clmns_6_wrap,
.clmns_6_wrap::after,
.clmns_2_card,
.clmns_5,
.clmns_7,
.clmns_7_white,
.clmns_4 > a > p > span,
/*.clmns_4 > a > img,*/
.clmns_4 > img,
.grid-item > a > img,
.carousel_img,
.clmns_1:nth-of-type(1) > img,
.badges_subpage_intro > div,
.input-text,
.input-select,
.input_area { border-radius: 10px; }

.section_subpage_intro::before { border-radius: 0 10px 10px 0; }

.nav_expanded_header,
.menu_wrap_open { display: none; }

@media only screen and (max-width : 1260px) {
	.nav_expanded_wrap { display: none;
		position: fixed;
		background: #ffffff;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		z-index: 9999999;
	    height: 100vh;
	 	/*overflow-y: scroll;*/
	 }
	.nav_expanded_wrap > .nav_expanded { 
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
		padding: 70px 5%;
		width: 100%;
		box-sizing: border-box;
		gap: 36px;
	 }

	.nav_expanded_wrap > .nav_expanded > div { width: calc(25% - 37.5px); width: calc(33.33% - 33.33px); }
	.nav_expanded_wrap > .nav_expanded > div > p { background-color: #9A8C67; color: #ffffff; font-weight: 700; padding: 0; position: relative; border-radius: 7px; }

	.menu_wrap_close { position: absolute; z-index: 1; right: 5%; top: 50%; margin: -25px 0 0; width: 50px; height: 50px; }
	.menu_wrap_close::before {
		content: '\00d7';
		color: #FF6647;
		font-size: 48px;
		font-weight: 300;
		text-align: center;
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		line-height: 50px;
		width: 50px;
		height: 50px;
	}
	.menu_wrap_close:hover { cursor: pointer; }
	.menu_wrap_close:hover::before { }
	.menu_wrap_open { position: absolute; z-index: 1; right: 5%; top: 50%; margin: -25px 0 0; width: 50px; height: 50px; display: block; }
	.menu_wrap_open::before { content: ''; background-color: #FF6647; position: absolute; top: 24px; left: 14px; height: 2px; width: 22px; }
	.menu_wrap_open > span { position: relative; display: block; width: 50px; height: 50px; }
	.menu_wrap_open > span::before { content: ''; background-color: #FF6647; position: absolute; top: 18px; left: 14px; height: 2px; width: 22px; }
	.menu_wrap_open > span::after { content: ''; background-color: #FF6647; position: absolute; bottom: 18px; left: 14px; height: 2px; width: 22px; }
	.menu_wrap_open:hover { cursor: pointer; }
	.nav_expanded_header { background-color: #ffffff; display: block; position: relative; background-color: #ffffff; padding: 20px 5%; }
	.nav { flex-wrap: wrap; width: 300px; margin: 0 auto; }
	.nav > li { width: 100%; text-align: center; }
	.nav_expanded_wrap_hidden { display: none !important; }
}
@media only screen and (max-width : 768px) {
	.nav_expanded_wrap { overflow-y: scroll; }
	.btn_phone > a:nth-of-type(1),
	.nav > .nav_phone > a:nth-of-type(1) { display: none; }
	.btn_phone > a:nth-of-type(2),
	.nav > .nav_phone > a:nth-of-type(2) { display: inline-block; }
	.btn_1.btn_phone > a:hover { cursor: pointer; }
}

/* CSS Styling */
/* Keyframes for smooth fade-in effect */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
#whatsapp-container {
    position: fixed;
    bottom: 20px; /* Standard vertical position */
    right: 20px; /* Standard horizontal position */
    z-index: 1000;
}
#whatsapp-prompt {
    /* Initially hidden and uses transition for smooth show/hide */
    opacity: 0;
    pointer-events: none; /* Allows clicks to pass through when hidden */
    transform: translateY(10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

    /* Styling the bubble */
    background-color: #fefefe;
    color: #333;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    max-width: 200px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    font-family: sans-serif;
    font-family: "Urbanist", sans-serif;

    /* Positioning the bubble above the icon */
    position: absolute;
    bottom: 60px; /* Position above the 50px icon + small gap */
    right: 0;

    /* Small chat bubble tail styling (optional) */
    border: 1px solid #ddd;
}
/* Style for when the prompt is active (visible) */
#whatsapp-prompt.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
#whatsapp-icon {
    /* Basic styling for the icon itself */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366; /* WhatsApp Green */
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
}
#whatsapp-icon:hover { transform: scale(1.05); }