/* Default Btn */
.hero .btn,
.section-holder .btn { border-color: #DB1A7D; font-size: 16px; color: #DB1A7D; text-align: center; text-overflow: ellipsis; white-space: nowrap;
    overflow: hidden; }

.hero .btn:hover,
.section-holder .btn:hover { background: #DB1A7D; border-color: #DB1A7D; color: #fff; }

/* Btn Filled */
.hero .btn.filled,
.section-holder .btn.filled { background: #DB007D; border-color: #DB007D; color: #fff; }

.hero .btn.filled:hover,
.section-holder .btn.filled:hover { background: #ca0375; border-color: #ca0375; text-decoration: none; }

/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */

.hero { position: relative; padding-bottom: 80px; background-image: linear-gradient(0deg, #F1F4F8, #fff); }
.hero p { margin-bottom: 24px; font-size: 16px; line-height: 1.38; }
.hero img { display: inline-block; max-width: 100%; height: auto; vertical-align: middle; }

/* Hero Inner */
.hero__inner { padding: 67px 0 0; }

/* Hero Content */
.hero__content { padding-right: 8.5%; }
/* Hero Title */
.hero__title { margin-bottom: 30px; font-family: 'inter', 'Trebuchet', 'Century Gothic', 'Segoe UI'; font-weight: 700; font-size: 40px; line-height: 1.2; color: #172A41; }

/* Hero Desc */
.hero__desc { padding-right: 5%; margin-bottom: 40px; color: #000; }
.hero__desc p:last-of-type { margin-bottom: 0; }

.hero__desc .desc-1 { font-size: 18px; line-height: 1.5; }
.hero__desc .desc-2 { color: #414753; }

/* Hero BTNS */
.hero__btns { max-width: 420px; margin: 0 0 42px; }
.hero__btns > ul { list-style-type: none; display: flex; padding: 0; margin: 0 -10px; }

.hero__btns li { width: 50%; padding: 0 10px; }

.hero__btns .btn { width: 100%; }
.hero__btns .btn [class^="icon-"] { display: inline-flex; width: 20px; height: 20px; margin-right: 3px; font-size: 20px; vertical-align: sub; }

/* Hero Logos */
.hero__logos p { margin-bottom: 6px; font-family: 'inter', 'Trebuchet', 'Century Gothic', 'Segoe UI'; font-weight: 700; font-size: 12px; color: #5B6374; line-height: 24px; }

/* Hero Image */
.hero__img { max-width: 104.5%; margin-top: 6.8%; margin-left: calc(-4.5% - 24px); }

.single-industries .btn:not(.header-btn) { width: 260px; }

.hero.industry-page { padding-bottom: 0; }
.hero.industry-page .btn { width: 260px; }
.hero.industry-page .hero__desc { margin-bottom: 60px; }
.hero.industry-page .hero__img { margin-top: 0; }

@media (max-width: 1199.98px) {
	.hero__content { padding-right: 0; }

	.hero__img { max-width: 100%; margin-left: 0; }
}

@media (max-width: 991.98px) {
	/* ------------- Hero ------------- */
	.hero__title { font-size: 34px; }

	.hero__img { margin-top: 23%; }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width:767.98px) {
	.btn { padding-left: 8px; padding-right: 8px; }

	/* ------------- Hero ------------- */
	.hero { padding-bottom: 31px; margin-bottom: 30px; }
	.hero__inner { padding: 22px 0 0; }

	.hero__title { margin-bottom: 14px; font-size: 30px; line-height: 1.26666667; text-align: left; }

	.hero__desc { padding: 0; margin-bottom: 18px; }

	.hero p,
	.hero__desc .desc-1 { font-size: 16px; line-height: 1.5; }

	.hero__btns { margin-bottom: 33px; }

	.hero__img { margin-top: 0; margin-bottom: 40px; }
	.hero__img img { width: 100%; }

	.hero.industry-page .hero__img { margin-top: 7px; }

	.hero__logos { display: flex; justify-content: center; }
}

@media (max-width:320px) {
	.hero__btns { flex-wrap: wrap; }

	.hero__btns > ul { margin: 0 -5px; }
	.hero__btns > li { width: 100%; padding: 0 5px; margin-bottom: 16px; }
	.hero__btns > li:last-child { margin-bottom: 0; }

	.section-holder--support { font-size: 16px; }
}