@charset "utf-8";
:root {
    --c1: #2e3192;
    --dc1: #0d0f5a;
    --c2: #b01a2e;
    --dc2: #69000e;
    --e3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    --e7: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.card,
.card * {
    transition: 0.3s;
}
.card .card-text,
.card .card-title {
    text-overflow: ellipsis;
    overflow: hidden;
}
.card,
.card .btn {
    border-radius: 12px;
}
.brand-text a,
.cert,
.service-link {
    text-decoration: none;
}
.card:hover,
header {
    box-shadow: var(--e7);
}
.quote > b,
.quote > i,
.social-link {
    display: block;
}
img {
    height: auto;
}
@media (min-width: 1400px) {
    :root {
        --this-width: 1320px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    :root {
        --this-width: 1140px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    :root {
        --this-width: 960px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    :root {
        --this-width: 720px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    :root {
        --this-width: 540px;
    }
}
@media (max-width: 575px) {
    :root {
        --this-width: 100vw;
    }
}
@media (max-width: 767px) {
    .brand-text span {
        font-size: 11px;
    }
    .brand-text a {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .navbar-brand svg {
        height: 64px;
        width: 80px;
    }
    .brand-text span {
        font-size: 13px;
    }
    .brand-text a {
        font-size: 27px;
    }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}
#header-title:before {
    display: block;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.card {
    box-shadow: var(--e3);
    overflow: hidden;
    margin-bottom: 24px;
}
.card .btn,
.social-link:hover {
    box-shadow: var(--e3);
}
.card .card-img-top,
.card .img-wrap {
    aspect-ratio: 16/9;
    object-fit: cover;
    overflow: hidden;
}
.card .card-title {
    white-space: nowrap;
}
.card .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
a.card:hover .card-text {
    color: #000 !important;
}
.card .btn {
    font-weight: 700;
    color: #fff;
    background: #007ab8;
    border: none;
}
.card .btn:hover {
    background: var(--c1);
}
.social-link {
    display: flex;
    height: 48px;
    width: 48px;
    background: #000;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 24px;
    transition: 0.2s;
    margin: 0 6px;
}
@media (max-width: 525px) {
    .service-link {
        margin: 0 auto;
    }
}
.social-link:hover {
    background: #fff;
}
.social-link svg {
    height: 21px;
}
.social-link svg path {
    fill: #fff;
}
.social-link:hover svg path {
    fill: #000;
}
.brand-text span {
    line-height: 1.25;
}
.brand-text a {
    color: var(--c2);
    font-weight: 700;
    line-height: 1;
}
.service-link {
    color: #fff;
	transition: text-shadow, 0.3s ease;
}
.service-link:hover {
    color: #fff;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
}
.cert {
    height: 150px;
    width: 150px;
}
.min-100 {
    min-height: 100%;
}
html {
    background: #f21818;
    background: -moz-linear-gradient(0deg, var(--c1) 0, var(--c2) 100%);
    background: -webkit-linear-gradient(0deg, var(--c1) 0, var(--c2) 100%);
    background: linear-gradient(0deg, var(--c1) 0, var(--c2) 100%);
    background-attachment: fixed;
}
body {
    font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}
header {
    min-height: 64px;
}
main {
    min-height: calc(100vh - 128px);
}
a {
    color: #007ab8;
}
a:hover {
    color: var(--c1);
}
.fw-100 {font-weight:100}
.fw-200 {font-weight:200}
.fw-300 {font-weight:300}
.fw-400 {font-weight:400}
.fw-500 {font-weight:500}
.fw-600 {font-weight:600}
.fw-700 {font-weight:700}
.fw-800 {font-weight:800}
.fw-900 {font-weight:900}
.header-menu::after {
    display: none;
}
.header-menu ~ .dropdown-menu[data-bs-popper] {
    left: unset;
    right: 0;
}
.carousel-inner {
    padding-right: calc(var(--bs-gutter-x) * 0);
    padding-left: calc(var(--bs-gutter-x) * 0);
}
.quote {
    font-size: 21px;
}
.quote > p {
    font-family: Roboto;
    font-weight: 800;
    font-size: 184px;
    margin: -79px 0 -133px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blockquote {
    border-left: 4px solid var(--c2);
    padding-left: 12px;
}
.blockquote p {
    font-style: italic;
}
.blockquote-footer {
    font-weight: 700;
    color: #000;
}
.brand-btn, .card .btn.brand-btn {
	background: var(--c2);
	color: #fff;
	border-radius: 24px;
	box-shadow: var(--e3);
}
.brand-btn:hover, .card .btn.brand-btn:hover {
	background: var(--dc2);
	color: #fff;
	box-shadow: var(--e7);
}
.btn-lg {
	border-radius: 48px;
}