/* Instrument Serif */

@font-face {
	font-family: 'InstrumentSerif';
	src: url('../../library/fonts/InstrumentSerif-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'InstrumentSerif';
	src: url('../../library/fonts/InstrumentSerif-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

/* Vipnagorgialla */

@font-face {
	font-family: 'Vipnagorgialla';
	src: url('../../library/fonts/Vipnagorgialla-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Vipnagorgialla';
	src: url('../../library/fonts/Vipnagorgialla-Italic.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Vipnagorgialla';
	src: url('../../library/fonts/Vipnagorgialla-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Vipnagorgialla';
	src: url('../../library/fonts/Vipnagorgialla-BoldItalic.otf') format('opentype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}


/* Futura Cyrillic */

@font-face {
	font-family: 'FuturaCyrillic';
	src: url('../../library/fonts/FuturaCyrillicLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FuturaCyrillic';
	src: url('../../library/fonts/FuturaCyrillicBook.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FuturaCyrillic';
	src: url('../../library/fonts/FuturaCyrillicMedium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FuturaCyrillic';
	src: url('../../library/fonts/FuturaCyrillicDemi.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FuturaCyrillic';
	src: url('../../library/fonts/FuturaCyrillicBold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FuturaCyrillic';
	src: url('../../library/fonts/FuturaCyrillicExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FuturaCyrillic';
	src: url('../../library/fonts/FuturaCyrillicHeavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

:root {
	--blue: #002E70;
	--white: #ffffff;
	--red: #CE1919;
	--orange: #E5322B;
	--black: #151515;
	--yellow: #FFF331;
	--sand: #E5C9A5;
	--border-radius: 1px;
}

body {
	margin: 0;
	overflow-x: hidden;
}

body,
p {
	font-family: 'FuturaCyrillic', sans-serif;
	font-weight: 450;
	font-size: 16px;
	line-height: 25px;
}

.wp-singular p {
	letter-spacing: -0.504px;
}

body.wp-singular,
body.error404 {
	background: var(--blue);
	color: var(--white);
}

.page-content h1,
.page-content h2,
.page-content h3 {
	font-style: italic;
	font-weight: 700;
	font-family: 'Vipnagorgialla', sans-serif;
	text-transform: uppercase;
}

.page-content .h3 {
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 6px;
	text-transform: uppercase;
}

.page-content h1 {
	font-size: 43px;
	line-height: 41px;
}

.page-content h2 {
	font-size: 40px;
	line-height: 35px;
}

h3 {
	font-size: 32px;
	letter-spacing: -1.242px;
	line-height: 29px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block
}

[hidden] {
	display: none
}

a {
	color: var(--white);
	text-decoration: none;
	transition: all .3s ease-in-out;
}

a:hover {
	color: var(--red);
}

a:focus {
	outline: none
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

blockquote {
	margin: 1em 40px
}

dl,
menu,
ol,
p,
pre,
ul {
	margin: 1em 0
}

code,
kbd,
pre,
samp {
	font-size: 1em
}

small,
sub,
sup {
	font-size: 75%
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

q {
	quotes: none
}

q:after,
q:before {
	content: '';
	content: none
}

sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

dd {
	margin: 0 0 0 40px
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic
}

svg:not(:root) {
	overflow: hidden
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clearfix {
	zoom: 1
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

:focus {
	outline: 0 !important
}

.wp-block {
	max-width: 100%
}

body.admin-bar .header {
	margin-top: 32px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: linear-gradient(180deg, #0C0C0C 0%, rgba(12, 12, 12, 0.00) 100%);
	transition: all .3s ease-in-out;
}

header .navbar-light {
	padding: 0;
	background: var(--blue);
	transition: all .4s ease-in-out;
}


.navbar-expand-lg .navbar-collapse {
	width: auto;
	justify-content: center;
}

.navbar-light .navbar-nav .nav-link {
	padding: 15px;
	font-size: 15px;
	line-height: 29px;
	color: var(--white) !important;
	font-family: 'FuturaCyrillic', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	transition: all .3s ease-in-out;
	border-radius: 0 16px 0 0;
	margin: 0 5px;
}

.header.scrolled {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
	background: var(--black);
}

.dropdown-item {
	font-size: 16px;
	color: var(--blue);
	padding: 16px 31px;
	transition: all .3s ease;
	font-weight: 600;
	line-height: 22px;
	text-transform: uppercase;
	font-family: 'FuturaCyrillic', sans-serif;
	/* background-color: var(--white); */
	border-radius: 0 0 16px 0;
}

.navbar-light .navbar-nav li.menu-item:hover .nav-link,
.dropdown-item.active,
.dropdown-item:active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
	color: var(--white) !important;
	background: linear-gradient(223deg, #E5322B 14.57%, #E84716 50.34%, #E5322B 81%);
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: transparent;
	/* 	font-weight: 700; */
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: var(--white);
	border-radius: 0 0 16px 0;
	background: linear-gradient(223deg, #E5322B 14.57%, #E84716 50.34%, #E5322B 81%);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}

.navbar-toggler {
	border: none
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='20' viewBox='0 0 28 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1.52601C0 0.683561 0.634415 0 1.4163 0H26.5837C27.3656 0 28 0.683561 28 1.52601C28 2.36846 27.3656 3.05202 26.5837 3.05202H1.4163C0.634415 3.05202 0 2.36846 0 1.52601ZM0 10.0001C0 9.15764 0.634415 8.47407 1.4163 8.47407H26.5837C27.3656 8.47407 28 9.15764 28 10.0001C28 10.8425 27.3656 11.5261 26.5837 11.5261H1.4163C0.634415 11.5261 0 10.8425 0 10.0001ZM1.4163 16.948C0.634415 16.948 0 17.6315 0 18.474C0 19.3164 0.634415 20 1.4163 20H26.5837C27.3656 20 28 19.3164 28 18.474C28 17.6315 27.3656 16.948 26.5837 16.948H1.4163Z' fill='white'/%3E%3C/svg%3E");
}

header .container {
	padding: 16px 36px 0px 15px;
	box-shadow: 0 4px 20px rgba(34, 34, 34, 0.45);
	border-radius: 0 0 26px 26px;
}

section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background: linear-gradient(180deg, rgba(0, 46, 112, 0.00) 0%, rgba(0, 46, 112, 0.80) 32.21%, rgba(0, 46, 112, 0.80) 72.6%, rgba(0, 46, 112, 0.00) 100%);
}

.dflex {
	display: flex;
	align-items: center;
}

header .container::after {
	content: '';
	position: absolute;
	background: linear-gradient(90deg, rgba(230, 56, 38, 0.00) 0%, #E63826 50%, rgba(230, 56, 38, 0.00) 100%);
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
}

header .info-wrp {
	gap: 38px;
	justify-content: center;
	margin-bottom: 11px;
}

header a.hours {
	text-decoration: none;
}

header .info-wrp a span,
.btn-red span,
.btn-red-brd span,
.btn-clear span,
.footer a.ft-plan {
	color: var(--white);
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Vipnagorgialla', sans-serif;
}

header .info-wrp a span,
.footer a.ft-plan {
	font-style: italic;
}

header .info-wrp a span,
.footer a.ft-plan {
	font-size: 16px;
	line-height: 15px;
	color: var(--white);
}

header .info-wrp a,
.footer a.ft-plan {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

header .info-wrp a img,
.footer a.ft-plan img {
	transition: all .3s ease-in-out;
}

header .info-wrp a:first-child {
	background: url('../../library/images/right-arrow.svg');
	background-position: 99% 90%;
	background-repeat: no-repeat;
	padding-right: 26px;
}

header .info-wrp a:first-child:hover {
	background-position: 100% 90%;
}

.footer a.ft-plan:hover img {
	transform: translateX(3px);
}

span.line {
	width: 3px;
	height: 31px;
	background: var(--red);
}

.btn-red,
.btn-red-brd,
.btn-clear {
	display: inline-flex;
	padding: 8px 22px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	min-width: 221px;
	border-radius: var(--border-radius);
	position: relative;
}

.btn-red,
.btn-red-brd {
	background: linear-gradient(180deg, #CE1919 0%, #DD2121 100%);
}

.btn-clear,
.btn-red-brd {
	border: 2px solid var(--white);
}

.btn-red-brd {
	padding: 5px 22px 3px 22px;
	min-width: 265px;
	gap: 6px;
}

.btn-red span,
.btn-clear span,
.btn-red-brd span {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	letter-spacing: .1px;
	transition: all .3s ease-in-out;
}

.btn-red:hover,
.btn-clear:hover,
.btn-red-brd:hover {
	box-shadow: 0 4px 7px 0 rgba(15, 15, 15, .65);
}

.btn-red img,
.btn-clear img,
.btn-red-brd img {
	transition: all .3s ease-in-out;
}

.btn-red:hover img,
.btn-red-brd:hover img,
.btn-clear:hover img {
	transform: translate(3px, 0);
}

header .cta-group {
	text-align: right;
	gap: 8px;
	flex-direction: column;
	margin-bottom: 15px;
}

.navbar-light .navbar-brand {
	margin: 0 0 15px 0;
}

.container,
.container-fluid,
.row {
	z-index: 3;
	position: relative;
}

.navbar-brand img {
	max-height: 132px;
}

.bg-org {
	position: relative;
	width: fit-content;
	margin: 0 auto;
	padding: 0 72px;
	z-index: 2;
}

.bg-org h2,
.bg-org h1 {
	text-align: center;
	background: var(--red);
	padding: 16.31px 121.8px 14.44px 115.54px;
	clip-path: polygon(100% 100%, 0% 100%, 4.6% 0%, 95.3% 0%, 100% 100%);
}

.bg-org::before,
.bg-org::after {
	content: '';
	position: absolute;
	width: 99.385px;
	height: 42.761px;
	top: -3.9px;
}

.bg-org::before {
	background: url('../../library/images/title-left.svg') center / contain no-repeat;
	left: 1.2px;
}

.bg-org::after {
	background: url('../../library/images/title-right.svg') center / contain no-repeat;
	right: 1.4px;
}

body.blog .page-content::after {
	z-index: -1;
}

.col-right,
.col-left {
	max-width: 50%;
	width: 100%;
}

.slick-prev:before,
.slick-next:before,
.slick-dots li button:before {
	display: none;
}

.slick-prev,
.slick-next {
	width: 48px;
	height: 48px;
	border-radius: 33554400px;
	border: 1px solid var(--sand);
	z-index: 22;
}

.slick-prev {
	background: var(--blue) url('../../library/images/slick-prev.svg') center / 20px no-repeat !important;
}

.slick-next {
	background: var(--blue) url('../../library/images/slick-next.svg') center / 20px no-repeat !important;
}

.slick-prev:hover {
	background: var(--red) url('../../library/images/slick-prev.svg') center / 20px no-repeat !important;
}

.slick-next:hover {
	background: var(--red) url('../../library/images/slick-next.svg') center / 20px no-repeat !important;
}

.slick-dots {
	bottom: -33px;
}

.slick-dots li,
.slick-dots li button {
	width: 23px;
	height: 4.5px;
	padding: 0;
	border-radius: 31295930px;
}

.slick-dots li {
	margin: 0 3.5px;
}

.slick-dots li button {
	background: var(--white);
}

.slick-dots li,
.slick-dots li button,
.slick-next,
.slick-prev {
	transition: all .3s ease-in-out;
}

li.slick-active,
li.slick-active button {
	width: 45px;
	background: var(--red);
}

.page-content {
	position: relative;
	overflow-x: hidden;
}

.page-content::after,
.page-content::before {
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	opacity: 0.7;
	z-index: 0;
}

.page-content::before {
	right: 0;
	background: linear-gradient(180deg, #002E70 0%, rgba(0, 46, 112, 0.80) 40.87%, rgba(0, 46, 112, 0.00) 100%);
}

.page-content::after {
	left: 0;
	background: linear-gradient(180deg, #002E70 0%, rgba(0, 46, 112, 0.80) 40.87%, rgba(0, 46, 112, 0.00) 100%);
}

.bg-video {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.bg-video video {
	position: fixed;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	top: 0;
	opacity: 0.6;
}

body.blog .page-content,
body.blog {
	padding-top: 55px;
	background: var(--blue);
	color: var(--white);
	position: relative;
	z-index: 3;
}

.blog-list .row .col-md-4 {
	margin-bottom: 27px;
}

.blog-hero h1 {
	text-align: center;
	z-index: 3;
	position: relative;
	padding: 11.31px 107.8px 11.44px 101.54px;
}

.blog-hero .bg-org::before {
	top: -4px;
	left: -9px;
}

.blog-hero .bg-org::after {
	right: -9.6px;
	top: -3.9px;
}

.blog-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin: 47px 0;
}

.blog-header h2 {
	margin: 0;
}

.searchblog input {
	border-radius: 45px;
	background: var(--white) url('../../library/images/search.svg') 32px 50% / 16px no-repeat;
	padding: 10px 16px 8px 65px;
	min-width: 351px;
	font-size: 16px;
	font-family: 'FuturaCyrillic', sans-serif;
	line-height: 25px;
	letter-spacing: -0.504px;
	font-weight: 450;
	border: 0.25px solid rgba(51, 51, 51, 0.70);
}

.searchblog input::placeholder {
	color: var(--black) !important;
	font-size: 16px !important;
	font-weight: 450 !important;
	line-height: 25px !important;
	letter-spacing: -0.504px !important;
}

.filterblog {
	display: flex;
	gap: 12px;
	align-items: center;
}

.filterblog h3 {
	font-size: 26px;
	line-height: 28px;
	letter-spacing: -0.52px;
	margin: 0;
	font-style: normal;
}

.filterblog select {
	border-radius: 5px;
	border: 0.25px solid rgba(51, 51, 51, 0.70);
	padding: 10px 16px 8px 16px;
	min-width: 171px;
	font-weight: 450;
	font-family: 'FuturaCyrillic', sans-serif;
	background: var(--white) url('../../library/images/polygon.svg') 90% 50% / 9px no-repeat !important;
	appearance: none;
}

form.blog-filters {
	display: flex;
	gap: 110px;
	align-items: center;
}

.blog-item.liquidGL {
	border-radius: 48px;
	background: var(--white) !important;
	height: 100%;
	position: relative;
	transition: all .3s ease-in-out !important;
}

.blog-item.liquidGL:hover {
	border-radius: 48px;
	/* background: rgba(4, 59, 138, 0.50) !important; */
	background: transparent !important;
	box-shadow: 0 4px 44px 0 rgba(38, 38, 38, 0.70);
}

.blog-item-wrp {
	padding: 27px 25px 100px 24px;
}

.blog-item h3 {
	font-size: 18px;
	letter-spacing: -0.439px;
	font-weight: 700;
	line-height: 22px;
	color: var(--blue);
	margin: 17px 0;
	font-family: 'FuturaCyrillic', sans-serif;
	font-style: normal;
	text-transform: none;
}

.blog-item .blog-image img {
	border-radius: 48px 48px 0 0;
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.blog-item .blog-category {
	font-size: 12px;
	color: var(--red);
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
}

.blog-item p.blog-excerpt {
	margin: 0 0 0 0;
	color: var(--black);
	font-size: 14px;
	letter-spacing: -0.15px;
	font-weight: 400;
	line-height: 20px;
	padding: 0 25px;
	background: transparent;
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
}

.blog-item p.blog-excerpt,
.blog-item .blog-category,
.blog-item h3,
.blog-item a,
.blog-item,
.blog-item-wrp {
	transition: all .3s ease-in-out;
}

.blog-item:hover p.blog-excerpt,
.blog-item:hover h3,
.blog-item:hover .blog-category {
	color: var(--white);
}

.blog-list .blog-item p.blog-excerpt {
	position: inherit;
	padding: 0 0;
}

.blog-list .blog-item a.read-more {
	font-size: 15px;
	color: var(--red);
	font-weight: 600;
	letter-spacing: -0.439px;
	line-height: 22px;
	position: absolute;
	bottom: 46px;
}


.blog-list .blog-item a.read-more,
.blog-list .blog-item a.read-more img {
	transition: all .3s ease-in-out;
}

.blog-list .blog-item:hover a.read-more,
.blog-list .blog-item a.read-more:hover {
	color: var(--yellow);
}

.blog-list .blog-item:hover a.read-more img {
	filter: brightness(0) saturate(100%) invert(92%) sepia(49%) saturate(749%) hue-rotate(8deg) brightness(107%) contrast(104%);
}

.footer {
	background: var(--blue);
	box-shadow: 0 -10px 20px 0 rgba(34, 34, 34, 0.42);
	padding: 0;
	overflow: hidden;
	z-index: 3;
	position: relative;
}

.ft-right {
	border-radius: 0 0 4px 20px;
	background: linear-gradient(180deg, #003684 0%, #002E70 100%);
}

.ft-menu {
	display: grid;
	padding: 57px 0 40px 0;
	grid-template-columns: repeat(2, 1fr);
	/* 	grid-template-columns: repeat(3, 1fr); */
}

.ft-menu .menu-title,
.ft-sa-wrp .sa_title,
.ft-md-wrp h5 {
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	font-family: 'Vipnagorgialla', sans-serif;
	margin-bottom: 15px;
}

.menu-wrp ul li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 0.32px;
	color: var(--white) !important;
	text-transform: none;
}

.menu-wrp ul li a:hover {
	color: var(--red) !important;
}

.menu-wrp ul {
	display: flex;
	flex-direction: column;
}

.ft-service-areas {
	border-radius: 0 0 4px 20px;
	padding: 8px 93px 8px 93px;
	background: linear-gradient(223deg, #E5322B 14.57%, #E84716 50.34%, #E5322B 81%);
}

.ft-sa-wrp {
	gap: 23px;
}

.ft-sa-wrp .sa_title {
	font-size: 22px;
	margin-bottom: 0;
	line-height: 21px;
	max-width: 137px;
	text-align: right;
}

.yellow-line {
	width: 3px;
	height: 56px;
	background: var(--yellow);
}

.ft-sa-areas a {
	font-size: 15px;
	line-height: 18px;
}

.ft-sa-areas a:hover {
	color: var(--sand);
}

.ft-sa-areas span.sart {
	text-decoration-line: underline;
	text-underline-position: from-font;
}

.ft-sa-areas span.comma {
	margin-right: 3px;
}

.ft-sa-areas a:last-child span.comma {
	display: none;
}

.footer .ft-left .cta-group {
	flex-direction: column;
	gap: 11px;
	margin: 41.75px 0 43px 0;
}

.ft-left {
	padding-top: 32px;
}

.footer .ft-left a.ft-plan span,
header .info-wrp a span {
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 1.5px;
}

.footer .ft-hours.dflex {
	gap: 8px;
}

ul.socials {
	margin-top: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.socials li {
	margin: 0;
}

ul.socials li a {
	padding: 0 6px;
}

ul.socials li a img,
.ft-md-wrp a,
.ft-btm-wrp a,
.share-post-wrp img {
	transition: all .3s ease-in-out;
}

ul.socials li a:hover img,
.share-post-wrp a:hover img {
	transform: translateY(-2px);
}

.ft-md-wrp {
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	margin: 50px auto 38.5px auto;
	max-width: 80%;
}

.ft-md-wrp h5 {
	font-size: 17px;
	line-height: 15px;
	margin-bottom: 0;
}

.ft-md-wrp a,
.ft-md-wrp p {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.3px;
	margin: 3px auto;
	max-width: 157px;
	display: block;
	line-height: 18px;
	color: var(--white);
}

.ft-payments {
	gap: 8px
}

.ft-btm-wrp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px 7% 40px 7%;
}

.ft-btm-wrp a {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.24px;
	line-height: 21px;
}

.ft-md-wrp a:hover,
.ft-btm-wrp a:hover {
	text-decoration: underline;
	color: var(--white);
}

.global-cta {
	overflow: hidden;
	position: relative;
	padding-top: 30px;
}

.global-cta::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	background: url('../../library/images/Group_1000002342.svg') right / 75% no-repeat;
	width: 471px;
	height: 86%;
	z-index: 3;
}

.global-cta .cta-wrp {
	padding: 8% 8% 11% 9%;
	border-radius: 48px 0px 0px 48px;
	background: rgba(4, 59, 138, 0.50);
	box-shadow: 0 4px 44px 0 rgba(38, 38, 38, 0.70);
}

.global-cta-wrp .col-left {
	max-width: 30%;
}

.global-cta-wrp .col-right {
	max-width: 70%;
}

.global-cta-van-wrp {
	margin-top: -115px;
	z-index: 4;
	position: relative;
}

.global-cta-van-wrp img {
	width: 70%;
}

.global-cta-wrp p {
	margin: 16px 0 30px 5px;
	max-width: 527px;
	font-size: 17px;
	line-height: 29px;
	letter-spacing: -0.504px;
}

.global-cta-wrp .h3 {
	margin-bottom: 20px;
}

.hh_cta_group,
.tt_cta_group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}

.hh_cta_group .btn-red,
.hh_cta_group .btn-clear {
	padding: 12px 28px 10px 36px;
	min-width: 280px;
	box-shadow: none !important;
}

.tt_cta_group .btn-red,
.tt_cta_group .btn-clear {
	min-width: 273px;
	padding: 12px 42px 10px 20px;
	box-shadow: none !important;
}

.tt_cta_group .btn-red {
	background: url('../../library/images/btn-clip-org2.svg') center / contain no-repeat;
}

.tt_cta_group .btn-clear {
	border: none;
	background: url('../../library/images/btn-clip-wht2.svg') center / contain no-repeat;
}

.tt_cta_group .btn-red:hover,
.tt_cta_group .btn-clear:hover {
	transform: translateY(-3px);
}

.hh_cta_group .btn-red {
	background: url('../../library/images/btn-clip-org.svg') center / contain no-repeat;
}

.hh_cta_group .btn-clear {
	border: none;
	background: url('../../library/images/btn-clip-wht.svg') center / contain no-repeat;
}

.hh_cta_group .btn-red:hover,
.hh_cta_group .btn-clear:hover {
	transform: translateX(3px);
}


.global-cta .tt_cta_group {
	flex-direction: row;
	gap: 11px;
}

.hide-desktop,
.fixed-cta {
	display: none;
}

.vimg .slide-left {
	transform: translateX(-100%);
	transition: all 1.5s ease-out;
}

.vimg .slide-left.in-view {
	transform: translateX(0);
}

.vimg_ .slide-left {
	transform: translateX(100%);
	transition: all 1.5s ease-out;
}

.vimg_ .slide-left.in-view {
	transform: translateX(0);
}

header a.hours span {
	text-decoration: none;
}

.liquidGL {
	border-radius: 48px;
	pointer-events: all !important;
	opacity: 1 !important;
	background: rgba(4, 59, 138, 0.50) !important;
	box-shadow: 0 4px 44px 0 rgba(38, 38, 38, 0.70) !important;
}

.err_404 {
	min-height: 720px;
	padding: 130px 0;
	margin: 0;
	position: relative;
}

.err_404::after,
.err_404::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -2;
}

.err_404::before {
	background: url('../../library/images/img404bg.svg') center / cover no-repeat;
}

.err_404::after {
	background: #002e70d1;
}

.err_404 p {
	margin: 21px auto 40px auto;
	max-width: 732px;
	letter-spacing: -0.504px;
	font-weight: 450;
	line-height: 25px;
	font-size: 16px;
}

.menu-pg404 {
	margin: 0 auto;
	list-style: none;
	column-count: 3;
	max-width: 81%;
	padding: 0;
	gap: 33px;
	padding-left: 180px;
}

.menu-pg404 li {
	margin-bottom: 33px;
}

.menu-pg404 li a {
	font-size: 24px;
	line-height: 25px;
	color: var(--white);
	text-decoration-line: underline;
	font-weight: 600;
	display: block;
	text-align: left;
	letter-spacing: -0.504px;
}

.err_404 p,
.menu-pg404 li a {
	font-family: 'FuturaCyrillic', sans-serif;
}

.menu-pg404 li a:hover {
	color: var(--orange);
}

body.error404 .global-cta {
	display: none;
}

body.error404 .page-content::after,
body.error404 .page-content::before {
	z-index: 1;
}

.form input,
.form select {
	height: 52px !important;
}

.form input,
.form select,
.form textarea {
	color: #505050 !important;
}

.form input,
.form select,
.form textarea {
	padding-left: 23px !important;
	border-radius: 5px !important;
	border: 1px solid var(--black) !important;
	background: var(--white) !important;
	font-size: 16px !important;
}

.form .gfield_required_asterisk {
	color: var(--black);
}

.form .gform_heading {
	display: none;
}

.form .gform-theme--foundation .gform_fields {
	column-gap: 18px !important;
	row-gap: 18px !important;
}

.form select {
	display: flex;
	align-items: center;
	background: var(--white) url('../../library/images/polygon.svg') 96% 50% / 9px no-repeat !important;
}

.ginput_container_fileupload input::file-selector-button {
	background: rgba(239, 239, 239, 1) !important;
	border: 2px solid var(--black) !important;
	font-size: 15px !important;
	line-height: 21px !important;
	padding: 4px 8.656px 6px 7px !important;
	height: 30px !important;
	margin-top: 11px !important;
	letter-spacing: 0.3px !important;
	color: var(--black) !important
}

.form textarea {
	height: 120px !important;
	min-height: 120px !important;
	max-height: 120px !important;
	resize: none !important;
}

.form .charleft {
	font-size: 15px !important;
	color: var(--white) !important;
	font-weight: 600 !important;
	line-height: 22px !important;
}

.form .gform_footer {
	display: block !important;
	text-align: center !important;
	margin-top: 13px !important;
}

.form .gform_footer .gform_button {
	color: var(--white) !important;
	border-radius: 1px !important;
	background: var(--red) !important;
	padding: 4px 24px 4px 24px !important;
	border: none !important;
	font-size: 16px !important;
	transition: all .3s ease-in-out !important;
	box-shadow: none;
	min-width: 221px !important;
	font-family: 'Vipnagorgialla' !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	line-height: 20px !important;
	height: auto !important;
}

.form .gform_footer .gform_button:hover {
	box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.58), 1.291px 2.581px 5.162px 0 rgba(0, 0, 0, 0.31) !important;
}

.form .gform_validation_errors {
	display: none !important;
}

.form .gfield_validation_message {
	color: var(--orange) !important;
	font-weight: 600 !important;
}

.form input[aria-invalid="true"],
.form select[aria-invalid="true"] {
	border-color: #e29d9d !important;
}

.form .gform-theme--foundation .gform-loader {
	position: absolute !important;
	margin-left: -52px;
	border-block-end-color: var(--white);
	border-inline-start-color: var(--white);
	border-block-start-color: var(--black);
	border-inline-end-color: var(--black);
}

.form .gform_confirmation_message {
	text-align: center;
	font-size: 35px;
	color: var(--white);
	font-weight: 900;
	padding: 80px 15px;
}

.form input::placeholder,
.form textarea::placeholder {
	color: #505050 !important;
	font-size: 16px !important;
	opacity: 1;
}

.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
	color: #505050 !important;
	font-size: 16px !important;
}

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
	color: #505050 !important;
	font-size: 16px !important;
}

.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
	color: #505050 !important;
	font-size: 16px !important;
}

.form .ginput_preview_list,
.form .gform_fileupload_rules {
	display: none !important;
}

.form input:focus,
.form select:focus,
.form textarea:focus {
	box-shadow: 0 1px 19px 0 #E26060 !important;
	border-color: #CE1919 !important;
}

label.gfield_label.gform-field-label {
	color: var(--white) !important;
	font-size: 18px;
	letter-spacing: -0.504px;
	font-weight: 450;
	line-height: 25px;
}

.gfield_description.instruction.validation_message {
	color: var(--sand);
}

.global_pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	padding: 48px 0 68px 0;
}

.tpag_numbers {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
	justify-content: center;
}

.tpag_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border-radius: 6px;
	font-size: 24px;
	letter-spacing: -0.48px;
	line-height: 20px;
	color: var(--white);
	text-decoration: none;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
	font-weight: 450;
	gap: 8px;
}

.tpag_disabled {
	opacity: 0.35;
	pointer-events: none;
	cursor: default;
}

.tpag_prev,
.tpag_next {
	padding: 0 16px;
	flex-shrink: 0;
}

.tpag_btn_num {
	padding: 5px 10.5px 5px 10.5px;
	border-radius: 2px;
	font-size: 22px;
	letter-spacing: 0.44px;
	text-transform: uppercase;
	line-height: 21px;
	color: var(--white);
}

.tpag_current {
	background: var(--orange);
	color: var(--white);
	pointer-events: none;
}

.tpag_next img {
	transform: rotate(180deg);
}

.tpag_prev:hover,
.tpag_next:hover {
	color: var(--white);
}

.single-post-hero {
	padding: 40px 0px;
	background: transparent;
}

.single-post-hero .vanimg img {
	max-width: 322px;
}

.single-post-hero .pgi-content {
	margin-top: -20px;
	padding-right: 50px;
}

.pgi-content h1 {
	margin: 6px 0 25px 0;
}

.pgi-cta-group {
	display: flex;
	gap: 20px;
}

.pgi-img img {
	height: 400px;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.single-post-text {
	background: var(--white) !important;
	z-index: 1;
	position: relative;
	padding: 15px 0 75px 0;
}

.single-post-text .row {
	margin-top: 32px;
}

.single-post-text .left-text {
	margin-top: 10px;
}

.gcontent,
.gcontent .back-link,
.gcontent p,
.gcontent p a,
.gcontent ul li,
.gcontent ol li,
.gcontent h4,
.gcontent h5,
.gcontent h6 {
	color: var(--black);
}

.gcontent h1,
.gcontent h2,
.gcontent h3 {
	color: var(--blue);
}

.gcontent h4,
.gcontent h5,
.gcontent h6 {
	font-family: 'FuturaCyrillic', sans-serif;
}

.gcontent h3,
.gcontent h4,
.gcontent h5 {
	font-style: normal;
}

.gcontent h4 {
	font-size: 28px;
	font-weight: 450;
	line-height: 25px;
	letter-spacing: -0.504px;
}

.gcontent p,
.gcontent p a,
.gcontent ul,
.gcontent ol,
.gcontent ul li,
.gcontent ol li {
	font-weight: 400;
	margin: 0;
}

.gcontent ul li::marker,
.gcontent ol li::marker {
	color: var(--red);
	font-weight: 800;
}

.gcontent ul li,
.gcontent ol li {
	margin-bottom: 8px;
}

.gcontent {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.gcontent img {
	border-radius: 5px;
}

.gcontent blockquote {
	margin: 0;
	border-radius: 48px;
	box-shadow: 0 4px 27px 0 rgba(0, 0, 0, 0.20);
	background: var(--blue);
	padding: 98px 50px 38px 61px;
	margin: 0 0;
	position: relative;
}

.gcontent blockquote::before {
	content: '';
	position: absolute;
	background: url('../../library/images/blockquote.svg') center / contain no-repeat;
	width: 91.608px;
	height: 42px;
	top: 35px;
	left: 61px;
}

.gcontent blockquote p {
	font-family: 'Vipnagorgialla', sans-serif;
	font-size: 40px;
	color: var(--white);
	letter-spacing: 0;
	line-height: 35px;
	margin: 0 0 !important;
	font-weight: 700;
	text-transform: uppercase;
}

.gcontent p a {
	text-decoration: underline;
}

.gcontent p a:hover {
	color: var(--red);
}

a.back-link {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	gap: 6px;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: -0.504px;
	font-weight: 450;
	color: var(--black);
}

.gcontent a.back-link img {
	width: auto;
	box-shadow: none;
	margin-bottom: 0;
}

.share-post {
	gap: 25px;
	margin-top: 50px;
	align-items: center;
}

.share-post h6 {
	color: var(--red);
	font-size: 18px;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	line-height: 1;
	margin: 4px 0 0 0;
	font-weight: 700;
}

.share-post-wrp {
	display: flex;
	align-items: center;
	gap: 25px;
}

.page-cta,
.page-cta .cta-group {
	display: flex;
}

.page-cta {
	gap: 50px;
	border-radius: 48px;
	background: var(--blue);
	box-shadow: 0 4px 27px 0 rgba(0, 0, 0, 0.20);
	padding: 31px 56px 26px 48px;
	align-items: center;
	margin-top: 51px;
}

.page-cta .cta-group {
	flex-direction: column;
	justify-content: center;
	gap: 15px;
}

.page-cta .title h3 {
	font-size: 32px;
	line-height: 32px;
	letter-spacing: -1.242px;
	color: var(--white);
}

.global-sidebar {
	padding-left: 46px;
}

.sidebar-menu {
	padding: 56px 19px 32px 19px;
	border-radius: 48px;
	background: var(--blue);
	box-shadow: 0 3px 9px 0 rgba(139, 139, 139, 0.30);
	margin-bottom: 35px
}

.sidebar-menu h3 {
	font-size: 32px;
	letter-spacing: -1.242px;
	line-height: 32px;
	color: var(--white);
	margin-bottom: 20px;
	font-style: normal;
}

.sidebar-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-menu ul li a {
	font-size: 32px;
	font-weight: 450;
	color: var(--white);
	letter-spacing: -0.504px;
	padding: 16px 8px;
	border-bottom: 1px solid var(--white);
	line-height: 25px;
	display: block;
}

.sidebar-menu ul li a:hover {
	color: var(--red);
}

.sidebar-menu ul li:last-child a {
	border-bottom: none;
}

.related-post .row{
	justify-content: center;
}

.related-post .blog-item-cta {
	margin-top: 35px;
}

.related-post .blog-item-cta .btn-red-brd {
	max-width: 195px;
}

.related-post {
	padding: 83px 0 60px 0;
}

.related-post .bg-org {
	margin-bottom: 35px;
}

.hreview {
	z-index: 2;
	position: relative;
}

.hreview_google {
	margin-right: 7px;
}

.hreview_rating {
	margin-right: 11px;
}

.hreview svg {
	margin-top: 2px;
}

.hreview:hover {
	color: var(--yellow);
}

.hreview_text {
	font-weight: 600;
	margin-right: 4.5px;
}

.hreview:hover svg rect {
	fill: var(--yellow);
}

.hreview svg rect {
	transition: all .3s ease-in-out;
}

.page-id-459 header .navbar-light,
.page-id-462 header .navbar-light {
	background: var(--white);
}

.page-id-459 .header .navbar .container,
.page-id-462 .header .navbar .container {
	background: var(--blue);
}

.page-id-459 .global-cta,
.page-id-462 .global-cta,
.page-id-300 .global-cta {
	display: none;
}

.lcrs{
	z-index: 6;
}

.lcrs+.about {
	padding-top: 84px;
}

.services:has(+ .promos) {
	padding: 0 0 40px 0;
	position: relative;
}

.lcrs+.reviews {
	padding-top: 90px;
}

.promos {
	z-index: 5;
}