/*!
Theme Name: Whello
Theme URI: http://underscores.me/
Author: Whello Developer
Author URI: https://whello.id
Description: Whello Theme standard
Version: 2.0.0
Tested up to: 8.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whello
Tags: 

This theme, like WordPress, is icensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/* Font Raleway */
@font-face {
	font-family: 'Raleway';
	src: local('Raleway Bold'), local('Raleway-Bold'),
		url('assets/fonts/Raleway/Raleway-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Raleway';
	src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'),
		url('assets/fonts/Raleway/ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

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

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

@font-face {
    font-family: 'Raleway';
	src: local('Raleway Black'), local('Raleway-Black'),
		url('assets/fonts/Raleway/Raleway-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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


/* poppins -----*/
@font-face {
    font-family: 'Poppins';
	src: local('Poppins ExtraBlack'), local('Poppins-ExtraBlack'),
		url('assets/fonts/Poppins/Poppins-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

/* Reem Kufi --- */
@font-face {
    font-family: 'Reem Kufi';
	src: local('ReemKufi Regular'), local('ReemKufi-Regular'),
		url('assets/fonts/ReemKufi/ReemKufi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reem Kufi';
	src: local('ReemKufi SemiBold'), local('ReemKufi-SemiBold'),
		url('assets/fonts/ReemKufi/ReemKufi-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reem Kufi';
	src: local('ReemKufi Medium'), local('ReemKufi-Medium'),
		url('assets/fonts/ReemKufi/ReemKufi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reem Kufi';
	src: local('ReemKufi Bold'), local('ReemKufi-Bold'),
		url('assets/fonts/ReemKufi/ReemKufi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


:root {
	--container-large: 1465px;
	--container: 1120px;
	--height-wpadminbar: 0px;
	--height-navbar-header: 64px;
	--padding-top-navbar: 41px;
	--padding-bottom-navbar: 40px;
	--height-header: -webkit-calc(64px + var(--padding-top-navbar) + var(--padding-bottom-navbar));
	--height-header: -moz-calc(64px + var(--padding-top-navbar) + var(--padding-bottom-navbar));
	--height-header: calc(64px + var(--padding-top-navbar) + var(--padding-bottom-navbar));
	--top-sticky: -webkit-calc(var(--height-header) + 50px + var(--height-wpadminbar));
	--top-sticky: -moz-calc(var(--height-header) + 50px + var(--height-wpadminbar));
	--top-sticky: calc(var(--height-header) + 50px + var(--height-wpadminbar));


	--text-xs: 12px;
	--text-sm: 14px;
	--text-base: 16px;
	--text-md: 18px;
	--text-lg: 20px;
	--text-xl: 24px;
	--text-2xl: 32px;
	--text-3xl: 36px;
	--text-4xl: 38px;
	--text-5xl: 42px;
	--text-6xl: 62px;


	--lineheight-2xs: 1;
	--lineheight-xs: 1.161;
	--lineheight-s: 1.3;
	--lineheight: 1.5;
	--lineheight-m: 1.625;
	--lineheight-l: 1.733;
	--lineheight-xl: 1.875;
	--lineheight-2xl: 2;
	--lineheight-3xl: 2.158;
	--lineheight-4xl: 2.5;
	--lineheight-5xl: 3;

	--suffix-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	--fontfamily-sans: 'Poppins', var(--suffix-family);
	--fontfamily-raleway: 'Raleway', var(--suffix-family);
	--fontfamily-reem-kufi: 'Reem Kufi', var(--suffix-family);
	

	--padding-container: -webkit-calc((100% - var(--container)) / 2);
	

	--padding-container: -moz-calc((100% - var(--container)) / 2);
	

	--padding-container: calc((100% - var(--container)) / 2);
	--padding-field: 12.5px 19px;
	--padding-button: 4.5px 23.4px 3.5px 23.6px;

	--rounded-xs: 2px;
	--rounded-sm: 4px;
	--rounded: 6px;
	--rounded-md: 10px;
	--rounded-lg: 16px;
	--rounded-xl: 24px;
	--rounded-full: 999999px;

	--transparent: rgba(0, 0, 0, 0);
	--white: #fff;
	--black: #000;
	--blue: #38bdf8;
	--blue-200: #F1F3F9;
	--blue-300: #9AB6D2;
	--blue-400: #28a7c3;
	--blue-500: #628AA1;
	--blue-550: #9FBEE2;
	--blue-600: #3F6C84;
	--red: #ff4249;
	--yellow: #ffc107;
	--yellow-600: #e5ad06;
	--green: #34d399;
	--green-600: #0e647c;
	--purple: #8b5cf6;
	--orange: #f97316;
	--gray-300: #e5e7eb;
	--gray: #9ca3af;
	--gray-blue: #94b4cb;
	--gray-300: #f7f8fc;
	--gray-400: #eae8f1;
	--gray-450: #f7f7fb;
	--gray-500: #a7bfd7;
	--gray-550: #787878;
	--gray-600: #575757;
	--gray-700: #484848;
	--gray-800: #4b5563;

	
	
    --overlay-popup: rgba(0, 0, 0, 0.6);
	--shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	--shadow-second: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	--shadow-third: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);

	--listing-column: 3;
	--listing-gap: 32px;
	--listing-gap-bottom: var(--listing-gap);

	--duration: .3s;
	--transition: background-color var(--duration), border-color var(--duration), color var(--duration), fill var(--duration), stroke var(--duration), opacity var(--duration), visibility var(--duration), box-shadow var(--duration), -webkit-box-shadow var(--duration), transform var(--duration), -webkit-transform var(--duration), filter var(--duration), backdrop-filter var(--duration);
}


@media all and (max-width: 1299px) {

	:root {
		--container: 100%;
		--padding-container: 24px;
	}
}


@media all and (max-width: 1024px) {
	:root {
		--text-6xl: 38px;
		--text-5xl: 38px;
		--text-4xl: 38px;
	}

	h1 {
		--lineheight-xs: 1.125;
	}

	h2,
	h3,
	h4,
	h5,
	h6 {
		--lineheight-xs: .95;
	}
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	text-shadow: var(--transparent) 0 0 1px;
	vertical-align: baseline;
	background-clip: border-box;
	word-break: break-word;
}

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

*:focus,
*:active,
*:visited,
*:hover {
	outline: 0;
}

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

::-moz-selection {
	color: var(--white);
	text-shadow: none;
	background-color: var(--black);
}

::selection {
	color: var(--white);
	text-shadow: none;
	background-color: var(--black);
}



/* STYLE SCREEN READERS */
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	word-wrap: normal !important;
	overflow: hidden;
}

.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	   -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--black);
	line-height: normal;
	text-decoration: none;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	background-color: var(--white);
}

body {
	margin: 0;
	font-family: var(--fontfamily-sans);
	color: var(--gray-600);
	-moz-block-height: normal;
	line-height: var(--lineheight-m);
	font-size: var(--text-base);
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: var(--transparent);
	word-break: break-word;
	background-color: var(--white);
}

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

.container {
	width: -webkit-calc(100% - 48px);
	width: -moz-calc(100% - 48px);
	width: calc(100% - 48px);
	max-width: var(--container);
	margin: 0 auto;
}

html.prevent-default {
	overflow: hidden;
}

html.noprevent-scroll,
html.prevent-scroll {
    overflow-y: scroll;
    /* position: fixed; */
}

mark {
	padding: 2px 5px;
	color: inherit;
	background-color: var(--black);
}

article,
aside,
details,
figcaption,
figure,
label,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
	width: 100%;
}

p:empty {
	display: none;
}

*+p,
*+table,
*+ol,
*+ul {
	margin-top: 16px;
}

ol,
ul {
	padding-left: 24px;
	margin: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin-top: 10px;
}

li {
	width: 100%;
}

li+li {
	margin-top: 10px;
}

ul {
	list-style: outside disc;
}

ol {
	list-style: outside decimal;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	cursor: hand;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
}

a * {
	cursor: pointer;
	cursor: hand;
}

h1,
h2,
h3,
h4 {
	margin-bottom: 11px;
}

h5,
h6 {
	margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: var(--lineheight-xs);
}

h1,
h2 {
	font-family: var(--fontfamily-reem-kufi);
}

h3,
h4,
h5,
h6 {
	font-family: var(--fontfamily-raleway);
}

h1 {
	font-size: var(--text-6xl);
}

h2 {
	font-size: var(--text-4xl);
}

h3 {
	font-size: var(--text-2xl);
}

h4 {
	font-size: var(--text-xl);
}

h5 {
	font-size: var(--text-lg);
}

h6 {
	font-size: var(--text-md);
}

p a,
ul a,
ol a,
table a {
	color: var(--black);
}

p a:hover,
ul a:hover,
ol a:hover,
table a:hover {
	color: inherit;
}

strong,
b {
	font-weight: 700;
}

img {
	position: relative;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	overflow: hidden;
}

@media all and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	img {
		-webkit-mask-image: -webkit-radial-gradient(var(--white), var(--black));
	}
}

img[src*="jpg"],
img[src*="jpeg"] {
	background-color: var(--transparent);
}

::-webkit-input-placeholder {
	color: var(--gray-550);
	opacity: 1;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
	color: var(--gray-550);
	opacity: 1;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="month"],
input[type="range"] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

input[type="file"]::-ms-value,
input[type="file"]::-ms-browse {
	display: none;
}

button {
	background-color: var(--transparent);
}

input,
textarea,
select,
.gform_wrapper .ginput_container_fileupload {
	width: 100%;
	padding: var(--padding-field);
	border: solid 1px var(--gray-450);
	font-family: var(--fontfamily-sans);
	font-size: var(--text-sm);
	color: var(--gray-600);
	caret-color: var(--black);
	word-break: normal;
	background-color: var(--gray-450);
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
}

select {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	padding-right: 36px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	word-wrap: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: var(--gray-450) var(--icon-dropdown) -webkit-calc(100% - 18.42px) center/11px no-repeat;
	background: var(--gray-450) var(--icon-dropdown) -moz-calc(100% - 18.42px) center/11px no-repeat;
	background: var(--gray-450) var(--icon-dropdown) calc(100% - 18.42px) center/11px no-repeat;
	overflow: hidden;
}

select::-ms-expand {
	display: none;
}

select option {
	color: var(--black);
	background-color: var(--white);
}

select option[disabled] {
	display: none;
}

.ginput_container.ginput_container_textarea,
textarea {
	height: 141px;
	resize: none;
	overflow: hidden;
}

textarea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	background-color: var(--black);
}

textarea::-webkit-scrollbar {
	width: 7px;
	background-color: var(--black);
}

textarea::-webkit-scrollbar-thumb {
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: var(--black);
}

input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover,
select:active,
select:focus,
select:hover {
	border-color: var(--gray-600);
	outline: none;
}

input[type="search"]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-clear-button {
	cursor: pointer;
	opacity: 0;
}

input[type="range"] {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

input[type="range"]:active {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

input[type="date"] {
	background: url(assets/images/icon-calendar-grey.svg) -webkit-calc(100% - 24px) center/24px 26px no-repeat;
	background: url(assets/images/icon-calendar-grey.svg) -moz-calc(100% - 24px) center/24px 26px no-repeat;
	background: url(assets/images/icon-calendar-grey.svg) calc(100% - 24px) center/24px 26px no-repeat;
}

input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
	width: 20px;
	min-width: 20px;
	height: 20px;
	min-height: 20px;
	padding: 0;
	border: 1px solid var(--black);
	line-height: normal;
	background: var(--white) center/14px 10px no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
}

input[type="checkbox"] {
	-webkit-border-radius: var(--rounded-none);
	   -moz-border-radius: var(--rounded-none);
	        border-radius: var(--rounded-none);
}

input[type="checkbox"]:checked {
	background-image: url(/wp-content/themes/whello/assets/images/icon-checkmark-darkgrey.svg);
}

input[type="checkbox"]:hover,
input[type="checkbox"]:checked {
	border-color: var(--black);
}

input[type="radio"] {
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	-webkit-transition: border-color var(--transition);
	-o-transition: border-color var(--transition);
	-moz-transition: border-color var(--transition);
	transition: border-color var(--transition);
}

input[type="radio"]:checked {
	border-width: 6px;
	border-color: var(--black);
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border: 0;
	padding: var(--padding-button);
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	font-family: var(--fontfamily-sans);
	font-size: var(--text-base);
	-webkit-appearance: button;
	overflow: visible;
}

button:not(:disabled),
input[type="submit"]:not(:disabled),
input[type="reset"]:not(:disabled),
input[type="button"]:not(:disabled),
select {
	cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="color"] {
	-webkit-appearance: initial;
	   -moz-appearance: initial;
	        appearance: initial;
}

button,
select {
	text-transform: none;
}

fieldset {
	min-width: 0;
	border: 0;
}

progress {
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}

th,
td {
	padding: 6px;
	border: 1px solid var(--gray-700);
	vertical-align: middle;
}

audio,
video {
	display: -moz-inline-stack;
	display: inline-block;
	display: inline;
	zoom: 1;
	vertical-align: top;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
	overflow: visible;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

dd {
	margin-left: 0;
}

pre,
code,
kbd,
samp {
	font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

[hidden] {
	display: none !important;
}

abbr[title] {
	border-bottom: 0;
	text-decoration: none;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}



/* WORDPRESS RESET & PLUGIN STANDARD WHELLO */
.wpb_wrapper .wpb_content_element {
	margin-bottom: 0;
}

body>.site {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	min-height: 100vh;
}

body>.site>.site-main {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	   -moz-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}

.vc_row>.wpb_column.vc_column_container>.vc_column-inner,
.wpb_row.vc_row.vc_row-has-fill>.wpb_column.vc_column_container>.vc_column-inner,
.wpb_row.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
	padding-top: 0;
}

.prevent-scroll {
	overflow: hidden;
}

.vc_row.vc_row-has-fill {
	background: center/cover no-repeat;
}

.post-views {
	display: none !important;
}


/* RESET BUTTON / CTA */
.whbutton-wrapper {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.whbutton-wrapper:not(.whbutton-align--inline) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.whbutton-wrapper.whbutton-align--left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.whbutton-wrapper.whbutton-align--center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.whbutton-wrapper.whbutton-align--right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.btn {
	display: inline-block;
}

.btn,
[class*="whbutton-fill"] .cta-whbutton,
[class*="whbutton-outline"] .cta-whbutton {
	padding: var(--padding-button);
	border: 2px solid var(--transparent);
}

.cta-whbutton {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	text-align: left;
}

.btn,
.cta-whbutton .label-cta {
	font-family: var(--fontfamily-sans);
	font-size: var(--text-md);
	font-weight: 700;
	line-height: var(--lineheight-5xl);
	color: inherit;
}

.cta-whbutton .icon-cta,
.whbutton-icon .cta-whbutton::after {
	display: inline-block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 15px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	min-height: 15px;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
}

.cta-whbutton .icon-cta {
	-o-object-fit: contain;
	object-fit: contain;
}

.whbutton-icon:not() .cta-whbutton::after {
	background: center/contain no-repeat;
}

/* DEFAULT SIZE ICON CIRCLE */
.whbutton-wrapper[class*="-circle"] .cta-whbutton .icon-cta {
	width: 36px;
	min-width: 36px;
	height: 36px;
	min-height: 36px;
}

.cta-whbutton .icon-cta--hover {
	position: absolute;
	top: 50%;
	z-index: 2;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);	
}

[class*="whbutton-animate-"] .cta-whbutton .icon-cta--hover {
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.whbutton-icon-left .cta-whbutton .icon-cta--hover {
	left: 0;
}

[class*="whbutton-fill"].whbutton-icon-left .cta-whbutton .icon-cta--hover,
[class*="whbutton-outline"].whbutton-icon-left .cta-whbutton .icon-cta--hover {
	left: 13px;
}

.whbutton-icon-right .cta-whbutton .icon-cta--hover {
	right: 0;
}

[class*="whbutton-fill"].whbutton-icon-right .cta-whbutton .icon-cta--hover,
[class*="whbutton-outline"].whbutton-icon-right .cta-whbutton .icon-cta--hover {
	right: 13px;
}

.cta-whbutton:hover .icon-cta--hover {
	opacity: 1;
}

.cta-whbutton .icon-cta--hover,
.cta-whbutton:hover .icon-cta--hover~.icon-cta--default {
	opacity: 0;
}

.whbutton-icon-left .cta-whbutton .icon-cta,
.whbutton-icon-right .cta-whbutton .label-cta,
.whbutton-icon-left .cta-whbutton::after {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	   -moz-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	margin-right: 13px;
}

.whbutton-animate-left .cta-whbutton:hover .icon-cta,
.whbutton-animate-left .cta-whbutton:hover::after {
	-webkit-transform: translateX(-3px);
	   -moz-transform: translateX(-3px);
	    -ms-transform: translateX(-3px);
	     -o-transform: translateX(-3px);
	        transform: translateX(-3px);
}

.whbutton-animate-right .cta-whbutton:hover .icon-cta,
.whbutton-animate-right .cta-whbutton:hover::after {
	-webkit-transform: translateX(3px);
	   -moz-transform: translateX(3px);
	    -ms-transform: translateX(3px);
	     -o-transform: translateX(3px);
	        transform: translateX(3px);
}

.whbutton-animate-top .cta-whbutton:hover .icon-cta,
.whbutton-animate-top .cta-whbutton:hover::after {
	-webkit-transform: translateY(-3px);
	   -moz-transform: translateY(-3px);
	    -ms-transform: translateY(-3px);
	     -o-transform: translateY(-3px);
	        transform: translateY(-3px);
}

.whbutton-animate-bottom .cta-whbutton:hover .icon-cta,
.whbutton-animate-bottom .cta-whbutton:hover::after {
	-webkit-transform: translateY(3px);
	   -moz-transform: translateY(3px);
	    -ms-transform: translateY(3px);
	     -o-transform: translateY(3px);
	        transform: translateY(3px);
}

.whbutton-animate-left .cta-whbutton:hover .icon-cta--hover {
	-webkit-transform: translate(-3px, -50%);
	   -moz-transform: translate(-3px, -50%);
	    -ms-transform: translate(-3px, -50%);
	     -o-transform: translate(-3px, -50%);
	        transform: translate(-3px, -50%);
}

.whbutton-animate-right .cta-whbutton:hover .icon-cta--hover {
	-webkit-transform: translate(-7px, -50%);
	   -moz-transform: translate(-7px, -50%);
	    -ms-transform: translate(-7px, -50%);
	     -o-transform: translate(-7px, -50%);
	        transform: translate(-7px, -50%);
}

.whbutton-animate-top .cta-whbutton:hover .icon-cta--hover {
	-webkit-transform: translateY(-webkit-calc(-50% - 3px));
	   -moz-transform: translateY(-moz-calc(-50% - 3px));
	    -ms-transform: translateY(calc(-50% - 3px));
	     -o-transform: translateY(calc(-50% - 3px));
	        transform: translateY(calc(-50% - 3px));
}

.whbutton-animate-bottom .cta-whbutton:hover .icon-cta--hover {
	-webkit-transform: translateY(-webkit-calc(-50% + 3px));
	   -moz-transform: translateY(-moz-calc(-50% + 3px));
	    -ms-transform: translateY(calc(-50% + 3px));
	     -o-transform: translateY(calc(-50% + 3px));
	        transform: translateY(calc(-50% + 3px));
}

.whbutton-color--black .cta-whbutton {
	color: var(--gray-600);
}

.whbutton-color--white .cta-whbutton {
	color: var(--gray-300);
}

.whbutton-color--yellow .cta-whbutton {
	color: var(--yellow);
}

.whbutton-color--blue .cta-whbutton {
	color: var(--blue-600);
}

.whbutton-colorhvr--black .cta-whbutton:hover {
	color: var(--gray-600);
}

.whbutton-colorhvr--white .cta-whbutton:hover {
	color: var(--gray-300);
}

.whbutton-colorhvr--yellow .cta-whbutton {
	color: var(--yellow);
}

.whbutton-colorhvr--blue .cta-whbutton {
	color: var(--blue-600);
}

.whbutton-fill--black .cta-whbutton {
	background-color: var(--gray-600);
	border-color: var(--gray-600);
}

.whbutton-fill--white .cta-whbutton {
	background-color: var(--white);
	border-color: var(--white);
}

.whbutton-fill--yellow .cta-whbutton {
	background-color: var(--yellow);
	border-color: var(--yellow);
}

.whbutton-fill--blue .cta-whbutton {
	background-color: var(--blue-600);
	border-color: var(--blue-600);
}

.whbutton-outline--black .cta-whbutton {
	border-color: var(--gray-600);
}

.whbutton-outline--white .cta-whbutton {
	border-color: var(--gray-300);
	color: var(--gray-300);
}

.whbutton-outline--yellow .cta-whbutton {
	border-color: var(--yellow);
}

.whbutton-outline--blue .cta-whbutton {
	border-color: var(--blue-600);
}

/* hover */
.whbutton-fill--yellow .cta-whbutton:hover {
	background-color: var(--yellow-600);
	border-color: var(--yellow-600);
}

.whbutton-color--black .cta-whbutton:hover {
	color: var(--blue-600);
}

.whbutton-outline--white .cta-whbutton:hover {
	background-color: var(--gray-300);
	color: var(--blue-600);
}

/* STYLE LOGO LABEL IMAGE GALLERY */
.logo-groups {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	margin-bottom: -20px;
}

.logo-groups .logo-group-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	margin-bottom: 20px;
}

.logo-groups .image-logo-group {
	width: auto;
}

.logo-groups .image-logo-group,
.logo-groups .image-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

/* BREADCRUMBS STYLE */
.banner-single .site-breadcrumbs {
	position: relative;
	z-index: 2;
}

.site-breadcrumbs {
	font-size: var(--text-base);
	margin-bottom: 12px;
	display: inherit;
	width: 100%;
}

.breadcrumb-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-webkit-flex-flow: row wrap;
			   -moz-box-orient: horizontal;
			   -moz-box-direction: normal;
			    -ms-flex-flow: row wrap;
			        flex-flow: row wrap;
}

.site-breadcrumbs a,
.site-breadcrumbs {
	font-weight: 600;
}

.site-breadcrumbs span>span,
.site-breadcrumbs span.current-item {
	line-height: var(--lineheight-m);
}

.site.has-banner .site-breadcrumbs span>span,
.site.has-banner .site-breadcrumbs span.current-item,
.single .breadcrumb-wrapper * {
	color: var(--white);
}

.site:not(.has-banner) .site-breadcrumbs span>span,
.site:not(.has-banner) .site-breadcrumbs span.current-item {
	color: var(--gray-600);
}

.site-breadcrumbs .home> span,
.site-breadcrumbs .breadcrumb-wrapper>span:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) span {
	font-size: 0;
}

.site-breadcrumbs .home> span:after, .site-breadcrumbs .breadcrumb-wrapper>span:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) span:after {
    content: '...';
    font-size: var(--text-base);
}

.site-breadcrumbs i {
	display: inline-block;
	margin: 0 5px;
	font-style: normal;
}

.site-breadcrumbs .breadcrumb-wrapper>i:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)),
.site-breadcrumbs .breadcrumb-wrapper>span:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)):not(:nth-last-of-type(3)) {
	display: none;
}

.site:not(.has-banner) .site-breadcrumbs {
	margin-top: 181px;
}


/* GRAVITY FORM RESET */
.gform_wrapper ul,
.gform_wrapper ol {
	list-style: none;
	padding-left: 0;
}

.gform_fields {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}

.gform_fields .gfield {
	width: 100%;
}

.gfield .gfield_label {
	font-size: var(--text-base);
	line-height: var(--lineheight-2xs);
}

.gfield_checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.gfield_radio li,
.gfield_checkbox li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}

.gfield_radio label,
.gfield_checkbox label {
	display: inline-block;
	width: auto;
	margin-left: 10px;
	margin-top: 2px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.gfield_checkbox .gchoice,
.gfield_radio .gchoice {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}

.gfield_checkbox .gchoice:not(:last-child),
.gfield_radio .gchoice:not(:last-child) {
	margin-bottom: 10px;
}

.gfield.hidden_label .gfield_label,
.gform_required_legend,
.gfield .gfield_description.validation_message {
	display: none;
}

.gfield input.LV_invalid_field,
.gfield select.LV_invalid_field,
.gfield textarea.LV_invalid_field,
.gfield.gfield_error input[aria-invalid="true"] {
	border-color: var(--red);
}

.gfield_required {
	color: var(--red);
}

.gfield input.LV_valid_field,
.gfield select.LV_valid_field,
.gfield textarea.LV_valid_field {
	border-color: var(--green-600);
}

input.LV_valid_field,
textarea.LV_valid_field {
    background: var(--transparent) url(assets/images/chech-mark-cheklist-conet.png) -webkit-calc(100% - 10px) -webkit-calc(100% - -webkit-calc(100% - 15px))/15px no-repeat;
    background: var(--transparent) url(assets/images/chech-mark-cheklist-conet.png) -moz-calc(100% - 10px) -moz-calc(100% - -moz-calc(100% - 15px))/15px no-repeat;
    background: var(--transparent) url(assets/images/chech-mark-cheklist-conet.png) calc(100% - 10px) calc(100% - calc(100% - 15px))/15px no-repeat;
}

input.LV_invalid_field, textarea.LV_invalid_field {
    background: var(--transparent) url(assets/images/square-close-button-conet.png) -webkit-calc(100% - 10px) -webkit-calc(100% - -webkit-calc(100% - 15px))/15px no-repeat;
    background: var(--transparent) url(assets/images/square-close-button-conet.png) -moz-calc(100% - 10px) -moz-calc(100% - -moz-calc(100% - 15px))/15px no-repeat;
    background: var(--transparent) url(assets/images/square-close-button-conet.png) calc(100% - 10px) calc(100% - calc(100% - 15px))/15px no-repeat;
}

.gform_wrapper .gform_footer {
	margin-top: 5px;
}

.gform_wrapper .gform_button {
	width: auto;
	background-color: var(--yellow);
	border: 2px solid var(--yellow);
	font-size: var(--text-md);
	line-height: var(--lineheight-5xl);
	font-weight: 700;
	padding: var(--padding-button);
	color: var(--white);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-left: 30px;
	padding-right: 27px;
}

.gform_wrapper .gform_button.gform-button--width-full {
	width: 100%;
}

.gform_wrapper .gform_button:after {
	content: '';
	min-width: 15px;
	min-height: 12px;
	background: var(--icon-arrow-white-right) center right/contain no-repeat;
	display: inline-block;
	margin-bottom: 0px;
	margin-left: 18px;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.gform_wrapper .gform_button:hover:after {
	-webkit-transform: translateX(3px);
	   -moz-transform: translateX(3px);
	    -ms-transform: translateX(3px);
	     -o-transform: translateX(3px);
	        transform: translateX(3px);
}

.gform_wrapper .validation_error {
	display: none;
	padding: 10px 16px;
	margin-bottom: 10px;
	background-color: #ffdada;
	font-size: 14px;
}

/* GRAVITY FORM EXTRA CSS FOR FILEUPLOAD */
.gform_wrapper .ginput_container_fileupload {
	position: relative;
}

.gform_wrapper .ginput_container_fileupload input[type=file] {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}

.gform_wrapper .ginput_container_fileupload .value-file {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: var(--gray-550);
	width: -webkit-calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	width: calc(100% - 65px);
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
	font-weight: 400;
}

.gform_wrapper .ginput_container_fileupload.active .value-file {
	color: var(--gray-600);
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gform_wrapper .ginput_container_fileupload {
	background: var(--gray-450) var(--icon-upload-file-gravityform) -webkit-calc(100% - 18px) center/24px no-repeat;
	background: var(--gray-450) var(--icon-upload-file-gravityform) -moz-calc(100% - 18px) center/24px no-repeat;
	background: var(--gray-450) var(--icon-upload-file-gravityform) calc(100% - 18px) center/24px no-repeat;
}

.gform_wrapper .ginput_container_fileupload {
    height: 48px;
}

.gform_wrapper .ginput_container_fileupload:hover {
	border-color: var(--gray-600);
}

.gform_wrapper .ginput_container_fileupload .gform_fileupload_rules {
    display: none;
}

.gform_button {
	-webkit-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
}

.gform_button:hover {
	background-color: var(--yellow-600);
	border-color: var(--yellow-600);
}


/* ICON & TEXT ---------*/
.icon-text-wrapper {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.icon-text-wrapper:not(:last-child) {
    margin: 0 16px 16px 0;
}

.icon-text-wrapper .col-icontext {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.icon-text-wrapper.icon-size--small .col-icontext {
	width: 24px;
	height: 24px;
}

.icon-text-wrapper.icon-size--medium .col-icontext {
    width: 36px;
    height: 36px;
}

.icon-text-wrapper.icon-size--large .col-icontext {
    width: 80px;
    height: 80px;
}

.icon-text-wrapper .col-content-icontext {
    padding-left: 27px;
}

.icon-text-wrapper.icon-size--small .col-content-icontext {
	width: -webkit-calc(100% - 24px);
	width: -moz-calc(100% - 24px);
	width: calc(100% - 24px);
}

.icon-text-wrapper.icon-size--medium .col-content-icontext {
	width: -webkit-calc(100% - 36px);
	width: -moz-calc(100% - 36px);
	width: calc(100% - 36px);
}

.icon-text-wrapper.icon-size--large .col-content-icontext {
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: calc(100% - 80px);
}

.icon-text-wrapper.icon-position--right .col-content-icontext {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-left: 0;
    padding-right: 27px;
}

.icon-text-wrapper .col-content-icontext p {
	margin: 0;
}

.icon-text-wrapper.alignment--left,
.icon-text-wrapper.alignment--center,
.icon-text-wrapper.alignment--right {
    width: 100%;
}

.icon-text-wrapper.alignment--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.icon-text-wrapper.alignment--right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.icon-text-wrapper.alignment--left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.icon-text-wrapper.icon-alignment--top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.icon-text-wrapper.icon-alignment--center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.icon-text-wrapper.icon-alignment--bottom {
	-webkit-box-align: bottom;
	-webkit-align-items: bottom;
	   -moz-box-align: bottom;
	    -ms-flex-align: bottom;
	        align-items: bottom;
}




/* -- Ajax Loading -- */
.ajaxloading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10001;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--overlay-popup);
	-webkit-backdrop-filter: blur(3.5px);
	backdrop-filter: blur(3.5px);
	overflow: hidden;
}

.ajaxloading span {
	width: 200px;
	height: 200px;
	font-weight: 600;
	background-color: var(--blue-500);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: var(--white);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	animation: loadingText 1s linear alternate-reverse infinite;
}

@-webkit-keyframes loadingText {
	0% {
		-webkit-border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
		-moz-border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
		border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
	}

	100% {
		-webkit-border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
		-moz-border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
		border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
	}
}

@-moz-keyframes loadingText {
	0% {
		-webkit-border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
		-moz-border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
		border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
	}

	100% {
		-webkit-border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
		-moz-border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
		border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
	}
}

@-o-keyframes loadingText {
	0% {
		-webkit-border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
		-moz-border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
		border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
	}

	100% {
		-webkit-border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
		-moz-border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
		border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
	}
}

@keyframes loadingText {
	0% {
		-webkit-border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
		-moz-border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
		border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
	}

	100% {
		-webkit-border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
		-moz-border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
		border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
	}
}

/* gravity form styling ajax loading */
.gform_footer {
	position: relative;
}

.gform_ajax_spinner {
	position: absolute;
	width: 15px;
    height: 15px;
    left: 11px;
    top: 26px;
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
}

/* Cookie Notice Style */
#cookie-notice {
	background: rgb(51 51 51 / 80%) !important;
}

#cookie-notice #cn-notice-buttons .cn-button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid var(--blue-500);
	padding: var(--padding-button);
	font-family: var(--fontfamily-sans);
	font-weight: 900;
	background-color: var(--blue-500) !important;
	color: var(--white);
	line-height: var(--lineheight-5xl);
}

#cookie-notice #cn-notice-buttons .cn-button:hover {
	background-color: var(--yellow) !important;
	color: var(--gray-700);
	border-color: var(--yellow);
	
}

/* ---------------------------------
	STYLING SITEMAP PAGE
-----------------------------------*/
.wsp-container li> a {
	--yellow: var(--gray-700);
}

.wsp-container li> a:hover {
	--yellow: #ffc107;
	color: var(--yellow);
}