@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.eot');
	src: url('../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.woff') format('woff'),
	url('../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.ttf') format('truetype'),
	url('../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro/MyriadProItalic/MyriadProItalic.eot');
	src: url('../fonts/MyriadPro/MyriadProItalic/MyriadProItalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/MyriadPro/MyriadProItalic/MyriadProItalic.woff') format('woff'),
	url('../fonts/MyriadPro/MyriadProItalic/MyriadProItalic.ttf') format('truetype'),
	url('../fonts/MyriadPro/MyriadProItalic/MyriadProItalic.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro/MyriadProBold/MyriadProBold.eot');
	src: url('../fonts/MyriadPro/MyriadProBold/MyriadProBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/MyriadPro/MyriadProBold/MyriadProBold.woff') format('woff'),
	url('../fonts/MyriadPro/MyriadProBold/MyriadProBold.ttf') format('truetype'),
	url('../fonts/MyriadPro/MyriadProBold/MyriadProBold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro/MyriadProBoldItalic/MyriadProBoldItalic.eot');
	src: url('../fonts/MyriadPro/MyriadProBoldItalic/MyriadProBoldItalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/MyriadPro/MyriadProBoldItalic/MyriadProBoldItalic.woff') format('woff'),
	url('../fonts/MyriadPro/MyriadProBoldItalic/MyriadProBoldItalic.ttf') format('truetype'),
	url('../fonts/MyriadPro/MyriadProBoldItalic/MyriadProBoldItalic.otf') format('opentype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro/MyriadPro-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
}

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

body {
	font-family: 'Myriad Pro', sans-serif;
	padding-top: 130px;
	font-size: 15px;
	color: #2b2b2b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.container {
	max-width: 1178px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

html {
	margin-top: 0!important;
}

/* Typography */

h1, .h1 {
	font-size: 3.5rem;
	line-height: 1.25;
	font-weight: 700;
}

h2, .h2 {
	font-size: 45px;
	line-height: 1.2;
	font-weight: 700;
}

h3, .h3 {
	font-size: 2.25rem;
	line-height: 1.22;
	font-weight: 600;
}

h4, .h4 {
	font-size: 1.875rem;
	line-height: 1.4;
	font-weight: 600;
}

h5, .h5 {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
}

h6, .h6 {
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 400;
}

p {
	font-size: 1rem;
	line-height: 1.625;
}

.delivery {
	display: flex;
	justify-content: space-between;
	margin-bottom: 43px;
}

.mobile {
	display: none;
}


div#wpadminbar {
	top: auto;
	bottom: 0;
}

header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	padding-top: 40px;
	padding-bottom: 36px;
	background: white;
	z-index: 5;
	transition: 0.2s;
}

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

#menu-top-menu {
	display: flex;
	padding: 0;
	margin: 0;
}

#menu-top-menu li {
	list-style: none;
}

#menu-top-menu li a {
	display: block;
	text-decoration: none;
	color: #6c7c83;
	padding: 17px 11px;
	font-size: 15px;
	white-space: nowrap;
}

#menu-top-menu li:last-child a {
	padding: 17px 29px;
	background: #e6eaeb;
	border-radius: 4px;
	margin-left: 19px;
	color: #2b2b2b;
}

.menu-top-menu-container {margin-bottom: 2px;}

#menu-top-menu li a:hover {
	color: black;
}

a {
	transition: 0.2s;
}

#menu-top-menu li:last-child a:hover {
	background: #a51e2a;
	color: white;
}

.hero-slide {
	overflow: hidden;
	position: relative;
	max-height: 745px;
}

.hero-slide>img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	object-fit: cover;
	object-position: center;
	z-index: 1;
	width: 100%!important;
	height: 100%!important;
}

.slide-inner {
	position: relative;
	z-index: 2;
	min-height: 62vw;
}

.slide-content {
	padding-top: 70px;
	padding-bottom: 70px;
}

h2.slide-title {
	font-weight: normal;
	font-size: 45px;
	margin-bottom: 47px;
}

.button {
	font-size: 15px;
	display: inline-block;
	padding: 17px 19px;
	text-decoration: none;
	position: relative;
	border-radius: 4px;
	transition: 0.2s;
}

.button.arrow {
	padding-right: 66px;
}

.button.black {
	color: white;
	background: black;
}

.button.black:hover {
	background: #a51e2a;
}

.button.arrow:after, .button.arrow:before {
	position:absolute;
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	background:url(../images/CTA_arrow_white.svg);
	right: 19px;
	top: 50%;
	margin-top: -5px;
	transition: 0.2s;
	background-repeat: no-repeat;
}

.button.arrow.grey:before {
	background:url(../images/CTA_arrow_red.svg);
	background-repeat: no-repeat;
}

.button.arrow.grey:after {
	opacity: 0;
}

.button.arrow.grey:before {
	opacity: 1;
}

.button.arrow.grey:hover:after {
	opacity: 1;
}

.button.arrow.grey:hover:before {
	opacity: 0;
}

.kl-zigzag-sections {
	padding-top: 70px;
}

.kl-zigzag-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
	position: relative;
	overflow: visible;
}

.kl-zigzag-section>img {
	width: 47.6%;
	border-radius: 10px;
	aspect-ratio: 1/0.57;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 2;
}

.kl-zigzag-content {
	width: 48.4%;
	position: relative;
	z-index: 2;
}

.kl-zigzag-content h4 {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 22px;
}

.kl-zigzag-content h4 strong {
	font-weight: normal;
	color: #b13c46;
}

.kl-zigzag-content p {
	line-height: 1.5;
	padding-left: 3px;
	margin-bottom: 24px;
	color: #6c7c83;
}

.button.grey {
	background: #eef3f4;
	color: black;
}

.kl-zigzag-content .button {
	margin-left: 3px;
	min-width: 66px;
	margin-bottom: 61px;
	text-align: left;
}

.button.grey:hover {background: #a51e2a;color: white;}

.kl-zigzag-sections .kl-zigzag-section:nth-child(even) {
	flex-direction: row-reverse;
	text-align: right;
}

header.small {
	padding: 10px 0;
	box-shadow: 0 0 1px lightgray;
}

.kl-zigzag-section:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	background: url(../images/dottedline.svg);
	width: 406px;
	height: 344px;
	left: 42%;
	bottom: -310px;
	background-position: right top;
	background-size: contain;
	background-repeat: no-repeat;
}

.kl-zigzag-sections .kl-zigzag-section:nth-child(even):after {transform: scaleX(-1);left: 37%;}

.kl-zigzag-sections .kl-zigzag-section:last-child:after {
	display: none;
}

.contact-us-footer {
	position: relative;
	overflow: hidden;
	width: 100%;
}

img.contact-us-image {
	position: absolute;
	left: 0;
	right: 0;
	max-width: 1000%;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	display: block;
	object-fit: cover;
	object-position: top;
	z-index: 1;
}

.kl-zigzag-sections .kl-zigzag-section:last-child {
	margin-bottom: 68px;
}

.contact-us-footer a {
	display: inline-block;
	margin-top: 147px;
	margin-bottom: 154px;
	font-size: 50px;
	color: black;
	text-decoration: none;
	padding-right: 70px;
	position: relative;
}

.contact-us-footer .container {
	position: relative;
	z-index: 2;
}

.contact-us-footer a:after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 38px;
	background: url(../images/CTABottom_arrow_large_red.svg);
	position: absolute;
	right: 0;
	top: 16px;
	background-repeat: no-repeat;
	transition: 0.2s;
}

.contact-us-footer a:hover:after {
	right: -5px;
}

footer {
	background: #e6eaeb;
	padding-bottom: 45px;
}

footer .col-1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 70px;
	padding-bottom: 66px;
}

.footer-contacts {
	display: flex;
	gap: 49px;
	align-items: center;
}

.footer-contact {
	display: flex;
	align-items: center;
}

.footer-contact svg {
	margin-right: 14px;
	width: 20px;
}

.footer-contact a {
	white-space: nowrap;
	font-size: 21px;
	color: #333333;
	text-decoration: none;
}

.col-2 {
	text-align: center;
	font-size: 16px;
	color: #86959b;
	font-weight: 300;
}

.footer-contact a:hover {
	color: #a51e2a;
}

.kl-hero-slider.owl-carousel+.container .kl-zigzag-sections {
	z-index: 2;
	position: relative;
	border-radius: 3px;
	box-shadow: 0 0 0 70px white;
}


div#breadcrumbs {
	border-top: 1px solid #ced5d8;
	border-bottom: 1px solid #ced5d8;
	font-size: 14px;
	padding: 20px 0;
}

div#breadcrumbs span.separator {
	width: 10px;
	display: inline-block;
	height: 11px;
	background: url(../images/breadcrumb_arrow.svg);
	margin: 0 10px;
	background-repeat: no-repeat;
	background-position: center;
}

div#breadcrumbs a {
	color: #2b2b2b;
	text-decoration: none;
}

.archive-content .archive-row:nth-child(even) {
	background: #f6f7f8;
}

.archive-row .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.archive-row {
	padding: 70px 0;
}

.archive-right {
	width: 48%;
}

.archive-left {
	width: 48%;
}

.archive-right img {
	aspect-ratio: 1.75;
	height: auto;
	border-radius: 10px;
	object-fit: cover;
	object-position: center;
}

.archive-left h4 {
	font-weight: 400;
	font-size: 32px;
	margin-bottom: 22px;
}

.archive-excerpt, .archive-excerpt p {
	color: #6c7c83;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
}

a.archive-link {
	padding: 17px 21px;
	background: #e6eaeb;
	border-radius: 4px;
	color: #2b2b2b;
	text-decoration: none;
	margin-bottom: 14px;
	display: inline-block;
	padding-right: 64px;
	position: relative;
}

.archive-excerpt {
	margin-bottom: 34px;
}

a.archive-link:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 13px;
	background: url(../images/CTABottom_arrow_large_red.svg);
	position: absolute;
	right: 17px;
	top: 21px;
	background-repeat: no-repeat;
	transition: 0.2s;
}

a.archive-link:hover:after {
	//right: 15px;
	background: url(../images/CTABottom_arrow_large_white.svg);
	background-repeat: no-repeat;
}

a.archive-link:hover {
	background: #a51e2a;
	color: white;
}

.archive-tagline {
	font-size: 18px;
	margin-bottom: 14px;
}

.archive-tagline a {
	color: #a51e2a;
	text-decoration: none;
}

.single-hero {
	padding: 70px 0;
	display: flex;
	justify-content: space-between;
}

.sh-left {width: 49%;display: flex;flex-direction: column;}

.sh-right {
	width: 47.5%;
}

.sh-title {
	font-size: 45px;
	font-weight: 500;
	margin-bottom: 30px;
	line-height: 1.2;
}

.sh-title b {
	color: #a51e2a;
	font-weight: 500;
}

.sh-description {
	font-size: 20px;
	line-height: 1.6;
}

.sh-right img {
	border-radius: 10px;
	aspect-ratio: 1.75/1;
	object-fit: cover;
	object-position: center;
}

.deliveries {
	background: #f6f7f8;
	padding: 61px 0;
}

.deliveries h2 {
	font-weight: 500;
	font-size: 32px;
	margin-bottom: 41px;
}

.delivery-right {
	width: 65%;
}

.delivery-left {
	width: 30.5%;
}

.delivery-left img {
	border-radius: 10px;
	aspect-ratio: 3/2;
	object-fit: cover;
	object-position: center;
}

.delivery-right h4 {line-height: 1;font-size: 24px;font-weight: 500;color: #a51e2a;margin-bottom: 19px;}

.delivery-description {
	font-size: 18px;
	line-height: 1.55;
	color: #86959b;
}

.deliveries .delivery:last-child {
	margin-bottom: 0;
}

.featured {
	margin: 70px 0;
	background: #f6f7f8;
	padding: 50px;
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
}

.featured-right {
	width: 52%;
}

.featured-left {
	width: 43%;
}

.featured-label {
	color: #a51e2a;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 21px;
}

h2.featured-title {
	font-weight: 400;
	font-size: 32px;
	margin-bottom: 18px;
}

.featured-excerpt {
	font-size: 18px;
	line-height: 1.44;
	margin-bottom: 18px;
}

a.featured-link {
	border-radius: 4px;
	color: #2b2b2b;
	text-decoration: none;
	display: inline-block;
	padding-right: 27px;
	position: relative;
	transition: 0.2s;
}

a.featured-link:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 13px;
	background: url(../images/CTABottom_arrow_large_red.svg);
	position: absolute;
	right: 5px;
	top: 4px;
	background-repeat: no-repeat;
	transition: 0.2s;
}

a.featured-link:hover {
	color: #a51e2a;
}

a.featured-link:hover:after {
	right: 0;
}

.featured-right img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

.delivery-right>p {
	margin-bottom: 20px;
	color: #86959b;
}

.delivery-right>h4 {
	margin-bottom: 10px;
	font-size: 20px;
}

.deliveries.type2 {
	background: white;
}

.delivery-right li {
	margin-bottom: 15px;
	color: #86959b;
	margin-left: 36px;
	font-size: 17px;
	padding-left: 4px;
	line-height: 1.4;
}

.delivery-right li b {
	font-weight: 400;
	color: #151529;
}

.deliveries.type3 {
	background: #f4eaeb;
}

.deliveries.type3 p, .deliveries.type3 li {
	color: black;
	font-size: 18px;
}

.deliveries.type3 li {
	margin-bottom: 7px;
}

.delivery-right a.archive-link {
	margin-top: 23px;
}

.type3 .delivery-right a.archive-link {
	background: #a51e2a;
	color: white;
	padding-right: 50px;
	margin-bottom: 10px;
}

.type3 .delivery-right a.archive-link:after {
	background-image: url(../images/CTABottom_arrow_large_white.svg);
}

.type3 .delivery-right a.archive-link:hover:after {
	right: 15px;
}

.sh-meta {
	margin-top: auto;
}

.sh-meta-label {font-size: 20px;font-weight: bold;letter-spacing: 0.3px;display: inline;}

.sh-meta-row {
	margin-top: 7px;
}

.sh-meta-value {
	display: inline;
	font-size: 19px;
	letter-spacing: 0.5px;
}

/* HEADINGS (Gutenberg heading block) */
.block-the_content > .container > h1.wp-block-heading {
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	color: #000;
	margin: 0 0 28px;
}

.block-the_content > .container > h2.wp-block-heading {
	font-size: 32px;
	line-height: 40px;
	font-weight: normal;
	color: #000;
	margin: 54px 0 37px;
}

.block-the_content > .container > h3.wp-block-heading {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: #000;
	margin: 28px 0 16px;
}

.block-the_content > .container > h4.wp-block-heading {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #a51e2a;
	margin: 32px 0 16px;
}

.block-the_content > .container > h5.wp-block-heading {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #000;
	margin: 24px 0 12px;
}

.block-the_content > .container > h6.wp-block-heading {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #000;
	margin: 20px 0 12px;
}

/* TEXT (Gutenberg paragraph block) */
.block-the_content > .container >  p {
	font-size: 18px;
	line-height: 28px;
	color: #6c7c83;
	margin: 0 0 29px;
}

/* LIST (Gutenberg list block) */
.block-the_content > .container > .wp-block-list {
	font-size: 18px;
	line-height: 28px;
	color: #6c7c83;
	margin: 0 0 20px;
	padding-left: 28px; /* чтобы не липло к левому краю */
}

.block-the_content > .container > .wp-block-list li {
	margin-bottom: 8px;
}

.benefits {
	background: #f6f7f8;
	padding: 61px 0;
}

.benefits h2 {
	font-weight: normal;
	font-size: 32px;
	margin-bottom: 35px;
}

.benefits-list {
	display: flex;
	gap: 50px;
}

.benefit {
	width: 100%;
}

.benefit h4 {
	font-weight: normal;
	font-size: 20px;
	color: #a51e2a;
	margin-bottom: 8px;
}

.benefit-text {
	font-size: 18px;
	line-height: 26px;
	color: #86959b;
}


.quote-section {
	background: #f6f7f8;
}

.quote-text {
	font-size: 32px;
	padding: 60px 0;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	line-height: 42px;
	text-align: center;
}

.quote-text b {
	color: #a51e2a;
	font-weight: normal;
}

.leaders-section h2 {
	font-weight: 400;
	font-size: 32px;
	margin-bottom: 61px;
}

.leaders-section {
	padding-top: 64px;
	padding-bottom: 62px;
}

.leaders-list {
	display: flex;
	gap: 42px 50px;
	flex-wrap: wrap;
}

.leader {
	width: calc(33.33% - 33.3px);
}

.leader img {
	object-fit: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 1/0.67;
	margin-bottom: 22px;
	border-radius: 10px;
	max-width: 320px;
}

.leader-name {
	color: #a51e2a;
	font-size: 20px;
	margin-bottom: 4px;
}

.leader-role {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}

.leader-description {
	font-size: 18px;
	line-height: 1.45;
}

.form-section {
	background: #f6f7f8;
	padding: 67px 0;
}

.cf7-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 45px;
}

.cf7-col {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.cf7-field label {
	display: block;
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
}

.cf7-field input,
.cf7-field textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	font-size: 14px;
	background: #ffffff;
	transition: border-color .2s ease, background .2s ease;
}

.cf7-field input:focus,
.cf7-field textarea:focus {
	outline: none;
	border-color: #b71c2b;
	background: #fff;
}

.cf7-field textarea {
	height: 122px;
	resize: vertical;
	margin-bottom: 11px;
}

.cf7-field .wpcf7-not-valid-tip {
	font-size: 12px;
	color: #b71c2b;
	position: absolute;
	bottom: -20px;
}

.wpcf7-response-output {
	margin-top: 20px;
	font-size: 14px;
	padding: 12px;
	border-radius: 4px;
	max-width: 250px;
	text-align: center;
	margin-left: auto!important;
	margin-right: auto!important;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border: 1px solid #b71c2b;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid #2e7d32;
}

/* адаптив */
@media (max-width: 768px) {
	.cf7-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}


span.captcha-image {
	width: 100%;
	display: flex;
	align-items: center;
	border: none;
}

span.captcha-image > label {
	margin-bottom: 0;
}

span.cf7ic_instructions {
	margin-right: 25px;
}

.wpcf7-submit {
	padding: 20px 18px;
	background: #a51e2a;
	border: none;
	border-radius: 6px;
	margin: 0;
	color: white;
	cursor: pointer;
	font-size: 13px;
	padding-right: 103px;
	background-image: url(../images/CTA_arrow_white.svg);
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: 120px 22px;
	margin-left: 69px;
	transition: 0.2s;
}

.cf7-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 25px;
}

.wpcf7-submit:hover {
	background-color: black;
}

.form-section+.container+.benefits {
	background: white;
}

.short .benefit {
	max-width: 340px;
}

.b-col-2 .benefits-list {
	flex-wrap: wrap;
}

.b-col-2 .benefits-list .benefit {
	width: calc(50% - 25px);
}