.bgo--chat {
	position: fixed;
	z-index: 11;
	right: 25px;
	bottom: 25px;
	font-family: var(--azosans)
}

.bgo--chat.open label::after {
	display: none
}

.bgo--chat input {
	display: none
}

.bgo--chat>label {
	display: flex;
	width: 56px;
	height: 56px;
	margin: 10px 0 0 0;
	cursor: pointer;
	border-radius: 50%;
	background: linear-gradient(0deg, #2faca7, #33bcb7);
	box-shadow: 0 3px 24px rgba(0, 0, 0, .16);
	align-items: center;
	justify-content: center
}

.bgo--chat>label::after {
	position: absolute;
	top: 5px;
	right: -5px;
	display: flex;
	width: 20px;
	height: 20px;
	content: "1";
	transition: .3s ease;
	font-size: 12px;
	font-weight: 500;
	line-height: 28px;
	opacity: 1;
	color: var(--white);
	border-radius: 50%;
	background-color: #e53c42;
	align-items: center;
	justify-content: center
}

.bgo--chat label img {
	position: absolute;
	transition: opacity .3s ease
}

.bgo--chat label i {
	position: relative;
	display: flex;
	transition: opacity .3s ease;
	opacity: 0;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px
}

.bgo--chat label i::after,
.bgo--chat label i::before {
	position: absolute;
	width: 26px;
	height: 2px;
	content: "";
	transform: rotate(45deg);
	background-color: var(--white)
}

.bgo--chat label i::after {
	transform: rotate(-45deg)
}

.bgo-chat-window {
	position: absolute;
	right: 17px;
	bottom: 90px;
	visibility: hidden;
	width: 351px;
	transition: .3s linear;
	opacity: 0;
	border-radius: 8px;
	background-color: var(--white);
	box-shadow: 0 3px 24px rgba(0, 0, 0, .16)
}

.bgo-chat-window::before {
	display: block;
	width: 100%;
	height: 8px;
	content: "";
	border-radius: 8px 8px 0 0;
	background-color: var(--green)
}

.bgo-chat-window--user {
	display: grid;
	margin: 10px 0 0 20px;
	align-items: center;
	gap: 10px;
	grid-template-columns: 56px auto
}

.bgo-chat-window--user i {
	display: flex;
	width: 56px;
	height: 56px;
	margin: 2px 0 0;
	border-radius: 50%;
	background-color: var(--green);
	align-items: center;
	justify-content: center
}

.bgo-chat-window--user-info p:nth-of-type(1) {
	font-size: 17px;
	font-weight: 500;
	line-height: 28px
}

.bgo-chat-window--user-info p:nth-of-type(2) {
	font-size: 10px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #6e6e6e
}

.bgo-chat-window--text {
	margin: 19px 0 0 0;
	padding: 0 20px
}

.bgo-chat-window--text p {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing: -.15px
}

.bgo-chat-window--btns {
	display: flex;
	margin: 35px 20px 0 20px;
	align-items: center;
	gap: 0;
	justify-content: space-between
}

.bgo-chat-window--btns a {
	padding: 12px 44px
}

.bgo-chat-window--btns button {
	padding: 11px 29px;
	cursor: pointer;
	transition: .3s linear;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
	color: var(--black-title);
	border: 1px solid #e0e3ea;
	border-radius: 24px;
	background: 0 0
}

.bgo-chat-window--btns button:hover {
	transition: .3s linear;
	background-color: #e0e3ea
}

.bgo-chat-window-ad-info {
	margin: 16px 20px;
	padding: 14px 10px 14px 14px;
	border-radius: 8px;
	background-color: #f3f5f5
}

.bgo-chat-window-ad-info p {
	margin: 0 0;
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: -.1px;
	color: #5d5d5f
}

.bgo--chat>label:hover,
[name=bgo--chat]:checked+label {
	background: #33bcb7
}

[name=bgo--chat]:checked+label::after {
	transition: opacity .3s ease;
	opacity: 0
}

[name=bgo--chat]:checked+label img {
	transition: opacity.3s ease;
	opacity: 0
}

[name=bgo--chat]:checked+label i {
	transition: opacity .3s ease;
	opacity: 1
}

[name=bgo--chat]:checked~.bgo-chat-window {
	visibility: visible;
	transition: .3s linear;
	opacity: 1
}

@media screen and (max-height:750px) {
	.bgo--chat {
		display: none
	}
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	src: url(../images/open-sans-v17-latin-300.woff2) format('woff2'), url(../images/open-sans-v17-latin-300.woff) format('woff')
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url(../images/open-sans-v17-latin-regular.woff2) format('woff2'), url(../images/open-sans-v17-latin-regular.woff) format('woff')
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	src: url(../images/open-sans-v17-latin-600.woff2) format('woff2'), url(../images/open-sans-v17-latin-600.woff) format('woff')
}

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

@font-face {
	font-family: 'Azo Sans';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url(../images/AzoSans-Regular.woff2) format('woff2'), url(../images/AzoSans-Regular.woff) format('woff')
}

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

@font-face {
	font-family: 'Azo Sans';
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	src: url(../images/AzoSans-Bold.woff2) format('woff2'), url(../images/AzoSans-Bold.woff) format('woff')
}

@font-face {
	font-family: 'PP Neue Machina';
	font-weight: 375;
	font-style: normal;
	font-display: swap;
	src: url(../images/PPNeueMachina-InktrapRegular.woff2) format('woff2'), url(../images/PPNeueMachina-InktrapRegular.woff) format('woff')
}

:root {
	--azosans: "Azo Sans", "Arial", sans-serif;
	--opensans: "Open Sans", "Arial", sans-serif;
	--pp-new-machina: "PP Neue Machina", "Arial", sans-serif;
	--black: hsl(0, 0%, 0%);
	--black-title: hsl(0, 0%, 5%);
	--blue: hsl(197, 96%, 38%);
	--green: hsl(178, 57%, 43%);
	--green-hover: hsl(177, 48%, 39%);
	--orange: hsl(11, 100%, 63%);
	--orange-hover: hsl(11, 100%, 66%);
	--orange-button-hover: hsl(11, 100%, 58%);
	--white: hsl(0, 0%, 100%);
	--arrow--width: 16px;
	--arrow--height: 2px;
	--arrow--color: hsl(0, 0%, 100%);
	--arrow-animate: 5px;
	--cl--btn-circle-border: hsl(195, 11%, 93%)
}

blockquote,
body,
button,
div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0
}

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

li {
	list-style: none outside none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%
}

button,
input,
optgroup,
option,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit
}

button,
input,
select,
textarea {
	outline: 0
}

a {
	outline: 0
}

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

figure {
	margin: 0;
	padding: 0
}

html {
	overflow-y: scroll
}

body {
	width: 100%;
	margin: 0
}

html.hide-scroll,
html.hide-scroll body {
	position: fixed
}

.left {
	float: left
}

.right {
	float: right
}

.clear {
	clear: both
}

.hide {
	display: none
}

.inline-block {
	display: inline-block
}

.sr-only,
.visuallyhidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px
}

.main {
	width: 1169px;
	margin: 0 auto
}

strong {
	font-weight: 600
}

a {
	color: var(--green);
	outline: 0
}

a:hover {
	text-decoration: none
}

:focus-visible:not(input):not(textarea) {
	outline: 1px solid var(--green-hover)
}

.animate-hover:after {
	display: block;
	content: '';
	transition: transform 250ms ease-in-out;
	transform: scaleX(0);
	transform-origin: 0 50%;
	border-bottom: solid 3px var(--green-hover)
}

.animate-hover:hover:after {
	transform: scaleX(1)
}

.animate-hover-bkg {
	padding-bottom: 3px;
	transition: background-size .3s;
	text-decoration: none;
	color: var(--green);
	background-image: linear-gradient(var(--green), var(--green));
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 3px
}

.animate-hover-bkg:hover {
	background-size: 100% 3px
}

.animate-hover-bkg.tel {
	background-image: linear-gradient(var(--white), var(--white))
}

.btn {
	display: grid;
	justify-content: center;
	align-items: center;
	grid-template-columns: 1fr calc(var(--arrow--width) + var(--arrow-animate));
	justify-items: center;
	gap: 9px;
	padding: 20px;
	border-radius: 32px;
	text-decoration: none;
	color: var(--white);
	font-size: 18px;
	font-family: var(--azosans);
	font-weight: 400;
	line-height: 23px;
	position: relative;
	transition: background-color .3s ease;
	z-index: 1;
	width: max-content
}

.btn--circle::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	transition: all .3s ease;
	z-index: -1;
	border: 1px solid var(--cl--btn-circle-border)
}

.btn--circle:hover::before {
	width: 100%
}

.btn--circle-48 {
	font-size: 15px;
	font-weight: 400;
	line-height: 14px
}

.btn--circle-48:before {
	width: 48px;
	height: 48px;
	border-radius: 24px;
	left: 0
}

.btn--circle-64:before {
	width: 64px;
	height: 64px;
	border-radius: 32px;
	left: -6px
}

.btn--circle-64:hover::before {
	width: calc(100% + 12px)
}

.btn--orange {
	background-color: var(--orange)
}

.btn--orange:hover {
	background-color: var(--orange-button-hover)
}

.btn--white {
	--arrow--color: var(--black);
	border: 1px solid rgba(13, 13, 13, .16);
	color: var(--black)
}

.btn--white:hover {
	background-color: rgba(255, 255, 255, .2)
}

.btn--link {
	padding: 0;
	border: none
}

.btn__arrow {
	width: var(--arrow--width);
	height: var(--arrow--height);
	position: relative;
	background: #000;
	transition: width .2s linear
}

.btn__arrow::before {
	content: "";
	position: absolute;
	border-top: var(--arrow--height) solid #000;
	border-right: var(--arrow--height) solid #000;
	top: calc(var(--arrow--height)/ 2);
	right: calc(var(--arrow--height) * -1);
	width: calc(var(--arrow--width)/ 2);
	height: calc(var(--arrow--width)/ 2);
	transform: rotate(45deg);
	transform-origin: 100% 0
}

.btn:hover .btn__arrow {
	width: calc(var(--arrow--width) + var(--arrow-animate))
}

.arrow-down i {
	transform: rotate(90deg)
}

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

.grid-container {
	display: grid;
	align-items: center
}

#header {
	position: fixed;
	z-index: 9999;
	top: 0;
	width: 100%;
	height: 96px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#header a {
	text-decoration: none
}

#header .top-bar {
	position: relative;
	z-index: 9999;
	transition: background-color .3s ease;
	height: 96px
}

#header .logo {
	margin: 15px 0 0 47px
}

#header .horizontal-top-bar {
	display: grid;
	gap: 88px;
	justify-content: start;
	grid-template-columns: auto auto 1fr
}

#header [data-hide-menu=true] {
	grid-template-columns: auto auto;
	justify-content: space-between
}

#header .horizontal-top-bar.scrolled {
	position: relative;
	z-index: 9999;
	transition: background-color .3s ease;
	height: 96px;
	background-color: #f1fcfb
}

#header [data-solid-menu=true] {
	height: 96px;
	background-color: #f1fcfb !important
}

#header .horizontal-top-bar #menu {
	display: flex;
	gap: 18px;
	margin: 27px 0 0 0;
	font-size: 16px;
	font-family: var(--azosans);
	font-weight: 400;
	width: max-content
}

#header .horizontal-top-bar #menu>li {
	position: relative
}

#header .horizontal-top-bar #menu>li>a {
	display: inline-block
}

#header .horizontal-top-bar #menu>li>a,
#header .horizontal-top-bar #menu>li>button {
	color: var(--black);
	padding: 11px 13px;
	border-radius: 21px;
	background: 0 0
}

#header .horizontal-top-bar #menu>li:hover>a,
#header .horizontal-top-bar #menu>li:hover>button {
	background-color: rgba(255, 255, 255, .4)
}

#header .horizontal-top-bar #menu>li.active>a,
#header .horizontal-top-bar #menu>li.active>button {
	background-color: var(--white)
}

#header .horizontal-top-bar .arrow {
	position: relative;
	cursor: pointer;
	display: grid;
	grid-template-columns: auto 24px
}

#header .horizontal-top-bar .arrow:after,
#header .horizontal-top-bar .arrow:before {
	content: "";
	position: absolute;
	border-radius: 5px;
	display: block;
	background: #000;
	top: 40%;
	right: 20px;
	height: 8px;
	width: 2px;
	transform: rotate(-45deg);
	transition: .3s ease
}

#header .horizontal-top-bar .arrow:before {
	right: 25px
}

#header .horizontal-top-bar .arrow:after {
	transform: rotate(45deg)
}

#menu>li.active .arrow::before {
	transform: rotate(45deg)
}

#menu>li.active .arrow::after {
	transform: rotate(-45deg)
}

.sub-menu-container {
	position: absolute;
	min-width: max-content;
	border-radius: 8px;
	box-shadow: 0 4px 32px 0 rgba(13, 13, 13, .08);
	height: 0;
	overflow: hidden;
	opacity: 0;
	display: flex
}

.sub-menu-container.menu-right {
	right: 0
}

.active .sub-menu-container {
	transform: translateY(8px);
	transition: height .5s cubic-bezier(.25, 1.2, .5, 1), opacity .3s ease-in-out, transform .6s cubic-bezier(.25, 1.5, .5, 1);
	height: 316px;
	opacity: 1
}

.active .sub-menu-container.services {
	height: var(--menu-height, max-content)
}

.sub-menu__left {
	background-color: var(--white);
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 15px;
	min-width: 377px;
	box-sizing: border-box
}

.sub-menu__left,
.sub-menu__right {
	transform: translateY(-8px);
	transition: transform .5s ease
}

.active .sub-menu__left,
.active .sub-menu__right {
	transform: translateY(0)
}

.sub-menu__left>span,
.sub-menu__right>span {
	color: #29aaa4;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 2.2px
}

.sub-menu__left ul {
	margin: 12px 0 0 0
}

.sub-menu__left a {
	display: flex;
	padding: 12px 0 12px 12px;
	gap: 14px;
	align-items: center;
	position: relative;
	color: var(--black-title)
}

.sub-menu__left a::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: calc(100% + -6px);
	height: calc(100% + -6px);
	z-index: -1;
	border-radius: 8px;
	transition: .3s ease
}

.sub-menu__left a:hover::before {
	background-color: #e7f8f7
}

.sub-menu__left img {
	align-self: baseline;
	margin: 4px 0 0 0;
	filter: brightness(0);
	transition: .3s ease
}

.sub-menu__left a:hover img {
	filter: brightness(1)
}

.sub-menu__left a span {
	display: block;
	color: #7a7a7a;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	margin: 4px 0 0
}

.sub-menu__right {
	background-color: #effbfa;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 21px 13px
}

.sub-menu__right>span {
	color: #7a7a7a;
	display: block
}

.sub-menu__right.expertise ul {
	display: grid;
	grid-template-columns: repeat(2, auto);
	gap: 8px;
	margin: 16px 0 0
}

.sub-menu__right.expertise ul li a {
	position: relative;
	z-index: 1;
	width: 218px;
	height: 118px;
	display: flex;
	align-items: flex-start
}

.sub-menu__right li img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 8px
}

.sub-menu__right li p {
	font-size: 14px;
	line-height: 17.5px;
	font-weight: 300;
	color: var(--black-title);
	margin: 10px 12px 0;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 24px
}

.sub-menu__right li p span {
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: .3s;
	-webkit-text-decoration-color: transparent;
	-moz-text-decoration-color: transparent
}

.sub-menu__right li p strong {
	font-weight: 500
}

.sub-menu__right .blog-post {
	width: 226px;
	display: block;
	margin: 15px 0 0 0
}

.sub-menu__right .blog-post img {
	border-radius: 8px
}

.sub-menu__right .blog-post p {
	font-weight: 500;
	color: var(--black-title);
	margin: 5px 0 0 0;
	transition: color .3s ease
}

.sub-menu__right .blog-post:hover p {
	color: var(--green)
}

.sub-menu__right .small-arrow {
	position: relative;
	overflow: hidden;
	background-color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border-radius: 7px;
	transition: background-color .2s ease
}

.sub-menu__right .small-arrow::after,
.sub-menu__right .small-arrow::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(../images/small-arrow.svg) no-repeat;
	transition: transform .4s cubic-bezier(.11, 1.2, .78, 1.24) .1s, opacity .4s ease
}

.sub-menu__right .small-arrow::before {
	transform: translate(0, 0);
	opacity: 1
}

.sub-menu__right .small-arrow::after {
	transform: translate(-18px, 18px);
	opacity: 0
}

.sub-menu__right a:hover .small-arrow {
	background-color: var(--green)
}

.sub-menu__right a:hover p span {
	text-decoration-color: var(--black);
	-webkit-text-decoration-color: var(--black);
	-moz-text-decoration-color: var(--black)
}

.sub-menu__right a:hover .small-arrow::before {
	transform: translate(18px, -18px);
	opacity: 0
}

.sub-menu__right a:hover .small-arrow::after {
	transform: translate(0, 0);
	filter: invert(85%) sepia(81%) saturate(1%) hue-rotate(264deg) brightness(108%) contrast(101%);
	opacity: 1
}

#header .horizontal-top-bar .get-in-touch {
	background-color: var(--orange);
	transition: background-color .3s ease;
	padding: 0 16px;
	border-radius: 24px;
	justify-self: end;
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--azosans);
	font-size: 16px;
	font-weight: 400;
	max-height: 48px;
	margin: 22px 48px 0 0
}

#header .horizontal-top-bar .get-in-touch:hover {
	background-color: var(--orange-button-hover)
}

#hero-nhm {
	position: relative;
	z-index: auto;
	top: 0;
	bottom: 0;
	width: 100%;
	height: initial;
	border-bottom-left-radius: 102px;
	padding-bottom: 55px
}

#hero-nhm>picture {
	position: absolute;
	width: 100%;
	height: 100%
}

#hero-nhm>picture img {
	width: 100%;
	height: 100%;
	border-bottom-left-radius: 102px;
	object-fit: cover
}

#hero-nhm .hero--content {
	width: 1160px;
	text-align: left;
	top: initial;
	position: relative;
	padding: 160px 0 0
}

.hero--content__title {
	margin: 6px 0 0 0
}

.hero--content__title .tag {
	display: block;
	color: var(--green);
	font-size: 11px;
	font-family: var(--pp-new-machina);
	text-transform: uppercase;
	letter-spacing: 1.97px;
	margin: 0 0 17px 0
}

#hero-nhm .hero--content .hero--content__title h1 {
	letter-spacing: -1.4px
}

#hero-nhm .hero--content .h1-like,
#hero-nhm .hero--content h1 {
	position: relative;
	padding: 0;
	font-family: var(--azosans);
	font-size: 48px;
	font-weight: 300;
	line-height: 56px;
	letter-spacing: -.5px;
	color: var(--black-title);
	display: inline
}

#hero-nhm .hero--content .h1-like {
	margin: 0
}

#hero-nhm .hero--content p {
	color: #676767;
	font-size: 16px;
	font-family: var(--azosans);
	margin: 48px 0 0;
	line-height: 24px
}

#hero-nhm .hero--content__buttons {
	display: grid;
	margin: 48px 0 0 0;
	align-items: center;
	justify-items: end;
	justify-content: flex-start;
	grid-template-columns: auto auto;
	gap: 16px
}

#hero-nhm .hero--content__buttons .btn--circle {
	color: var(--black)
}

#hero-nhm .hero--content__buttons .btn--circle:before {
	border-color: rgba(13, 13, 13, .16)
}

#hero-nhm .hero--content__buttons .btn--circle .btn__arrow {
	--arrow--color: var(--black);
	background: var(--black)
}

#hero-nhm .company-logos {
	position: relative;
	margin: 28px 0 0 0
}

#hero-nhm .bgo--marquee img {
	filter: brightness(0)
}

#hero-nhm .company-logos ul {
	position: relative;
	display: flex;
	align-items: center
}

@media (min-width:1920px) {
	#header .horizontal-top-bar {
		grid-template-columns: 1fr 1160px 1fr
	}

	#header [data-hide-menu=true] {
		grid-template-columns: auto auto
	}
}

@media (max-width:1450px) {
	#header .logo {
		margin-left: 20px
	}

	#header .horizontal-top-bar {
		gap: 40px
	}

	#header .horizontal-top-bar .get-in-touch {
		margin-right: 20px
	}
}

@media (max-width:1280px) {
	#header .logo {
		margin-left: 10px
	}

	#header .horizontal-top-bar {
		gap: 20px
	}

	#header .horizontal-top-bar .get-in-touch {
		margin-right: 10px
	}
}

.menu-social {
	margin: 68px 0 0 3px;
	display: flex;
	align-items: center
}

@media screen and (max-height:880px) {
	.menu-social {
		margin-top: 35px
	}
}

.menu-social a {
	margin: 0 17px 0 0;
	transition: all .2s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center
}

.menu-social a:before {
	position: absolute;
	z-index: -1;
	width: 48px;
	height: 48px;
	margin: 0 auto;
	content: "";
	transition: transform .3s cubic-bezier(.18, .89, .32, 1.28);
	transform: scale(0);
	border-radius: 50%;
	background: #0a1534
}

.menu-social a:hover:before {
	transform: scale(1)
}

.menu-social a svg .a {
	transition: all .2s ease-in-out
}

.menu-social a:last-child {
	margin-right: 0
}

.menu-social a:hover svg .a {
	fill: #243590
}

.menu-social a:first-of-type {
	margin: 0 53px 0 16px
}

.menu-social a:nth-child(2) {
	margin-right: 56px
}

.line {
	position: relative;
	right: -7px;
	float: left;
	width: 15px;
	margin: 10px 0 0 0;
	transition: all .2s ease;
	opacity: .65;
	border-bottom: 2px solid var(--black-title)
}

.text-center {
	text-align: center
}

.btn-width-effect {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 0 0 20px;
	font-family: var(--azosans);
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	color: var(--black-title);
	line-height: 14px
}

.btn-width-effect:before {
	position: absolute;
	z-index: -1;
	top: -14px;
	left: -19px;
	width: 48px;
	height: 48px;
	content: "";
	transition: all .3s ease;
	border-radius: 30px;
	background-color: #ebeeef
}

.btn-width-effect-hd {
	font-size: 15px
}

.btn-width-effect-hd:before {
	top: -19px;
	width: 56px;
	height: 56px
}

.btn-width-effect:hover::before {
	width: 100%;
	padding-right: 48px
}

.btn-width-effect img,
.btn-width-effect svg {
	position: relative;
	top: 3px;
	left: 10px
}

.btn-width-effect svg line,
.btn-width-effect svg path {
	transition: stroke .3s ease;
	stroke: var(--black-title)
}

.btn-width-effect:hover svg line,
.btn-width-effect:hover svg path {
	stroke: var(--orange-hover)
}

.btn-no-text-width-effect {
	position: relative
}

.btn-no-text-width-effect .arrow-llink {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	transition: all .2s ease;
	line-height: 7px;
	border-radius: 30px
}

.btn-no-text-width-effect .arrow-llink:before {
	top: -4px;
	left: 3px;
	content: "";
	transition: transform .3s cubic-bezier(.18, .89, .32, 1.28);
	opacity: .65;
	border-radius: 50%
}

.btn-no-text-width-effect .lline {
	position: relative;
	right: -7px;
	float: left;
	width: 15px;
	margin: 7px 0 0 0;
	transition: all .2s ease;
	border-bottom: 2px solid var(--white)
}

.btn-no-text-width-effect svg {
	position: relative;
	float: left
}

.btn-no-text-width-effect svg path {
	transition: none;
	stroke: var(--white)
}

.btn-no-text-width-effect:hover .arrow-llink:before {
	position: absolute;
	width: 25px;
	height: 25px;
	transform: scale(2);
	background-color: #efefef42
}

.btn-no-text-width-effect:hover .lline {
	width: 25px;
	margin-left: -5px;
	border-bottom-color: var(--green)
}

.btn-no-text-width-effect:hover .arrow-llink svg path {
	stroke: var(--green)
}

.sldarrow .btn-no-text-width-effect svg path {
	stroke: var(--black-title)
}

.sldarrow .btn-no-text-width-effect .lline {
	border-bottom-color: var(--black-title)
}

.sldarrow .btn-no-text-width-effect:hover svg path {
	stroke: var(--orange)
}

.sldarrow .btn-no-text-width-effect:hover .lline {
	border-bottom-color: var(--orange)
}

.sldarrow .btn-no-text-width-effect.arrow-llink:before {
	background-color: initial
}

.sldarrow .btn-no-text-width-effect:hover .arrow-llink:before {
	background-color: #efefef
}

.sldarrow .next,
.sldarrow .next1 {
	margin-left: 19px
}

.noselect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-khtml-user-select: none;
	-webkit-touch-callout: none
}

.clutch {
	height: 45px
}

footer {
	position: relative;
	z-index: 10;
	font-family: var(--azosans);
	font-weight: 500;
	background-color: #0a2546
}

footer>.main {
	position: relative;
	display: grid;
	padding: 28px 0 90px;
	gap: 0;
	grid-template-columns: repeat(3, 294px);
	grid-template-rows: 47px 69px 181px
}

footer .social {
	display: flex;
	margin: 0;
	align-items: center;
	gap: 36px;
	grid-column: 1/span 2;
	grid-row: 1
}

footer .social span {
	font-family: var(--opensans);
	font-size: 16px;
	font-weight: 600;
	color: var(--white)
}

footer .social>div {
	display: flex;
	align-items: center;
	gap: 54px
}

footer .clutch {
	position: absolute;
	right: 0;
	width: 193px;
	margin: 2px 0 0 0;
	grid-column: -1;
	grid-row: 1
}

footer .gr-line {
	width: 100%;
	height: 1px;
	margin: 26px 0 0 0;
	background-color: var(--blue);
	grid-column: 1/span 4;
	grid-row: 2
}

footer .social a {
	position: relative;
	z-index: 1;
	display: flex;
	text-decoration: none;
	align-items: center;
	justify-content: center
}

footer .social a:before {
	position: absolute;
	z-index: -1;
	width: 48px;
	height: 48px;
	margin: 0 auto;
	content: "";
	transition: transform .3s cubic-bezier(.18, .89, .32, 1.28);
	transform: scale(0);
	border-radius: 50%;
	background: #0a1534
}

footer .social a:hover:before {
	transform: scale(1)
}

footer .social a svg .a {
	transition: all .2s ease-in-out
}

footer .social a:hover svg .a {
	fill: #243590
}

footer .footer--bgo-logo,
footer .us {
	grid-column: 1;
	grid-row: 3
}

footer .footer--bgo-logo {
	margin: 4px 0 0 0
}

footer .us {
	margin: 64px 0 0
}

footer ul li {
	margin: 0 0 5px 0
}

footer ul li .animate-hover-bkg {
	font-family: var(--opensans);
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: .2px;
	color: var(--white)
}

footer .contact-us,
footer .footer-box {
	margin: 25px 0 0 0
}

footer .contact-us h5,
footer .footer-box h5,
footer .footer-box>p,
footer .main .contact-us>p {
	margin: 0 0 25px 0;
	font-family: var(--azosans);
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 3.7px;
	text-transform: uppercase;
	color: var(--green)
}

footer .main .contact-us>p:first-of-type:after {
	content: none
}

footer .our-services {
	grid-column: 2;
	grid-row: 3
}

footer .industries {
	grid-column: 3;
	grid-row: 3
}

footer .contact-us {
	grid-column: -1;
	grid-row: 3
}

footer .contact-us div {
	display: grid;
	gap: 0 13px;
	grid-template-columns: 20px auto
}

footer .contact-us p {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: var(--white);
	position: relative;
	width: fit-content;
	font-family: var(--opensans);
	font-weight: 500
}

footer .contact-us p:first-of-type:after {
	content: "HQ";
	width: 45px;
	height: 25px;
	background: linear-gradient(225deg, #2fada9, #28949017);
	position: absolute;
	top: -20px;
	right: -10px;
	border-radius: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px
}

footer .contact-us svg:nth-of-type(2) {
	margin: 4px 0 0
}

footer .standards {
	grid-column: 1;
	grid-row: 4
}

footer .standards img {
	margin: 8px 0 0 0
}

footer .standards img:last-of-type {
	display: none
}

footer .compliance {
	grid-column: 2/span 2;
	grid-row: 4
}

footer .compliance .logos {
	display: flex;
	margin: 0;
	gap: 27px
}

footer .btn {
	grid-template-columns: auto 21px;
	width: 268px;
	height: 55px;
	margin-top: 27px;
	padding: 0 10px 0 0;
	font-family: var(--azosans);
	font-size: 16px;
	text-decoration: none;
	color: var(--white);
	border-radius: 28px;
	background-color: var(--green);
	grid-column: 4;
	grid-row: 4
}

footer .btn:hover {
	opacity: .9
}

footer .btn svg {
	position: relative;
	left: 11px
}

footer .text {
	display: none
}

footer .copyright {
	padding: 57px 0;
	font-family: var(--opensans);
	font-size: 14px;
	line-height: 25px;
	letter-spacing: .1px;
	color: var(--white);
	background-color: #071b33
}

footer .copyright .main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

footer .copyright .footer-links {
	display: flex;
	gap: 10px 37px;
	position: relative;
	flex-wrap: wrap;
	width: 450px
}

footer .copyright .footer-links a {
	text-decoration: none;
	color: var(--green)
}

footer .copyright .footer-links span {
	cursor: pointer;
	color: var(--green)
}

footer.landingpage>.main {
	grid-template-columns: 350px 520px auto
}

footer.landingpage .industries,
footer.landingpage .our-services,
footer.landingpage .us {
	display: none
}

footer.landingpage .text {
	display: block;
	margin: 70px 0 0 0;
	font-family: var(--azosans);
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	color: var(--white);
	grid-column: 1;
	grid-row: 3
}

footer.landingpage .compliance {
	margin-left: 90px;
	grid-column: 2/span 2;
	grid-row: 3
}

footer.landingpage .compliance .logos {
	display: flex;
	margin: 30px 0 0 0;
	align-items: flex-start;
	gap: 0
}

footer.landingpage .compliance .logos img {
	height: auto
}

footer.landingpage .compliance .logos img:nth-of-type(1) {
	width: 60px;
	margin-right: 18px
}

footer.landingpage .compliance .logos img:nth-of-type(2) {
	width: 42px;
	margin-right: 19px
}

footer.landingpage .compliance .logos img:nth-of-type(3) {
	width: 36.76px;
	margin-right: 20px
}

footer.landingpage .compliance .logos img:nth-of-type(4) {
	width: 48px;
	margin-right: 21px
}

footer.landingpage .compliance .logos img:nth-of-type(5) {
	width: 50px;
	margin: 3px 0 0
}

footer.landingpage .compliance .logos img:last-of-type {
	display: none
}

footer.landingpage .standards {
	margin: -4px 0 0 90px;
	grid-column: 2/span 2;
	grid-row: 4
}

footer.landingpage .standards div {
	display: flex;
	gap: 17px
}

footer.landingpage .standards img:first-of-type {
	width: auto;
	height: auto;
	margin: 0
}

footer.landingpage .standards img:last-of-type {
	display: block;
	width: 49px
}

@font-face {
	font-family: 'PP Neue Machina';
	font-weight: 375;
	font-style: normal;
	font-display: swap;
	src: url(../images/PPNeueMachina-InktrapRegular.woff2) format('woff2'), url(../images/PPNeueMachina-InktrapRegular.woff) format('woff')
}

.why-choose-bgo {
	margin: 99px 0 0 0;
	font-family: var(--azosans)
}

.why-choose-bgo .main {
	position: relative
}

.why-choose-bgo h2 {
	font-size: 32px;
	font-weight: 300;
	line-height: 40px;
	text-align: center
}

.why-choose-bgo ul {
	display: flex;
	margin: 48px 0 0;
	gap: 15px
}

.why-choose-bgo ul>li {
	flex: 1;
	padding: 37px 34px;
	border-radius: 18px;
	background-color: #effbfa
}

.why-choose-bgo ul li h3 {
	margin: 0 0 31px 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px
}

.why-choose-bgo ul li p {
	font-size: 15px;
	font-weight: 300;
	line-height: 24px
}

.why-choose-bgo ul li .small-logos {
	display: flex;
	width: 229px;
	margin: 27px auto 0;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 18px 42px;
	justify-content: flex-start
}

.why-choose-bgo ul li:nth-child(1) .small-logos img:nth-child(2) {
	margin-left: 23px
}

.why-choose-bgo ul li:nth-child(2) .small-logos {
	display: grid;
	width: 247px;
	gap: 9px 0;
	grid-template-columns: 97px 88px auto
}

.why-choose-bgo ul li:nth-child(2) .small-logos img:nth-of-type(4) {
	margin: 0 23px 0 0;
	align-self: center;
	grid-column: 1/3;
	grid-row: 2;
	justify-self: center
}

.why-choose-bgo ul li:nth-child(2) .small-logos img:nth-of-type(5) {
	align-self: center;
	grid-column: 2/-1;
	grid-row: 2;
	justify-self: center
}

.why-choose-bgo ul>li:nth-child(3) {
	position: relative;
	overflow: hidden;
	padding: 37px 31px;
	border: 1px solid var(--orange);
	background: 0 0;
	z-index: 1
}

.why-choose-bgo ul>li:nth-child(3) ul {
	margin: 39px 0 0 18px
}

.why-choose-bgo ul>li:nth-child(3)>img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: .4
}

.why-choose-bgo ul li:last-of-type ul li {
	overflow: auto;
	flex: initial;
	padding: 0;
	border: none;
	border-radius: initial;
	background: 0 0
}

.why-choose-bgo ul li:last-of-type ul li:nth-of-type(3) {
	width: 125px
}

.why-choose-bgo ul li:last-of-type ul li span {
	display: inline-flex;
	font-size: 48px;
	line-height: 44px;
	align-items: center
}

.why-choose-bgo ul li:last-of-type ul li small {
	font-size: 17px
}

.why-choose-bgo ul li:last-of-type ul li:nth-of-type(2) small {
	margin: 0 0 0 5px;
	font-size: 18px
}

.why-choose-bgo ul li:last-of-type ul li:nth-of-type(3) small {
	margin: 0 0 0 13px;
	font-size: 18px
}

.why-choose-bgo ul li:last-of-type ul li:last-of-type {
	color: var(--orange)
}

.why-choose-bgo ul li i img {
	background-color: #acacae;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	padding: 2px;
	position: relative;
	top: 3px;
	cursor: pointer;
	transition: .3s ease
}

.why-choose-bgo ul li i:hover img {
	background-color: #fe6442
}

.why-choose-bgo-v2 ul {
	margin-top: 37px
}

.why-choose-bgo-v2 .main>ul:nth-of-type(1)>li:nth-of-type(1) {
	background: linear-gradient(259.47deg, rgba(255, 227, 220, .65) -171.3%, rgba(231, 248, 247, .65) 91.69%)
}

.why-choose-bgo-v2 .main>ul:nth-of-type(1)>li:nth-of-type(2) {
	background: linear-gradient(257.26deg, rgba(255, 227, 220, .65) -56.59%, rgba(231, 248, 247, .65) 185.56%)
}

.why-choose-bgo-v2 ul>li:nth-child(3) {
	padding: 37px 31px 0
}

.why-choose-bgo-v2 ul li:last-of-type .ul3 li {
	width: initial;
	overflow: initial
}

.why-choose-bgo-v2 ul>li:nth-child(3) ul.ul3 {
	flex-wrap: wrap;
	gap: 0;
	margin: 17px 0 0 10px
}

.why-choose-bgo-v2 ul.ul3 {
	border-color: var(--green)
}

.why-choose-bgo-v2 ul.ul3 li:nth-child(1) img {
	width: 120px
}

.why-choose-bgo-v2 ul.ul3 li:nth-child(2) img {
	width: 100px;
	margin: 9px 0 0 42px
}

.why-choose-bgo-v2 ul.ul3 li:nth-child(3) img {
	position: initial;
	width: 57px;
	margin: 19px 0 0 17px;
	opacity: 1
}

.why-choose-bgo-v2 ul.ul3 li:nth-child(4) img {
	width: 81px;
	margin: 20px 0 0 -19px
}

.why-choose-bgo-v2 ul.ul3 li:nth-child(5) img {
	width: 62px;
	margin: 19px 0 0 30px
}

.why-choose-bgo-v2 .dtr {
	margin: 83px 0 0;
	letter-spacing: -.3px
}

.why-choose-bgo-v2 .dtr h2 {
	text-align: left;
	font-size: 40px;
	font-weight: 700
}

.why-choose-bgo-v2 .dtr .text {
	float: right;
	width: 582px;
	margin: 23px 0 0;
	letter-spacing: 0;
	line-height: 23px;
	font-weight: 300;
	font-size: 18px
}

.why-choose-bgo-v2 .dtr ul {
	position: relative;
	margin-top: 32px
}

.why-choose-bgo-v2 .dtr ul::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #ff6643 26.45%, #3bc9c5 75.23%)
}

.why-choose-bgo-v2 .dtr li {
	background: 0 0;
	padding: 0;
	font-family: 'PP Neue Machina', sans-serif;
	font-size: 64px;
	margin: 33px 0 0 0;
	border-radius: 0;
	position: relative
}

.why-choose-bgo-v2 .dtr li::before {
	content: "";
	position: absolute;
	top: -35px;
	right: 0;
	background-color: var(--white);
	width: 16px;
	height: 5px
}

.why-choose-bgo-v2 .dtr li span {
	font-family: var(--azosans);
	font-size: 15px;
	font-weight: 400;
	display: block
}

.why-choose-bgo-v2 .dtr ul li:nth-of-type(3) {
	border: none;
	padding: 0
}

.why-choose-bgo-v2 .dtr .symbol {
	font-style: normal;
	font-size: 36px;
	line-height: 36px;
	position: absolute;
	top: 1px;
	right: -28px;
	opacity: 0;
	visibility: hidden;
	transition: .3s linear
}

.why-choose-bgo-v2 .dtr li:nth-of-type(3) .symbol {
	right: -40px
}

.why-choose-bgo-v2 .dtr .btn {
	margin: 27px 0 0 0;
	font-size: 17px;
	padding: 14px 19px
}

.why-choose-bgo-v2 .dtr .num--counter {
	position: relative;
	width: fit-content
}

.why-choose-bgo-v2 .dtr .num-counter {
	display: inline
}

.why-choose-bgo-v2 .finished+.symbol {
	opacity: 1;
	visibility: visible
}

.popup-nps {
	width: 420px;
	position: fixed;
	background: var(--white);
	transform: translateX(39%);
	right: 0;
	z-index: 10;
	border-radius: 18px;
	box-shadow: 18px 0 56px 0 rgb(0, 0, 0, 7%);
	padding: 29px 20px;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease
}

.popup-nps.active {
	opacity: 1;
	visibility: visible
}

.popup-nps p {
	font-family: var(--azosans);
	font-weight: 300;
	padding: 0 20px 0 12px
}

.popup-nps p:first-of-type {
	font-size: 20px;
	line-height: 24px;
	margin: 13px 0 0 0
}

.popup-nps p:last-of-type {
	font-size: 16px;
	line-height: 20px;
	margin: 30px 0 0 0
}

span.form-msg {
	display: none;
}

span.success-msg {
	margin-top: -28px;
    display: block;
    margin-bottom: 7px;
    color: var(--green);
    font-size: 16px;
}

span.error-msg {
	margin-top: -28px;
    display: block;
    margin-bottom: 7px;
    color: #ff6643;
    font-size: 16px;
}

@media screen and (max-width:1560px) {
	.popup-nps {
		transform: translateX(10%)
	}
}

@media screen and (max-width:1280px) {
	.popup-nps {
		transform: translateX(0)
	}
}

.popup {
	position: fixed;
	z-index: 10;
	right: 0;
	display: table;
	visibility: hidden;
	max-width: 420px;
	padding: 29px 20px;
	transform: translateX(39%);
	opacity: 0;
	border-radius: 18px;
	background: var(--white);
	box-shadow: 18px 0 56px 0 rgb(0, 0, 0, 7%)
}

.popup.active {
	visibility: visible;
	transition: opacity .3s ease;
	opacity: 1
}

.popup img {
	margin: 0 0 13px
}

.popup h4,
.popup p {
	padding: 0;
	font-family: var(--azosans);
	font-weight: 300
}

.popup h4 {
	margin: 0 0 30px;
	font-size: 20px;
	line-height: 24px
}

.popup p {
	font-size: 16px;
	line-height: 20px
}

.popup.p_center {
	transform: none
}

@media screen and (max-width:1640px) {
	.popup.p_center {
		transform: translateX(-20%)
	}
}

@media screen and (max-width:1450px) {
	.popup.p_center {
		transform: translateX(-40%)
	}
}

@media screen and (max-width:1260px) {
	.popup.p_center {
		transform: translateX(-50%)
	}
}

#header .logo svg {
	width: 249px
}

.hero-mask {
	display: none
}

strong {
	font-weight: 600
}

h2 {
	font-family: var(--azosans);
	font-size: 40px;
	font-weight: 500;
	line-height: 48px;
	color: var(--black-title)
}

#header .tel:after {
	border-color: var(--white)
}

#header .white-top-bar .tel:after {
	border-color: var(--orange)
}

#head-content {
	position: relative;
	width: 100%;
	height: 510px;
	padding: 0;
	font-family: var(--azosans)
}

.header-content {
	position: relative;
	padding: 108px 0 0 0
}

#head-content picture {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%
}

#head-content picture img {
	width: 100%;
	height: 100%;
	border-bottom-left-radius: 90px;
	object-fit: cover
}

#head-content .flex-container {
	position: relative;
	z-index: 3;
	top: 70px;
	width: 1161px;
	margin: 0 auto;
	align-items: normal;
	gap: 20px;
	padding: 20px 0 0 0
}

#head-content .hd-content {
/*	margin: 0;*/
	color: var(--black);
	height: 300px;
    margin: 58px 0;
}

#head-content .hd-content span {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 3.6px;
	text-transform: uppercase
}

#head-content h1 {
	margin: 0;
	font-size: 44px;
	font-weight: 300;
	line-height: 52px;
	letter-spacing: -.4px
}

#head-content .hd-content p {
	margin: 25px 0;
	font-family: var(--azosans);
	font-size: 18px;
	font-weight: 400;
	line-height: 23px
}

#synapse-form {
	position: relative;
	z-index: 1;
	flex: 0 0 40%;
	overflow: hidden;
	box-sizing: border-box;
	width: 492px;
	margin: 0;
	padding: 36px 25px 26px 44px;
	text-align: left;
	letter-spacing: -.3px;
	border-bottom-left-radius: 102px;
	background-color: var(--white);
	box-shadow: 0 0 56px hsla(0, 0%, 5%, 8%)
}

#synapse-form input {
	margin: 0 0 36px 0
}

#synapse-form input:first-of-type {
	margin-top: 42px
}

#synapse-form input:last-of-type {
	margin: 0
}

#synapse-form h2 {
	margin: 0;
	font-size: 28px;
	font-weight: 300;
	line-height: 38px;
	color: var(--black-title)
}

#synapse-form input,
#synapse-form textarea {
	width: 100%;
	padding-bottom: 16px;
	transition: all .3s linear;
	font-family: var(--opensans);
	color: var(--black);
	border-bottom: 1px solid #5e5e5f25;
	background: 0 0
}

#synapse-form input.valid,
#synapse-form input:focus {
	border-bottom: 1px solid var(--green)
}

#calendar-send {
	display: flex;
	width: 100%;
	padding: 20px 0;
	cursor: pointer;
	color: var(--white);
	border-radius: 32px;
	background: linear-gradient(140deg, #ff6643 0, #ff522b 100%);
	align-items: center;
	justify-content: center;
	margin: 60px 0 0 0;
	font-family: var(--azosans);
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	gap: 0
}

#calendar-send:hover {
	opacity: .9
}

#calendar-send strong {
	font-weight: 600
}

#calendar-send svg {
	position: relative;
	left: 14px
}

.grecaptcha-badge {
	visibility: hidden
}

main {
	position: relative;
	z-index: 1
}

.lp-grd {
	position: relative;
	z-index: 4;
	display: grid;
	grid-template-columns: auto auto
}

.lp-grd h2 {
	margin: 0;
	letter-spacing: -.6px
}

.lp-grd>div:nth-of-type(1) {
	display: grid;
	margin: 29px 0 0 4px;
	align-items: center;
	gap: 39px 32px;
	grid-template-columns: repeat(4, 130px);
	justify-items: center
}

.lp-grd div:nth-of-type(2) {
	display: grid;
	margin: 52px 0 0 0;
	gap: 53px;
	grid-column: 1;
	grid-row: 2;
	grid-template-columns: auto auto
}

.lp-grd picture {
	display: block;
	margin: 53px 0 0 0
}

.lp-grd ul {
	display: flex;
	flex-direction: column;
	margin: 183px 0 0 0;
	gap: 35px
}

.lp-grd ul li {
	display: flex;
	align-items: flex-start;
	gap: 10px 25px
}

.lp-grd ul li div {
	display: flex;
	flex-direction: column;
	margin: 12px 0 0 0;
	gap: 11px
}

.lp-grd ul li div p:first-of-type {
	font-family: var(--azosans);
	font-size: 22px;
	font-weight: 800;
	line-height: 24px;
	letter-spacing: .2px
}

.lp-grd ul li div p {
	font-family: var(--azosans);
	font-size: 17px;
	font-weight: 400;
	line-height: 23px
}

.synapse-tabs h2,
.synapse-tabs h2+p {
	text-align: center
}

.synapse-tabs h2 {
	margin: 102px 0 0 0;
	line-height: 56px;
	text-align: center;
	letter-spacing: .4px
}

.synapse-tabs h2+p {
	margin: 17px 0 0 0;
	font-family: var(--azosans);
	font-size: 18px;
	font-weight: 300;
	line-height: 23px
}

.synapse-tabs {
	margin: 103px 0 0;
	font-family: var(--azosans)
}

.synapse-tabs h2 {
	line-height: 56px;
	text-align: center;
	letter-spacing: .1px
}

.synapse-tabs h2+p {
	margin: 14px 0 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 23px;
	text-align: center
}

#case-studies {
	margin: 46px 0 0 0;
	position: relative
}

#case-studies .tabs-container {
	margin: 35px 0 0;
	background-color: #f5f7f7
}

#case-studies .tabs {
	position: relative;
	display: flex;
	margin: 22px 0 0;
	font-family: var(--azosans);
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center
}

#case-studies .tabs label {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
	transition: color .3s ease;
	font-size: 15px;
	font-weight: 400;
	color: var(--black-title)
}

#case-studies .tabs li {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: initial;
	height: initial;
	padding: 0 16px;
	transition: background-color .3s ease;
	border-radius: 20px;
	background-color: #f5f7f7
}

#case-studies .tabs li:hover {
	background-color: #2fada9
}

#case-studies .tabs li:hover label {
	color: var(--white)
}

#case-studies input[name=tabs]:nth-of-type(1):checked~.cs-tabs-tags li[data-tab=tab-1],
#case-studies input[name=tabs]:nth-of-type(2):checked~.cs-tabs-tags li[data-tab=tab-2],
#case-studies input[name=tabs]:nth-of-type(3):checked~.cs-tabs-tags li[data-tab=tab-3],
#case-studies input[name=tabs]:nth-of-type(4):checked~.cs-tabs-tags li[data-tab=tab-4],
#case-studies input[name=tabs]:nth-of-type(5):checked~.cs-tabs-tags li[data-tab=tab-5] {
	background-color: #2fada9
}

#case-studies input[name=tabs]:nth-of-type(1):checked~.cs-tabs-tags li[data-tab=tab-1] label,
#case-studies input[name=tabs]:nth-of-type(2):checked~.cs-tabs-tags li[data-tab=tab-2] label,
#case-studies input[name=tabs]:nth-of-type(3):checked~.cs-tabs-tags li[data-tab=tab-3] label,
#case-studies input[name=tabs]:nth-of-type(4):checked~.cs-tabs-tags li[data-tab=tab-4] label,
#case-studies input[name=tabs]:nth-of-type(5):checked~.cs-tabs-tags li[data-tab=tab-5] label {
	color: var(--white)
}

#case-studies input[type=radio] {
	display: none
}

#case-studies .tab-content {
	position: absolute;
	top: 0;
	visibility: hidden;
	margin: 5px 0 0 0;
	padding: 42px 0;
	transition: opacity .3s ease, visibility .3s ease;
	font-family: var(--azosans);
	pointer-events: none;
	opacity: 0
}

#case-studies input[name=tabs]:nth-of-type(1):checked~.tabs-container .tab-1,
#case-studies input[name=tabs]:nth-of-type(2):checked~.tabs-container .tab-2,
#case-studies input[name=tabs]:nth-of-type(3):checked~.tabs-container .tab-3,
#case-studies input[name=tabs]:nth-of-type(4):checked~.tabs-container .tab-4,
#case-studies input[name=tabs]:nth-of-type(5):checked~.tabs-container .tab-5 {
	position: relative;
	display: flex;
	visibility: visible;
	pointer-events: initial;
	opacity: 1;
	gap: 15px
}

#case-studies input[name=tabs]:nth-of-type(4):checked~.tabs-container .tab-4 {
	align-items: center
}

#case-studies .tab-text {
	margin: 0;
	padding: 10px 10px 0 23px;
	border: 1px solid hsla(178, 57%, 43%, 35%);
	border-radius: 18px
}

#case-studies .tab-text h3 {
	position: relative;
	margin: 15px 0 0;
	font-family: var(--azosans);
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	color: var(--black-title)
}

#case-studies .tab-text ul {
	position: relative;
	margin: 17px 60px 0 30px
}

#case-studies .tab-text ul::before {
	position: absolute;
	top: 0;
	left: -29px;
	width: 13px;
	height: 100%;
	content: "";
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAASCAYAAABvqT8MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEMSURBVHgBjZI9UsMwEIV3lRgKKNK6YLBvwBFwScPgG/gGcJPACTKcwFhA7XCCcANnJv6LmqRK4UTaSJm4SGZi66tWIz09rfYBaLjIIy7KFCzAtkiWxQwZTp0dfjy57vySgLWFumoCkhK3TKXGsdehJa4qjzEV642Ro1jQ5XYCr/IoWZYZr8s3sMW4nYvQRjRgaiY3jR/6/pr1CULTA+L/4MZ5MeshWEBEf/oxnql7HQyIcI+Ea2sBET46hF82Z3VsyvGPKCbt+mIPcZaNhrfXE6XI226aALr4FvUrF8UqqRfv53snDr8if5DAxgQKUKrw2b2b9t5qIgEdHCZ9nGZqE7bDt+p0RgTwaZPMPUk8fi7bIjqQAAAAAElFTkSuQmCC)
}

#case-studies .tab-text ul li {
	display: flex;
	margin-bottom: 14px;
	font-size: 15px;
	align-items: flex-start;
	gap: 11px
}

#case-studies .tab-text ul li p {
	margin-bottom: 7px;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px
}

#case-studies .tab-text .btn--circle {
	margin: 46px 0 0;
	color: var(--black-title);
	--arrow--color: var(--black-title)
}

#case-studies .tab-text .btn--circle::before {
	border-color: #d7dddf
}

#case-studies .tabs-nav {
	display: none
}

.synapse-tabs .btn {
	margin: 21px auto 0;
	font-size: 17px;
	font-weight: 400
}

@-webkit-keyframes fadeInTabs {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeInTabs {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.logos {
	display: flex;
	margin: 31px auto 0;
	text-align: center;
	align-items: center;
	gap: 63px;
	justify-content: center
}

.logos img {
	margin: 0
}

.why-choose-bgo {
	margin-top: 100px
}

.why-choose-bgo-v2 .dtr {
	margin-top: 57px
}

.quote {
	position: relative;
	z-index: 2;
	padding-top: 36px;
	font-family: var(--azosans);
	background-color: var(--white)
}

.quote .main {
	width: 1067px
}

.quote .grid-container {
	grid-template-columns: auto auto
}

.quote .grid-container>img {
	position: relative;
	top: 27px;
	left: 10px
}

.quote .blockquote {
	margin: 40px 0 0 0
}

.quote .blockquote img {
	margin: 8px 0 0 0
}

.quote blockquote {
	margin: 10px 0 0;
	font-size: 22px;
	font-weight: 500;
	line-height: 30px
}

.quote cite {
	display: flex;
	margin: 25px 0 0 0;
	font-size: 15px;
	font-weight: 30;
	font-style: normal;
	line-height: 16px;
	color: hsla(240, 1%, 37%, .8);
	align-items: center;
	gap: 7px
}

.quote cite strong {
	color: var(--black-title)
}

.quote cite i {
	width: 24px;
	height: 1px;
	background-color: var(--black-title)
}

.quote img {
	justify-self: end
}

.quote .btn--green {
	margin: 36px 0 0;
	padding: 12px 18px;
	font-size: 15px;
	font-weight: 400;
	background-color: var(--green)
}

.quote .btn--green i {
	transition: none;
	transform: rotate(90deg)
}

.quote .btn--green:hover i {
	width: var(--arrow--width)
}

.c-logos {
	margin: 85px 0 0
}

.c-logos h2 {
	margin: 0;
	line-height: 56px;
	text-align: center
}

.c-logos .main div {
	position: relative;
	z-index: 1;
	display: grid;
	margin: 49px 0 0 0;
	align-items: center;
	gap: 110px;
	grid-template-columns: repeat(4, auto);
	justify-items: center
}

.ready-to-build {
	position: relative;
	z-index: 1;
	width: 940px;
	margin: 97px auto 116px;
	font-family: var(--azosans);
	color: var(--white);
	border: 1px solid var(--green);
	border-radius: 16px;
	background: #030e2d;
	background-color: var(--white);
	height: 210px;
}

.ready-to-build::before {
	position: absolute;
	z-index: -1;
	top: -15px;
	left: 15px;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: 16px;
	background: radial-gradient(1450px 1257px at center 114%, #35c6c0 0, #27949b 6%, #1d6e7f 12%, #154f68 22%, #0f3856 32%, #0a2749 48%, #071d42 56%, #071a40 64%, #030e2d 100%);
	background-color: var(--white)
}

.ready-to-build>div {
	position: relative;
	z-index: 3;
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: -15px 0 0 15px;
	padding: 30px 40px 69px 24px;
	border-radius: 40px;
	align-items: center;
	gap: 0;
	justify-content: space-between
}

.ready-to-build .tag {
	display: block;
	margin: 19px 0 0;
	font-size: 11px;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	color: #3bc9c5
}

.ready-to-build h3 {
	margin: 5px 0 0 0;
	font-size: 28px;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: .4px
}

.ready-to-build p {
	margin: 14px 0 0 0;
	font-size: 15px;
	font-weight: 300;
	line-height: 19px
}

.ready-to-build img {
	position: absolute;
	z-index: -1;
	top: -163px;
	left: 484px
}

.ready-to-build .btn {
	margin: 26px 0 0;
	padding: 13px 20px;
	font-size: 15px
}





/*Custom page*/

.free-compliance-wizard {
	width: 541px;
    justify-content: left;
    color: 0f0f0f;
    justify-items: left;
    grid-template-columns: 56px 1fr auto;
    background-color: rgba(47, 173, 169, 0.7);
}

.deliverables-list {
	width: 662px;
}

.deliverables-list ol {
	width: 90%;
}

.deliverables-list ol {
	counter-reset: li; /* Initiate a counter */
	list-style: none; /* Remove default numbering */
	*list-style: decimal; /* Keep using default numbering for IE6/7 */
	font: 15px 'trebuchet MS', 'lucida sans';
	padding: 0;
	margin-bottom: 4em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.deliverables-list ol ol {
	margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.deliverables-list ol p {
	position: relative;
    display: block;
    padding: .4em .4em .52em 2em;
    margin: .5em 0;
    text-decoration: none;
    transition: all .3s ease-out;
}

.deliverables-list ol p:before {
	content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 35%;
    margin-top: -1.3em;
    background: #000;
    height: 1.5em;
    width: 1.5em;
    line-height: 1.5em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: .9em;
    transition: all .3s ease-out;
    color: #fff;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Mobile Menu Toggle - Hidden by default on desktop */
.mobile-menu-toggle {
    display: none;
}

/* Prevent horizontal overflow globally */
html, body {
    overflow-x: hidden;
}

/* ---- MOBILE: up to 767px ---- */
@media (max-width: 767px) {

    /* -- Global container -- */
    .main {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    /* -- Header -- */
    #header {
        position: sticky;
        height: auto;
    }

    #header .horizontal-top-bar,
    #header .horizontal-top-bar.scrolled {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
        padding: 12px 20px;
        gap: 0;
    }

    #header .logo {
        margin: 0;
    }

    #header .logo img {
        height: 36px;
        width: auto;
    }

    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 28px;
        height: 28px;
        cursor: pointer;
        z-index: 1002;
        background: none;
        border: none;
        padding: 0;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: var(--black);
        transition: 0.3s;
        border-radius: 2px;
    }

    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    #header .horizontal-top-bar .get-in-touch {
        display: none;
        position: absolute;
        top: 100%;
        right: 20px;
        margin: 0;
        padding: 12px 24px;
        font-size: 15px;
        z-index: 1001;
        box-shadow: 0 4px 16px rgba(0,0,0,.12);
    }

    #header .horizontal-top-bar .get-in-touch.mobile-visible {
        display: flex;
    }

    /* -- Hero section -- */
    #head-content {
        height: auto;
        min-height: auto;
    }

    #head-content picture {
        height: 280px;
        top: 0;
    }

    #head-content picture img {
        border-bottom-left-radius: 40px;
    }

    #head-content .flex-container {
        position: relative;
        top: -40px;
        width: 100%;
        padding: 0 20px;
        margin: 0;
        flex-direction: column;
        gap: 24px;
        box-sizing: border-box;
    }

    #head-content .hd-content {
        text-align: left;
        height: auto;
    	margin: 0;
    }

    #head-content h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #head-content h1 br {
        display: none;
    }

    #head-content .hd-content p {
        font-size: 16px;
        line-height: 22px;
        margin: 16px 0 0;
    }

    .free-compliance-wizard {
        width: 100%;
        max-width: 100%;
        padding: 16px 20px;
        font-size: 14px;
        grid-template-columns: 40px 1fr auto;
        gap: 8px;
        border-radius: 20px;
        box-sizing: border-box;
        margin: 20px 0 0;
    }

    .free-compliance-wizard img {
        width: 32px;
        height: 32px;
    }

    .free-compliance-wizard span {
        font-size: 13px;
        text-align: left;
    }

    /* -- Form -- */
    #synapse-form {
        width: 100%;
        flex: unset;
        padding: 28px 20px 24px;
        border-bottom-left-radius: 40px;
        box-sizing: border-box;
    }

    #synapse-form h2 {
        font-size: 22px;
        line-height: 30px;
    }

    #synapse-form h2 br {
        display: none;
    }

    #synapse-form input:first-of-type {
        margin-top: 28px;
    }

    #synapse-form input {
        font-size: 16px; /* prevents iOS zoom */
        margin: 0 0 24px;
    }

    #calendar-send {
        margin: 36px 0 0;
        font-size: 16px;
        padding: 16px 0;
    }

    .clear {
        display: none;
    }

    /* -- Logo grid (top) -- */
    .lp-grd {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .lp-grd > div:nth-of-type(1) {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px 12px;
        margin: 20px 0 0;
        justify-items: center;
        align-items: center;
    }

    .lp-grd > div:nth-of-type(1) img {
        max-width: 80px;
        height: auto;
    }

    .lp-grd div:nth-of-type(2) {
        grid-template-columns: 1fr;
        margin: 32px 0 0;
        gap: 24px;
    }

    .lp-grd div:nth-of-type(2) > div {
        text-align: center;
    }

    .lp-grd h2 {
        font-size: 22px;
        line-height: 30px;
        text-align: center;
    }

    .lp-grd h2 br {
        display: none;
    }

    .lp-grd picture {
        margin: 24px auto 0;
    }

    .lp-grd picture img {
        max-width: 100%;
        height: auto;
    }

    .lp-grd ul {
        margin: 0;
        gap: 18px;
    }

    .lp-grd ul li {
        gap: 12px;
    }

    .lp-grd ul li img {
        width: 44px;
        height: auto;
        flex-shrink: 0;
    }

    .lp-grd ul li div {
        margin: 0;
    }

    .lp-grd ul li div p:first-of-type {
        font-size: 17px;
        line-height: 22px;
    }

    .lp-grd ul li div p {
        font-size: 15px;
        line-height: 20px;
    }

    /* -- Why Choose BGO / Stats -- */
    .why-choose-bgo {
        margin-top: 48px;
    }

    .logos {
        flex-wrap: wrap;
        gap: 20px 28px;
        margin: 20px auto 0;
    }

    .logos img {
        max-height: 40px;
        width: auto;
    }

    .why-choose-bgo-v2 .dtr {
        margin-top: 32px;
    }

    .why-choose-bgo-v2 .dtr ul {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }

    .why-choose-bgo-v2 .dtr li {
        text-align: center;
    }

    .why-choose-bgo-v2 .dtr li::before {
        display: none;
    }

    .why-choose-bgo-v2 .dtr ul::before {
        display: none;
    }

    /* -- Synapse tabs / CTA -- */
    .synapse-tabs {
        margin: 48px 0 0;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .synapse-tabs h2 {
        font-size: 24px;
        line-height: 32px;
        margin: 0;
    }

    .synapse-tabs .btn {
        margin: 20px auto 0;
        font-size: 15px;
        padding: 16px 24px;
    }

    /* -- Quote / Deliverables section -- */
    .quote {
        padding-top: 24px;
    }

    .quote .main {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .quote .grid-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .deliverables-list {
        width: 100%;
    }

    .deliverables-list ol {
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .deliverables-list ol li {
        margin-bottom: 16px;
    }

    .deliverables-list ol li p {
        font-size: 15px;
        line-height: 21px;
    }

    .deliverables-list ol li p strong {
        font-size: 16px;
    }

    .quote .blockquote {
        text-align: center;
        margin: 0;
    }

    .quote .blockquote img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .quote blockquote {
        font-size: 18px;
        line-height: 26px;
    }

    .quote blockquote br {
        display: none;
    }

    .quote cite {
        justify-content: center;
        flex-wrap: wrap;
    }

    /* -- Client Logos large section -- */
    .c-logos {
        margin: 48px 0 0;
        padding: 0;
    }

    .c-logos h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .c-logos h2 br {
        display: none;
    }

    .c-logos .main div {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 20px;
        margin: 28px 0 0;
    }

    .c-logos .main div img {
        max-width: 100%;
        height: auto;
        max-height: 48px;
        object-fit: contain;
    }

    /* -- Ready to build CTA -- */
    .ready-to-build {
        width: calc(100% - 40px);
        margin: 48px 20px 60px;
        height: auto;
    }

    .ready-to-build::before {
        top: -10px;
        left: 10px;
    }

    .ready-to-build > div {
        flex-direction: column;
        padding: 28px 20px;
        margin: -10px 0 0 10px;
        text-align: center;
        gap: 16px;
        border-radius: 20px;
        height: 260px;
    }

    #head-content {
    	padding-top: 60px;
    }

    .ready-to-build img {
        display: none;
    }

    .ready-to-build h3 {
        font-size: 22px;
        line-height: 30px;
        margin: 0;
    }

    .ready-to-build p {
        font-size: 14px;
        margin: 0;
    }

    .ready-to-build p br {
        display: none;
    }

    .ready-to-build .btn {
        margin: 8px auto 0;
        font-size: 15px;
        padding: 14px 24px;
    }

    /* -- Footer -- */
    footer > .main {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 28px 20px 60px;
        width: 100%;
        box-sizing: border-box;
    }

    footer .social {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    footer .social > div {
        justify-content: center;
        gap: 28px;
    }

    footer .clutch {
        position: relative;
        right: auto;
        width: auto;
        margin: 20px 0 0;
        text-align: center;
    }

    footer .gr-line {
        margin: 20px 0;
    }

    footer .footer--bgo-logo,
    footer .us {
        grid-column: unset;
        grid-row: unset;
    }

    footer .footer--bgo-logo {
        display: block;
        margin: 0 auto;
    }

    footer .us {
        margin: 20px 0 0;
        text-align: center;
    }

    footer .us li {
        display: inline-block;
        margin: 0 8px 8px 0;
    }

    footer .our-services,
    footer .industries,
    footer .contact-us {
        grid-column: unset;
        grid-row: unset;
    }

    footer .contact-us,
    footer .footer-box {
        margin: 24px 0 0;
    }

    footer .contact-us div {
        grid-template-columns: 20px auto;
        justify-content: center;
    }

    footer .standards {
        grid-column: unset;
        grid-row: unset;
    }

    footer .standards div {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        align-items: center;
    }

    footer .compliance {
        grid-column: unset;
        grid-row: unset;
    }

    footer .compliance .logos {
        flex-wrap: wrap;
        gap: 16px;
        justify-content: flex-start;
    }

    footer .compliance .logos img {
        height: 40px;
        width: auto;
    }

    footer .btn {
        grid-column: unset;
        grid-row: unset;
        width: auto;
        max-width: 280px;
        margin: 24px auto 0;
    }

    footer .text {
        display: none;
    }

    /* Footer landing page overrides */
    footer.landingpage > .main {
        grid-template-columns: 1fr;
    }

    footer.landingpage .text {
        display: block;
        margin: 24px 0 0;
        font-size: 16px;
        line-height: 23px;
    }

    footer.landingpage .compliance {
        margin-left: 0;
        grid-column: unset;
        grid-row: unset;
    }

    footer.landingpage .compliance .logos {
        flex-wrap: wrap;
        gap: 16px;
        margin: 16px 0 0;
    }

    footer.landingpage .compliance .logos img {
        width: auto;
        max-height: 48px;
    }

    footer.landingpage .standards {
        margin: 16px 0 0;
        grid-column: unset;
        grid-row: unset;
    }

    /* Copyright */
    footer .copyright {
        padding: 28px 0;
    }

    footer .copyright .main {
        flex-direction: column;
        gap: 16px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    footer .copyright .footer-links {
        width: 100%;
        flex-wrap: wrap;
        gap: 8px 20px;
    }

    /* -- Chat widget -- */
    .bgo--chat {
        right: 12px;
        bottom: 12px;
    }

    .bgo-chat-window {
        width: calc(100vw - 32px);
        right: 4px;
        bottom: 80px;
        max-width: 340px;
    }

    /* -- Popups -- */
    .popup {
        max-width: calc(100vw - 40px);
        left: 20px !important;
    }
}

/* ---- TABLET: 768px – 1024px ---- */
@media (min-width: 768px) and (max-width: 1024px) {

    .main {
        width: 100%;
        max-width: 100%;
        padding: 0 32px;
        box-sizing: border-box;
    }

    /* Header */
    #header {
        height: auto;
    }

    #header .horizontal-top-bar,
    #header .horizontal-top-bar.scrolled {
        height: auto;
        padding: 14px 32px;
        gap: 0;
    }

    #header .logo {
        margin: 0;
    }

    #header .horizontal-top-bar .get-in-touch {
        margin: 0;
        padding: 0 20px;
        height: 44px;
    }

    /* Hero */
    #head-content {
        height: auto;
    }

    #head-content picture {
        height: 340px;
    }

    #head-content picture img {
        border-bottom-left-radius: 60px;
    }

    #head-content .flex-container {
        top: -50px;
        width: 100%;
        padding: 0 32px;
        margin: 0;
        flex-direction: column;
        gap: 28px;
        box-sizing: border-box;
        align-items: flex-start;
    }

    #head-content h1 {
        font-size: 36px;
        line-height: 44px;
    }

    #synapse-form {
        width: 100%;
        max-width: 480px;
        flex: unset;
        box-sizing: border-box;
    }

    .free-compliance-wizard {
        width: auto;
        max-width: 100%;
        grid-template-columns: 44px 1fr auto;
        box-sizing: border-box;
    }

    /* Logo grid */
    .lp-grd {
        grid-template-columns: 1fr;
    }

    .lp-grd > div:nth-of-type(1) {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin: 20px 0 0;
    }

    .lp-grd div:nth-of-type(2) {
        grid-template-columns: 1fr 1fr;
        margin: 40px 0 0;
    }

    .lp-grd h2 br {
        display: none;
    }

    .lp-grd picture img {
        max-width: 100%;
        height: auto;
    }

    .lp-grd ul {
        margin: 0;
    }

    /* Stats/logos */
    .logos {
        flex-wrap: wrap;
        gap: 24px 40px;
    }

    .why-choose-bgo-v2 .dtr ul {
        gap: 20px;
    }

    /* Synapse tabs */
    .synapse-tabs h2 {
        font-size: 32px;
        line-height: 42px;
    }

    /* Quote */
    .quote .main {
        width: 100%;
        padding: 0 32px;
        box-sizing: border-box;
    }

    .quote .grid-container {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .deliverables-list {
        width: 100%;
    }

    .deliverables-list ol {
        width: 100%;
    }

    .quote .blockquote img {
        max-width: 100%;
        height: auto;
    }

    .quote blockquote br {
        display: none;
    }

    /* Client logos */
    .c-logos .main div {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 32px;
    }

    .c-logos h2 br {
        display: none;
    }

    /* Ready to build */
    .ready-to-build {
        width: calc(100% - 64px);
        margin: 60px 32px 80px;
        height: auto;
    }

    .ready-to-build > div {
        flex-wrap: wrap;
        padding: 28px 32px;
        margin: -12px 0 0 12px;
        gap: 16px;
    }

    .ready-to-build p br {
        display: none;
    }

    .ready-to-build img {
        display: none;
    }

    /* Footer */
    footer > .main {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 32px;
        padding: 28px 32px 60px;
        width: 100%;
        box-sizing: border-box;
    }

    footer .social {
        grid-column: 1 / -1;
    }

    footer .clutch {
        position: relative;
        right: auto;
        width: auto;
        grid-column: 1 / -1;
        margin: 8px 0 0;
    }

    footer .gr-line {
        grid-column: 1 / -1;
    }

    footer .footer--bgo-logo,
    footer .us {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    footer .our-services {
        grid-column: 1;
        grid-row: auto;
    }

    footer .industries {
        grid-column: 2;
        grid-row: auto;
    }

    footer .contact-us {
        grid-column: 1;
        grid-row: auto;
    }

    footer .standards {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    footer .compliance {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    footer .compliance .logos {
        flex-wrap: wrap;
    }

    footer .btn {
        grid-column: 1 / -1;
        grid-row: auto;
        margin: 20px 0 0;
    }

    footer .text {
        display: none;
    }

    footer.landingpage > .main {
        grid-template-columns: 1fr 1fr;
    }

    footer.landingpage .text {
        display: block;
        grid-column: 1 / -1;
        margin: 24px 0 0;
    }

    footer.landingpage .compliance {
        margin-left: 0;
        grid-column: 1 / -1;
    }

    footer.landingpage .standards {
        margin-left: 0;
        grid-column: 1 / -1;
    }

    footer .copyright .main {
        flex-direction: column;
        gap: 12px;
        padding: 0 32px;
        box-sizing: border-box;
    }

    footer .copyright .footer-links {
        width: 100%;
    }
}

/* ---- SMALL DESKTOP: 1025px – 1200px ---- */
@media (min-width: 1025px) and (max-width: 1200px) {

    .main {
        width: 100%;
        max-width: 100%;
        padding: 0 40px;
        box-sizing: border-box;
    }

    #head-content .flex-container {
        width: 100%;
        padding: 20px 40px 0;
        box-sizing: border-box;
    }

    #synapse-form {
        width: 420px;
        flex: 0 0 420px;
    }

    .free-compliance-wizard {
        width: auto;
        max-width: 460px;
    }

    .quote .main {
        width: 100%;
        padding: 0 40px;
        box-sizing: border-box;
    }

    .deliverables-list {
        width: auto;
    }

    .c-logos .main div {
        gap: 60px;
    }

    .ready-to-build {
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-right: 40px;
    }

    footer > .main {
        width: 100%;
        padding: 28px 40px 90px;
        box-sizing: border-box;
        grid-template-columns: repeat(3, 1fr);
    }

    footer .copyright .main {
        width: 100%;
        padding: 0 40px;
        box-sizing: border-box;
    }

    footer .copyright .footer-links {
        width: auto;
    }

    footer.landingpage > .main {
        grid-template-columns: 1fr 1fr auto;
    }
}

/* ---- LARGE DESKTOP: 1400px+ ---- */
@media (min-width: 1400px) {
    .main {
        max-width: 1400px;
    }
}

/* ---- Touch device adjustments ---- */
@media (hover: none) and (pointer: coarse) {
    .btn:hover,
    .get-in-touch:hover,
    .free-compliance-wizard:hover {
        transform: none;
    }
    .btn:active,
    .get-in-touch:active,
    .free-compliance-wizard:active {
        transform: scale(0.97);
    }
}

