@charset "UTF-8";
/* Setup */
@font-face {
  font-family: 'Avenir LT Std';
  src: url("/source/07e4c932af192130723b018f734abc95/AvenirLTStd-Light.eot");
  src: url("/source/46f25721a66e6ef60093c7bbc59fbbec/AvenirLTStd-Light.eot") format("embedded-opentype"), url("/source/9ce5f03f29103d3be107e16ff91b2d10") format("woff2"), url("/source/ac227a1f9ec19264fd5dbae13c2c2b61/AvenirLTStd-Light.woff") format("woff"), url("/source/a2d6a50b0da168f687c1ae5385634750/AvenirLTStd-Light.ttf") format("truetype"), url("/source/b039349cbaa25fb6aa58cea7b14c6402/AvenirLTStd-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url("/source/c02adb16ce0e7dc1e086a1898634db1e/AvenirLTStd-Medium.eot");
  src: url("/source/32faf5770a24fef5aca6fad6b893a841/AvenirLTStd-Medium.eot") format("embedded-opentype"), url("/source/4364840553677d1d497232178472638c") format("woff2"), url("/source/e6907aab02790db3c1eec8a9c044e4db/AvenirLTStd-Medium.woff") format("woff"), url("/source/4f622e006039fc090450ac4db0e2467d/AvenirLTStd-Medium.ttf") format("truetype"), url("/source/75b3fdbd8750fff45aace6addfca6806/AvenirLTStd-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url("/source/7e8d39833027047b28dc79773cc4bd75/AvenirLTStd-Black.eot");
  src: url("/source/c9ab6a3f2adfdcf191db207cb3c0170a/AvenirLTStd-Black.eot") format("embedded-opentype"), url("/source/1e57583859de2d31507db6b826fad0cd") format("woff2"), url("/source/afb6826db97932f90a8ace161762a0c9/AvenirLTStd-Black.woff") format("woff"), url("/source/d3e30fffe67ac9ff4fb6545e975031d9/AvenirLTStd-Black.ttf") format("truetype"), url("/source/ec72f3e73ff2a961b9eb28944989fa1c/AvenirLTStd-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url("../fonts/Jost-Italic.woff2") format("woff2"), url("../fonts/Jost-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url("../fonts/Jost-Regular.woff2") format("woff2"), url("../fonts/Jost-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("/source/3407851c21a45c5435f0f3c7df03a335") format("woff2"), url("/source/358df973c35c9e7a7430f06580f14e86/bootstrap-icons.woff") format("woff");
}
/* line 65, ../sass/base/_fonts.scss */
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 80, ../sass/base/_fonts.scss */
.bi-123::before {
  content: "\f67f";
}

/* line 81, ../sass/base/_fonts.scss */
.bi-alarm-fill::before {
  content: "\f101";
}
p.top-banner-hero-content {
    color: white;
    padding-left: 10px;
    font-size: 15px;
}
.timeline {
    position: relative;
    margin-left: 20px;
    padding-left: 25px;
    border-left: 3px solid #2b6cb0; /* Deep blue */
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
}

.timeline-year {
    font-weight: 600;
    color: #2b6cb0; /* Deep blue */
    margin-bottom: 6px;
    font-size: 1.1rem;
}

.timeline-content {
    background: #f7fafc; /* Light gray-blue */
    color: #2d3748; /* Dark slate for text */
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-size: 0.95rem;
    line-height: 1.6;
    transition: transform 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -37px;
    top: 5px;
    width: 14px;
    height: 14px;
    background-color: #2b6cb0; /* Deep blue */
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #2b6cb0;
}
@media (max-width: 600px) {
    .timeline {
        padding-left: 15px;
        margin-left: 10px;
    }

    .timeline-content {
        font-size: 0.9rem;
    }
	.timeline-item::before{left: -26px;}
}
.adwords-h4{color: #0083d1;
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: 700;
    background: #e5ebf5;}
.adwords-heading h1{
font-size: 25px;
    color: #fff;
    text-align: center;
    background-color: #0083d1;
    padding: 10px;
    border-radius: 10px;e
}
a.blue-btn-intor-cta{font-family: "Inter", sans-serif;
    padding: 10px 42px;
    background-color: #fc7736;
    color: #FFFFFF;
    border-radius: 30px;
    font-size: 19px;
    line-height: 29px;
    text-transform: uppercase;
    height: 50px;}

h3.intro-cta-h2 {
    font-size: 20px;
    color: #fc7736;
    padding-bottom: 20px;
}
.our-history-content .slick-cloned {
  display: none !important;
}
.adwords-heading h2
{
    font-size: 18px;
    color: #0083d1;
    text-align: center;
    padding-top: 10px;
    background-color: #ffffff;
}

.banner-text-adwords {
    font-size: 18px;
    font-weight: 700;
    color: white;
    position: absolute;
    width: 100%;
    background-color: #fc7736;
    padding: 25px;
    bottom: 8px;
    transform: translate(50%, 50%, 50%, 50%);
    left: 50%, transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 20px;
}
/* line 82, ../sass/base/_fonts.scss */
.bi-alarm::before {
  content: "\f102";
}

/* line 83, ../sass/base/_fonts.scss */
.bi-align-bottom::before {
  content: "\f103";
}
.copyright a {
    color: white;
    text-decoration: underline;
 }

.copyright a:hover {
    color: white;
 }

/* line 84, ../sass/base/_fonts.scss */
.bi-align-center::before {
  content: "\f104";
}

/* line 85, ../sass/base/_fonts.scss */
.bi-align-end::before {
  content: "\f105";
}

/* line 86, ../sass/base/_fonts.scss */
.bi-align-middle::before {
  content: "\f106";
}

/* line 87, ../sass/base/_fonts.scss */
.bi-align-start::before {
  content: "\f107";
}

/* line 88, ../sass/base/_fonts.scss */
.bi-align-top::before {
  content: "\f108";
}
.topbar-left a{color:white; text-decoration:underline;}
.topbar-left a:hover{color: #ffffff;}
/* line 89, ../sass/base/_fonts.scss */
.bi-alt::before {
  content: "\f109";
}

/* line 90, ../sass/base/_fonts.scss */
.bi-app-indicator::before {
  content: "\f10a";
}

/* line 91, ../sass/base/_fonts.scss */
.bi-app::before {
  content: "\f10b";
}

/* line 92, ../sass/base/_fonts.scss */
.bi-archive-fill::before {
  content: "\f10c";
}

/* line 93, ../sass/base/_fonts.scss */
.bi-archive::before {
  content: "\f10d";
}

/* line 94, ../sass/base/_fonts.scss */
.bi-arrow-90deg-down::before {
  content: "\f10e";
}

/* line 95, ../sass/base/_fonts.scss */
.bi-arrow-90deg-left::before {
  content: "\f10f";
}

/* line 96, ../sass/base/_fonts.scss */
.bi-arrow-90deg-right::before {
  content: "\f110";
}

/* line 97, ../sass/base/_fonts.scss */
.bi-arrow-90deg-up::before {
  content: "\f111";
}

/* line 98, ../sass/base/_fonts.scss */
.bi-arrow-bar-down::before {
  content: "\f112";
}

/* line 99, ../sass/base/_fonts.scss */
.bi-arrow-bar-left::before {
  content: "\f113";
}

/* line 100, ../sass/base/_fonts.scss */
.bi-arrow-bar-right::before {
  content: "\f114";
}

/* line 101, ../sass/base/_fonts.scss */
.bi-arrow-bar-up::before {
  content: "\f115";
}

/* line 102, ../sass/base/_fonts.scss */
.bi-arrow-clockwise::before {
  content: "\f116";
}

/* line 103, ../sass/base/_fonts.scss */
.bi-arrow-counterclockwise::before {
  content: "\f117";
}

/* line 104, ../sass/base/_fonts.scss */
.bi-arrow-down-circle-fill::before {
  content: "\f118";
}

/* line 105, ../sass/base/_fonts.scss */
.bi-arrow-down-circle::before {
  content: "\f119";
}

/* line 106, ../sass/base/_fonts.scss */
.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}

/* line 107, ../sass/base/_fonts.scss */
.bi-arrow-down-left-circle::before {
  content: "\f11b";
}

/* line 108, ../sass/base/_fonts.scss */
.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}

/* line 109, ../sass/base/_fonts.scss */
.bi-arrow-down-left-square::before {
  content: "\f11d";
}

/* line 110, ../sass/base/_fonts.scss */
.bi-arrow-down-left::before {
  content: "\f11e";
}

/* line 111, ../sass/base/_fonts.scss */
.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}

/* line 112, ../sass/base/_fonts.scss */
.bi-arrow-down-right-circle::before {
  content: "\f120";
}

/* line 113, ../sass/base/_fonts.scss */
.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}

/* line 114, ../sass/base/_fonts.scss */
.bi-arrow-down-right-square::before {
  content: "\f122";
}

/* line 115, ../sass/base/_fonts.scss */
.bi-arrow-down-right::before {
  content: "\f123";
}

/* line 116, ../sass/base/_fonts.scss */
.bi-arrow-down-short::before {
  content: "\f124";
}

/* line 117, ../sass/base/_fonts.scss */
.bi-arrow-down-square-fill::before {
  content: "\f125";
}

/* line 118, ../sass/base/_fonts.scss */
.bi-arrow-down-square::before {
  content: "\f126";
}

/* line 119, ../sass/base/_fonts.scss */
.bi-arrow-down-up::before {
  content: "\f127";
}

/* line 120, ../sass/base/_fonts.scss */
.bi-arrow-down::before {
  content: "\f128";
}

/* line 121, ../sass/base/_fonts.scss */
.bi-arrow-left-circle-fill::before {
  content: "\f129";
}

/* line 122, ../sass/base/_fonts.scss */
.bi-arrow-left-circle::before {
  content: "\f12a";
}

/* line 123, ../sass/base/_fonts.scss */
.bi-arrow-left-right::before {
  content: "\f12b";
}

/* line 124, ../sass/base/_fonts.scss */
.bi-arrow-left-short::before {
  content: "\f12c";
}

/* line 125, ../sass/base/_fonts.scss */
.bi-arrow-left-square-fill::before {
  content: "\f12d";
}

/* line 126, ../sass/base/_fonts.scss */
.bi-arrow-left-square::before {
  content: "\f12e";
}

/* line 127, ../sass/base/_fonts.scss */
.bi-arrow-left::before {
  content: "\f12f";
}

/* line 128, ../sass/base/_fonts.scss */
.bi-arrow-repeat::before {
  content: "\f130";
}

/* line 129, ../sass/base/_fonts.scss */
.bi-arrow-return-left::before {
  content: "\f131";
}

/* line 130, ../sass/base/_fonts.scss */
.bi-arrow-return-right::before {
  content: "\f132";
}

/* line 131, ../sass/base/_fonts.scss */
.bi-arrow-right-circle-fill::before {
  content: "\f133";
}

/* line 132, ../sass/base/_fonts.scss */
.bi-arrow-right-circle::before {
  content: "\f134";
}

/* line 133, ../sass/base/_fonts.scss */
.bi-arrow-right-short::before {
  content: "\f135";
}

/* line 134, ../sass/base/_fonts.scss */
.bi-arrow-right-square-fill::before {
  content: "\f136";
}

/* line 135, ../sass/base/_fonts.scss */
.bi-arrow-right-square::before {
  content: "\f137";
}

/* line 136, ../sass/base/_fonts.scss */
.bi-arrow-right::before {
  content: "\f138";
}

/* line 137, ../sass/base/_fonts.scss */
.bi-arrow-up-circle-fill::before {
  content: "\f139";
}

/* line 138, ../sass/base/_fonts.scss */
.bi-arrow-up-circle::before {
  content: "\f13a";
}

/* line 139, ../sass/base/_fonts.scss */
.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}

/* line 140, ../sass/base/_fonts.scss */
.bi-arrow-up-left-circle::before {
  content: "\f13c";
}

/* line 141, ../sass/base/_fonts.scss */
.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}

/* line 142, ../sass/base/_fonts.scss */
.bi-arrow-up-left-square::before {
  content: "\f13e";
}

/* line 143, ../sass/base/_fonts.scss */
.bi-arrow-up-left::before {
  content: "\f13f";
}

/* line 144, ../sass/base/_fonts.scss */
.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}

/* line 145, ../sass/base/_fonts.scss */
.bi-arrow-up-right-circle::before {
  content: "\f141";
}

/* line 146, ../sass/base/_fonts.scss */
.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}

/* line 147, ../sass/base/_fonts.scss */
.bi-arrow-up-right-square::before {
  content: "\f143";
}

/* line 148, ../sass/base/_fonts.scss */
.bi-arrow-up-right::before {
  content: "\f144";
}

/* line 149, ../sass/base/_fonts.scss */
.bi-arrow-up-short::before {
  content: "\f145";
}

/* line 150, ../sass/base/_fonts.scss */
.bi-arrow-up-square-fill::before {
  content: "\f146";
}

/* line 151, ../sass/base/_fonts.scss */
.bi-arrow-up-square::before {
  content: "\f147";
}

/* line 152, ../sass/base/_fonts.scss */
.bi-arrow-up::before {
  content: "\f148";
}

/* line 153, ../sass/base/_fonts.scss */
.bi-arrows-angle-contract::before {
  content: "\f149";
}

/* line 154, ../sass/base/_fonts.scss */
.bi-arrows-angle-expand::before {
  content: "\f14a";
}

/* line 155, ../sass/base/_fonts.scss */
.bi-arrows-collapse::before {
  content: "\f14b";
}

/* line 156, ../sass/base/_fonts.scss */
.bi-arrows-expand::before {
  content: "\f14c";
}

/* line 157, ../sass/base/_fonts.scss */
.bi-arrows-fullscreen::before {
  content: "\f14d";
}

/* line 158, ../sass/base/_fonts.scss */
.bi-arrows-move::before {
  content: "\f14e";
}

/* line 159, ../sass/base/_fonts.scss */
.bi-aspect-ratio-fill::before {
  content: "\f14f";
}

/* line 160, ../sass/base/_fonts.scss */
.bi-aspect-ratio::before {
  content: "\f150";
}

/* line 161, ../sass/base/_fonts.scss */
.bi-asterisk::before {
  content: "\f151";
}

/* line 162, ../sass/base/_fonts.scss */
.bi-at::before {
  content: "\f152";
}

/* line 163, ../sass/base/_fonts.scss */
.bi-award-fill::before {
  content: "\f153";
}

/* line 164, ../sass/base/_fonts.scss */
.bi-award::before {
  content: "\f154";
}

/* line 165, ../sass/base/_fonts.scss */
.bi-back::before {
  content: "\f155";
}

/* line 166, ../sass/base/_fonts.scss */
.bi-backspace-fill::before {
  content: "\f156";
}

/* line 167, ../sass/base/_fonts.scss */
.bi-backspace-reverse-fill::before {
  content: "\f157";
}

/* line 168, ../sass/base/_fonts.scss */
.bi-backspace-reverse::before {
  content: "\f158";
}

/* line 169, ../sass/base/_fonts.scss */
.bi-backspace::before {
  content: "\f159";
}

/* line 170, ../sass/base/_fonts.scss */
.bi-badge-3d-fill::before {
  content: "\f15a";
}

/* line 171, ../sass/base/_fonts.scss */
.bi-badge-3d::before {
  content: "\f15b";
}

/* line 172, ../sass/base/_fonts.scss */
.bi-badge-4k-fill::before {
  content: "\f15c";
}

/* line 173, ../sass/base/_fonts.scss */
.bi-badge-4k::before {
  content: "\f15d";
}

/* line 174, ../sass/base/_fonts.scss */
.bi-badge-8k-fill::before {
  content: "\f15e";
}

/* line 175, ../sass/base/_fonts.scss */
.bi-badge-8k::before {
  content: "\f15f";
}

/* line 176, ../sass/base/_fonts.scss */
.bi-badge-ad-fill::before {
  content: "\f160";
}

/* line 177, ../sass/base/_fonts.scss */
.bi-badge-ad::before {
  content: "\f161";
}

/* line 178, ../sass/base/_fonts.scss */
.bi-badge-ar-fill::before {
  content: "\f162";
}

/* line 179, ../sass/base/_fonts.scss */
.bi-badge-ar::before {
  content: "\f163";
}

/* line 180, ../sass/base/_fonts.scss */
.bi-badge-cc-fill::before {
  content: "\f164";
}

/* line 181, ../sass/base/_fonts.scss */
.bi-badge-cc::before {
  content: "\f165";
}

/* line 182, ../sass/base/_fonts.scss */
.bi-badge-hd-fill::before {
  content: "\f166";
}

/* line 183, ../sass/base/_fonts.scss */
.bi-badge-hd::before {
  content: "\f167";
}

/* line 184, ../sass/base/_fonts.scss */
.bi-badge-tm-fill::before {
  content: "\f168";
}

/* line 185, ../sass/base/_fonts.scss */
.bi-badge-tm::before {
  content: "\f169";
}

/* line 186, ../sass/base/_fonts.scss */
.bi-badge-vo-fill::before {
  content: "\f16a";
}

/* line 187, ../sass/base/_fonts.scss */
.bi-badge-vo::before {
  content: "\f16b";
}

/* line 188, ../sass/base/_fonts.scss */
.bi-badge-vr-fill::before {
  content: "\f16c";
}

/* line 189, ../sass/base/_fonts.scss */
.bi-badge-vr::before {
  content: "\f16d";
}

/* line 190, ../sass/base/_fonts.scss */
.bi-badge-wc-fill::before {
  content: "\f16e";
}

/* line 191, ../sass/base/_fonts.scss */
.bi-badge-wc::before {
  content: "\f16f";
}

/* line 192, ../sass/base/_fonts.scss */
.bi-bag-check-fill::before {
  content: "\f170";
}

/* line 193, ../sass/base/_fonts.scss */
.bi-bag-check::before {
  content: "\f171";
}

/* line 194, ../sass/base/_fonts.scss */
.bi-bag-dash-fill::before {
  content: "\f172";
}

/* line 195, ../sass/base/_fonts.scss */
.bi-bag-dash::before {
  content: "\f173";
}

/* line 196, ../sass/base/_fonts.scss */
.bi-bag-fill::before {
  content: "\f174";
}

/* line 197, ../sass/base/_fonts.scss */
.bi-bag-plus-fill::before {
  content: "\f175";
}

/* line 198, ../sass/base/_fonts.scss */
.bi-bag-plus::before {
  content: "\f176";
}

/* line 199, ../sass/base/_fonts.scss */
.bi-bag-x-fill::before {
  content: "\f177";
}

/* line 200, ../sass/base/_fonts.scss */
.bi-bag-x::before {
  content: "\f178";
}

/* line 201, ../sass/base/_fonts.scss */
.bi-bag::before {
  content: "\f179";
}

/* line 202, ../sass/base/_fonts.scss */
.bi-bar-chart-fill::before {
  content: "\f17a";
}

/* line 203, ../sass/base/_fonts.scss */
.bi-bar-chart-line-fill::before {
  content: "\f17b";
}

/* line 204, ../sass/base/_fonts.scss */
.bi-bar-chart-line::before {
  content: "\f17c";
}

/* line 205, ../sass/base/_fonts.scss */
.bi-bar-chart-steps::before {
  content: "\f17d";
}

/* line 206, ../sass/base/_fonts.scss */
.bi-bar-chart::before {
  content: "\f17e";
}

/* line 207, ../sass/base/_fonts.scss */
.bi-basket-fill::before {
  content: "\f17f";
}

/* line 208, ../sass/base/_fonts.scss */
.bi-basket::before {
  content: "\f180";
}

/* line 209, ../sass/base/_fonts.scss */
.bi-basket2-fill::before {
  content: "\f181";
}

/* line 210, ../sass/base/_fonts.scss */
.bi-basket2::before {
  content: "\f182";
}

/* line 211, ../sass/base/_fonts.scss */
.bi-basket3-fill::before {
  content: "\f183";
}

/* line 212, ../sass/base/_fonts.scss */
.bi-basket3::before {
  content: "\f184";
}

/* line 213, ../sass/base/_fonts.scss */
.bi-battery-charging::before {
  content: "\f185";
}

/* line 214, ../sass/base/_fonts.scss */
.bi-battery-full::before {
  content: "\f186";
}

/* line 215, ../sass/base/_fonts.scss */
.bi-battery-half::before {
  content: "\f187";
}

/* line 216, ../sass/base/_fonts.scss */
.bi-battery::before {
  content: "\f188";
}

/* line 217, ../sass/base/_fonts.scss */
.bi-bell-fill::before {
  content: "\f189";
}

/* line 218, ../sass/base/_fonts.scss */
.bi-bell::before {
  content: "\f18a";
}

/* line 219, ../sass/base/_fonts.scss */
.bi-bezier::before {
  content: "\f18b";
}

/* line 220, ../sass/base/_fonts.scss */
.bi-bezier2::before {
  content: "\f18c";
}

/* line 221, ../sass/base/_fonts.scss */
.bi-bicycle::before {
  content: "\f18d";
}

/* line 222, ../sass/base/_fonts.scss */
.bi-binoculars-fill::before {
  content: "\f18e";
}

/* line 223, ../sass/base/_fonts.scss */
.bi-binoculars::before {
  content: "\f18f";
}

/* line 224, ../sass/base/_fonts.scss */
.bi-blockquote-left::before {
  content: "\f190";
}

/* line 225, ../sass/base/_fonts.scss */
.bi-blockquote-right::before {
  content: "\f191";
}

/* line 226, ../sass/base/_fonts.scss */
.bi-book-fill::before {
  content: "\f192";
}

/* line 227, ../sass/base/_fonts.scss */
.bi-book-half::before {
  content: "\f193";
}

/* line 228, ../sass/base/_fonts.scss */
.bi-book::before {
  content: "\f194";
}

/* line 229, ../sass/base/_fonts.scss */
.bi-bookmark-check-fill::before {
  content: "\f195";
}

/* line 230, ../sass/base/_fonts.scss */
.bi-bookmark-check::before {
  content: "\f196";
}

/* line 231, ../sass/base/_fonts.scss */
.bi-bookmark-dash-fill::before {
  content: "\f197";
}

/* line 232, ../sass/base/_fonts.scss */
.bi-bookmark-dash::before {
  content: "\f198";
}

/* line 233, ../sass/base/_fonts.scss */
.bi-bookmark-fill::before {
  content: "\f199";
}

/* line 234, ../sass/base/_fonts.scss */
.bi-bookmark-heart-fill::before {
  content: "\f19a";
}

/* line 235, ../sass/base/_fonts.scss */
.bi-bookmark-heart::before {
  content: "\f19b";
}

/* line 236, ../sass/base/_fonts.scss */
.bi-bookmark-plus-fill::before {
  content: "\f19c";
}

/* line 237, ../sass/base/_fonts.scss */
.bi-bookmark-plus::before {
  content: "\f19d";
}

/* line 238, ../sass/base/_fonts.scss */
.bi-bookmark-star-fill::before {
  content: "\f19e";
}

/* line 239, ../sass/base/_fonts.scss */
.bi-bookmark-star::before {
  content: "\f19f";
}

/* line 240, ../sass/base/_fonts.scss */
.bi-bookmark-x-fill::before {
  content: "\f1a0";
}

/* line 241, ../sass/base/_fonts.scss */
.bi-bookmark-x::before {
  content: "\f1a1";
}

/* line 242, ../sass/base/_fonts.scss */
.bi-bookmark::before {
  content: "\f1a2";
}

/* line 243, ../sass/base/_fonts.scss */
.bi-bookmarks-fill::before {
  content: "\f1a3";
}

/* line 244, ../sass/base/_fonts.scss */
.bi-bookmarks::before {
  content: "\f1a4";
}

/* line 245, ../sass/base/_fonts.scss */
.bi-bookshelf::before {
  content: "\f1a5";
}

/* line 246, ../sass/base/_fonts.scss */
.bi-bootstrap-fill::before {
  content: "\f1a6";
}

/* line 247, ../sass/base/_fonts.scss */
.bi-bootstrap-reboot::before {
  content: "\f1a7";
}

/* line 248, ../sass/base/_fonts.scss */
.bi-bootstrap::before {
  content: "\f1a8";
}

/* line 249, ../sass/base/_fonts.scss */
.bi-border-all::before {
  content: "\f1a9";
}

/* line 250, ../sass/base/_fonts.scss */
.bi-border-bottom::before {
  content: "\f1aa";
}

/* line 251, ../sass/base/_fonts.scss */
.bi-border-center::before {
  content: "\f1ab";
}

/* line 252, ../sass/base/_fonts.scss */
.bi-border-inner::before {
  content: "\f1ac";
}

/* line 253, ../sass/base/_fonts.scss */
.bi-border-left::before {
  content: "\f1ad";
}

/* line 254, ../sass/base/_fonts.scss */
.bi-border-middle::before {
  content: "\f1ae";
}

/* line 255, ../sass/base/_fonts.scss */
.bi-border-outer::before {
  content: "\f1af";
}

/* line 256, ../sass/base/_fonts.scss */
.bi-border-right::before {
  content: "\f1b0";
}

/* line 257, ../sass/base/_fonts.scss */
.bi-border-style::before {
  content: "\f1b1";
}

/* line 258, ../sass/base/_fonts.scss */
.bi-border-top::before {
  content: "\f1b2";
}

/* line 259, ../sass/base/_fonts.scss */
.bi-border-width::before {
  content: "\f1b3";
}

/* line 260, ../sass/base/_fonts.scss */
.bi-border::before {
  content: "\f1b4";
}

/* line 261, ../sass/base/_fonts.scss */
.bi-bounding-box-circles::before {
  content: "\f1b5";
}

/* line 262, ../sass/base/_fonts.scss */
.bi-bounding-box::before {
  content: "\f1b6";
}

/* line 263, ../sass/base/_fonts.scss */
.bi-box-arrow-down-left::before {
  content: "\f1b7";
}

/* line 264, ../sass/base/_fonts.scss */
.bi-box-arrow-down-right::before {
  content: "\f1b8";
}

/* line 265, ../sass/base/_fonts.scss */
.bi-box-arrow-down::before {
  content: "\f1b9";
}

/* line 266, ../sass/base/_fonts.scss */
.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}

/* line 267, ../sass/base/_fonts.scss */
.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}

/* line 268, ../sass/base/_fonts.scss */
.bi-box-arrow-in-down::before {
  content: "\f1bc";
}

/* line 269, ../sass/base/_fonts.scss */
.bi-box-arrow-in-left::before {
  content: "\f1bd";
}

/* line 270, ../sass/base/_fonts.scss */
.bi-box-arrow-in-right::before {
  content: "\f1be";
}

/* line 271, ../sass/base/_fonts.scss */
.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}

/* line 272, ../sass/base/_fonts.scss */
.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}

/* line 273, ../sass/base/_fonts.scss */
.bi-box-arrow-in-up::before {
  content: "\f1c1";
}

/* line 274, ../sass/base/_fonts.scss */
.bi-box-arrow-left::before {
  content: "\f1c2";
}

/* line 275, ../sass/base/_fonts.scss */
.bi-box-arrow-right::before {
  content: "\f1c3";
}

/* line 276, ../sass/base/_fonts.scss */
.bi-box-arrow-up-left::before {
  content: "\f1c4";
}

/* line 277, ../sass/base/_fonts.scss */
.bi-box-arrow-up-right::before {
  content: "\f1c5";
}

/* line 278, ../sass/base/_fonts.scss */
.bi-box-arrow-up::before {
  content: "\f1c6";
}

/* line 279, ../sass/base/_fonts.scss */
.bi-box-seam::before {
  content: "\f1c7";
}

/* line 280, ../sass/base/_fonts.scss */
.bi-box::before {
  content: "\f1c8";
}

/* line 281, ../sass/base/_fonts.scss */
.bi-braces::before {
  content: "\f1c9";
}

/* line 282, ../sass/base/_fonts.scss */
.bi-bricks::before {
  content: "\f1ca";
}

/* line 283, ../sass/base/_fonts.scss */
.bi-briefcase-fill::before {
  content: "\f1cb";
}

/* line 284, ../sass/base/_fonts.scss */
.bi-briefcase::before {
  content: "\f1cc";
}

/* line 285, ../sass/base/_fonts.scss */
.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}

/* line 286, ../sass/base/_fonts.scss */
.bi-brightness-alt-high::before {
  content: "\f1ce";
}

/* line 287, ../sass/base/_fonts.scss */
.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}

/* line 288, ../sass/base/_fonts.scss */
.bi-brightness-alt-low::before {
  content: "\f1d0";
}

/* line 289, ../sass/base/_fonts.scss */
.bi-brightness-high-fill::before {
  content: "\f1d1";
}

/* line 290, ../sass/base/_fonts.scss */
.bi-brightness-high::before {
  content: "\f1d2";
}

/* line 291, ../sass/base/_fonts.scss */
.bi-brightness-low-fill::before {
  content: "\f1d3";
}

/* line 292, ../sass/base/_fonts.scss */
.bi-brightness-low::before {
  content: "\f1d4";
}

/* line 293, ../sass/base/_fonts.scss */
.bi-broadcast-pin::before {
  content: "\f1d5";
}

/* line 294, ../sass/base/_fonts.scss */
.bi-broadcast::before {
  content: "\f1d6";
}

/* line 295, ../sass/base/_fonts.scss */
.bi-brush-fill::before {
  content: "\f1d7";
}

/* line 296, ../sass/base/_fonts.scss */
.bi-brush::before {
  content: "\f1d8";
}

/* line 297, ../sass/base/_fonts.scss */
.bi-bucket-fill::before {
  content: "\f1d9";
}

/* line 298, ../sass/base/_fonts.scss */
.bi-bucket::before {
  content: "\f1da";
}

/* line 299, ../sass/base/_fonts.scss */
.bi-bug-fill::before {
  content: "\f1db";
}

/* line 300, ../sass/base/_fonts.scss */
.bi-bug::before {
  content: "\f1dc";
}

/* line 301, ../sass/base/_fonts.scss */
.bi-building::before {
  content: "\f1dd";
}

/* line 302, ../sass/base/_fonts.scss */
.bi-bullseye::before {
  content: "\f1de";
}

/* line 303, ../sass/base/_fonts.scss */
.bi-calculator-fill::before {
  content: "\f1df";
}

/* line 304, ../sass/base/_fonts.scss */
.bi-calculator::before {
  content: "\f1e0";
}

/* line 305, ../sass/base/_fonts.scss */
.bi-calendar-check-fill::before {
  content: "\f1e1";
}

/* line 306, ../sass/base/_fonts.scss */
.bi-calendar-check::before {
  content: "\f1e2";
}

/* line 307, ../sass/base/_fonts.scss */
.bi-calendar-date-fill::before {
  content: "\f1e3";
}

/* line 308, ../sass/base/_fonts.scss */
.bi-calendar-date::before {
  content: "\f1e4";
}

/* line 309, ../sass/base/_fonts.scss */
.bi-calendar-day-fill::before {
  content: "\f1e5";
}

/* line 310, ../sass/base/_fonts.scss */
.bi-calendar-day::before {
  content: "\f1e6";
}

/* line 311, ../sass/base/_fonts.scss */
.bi-calendar-event-fill::before {
  content: "\f1e7";
}

/* line 312, ../sass/base/_fonts.scss */
.bi-calendar-event::before {
  content: "\f1e8";
}

/* line 313, ../sass/base/_fonts.scss */
.bi-calendar-fill::before {
  content: "\f1e9";
}

/* line 314, ../sass/base/_fonts.scss */
.bi-calendar-minus-fill::before {
  content: "\f1ea";
}

/* line 315, ../sass/base/_fonts.scss */
.bi-calendar-minus::before {
  content: "\f1eb";
}

/* line 316, ../sass/base/_fonts.scss */
.bi-calendar-month-fill::before {
  content: "\f1ec";
}

/* line 317, ../sass/base/_fonts.scss */
.bi-calendar-month::before {
  content: "\f1ed";
}

/* line 318, ../sass/base/_fonts.scss */
.bi-calendar-plus-fill::before {
  content: "\f1ee";
}

/* line 319, ../sass/base/_fonts.scss */
.bi-calendar-plus::before {
  content: "\f1ef";
}

/* line 320, ../sass/base/_fonts.scss */
.bi-calendar-range-fill::before {
  content: "\f1f0";
}

/* line 321, ../sass/base/_fonts.scss */
.bi-calendar-range::before {
  content: "\f1f1";
}

/* line 322, ../sass/base/_fonts.scss */
.bi-calendar-week-fill::before {
  content: "\f1f2";
}

/* line 323, ../sass/base/_fonts.scss */
.bi-calendar-week::before {
  content: "\f1f3";
}

/* line 324, ../sass/base/_fonts.scss */
.bi-calendar-x-fill::before {
  content: "\f1f4";
}

/* line 325, ../sass/base/_fonts.scss */
.bi-calendar-x::before {
  content: "\f1f5";
}

/* line 326, ../sass/base/_fonts.scss */
.bi-calendar::before {
  content: "\f1f6";
}

/* line 327, ../sass/base/_fonts.scss */
.bi-calendar2-check-fill::before {
  content: "\f1f7";
}

/* line 328, ../sass/base/_fonts.scss */
.bi-calendar2-check::before {
  content: "\f1f8";
}

/* line 329, ../sass/base/_fonts.scss */
.bi-calendar2-date-fill::before {
  content: "\f1f9";
}

/* line 330, ../sass/base/_fonts.scss */
.bi-calendar2-date::before {
  content: "\f1fa";
}

/* line 331, ../sass/base/_fonts.scss */
.bi-calendar2-day-fill::before {
  content: "\f1fb";
}

/* line 332, ../sass/base/_fonts.scss */
.bi-calendar2-day::before {
  content: "\f1fc";
}

/* line 333, ../sass/base/_fonts.scss */
.bi-calendar2-event-fill::before {
  content: "\f1fd";
}

/* line 334, ../sass/base/_fonts.scss */
.bi-calendar2-event::before {
  content: "\f1fe";
}

/* line 335, ../sass/base/_fonts.scss */
.bi-calendar2-fill::before {
  content: "\f1ff";
}

/* line 336, ../sass/base/_fonts.scss */
.bi-calendar2-minus-fill::before {
  content: "\f200";
}

/* line 337, ../sass/base/_fonts.scss */
.bi-calendar2-minus::before {
  content: "\f201";
}

/* line 338, ../sass/base/_fonts.scss */
.bi-calendar2-month-fill::before {
  content: "\f202";
}

/* line 339, ../sass/base/_fonts.scss */
.bi-calendar2-month::before {
  content: "\f203";
}

/* line 340, ../sass/base/_fonts.scss */
.bi-calendar2-plus-fill::before {
  content: "\f204";
}

/* line 341, ../sass/base/_fonts.scss */
.bi-calendar2-plus::before {
  content: "\f205";
}

/* line 342, ../sass/base/_fonts.scss */
.bi-calendar2-range-fill::before {
  content: "\f206";
}

/* line 343, ../sass/base/_fonts.scss */
.bi-calendar2-range::before {
  content: "\f207";
}

/* line 344, ../sass/base/_fonts.scss */
.bi-calendar2-week-fill::before {
  content: "\f208";
}

/* line 345, ../sass/base/_fonts.scss */
.bi-calendar2-week::before {
  content: "\f209";
}

/* line 346, ../sass/base/_fonts.scss */
.bi-calendar2-x-fill::before {
  content: "\f20a";
}

/* line 347, ../sass/base/_fonts.scss */
.bi-calendar2-x::before {
  content: "\f20b";
}

/* line 348, ../sass/base/_fonts.scss */
.bi-calendar2::before {
  content: "\f20c";
}

/* line 349, ../sass/base/_fonts.scss */
.bi-calendar3-event-fill::before {
  content: "\f20d";
}

/* line 350, ../sass/base/_fonts.scss */
.bi-calendar3-event::before {
  content: "\f20e";
}

/* line 351, ../sass/base/_fonts.scss */
.bi-calendar3-fill::before {
  content: "\f20f";
}

/* line 352, ../sass/base/_fonts.scss */
.bi-calendar3-range-fill::before {
  content: "\f210";
}

/* line 353, ../sass/base/_fonts.scss */
.bi-calendar3-range::before {
  content: "\f211";
}

/* line 354, ../sass/base/_fonts.scss */
.bi-calendar3-week-fill::before {
  content: "\f212";
}

/* line 355, ../sass/base/_fonts.scss */
.bi-calendar3-week::before {
  content: "\f213";
}

/* line 356, ../sass/base/_fonts.scss */
.bi-calendar3::before {
  content: "\f214";
}

/* line 357, ../sass/base/_fonts.scss */
.bi-calendar4-event::before {
  content: "\f215";
}

/* line 358, ../sass/base/_fonts.scss */
.bi-calendar4-range::before {
  content: "\f216";
}

/* line 359, ../sass/base/_fonts.scss */
.bi-calendar4-week::before {
  content: "\f217";
}

/* line 360, ../sass/base/_fonts.scss */
.bi-calendar4::before {
  content: "\f218";
}

/* line 361, ../sass/base/_fonts.scss */
.bi-camera-fill::before {
  content: "\f219";
}

/* line 362, ../sass/base/_fonts.scss */
.bi-camera-reels-fill::before {
  content: "\f21a";
}

/* line 363, ../sass/base/_fonts.scss */
.bi-camera-reels::before {
  content: "\f21b";
}

/* line 364, ../sass/base/_fonts.scss */
.bi-camera-video-fill::before {
  content: "\f21c";
}

/* line 365, ../sass/base/_fonts.scss */
.bi-camera-video-off-fill::before {
  content: "\f21d";
}

/* line 366, ../sass/base/_fonts.scss */
.bi-camera-video-off::before {
  content: "\f21e";
}

/* line 367, ../sass/base/_fonts.scss */
.bi-camera-video::before {
  content: "\f21f";
}

/* line 368, ../sass/base/_fonts.scss */
.bi-camera::before {
  content: "\f220";
}

/* line 369, ../sass/base/_fonts.scss */
.bi-camera2::before {
  content: "\f221";
}

/* line 370, ../sass/base/_fonts.scss */
.bi-capslock-fill::before {
  content: "\f222";
}

/* line 371, ../sass/base/_fonts.scss */
.bi-capslock::before {
  content: "\f223";
}

/* line 372, ../sass/base/_fonts.scss */
.bi-card-checklist::before {
  content: "\f224";
}

/* line 373, ../sass/base/_fonts.scss */
.bi-card-heading::before {
  content: "\f225";
}

/* line 374, ../sass/base/_fonts.scss */
.bi-card-image::before {
  content: "\f226";
}

/* line 375, ../sass/base/_fonts.scss */
.bi-card-list::before {
  content: "\f227";
}

/* line 376, ../sass/base/_fonts.scss */
.bi-card-text::before {
  content: "\f228";
}

/* line 377, ../sass/base/_fonts.scss */
.bi-caret-down-fill::before {
  content: "\f229";
}

/* line 378, ../sass/base/_fonts.scss */
.bi-caret-down-square-fill::before {
  content: "\f22a";
}

/* line 379, ../sass/base/_fonts.scss */
.bi-caret-down-square::before {
  content: "\f22b";
}

/* line 380, ../sass/base/_fonts.scss */
.bi-caret-down::before {
  content: "\f22c";
}

/* line 381, ../sass/base/_fonts.scss */
.bi-caret-left-fill::before {
  content: "\f22d";
}

/* line 382, ../sass/base/_fonts.scss */
.bi-caret-left-square-fill::before {
  content: "\f22e";
}

/* line 383, ../sass/base/_fonts.scss */
.bi-caret-left-square::before {
  content: "\f22f";
}

/* line 384, ../sass/base/_fonts.scss */
.bi-caret-left::before {
  content: "\f230";
}

/* line 385, ../sass/base/_fonts.scss */
.bi-caret-right-fill::before {
  content: "\f231";
}

/* line 386, ../sass/base/_fonts.scss */
.bi-caret-right-square-fill::before {
  content: "\f232";
}

/* line 387, ../sass/base/_fonts.scss */
.bi-caret-right-square::before {
  content: "\f233";
}

/* line 388, ../sass/base/_fonts.scss */
.bi-caret-right::before {
  content: "\f234";
}

/* line 389, ../sass/base/_fonts.scss */
.bi-caret-up-fill::before {
  content: "\f235";
}

/* line 390, ../sass/base/_fonts.scss */
.bi-caret-up-square-fill::before {
  content: "\f236";
}

/* line 391, ../sass/base/_fonts.scss */
.bi-caret-up-square::before {
  content: "\f237";
}

/* line 392, ../sass/base/_fonts.scss */
.bi-caret-up::before {
  content: "\f238";
}

/* line 393, ../sass/base/_fonts.scss */
.bi-cart-check-fill::before {
  content: "\f239";
}

/* line 394, ../sass/base/_fonts.scss */
.bi-cart-check::before {
  content: "\f23a";
}

/* line 395, ../sass/base/_fonts.scss */
.bi-cart-dash-fill::before {
  content: "\f23b";
}

/* line 396, ../sass/base/_fonts.scss */
.bi-cart-dash::before {
  content: "\f23c";
}

/* line 397, ../sass/base/_fonts.scss */
.bi-cart-fill::before {
  content: "\f23d";
}

/* line 398, ../sass/base/_fonts.scss */
.bi-cart-plus-fill::before {
  content: "\f23e";
}

/* line 399, ../sass/base/_fonts.scss */
.bi-cart-plus::before {
  content: "\f23f";
}

/* line 400, ../sass/base/_fonts.scss */
.bi-cart-x-fill::before {
  content: "\f240";
}

/* line 401, ../sass/base/_fonts.scss */
.bi-cart-x::before {
  content: "\f241";
}

/* line 402, ../sass/base/_fonts.scss */
.bi-cart::before {
  content: "\f242";
}

/* line 403, ../sass/base/_fonts.scss */
.bi-cart2::before {
  content: "\f243";
}

/* line 404, ../sass/base/_fonts.scss */
.bi-cart3::before {
  content: "\f244";
}

/* line 405, ../sass/base/_fonts.scss */
.bi-cart4::before {
  content: "\f245";
}

/* line 406, ../sass/base/_fonts.scss */
.bi-cash-stack::before {
  content: "\f246";
}

/* line 407, ../sass/base/_fonts.scss */
.bi-cash::before {
  content: "\f247";
}

/* line 408, ../sass/base/_fonts.scss */
.bi-cast::before {
  content: "\f248";
}

/* line 409, ../sass/base/_fonts.scss */
.bi-chat-dots-fill::before {
  content: "\f249";
}

/* line 410, ../sass/base/_fonts.scss */
.bi-chat-dots::before {
  content: "\f24a";
}

/* line 411, ../sass/base/_fonts.scss */
.bi-chat-fill::before {
  content: "\f24b";
}

/* line 412, ../sass/base/_fonts.scss */
.bi-chat-left-dots-fill::before {
  content: "\f24c";
}

/* line 413, ../sass/base/_fonts.scss */
.bi-chat-left-dots::before {
  content: "\f24d";
}

/* line 414, ../sass/base/_fonts.scss */
.bi-chat-left-fill::before {
  content: "\f24e";
}

/* line 415, ../sass/base/_fonts.scss */
.bi-chat-left-quote-fill::before {
  content: "\f24f";
}

/* line 416, ../sass/base/_fonts.scss */
.bi-chat-left-quote::before {
  content: "\f250";
}

/* line 417, ../sass/base/_fonts.scss */
.bi-chat-left-text-fill::before {
  content: "\f251";
}

/* line 418, ../sass/base/_fonts.scss */
.bi-chat-left-text::before {
  content: "\f252";
}

/* line 419, ../sass/base/_fonts.scss */
.bi-chat-left::before {
  content: "\f253";
}

/* line 420, ../sass/base/_fonts.scss */
.bi-chat-quote-fill::before {
  content: "\f254";
}

/* line 421, ../sass/base/_fonts.scss */
.bi-chat-quote::before {
  content: "\f255";
}

/* line 422, ../sass/base/_fonts.scss */
.bi-chat-right-dots-fill::before {
  content: "\f256";
}

/* line 423, ../sass/base/_fonts.scss */
.bi-chat-right-dots::before {
  content: "\f257";
}

/* line 424, ../sass/base/_fonts.scss */
.bi-chat-right-fill::before {
  content: "\f258";
}

/* line 425, ../sass/base/_fonts.scss */
.bi-chat-right-quote-fill::before {
  content: "\f259";
}

/* line 426, ../sass/base/_fonts.scss */
.bi-chat-right-quote::before {
  content: "\f25a";
}

/* line 427, ../sass/base/_fonts.scss */
.bi-chat-right-text-fill::before {
  content: "\f25b";
}

/* line 428, ../sass/base/_fonts.scss */
.bi-chat-right-text::before {
  content: "\f25c";
}

/* line 429, ../sass/base/_fonts.scss */
.bi-chat-right::before {
  content: "\f25d";
}

/* line 430, ../sass/base/_fonts.scss */
.bi-chat-square-dots-fill::before {
  content: "\f25e";
}

/* line 431, ../sass/base/_fonts.scss */
.bi-chat-square-dots::before {
  content: "\f25f";
}

/* line 432, ../sass/base/_fonts.scss */
.bi-chat-square-fill::before {
  content: "\f260";
}

/* line 433, ../sass/base/_fonts.scss */
.bi-chat-square-quote-fill::before {
  content: "\f261";
}

/* line 434, ../sass/base/_fonts.scss */
.bi-chat-square-quote::before {
  content: "\f262";
}

/* line 435, ../sass/base/_fonts.scss */
.bi-chat-square-text-fill::before {
  content: "\f263";
}

/* line 436, ../sass/base/_fonts.scss */
.bi-chat-square-text::before {
  content: "\f264";
}

/* line 437, ../sass/base/_fonts.scss */
.bi-chat-square::before {
  content: "\f265";
}

/* line 438, ../sass/base/_fonts.scss */
.bi-chat-text-fill::before {
  content: "\f266";
}

/* line 439, ../sass/base/_fonts.scss */
.bi-chat-text::before {
  content: "\f267";
}

/* line 440, ../sass/base/_fonts.scss */
.bi-chat::before {
  content: "\f268";
}

/* line 441, ../sass/base/_fonts.scss */
.bi-check-all::before {
  content: "\f269";
}

/* line 442, ../sass/base/_fonts.scss */
.bi-check-circle-fill::before {
  content: "\f26a";
}

/* line 443, ../sass/base/_fonts.scss */
.bi-check-circle::before {
  content: "\f26b";
}

/* line 444, ../sass/base/_fonts.scss */
.bi-check-square-fill::before {
  content: "\f26c";
}

/* line 445, ../sass/base/_fonts.scss */
.bi-check-square::before {
  content: "\f26d";
}

/* line 446, ../sass/base/_fonts.scss */
.bi-check::before {
  content: "\f26e";
}

/* line 447, ../sass/base/_fonts.scss */
.bi-check2-all::before {
  content: "\f26f";
}

/* line 448, ../sass/base/_fonts.scss */
.bi-check2-circle::before {
  content: "\f270";
}

/* line 449, ../sass/base/_fonts.scss */
.bi-check2-square::before {
  content: "\f271";
}

/* line 450, ../sass/base/_fonts.scss */
.bi-check2::before {
  content: "\f272";
}

/* line 451, ../sass/base/_fonts.scss */
.bi-chevron-bar-contract::before {
  content: "\f273";
}

/* line 452, ../sass/base/_fonts.scss */
.bi-chevron-bar-down::before {
  content: "\f274";
}

/* line 453, ../sass/base/_fonts.scss */
.bi-chevron-bar-expand::before {
  content: "\f275";
}

/* line 454, ../sass/base/_fonts.scss */
.bi-chevron-bar-left::before {
  content: "\f276";
}

/* line 455, ../sass/base/_fonts.scss */
.bi-chevron-bar-right::before {
  content: "\f277";
}

/* line 456, ../sass/base/_fonts.scss */
.bi-chevron-bar-up::before {
  content: "\f278";
}

/* line 457, ../sass/base/_fonts.scss */
.bi-chevron-compact-down::before {
  content: "\f279";
}

/* line 458, ../sass/base/_fonts.scss */
.bi-chevron-compact-left::before {
  content: "\f27a";
}

/* line 459, ../sass/base/_fonts.scss */
.bi-chevron-compact-right::before {
  content: "\f27b";
}

/* line 460, ../sass/base/_fonts.scss */
.bi-chevron-compact-up::before {
  content: "\f27c";
}

/* line 461, ../sass/base/_fonts.scss */
.bi-chevron-contract::before {
  content: "\f27d";
}

/* line 462, ../sass/base/_fonts.scss */
.bi-chevron-double-down::before {
  content: "\f27e";
}

/* line 463, ../sass/base/_fonts.scss */
.bi-chevron-double-left::before {
  content: "\f27f";
}

/* line 464, ../sass/base/_fonts.scss */
.bi-chevron-double-right::before {
  content: "\f280";
}

/* line 465, ../sass/base/_fonts.scss */
.bi-chevron-double-up::before {
  content: "\f281";
}

/* line 466, ../sass/base/_fonts.scss */
.bi-chevron-down::before {
  content: "\f282";
}

/* line 467, ../sass/base/_fonts.scss */
.bi-chevron-expand::before {
  content: "\f283";
}

/* line 468, ../sass/base/_fonts.scss */
.bi-chevron-left::before {
  content: "\f284";
}

/* line 469, ../sass/base/_fonts.scss */
.bi-chevron-right::before {
  content: "\f285";
}

/* line 470, ../sass/base/_fonts.scss */
.bi-chevron-up::before {
  content: "\f286";
}

/* line 471, ../sass/base/_fonts.scss */
.bi-circle-fill::before {
  content: "\f287";
}

/* line 472, ../sass/base/_fonts.scss */
.bi-circle-half::before {
  content: "\f288";
}

/* line 473, ../sass/base/_fonts.scss */
.bi-circle-square::before {
  content: "\f289";
}

/* line 474, ../sass/base/_fonts.scss */
.bi-circle::before {
  content: "\f28a";
}

/* line 475, ../sass/base/_fonts.scss */
.bi-clipboard-check::before {
  content: "\f28b";
}

/* line 476, ../sass/base/_fonts.scss */
.bi-clipboard-data::before {
  content: "\f28c";
}

/* line 477, ../sass/base/_fonts.scss */
.bi-clipboard-minus::before {
  content: "\f28d";
}

/* line 478, ../sass/base/_fonts.scss */
.bi-clipboard-plus::before {
  content: "\f28e";
}

/* line 479, ../sass/base/_fonts.scss */
.bi-clipboard-x::before {
  content: "\f28f";
}

/* line 480, ../sass/base/_fonts.scss */
.bi-clipboard::before {
  content: "\f290";
}

/* line 481, ../sass/base/_fonts.scss */
.bi-clock-fill::before {
  content: "\f291";
}

/* line 482, ../sass/base/_fonts.scss */
.bi-clock-history::before {
  content: "\f292";
}

/* line 483, ../sass/base/_fonts.scss */
.bi-clock::before {
  content: "\f293";
}

/* line 484, ../sass/base/_fonts.scss */
.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}

/* line 485, ../sass/base/_fonts.scss */
.bi-cloud-arrow-down::before {
  content: "\f295";
}

/* line 486, ../sass/base/_fonts.scss */
.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}

/* line 487, ../sass/base/_fonts.scss */
.bi-cloud-arrow-up::before {
  content: "\f297";
}

/* line 488, ../sass/base/_fonts.scss */
.bi-cloud-check-fill::before {
  content: "\f298";
}

/* line 489, ../sass/base/_fonts.scss */
.bi-cloud-check::before {
  content: "\f299";
}

/* line 490, ../sass/base/_fonts.scss */
.bi-cloud-download-fill::before {
  content: "\f29a";
}

/* line 491, ../sass/base/_fonts.scss */
.bi-cloud-download::before {
  content: "\f29b";
}

/* line 492, ../sass/base/_fonts.scss */
.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}

/* line 493, ../sass/base/_fonts.scss */
.bi-cloud-drizzle::before {
  content: "\f29d";
}

/* line 494, ../sass/base/_fonts.scss */
.bi-cloud-fill::before {
  content: "\f29e";
}

/* line 495, ../sass/base/_fonts.scss */
.bi-cloud-fog-fill::before {
  content: "\f29f";
}

/* line 496, ../sass/base/_fonts.scss */
.bi-cloud-fog::before {
  content: "\f2a0";
}

/* line 497, ../sass/base/_fonts.scss */
.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}

/* line 498, ../sass/base/_fonts.scss */
.bi-cloud-fog2::before {
  content: "\f2a2";
}

/* line 499, ../sass/base/_fonts.scss */
.bi-cloud-hail-fill::before {
  content: "\f2a3";
}

/* line 500, ../sass/base/_fonts.scss */
.bi-cloud-hail::before {
  content: "\f2a4";
}

/* line 501, ../sass/base/_fonts.scss */
.bi-cloud-haze-1::before {
  content: "\f2a5";
}

/* line 502, ../sass/base/_fonts.scss */
.bi-cloud-haze-fill::before {
  content: "\f2a6";
}

/* line 503, ../sass/base/_fonts.scss */
.bi-cloud-haze::before {
  content: "\f2a7";
}

/* line 504, ../sass/base/_fonts.scss */
.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}

/* line 505, ../sass/base/_fonts.scss */
.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}

/* line 506, ../sass/base/_fonts.scss */
.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}

/* line 507, ../sass/base/_fonts.scss */
.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}

/* line 508, ../sass/base/_fonts.scss */
.bi-cloud-lightning::before {
  content: "\f2ac";
}

/* line 509, ../sass/base/_fonts.scss */
.bi-cloud-minus-fill::before {
  content: "\f2ad";
}

/* line 510, ../sass/base/_fonts.scss */
.bi-cloud-minus::before {
  content: "\f2ae";
}

/* line 511, ../sass/base/_fonts.scss */
.bi-cloud-moon-fill::before {
  content: "\f2af";
}

/* line 512, ../sass/base/_fonts.scss */
.bi-cloud-moon::before {
  content: "\f2b0";
}

/* line 513, ../sass/base/_fonts.scss */
.bi-cloud-plus-fill::before {
  content: "\f2b1";
}

/* line 514, ../sass/base/_fonts.scss */
.bi-cloud-plus::before {
  content: "\f2b2";
}

/* line 515, ../sass/base/_fonts.scss */
.bi-cloud-rain-fill::before {
  content: "\f2b3";
}

/* line 516, ../sass/base/_fonts.scss */
.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}

/* line 517, ../sass/base/_fonts.scss */
.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}

/* line 518, ../sass/base/_fonts.scss */
.bi-cloud-rain::before {
  content: "\f2b6";
}

/* line 519, ../sass/base/_fonts.scss */
.bi-cloud-slash-fill::before {
  content: "\f2b7";
}

/* line 520, ../sass/base/_fonts.scss */
.bi-cloud-slash::before {
  content: "\f2b8";
}

/* line 521, ../sass/base/_fonts.scss */
.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}

/* line 522, ../sass/base/_fonts.scss */
.bi-cloud-sleet::before {
  content: "\f2ba";
}

/* line 523, ../sass/base/_fonts.scss */
.bi-cloud-snow-fill::before {
  content: "\f2bb";
}

/* line 524, ../sass/base/_fonts.scss */
.bi-cloud-snow::before {
  content: "\f2bc";
}

/* line 525, ../sass/base/_fonts.scss */
.bi-cloud-sun-fill::before {
  content: "\f2bd";
}

/* line 526, ../sass/base/_fonts.scss */
.bi-cloud-sun::before {
  content: "\f2be";
}

/* line 527, ../sass/base/_fonts.scss */
.bi-cloud-upload-fill::before {
  content: "\f2bf";
}

/* line 528, ../sass/base/_fonts.scss */
.bi-cloud-upload::before {
  content: "\f2c0";
}

/* line 529, ../sass/base/_fonts.scss */
.bi-cloud::before {
  content: "\f2c1";
}

/* line 530, ../sass/base/_fonts.scss */
.bi-clouds-fill::before {
  content: "\f2c2";
}

/* line 531, ../sass/base/_fonts.scss */
.bi-clouds::before {
  content: "\f2c3";
}

/* line 532, ../sass/base/_fonts.scss */
.bi-cloudy-fill::before {
  content: "\f2c4";
}

/* line 533, ../sass/base/_fonts.scss */
.bi-cloudy::before {
  content: "\f2c5";
}

/* line 534, ../sass/base/_fonts.scss */
.bi-code-slash::before {
  content: "\f2c6";
}

/* line 535, ../sass/base/_fonts.scss */
.bi-code-square::before {
  content: "\f2c7";
}

/* line 536, ../sass/base/_fonts.scss */
.bi-code::before {
  content: "\f2c8";
}

/* line 537, ../sass/base/_fonts.scss */
.bi-collection-fill::before {
  content: "\f2c9";
}

/* line 538, ../sass/base/_fonts.scss */
.bi-collection-play-fill::before {
  content: "\f2ca";
}

/* line 539, ../sass/base/_fonts.scss */
.bi-collection-play::before {
  content: "\f2cb";
}

/* line 540, ../sass/base/_fonts.scss */
.bi-collection::before {
  content: "\f2cc";
}

/* line 541, ../sass/base/_fonts.scss */
.bi-columns-gap::before {
  content: "\f2cd";
}

/* line 542, ../sass/base/_fonts.scss */
.bi-columns::before {
  content: "\f2ce";
}

/* line 543, ../sass/base/_fonts.scss */
.bi-command::before {
  content: "\f2cf";
}

/* line 544, ../sass/base/_fonts.scss */
.bi-compass-fill::before {
  content: "\f2d0";
}

/* line 545, ../sass/base/_fonts.scss */
.bi-compass::before {
  content: "\f2d1";
}

/* line 546, ../sass/base/_fonts.scss */
.bi-cone-striped::before {
  content: "\f2d2";
}

/* line 547, ../sass/base/_fonts.scss */
.bi-cone::before {
  content: "\f2d3";
}

/* line 548, ../sass/base/_fonts.scss */
.bi-controller::before {
  content: "\f2d4";
}

/* line 549, ../sass/base/_fonts.scss */
.bi-cpu-fill::before {
  content: "\f2d5";
}

/* line 550, ../sass/base/_fonts.scss */
.bi-cpu::before {
  content: "\f2d6";
}

/* line 551, ../sass/base/_fonts.scss */
.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}

/* line 552, ../sass/base/_fonts.scss */
.bi-credit-card-2-back::before {
  content: "\f2d8";
}

/* line 553, ../sass/base/_fonts.scss */
.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}

/* line 554, ../sass/base/_fonts.scss */
.bi-credit-card-2-front::before {
  content: "\f2da";
}

/* line 555, ../sass/base/_fonts.scss */
.bi-credit-card-fill::before {
  content: "\f2db";
}

/* line 556, ../sass/base/_fonts.scss */
.bi-credit-card::before {
  content: "\f2dc";
}

/* line 557, ../sass/base/_fonts.scss */
.bi-crop::before {
  content: "\f2dd";
}

/* line 558, ../sass/base/_fonts.scss */
.bi-cup-fill::before {
  content: "\f2de";
}

/* line 559, ../sass/base/_fonts.scss */
.bi-cup-straw::before {
  content: "\f2df";
}

/* line 560, ../sass/base/_fonts.scss */
.bi-cup::before {
  content: "\f2e0";
}

/* line 561, ../sass/base/_fonts.scss */
.bi-cursor-fill::before {
  content: "\f2e1";
}

/* line 562, ../sass/base/_fonts.scss */
.bi-cursor-text::before {
  content: "\f2e2";
}

/* line 563, ../sass/base/_fonts.scss */
.bi-cursor::before {
  content: "\f2e3";
}

/* line 564, ../sass/base/_fonts.scss */
.bi-dash-circle-dotted::before {
  content: "\f2e4";
}

/* line 565, ../sass/base/_fonts.scss */
.bi-dash-circle-fill::before {
  content: "\f2e5";
}

/* line 566, ../sass/base/_fonts.scss */
.bi-dash-circle::before {
  content: "\f2e6";
}

/* line 567, ../sass/base/_fonts.scss */
.bi-dash-square-dotted::before {
  content: "\f2e7";
}

/* line 568, ../sass/base/_fonts.scss */
.bi-dash-square-fill::before {
  content: "\f2e8";
}

/* line 569, ../sass/base/_fonts.scss */
.bi-dash-square::before {
  content: "\f2e9";
}

/* line 570, ../sass/base/_fonts.scss */
.bi-dash::before {
  content: "\f2ea";
}

/* line 571, ../sass/base/_fonts.scss */
.bi-diagram-2-fill::before {
  content: "\f2eb";
}

/* line 572, ../sass/base/_fonts.scss */
.bi-diagram-2::before {
  content: "\f2ec";
}

/* line 573, ../sass/base/_fonts.scss */
.bi-diagram-3-fill::before {
  content: "\f2ed";
}

/* line 574, ../sass/base/_fonts.scss */
.bi-diagram-3::before {
  content: "\f2ee";
}

/* line 575, ../sass/base/_fonts.scss */
.bi-diamond-fill::before {
  content: "\f2ef";
}

/* line 576, ../sass/base/_fonts.scss */
.bi-diamond-half::before {
  content: "\f2f0";
}

/* line 577, ../sass/base/_fonts.scss */
.bi-diamond::before {
  content: "\f2f1";
}

/* line 578, ../sass/base/_fonts.scss */
.bi-dice-1-fill::before {
  content: "\f2f2";
}

/* line 579, ../sass/base/_fonts.scss */
.bi-dice-1::before {
  content: "\f2f3";
}

/* line 580, ../sass/base/_fonts.scss */
.bi-dice-2-fill::before {
  content: "\f2f4";
}

/* line 581, ../sass/base/_fonts.scss */
.bi-dice-2::before {
  content: "\f2f5";
}

/* line 582, ../sass/base/_fonts.scss */
.bi-dice-3-fill::before {
  content: "\f2f6";
}

/* line 583, ../sass/base/_fonts.scss */
.bi-dice-3::before {
  content: "\f2f7";
}

/* line 584, ../sass/base/_fonts.scss */
.bi-dice-4-fill::before {
  content: "\f2f8";
}

/* line 585, ../sass/base/_fonts.scss */
.bi-dice-4::before {
  content: "\f2f9";
}

/* line 586, ../sass/base/_fonts.scss */
.bi-dice-5-fill::before {
  content: "\f2fa";
}

/* line 587, ../sass/base/_fonts.scss */
.bi-dice-5::before {
  content: "\f2fb";
}

/* line 588, ../sass/base/_fonts.scss */
.bi-dice-6-fill::before {
  content: "\f2fc";
}

/* line 589, ../sass/base/_fonts.scss */
.bi-dice-6::before {
  content: "\f2fd";
}

/* line 590, ../sass/base/_fonts.scss */
.bi-disc-fill::before {
  content: "\f2fe";
}

/* line 591, ../sass/base/_fonts.scss */
.bi-disc::before {
  content: "\f2ff";
}

/* line 592, ../sass/base/_fonts.scss */
.bi-discord::before {
  content: "\f300";
}

/* line 593, ../sass/base/_fonts.scss */
.bi-display-fill::before {
  content: "\f301";
}

/* line 594, ../sass/base/_fonts.scss */
.bi-display::before {
  content: "\f302";
}

/* line 595, ../sass/base/_fonts.scss */
.bi-distribute-horizontal::before {
  content: "\f303";
}

/* line 596, ../sass/base/_fonts.scss */
.bi-distribute-vertical::before {
  content: "\f304";
}

/* line 597, ../sass/base/_fonts.scss */
.bi-door-closed-fill::before {
  content: "\f305";
}

/* line 598, ../sass/base/_fonts.scss */
.bi-door-closed::before {
  content: "\f306";
}

/* line 599, ../sass/base/_fonts.scss */
.bi-door-open-fill::before {
  content: "\f307";
}

/* line 600, ../sass/base/_fonts.scss */
.bi-door-open::before {
  content: "\f308";
}

/* line 601, ../sass/base/_fonts.scss */
.bi-dot::before {
  content: "\f309";
}

/* line 602, ../sass/base/_fonts.scss */
.bi-download::before {
  content: "\f30a";
}

/* line 603, ../sass/base/_fonts.scss */
.bi-droplet-fill::before {
  content: "\f30b";
}

/* line 604, ../sass/base/_fonts.scss */
.bi-droplet-half::before {
  content: "\f30c";
}

/* line 605, ../sass/base/_fonts.scss */
.bi-droplet::before {
  content: "\f30d";
}

/* line 606, ../sass/base/_fonts.scss */
.bi-earbuds::before {
  content: "\f30e";
}

/* line 607, ../sass/base/_fonts.scss */
.bi-easel-fill::before {
  content: "\f30f";
}

/* line 608, ../sass/base/_fonts.scss */
.bi-easel::before {
  content: "\f310";
}

/* line 609, ../sass/base/_fonts.scss */
.bi-egg-fill::before {
  content: "\f311";
}

/* line 610, ../sass/base/_fonts.scss */
.bi-egg-fried::before {
  content: "\f312";
}

/* line 611, ../sass/base/_fonts.scss */
.bi-egg::before {
  content: "\f313";
}

/* line 612, ../sass/base/_fonts.scss */
.bi-eject-fill::before {
  content: "\f314";
}

/* line 613, ../sass/base/_fonts.scss */
.bi-eject::before {
  content: "\f315";
}

/* line 614, ../sass/base/_fonts.scss */
.bi-emoji-angry-fill::before {
  content: "\f316";
}

/* line 615, ../sass/base/_fonts.scss */
.bi-emoji-angry::before {
  content: "\f317";
}

/* line 616, ../sass/base/_fonts.scss */
.bi-emoji-dizzy-fill::before {
  content: "\f318";
}

/* line 617, ../sass/base/_fonts.scss */
.bi-emoji-dizzy::before {
  content: "\f319";
}

/* line 618, ../sass/base/_fonts.scss */
.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}

/* line 619, ../sass/base/_fonts.scss */
.bi-emoji-expressionless::before {
  content: "\f31b";
}

/* line 620, ../sass/base/_fonts.scss */
.bi-emoji-frown-fill::before {
  content: "\f31c";
}

/* line 621, ../sass/base/_fonts.scss */
.bi-emoji-frown::before {
  content: "\f31d";
}

/* line 622, ../sass/base/_fonts.scss */
.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}

/* line 623, ../sass/base/_fonts.scss */
.bi-emoji-heart-eyes::before {
  content: "\f31f";
}

/* line 624, ../sass/base/_fonts.scss */
.bi-emoji-laughing-fill::before {
  content: "\f320";
}

/* line 625, ../sass/base/_fonts.scss */
.bi-emoji-laughing::before {
  content: "\f321";
}

/* line 626, ../sass/base/_fonts.scss */
.bi-emoji-neutral-fill::before {
  content: "\f322";
}

/* line 627, ../sass/base/_fonts.scss */
.bi-emoji-neutral::before {
  content: "\f323";
}

/* line 628, ../sass/base/_fonts.scss */
.bi-emoji-smile-fill::before {
  content: "\f324";
}

/* line 629, ../sass/base/_fonts.scss */
.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}

/* line 630, ../sass/base/_fonts.scss */
.bi-emoji-smile-upside-down::before {
  content: "\f326";
}

/* line 631, ../sass/base/_fonts.scss */
.bi-emoji-smile::before {
  content: "\f327";
}

/* line 632, ../sass/base/_fonts.scss */
.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}

/* line 633, ../sass/base/_fonts.scss */
.bi-emoji-sunglasses::before {
  content: "\f329";
}

/* line 634, ../sass/base/_fonts.scss */
.bi-emoji-wink-fill::before {
  content: "\f32a";
}

/* line 635, ../sass/base/_fonts.scss */
.bi-emoji-wink::before {
  content: "\f32b";
}

/* line 636, ../sass/base/_fonts.scss */
.bi-envelope-fill::before {
  content: "\f32c";
}

/* line 637, ../sass/base/_fonts.scss */
.bi-envelope-open-fill::before {
  content: "\f32d";
}

/* line 638, ../sass/base/_fonts.scss */
.bi-envelope-open::before {
  content: "\f32e";
}

/* line 639, ../sass/base/_fonts.scss */
.bi-envelope::before {
  content: "\f32f";
}

/* line 640, ../sass/base/_fonts.scss */
.bi-eraser-fill::before {
  content: "\f330";
}

/* line 641, ../sass/base/_fonts.scss */
.bi-eraser::before {
  content: "\f331";
}

/* line 642, ../sass/base/_fonts.scss */
.bi-exclamation-circle-fill::before {
  content: "\f332";
}

/* line 643, ../sass/base/_fonts.scss */
.bi-exclamation-circle::before {
  content: "\f333";
}

/* line 644, ../sass/base/_fonts.scss */
.bi-exclamation-diamond-fill::before {
  content: "\f334";
}

/* line 645, ../sass/base/_fonts.scss */
.bi-exclamation-diamond::before {
  content: "\f335";
}

/* line 646, ../sass/base/_fonts.scss */
.bi-exclamation-octagon-fill::before {
  content: "\f336";
}

/* line 647, ../sass/base/_fonts.scss */
.bi-exclamation-octagon::before {
  content: "\f337";
}

/* line 648, ../sass/base/_fonts.scss */
.bi-exclamation-square-fill::before {
  content: "\f338";
}

/* line 649, ../sass/base/_fonts.scss */
.bi-exclamation-square::before {
  content: "\f339";
}

/* line 650, ../sass/base/_fonts.scss */
.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}

/* line 651, ../sass/base/_fonts.scss */
.bi-exclamation-triangle::before {
  content: "\f33b";
}

/* line 652, ../sass/base/_fonts.scss */
.bi-exclamation::before {
  content: "\f33c";
}

/* line 653, ../sass/base/_fonts.scss */
.bi-exclude::before {
  content: "\f33d";
}

/* line 654, ../sass/base/_fonts.scss */
.bi-eye-fill::before {
  content: "\f33e";
}

/* line 655, ../sass/base/_fonts.scss */
.bi-eye-slash-fill::before {
  content: "\f33f";
}

/* line 656, ../sass/base/_fonts.scss */
.bi-eye-slash::before {
  content: "\f340";
}

/* line 657, ../sass/base/_fonts.scss */
.bi-eye::before {
  content: "\f341";
}

/* line 658, ../sass/base/_fonts.scss */
.bi-eyedropper::before {
  content: "\f342";
}

/* line 659, ../sass/base/_fonts.scss */
.bi-eyeglasses::before {
  content: "\f343";
}

/* line 660, ../sass/base/_fonts.scss */
.bi-facebook::before {
  content: "\f344";
}

/* line 661, ../sass/base/_fonts.scss */
.bi-file-arrow-down-fill::before {
  content: "\f345";
}

/* line 662, ../sass/base/_fonts.scss */
.bi-file-arrow-down::before {
  content: "\f346";
}

/* line 663, ../sass/base/_fonts.scss */
.bi-file-arrow-up-fill::before {
  content: "\f347";
}

/* line 664, ../sass/base/_fonts.scss */
.bi-file-arrow-up::before {
  content: "\f348";
}

/* line 665, ../sass/base/_fonts.scss */
.bi-file-bar-graph-fill::before {
  content: "\f349";
}

/* line 666, ../sass/base/_fonts.scss */
.bi-file-bar-graph::before {
  content: "\f34a";
}

/* line 667, ../sass/base/_fonts.scss */
.bi-file-binary-fill::before {
  content: "\f34b";
}

/* line 668, ../sass/base/_fonts.scss */
.bi-file-binary::before {
  content: "\f34c";
}

/* line 669, ../sass/base/_fonts.scss */
.bi-file-break-fill::before {
  content: "\f34d";
}

/* line 670, ../sass/base/_fonts.scss */
.bi-file-break::before {
  content: "\f34e";
}

/* line 671, ../sass/base/_fonts.scss */
.bi-file-check-fill::before {
  content: "\f34f";
}

/* line 672, ../sass/base/_fonts.scss */
.bi-file-check::before {
  content: "\f350";
}

/* line 673, ../sass/base/_fonts.scss */
.bi-file-code-fill::before {
  content: "\f351";
}

/* line 674, ../sass/base/_fonts.scss */
.bi-file-code::before {
  content: "\f352";
}

/* line 675, ../sass/base/_fonts.scss */
.bi-file-diff-fill::before {
  content: "\f353";
}

/* line 676, ../sass/base/_fonts.scss */
.bi-file-diff::before {
  content: "\f354";
}

/* line 677, ../sass/base/_fonts.scss */
.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}

/* line 678, ../sass/base/_fonts.scss */
.bi-file-earmark-arrow-down::before {
  content: "\f356";
}

/* line 679, ../sass/base/_fonts.scss */
.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}

/* line 680, ../sass/base/_fonts.scss */
.bi-file-earmark-arrow-up::before {
  content: "\f358";
}

/* line 681, ../sass/base/_fonts.scss */
.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}

/* line 682, ../sass/base/_fonts.scss */
.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}

/* line 683, ../sass/base/_fonts.scss */
.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}

/* line 684, ../sass/base/_fonts.scss */
.bi-file-earmark-binary::before {
  content: "\f35c";
}

/* line 685, ../sass/base/_fonts.scss */
.bi-file-earmark-break-fill::before {
  content: "\f35d";
}

/* line 686, ../sass/base/_fonts.scss */
.bi-file-earmark-break::before {
  content: "\f35e";
}

/* line 687, ../sass/base/_fonts.scss */
.bi-file-earmark-check-fill::before {
  content: "\f35f";
}

/* line 688, ../sass/base/_fonts.scss */
.bi-file-earmark-check::before {
  content: "\f360";
}

/* line 689, ../sass/base/_fonts.scss */
.bi-file-earmark-code-fill::before {
  content: "\f361";
}

/* line 690, ../sass/base/_fonts.scss */
.bi-file-earmark-code::before {
  content: "\f362";
}

/* line 691, ../sass/base/_fonts.scss */
.bi-file-earmark-diff-fill::before {
  content: "\f363";
}

/* line 692, ../sass/base/_fonts.scss */
.bi-file-earmark-diff::before {
  content: "\f364";
}

/* line 693, ../sass/base/_fonts.scss */
.bi-file-earmark-easel-fill::before {
  content: "\f365";
}

/* line 694, ../sass/base/_fonts.scss */
.bi-file-earmark-easel::before {
  content: "\f366";
}

/* line 695, ../sass/base/_fonts.scss */
.bi-file-earmark-excel-fill::before {
  content: "\f367";
}

/* line 696, ../sass/base/_fonts.scss */
.bi-file-earmark-excel::before {
  content: "\f368";
}

/* line 697, ../sass/base/_fonts.scss */
.bi-file-earmark-fill::before {
  content: "\f369";
}

/* line 698, ../sass/base/_fonts.scss */
.bi-file-earmark-font-fill::before {
  content: "\f36a";
}

/* line 699, ../sass/base/_fonts.scss */
.bi-file-earmark-font::before {
  content: "\f36b";
}

/* line 700, ../sass/base/_fonts.scss */
.bi-file-earmark-image-fill::before {
  content: "\f36c";
}

/* line 701, ../sass/base/_fonts.scss */
.bi-file-earmark-image::before {
  content: "\f36d";
}

/* line 702, ../sass/base/_fonts.scss */
.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}

/* line 703, ../sass/base/_fonts.scss */
.bi-file-earmark-lock::before {
  content: "\f36f";
}

/* line 704, ../sass/base/_fonts.scss */
.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}

/* line 705, ../sass/base/_fonts.scss */
.bi-file-earmark-lock2::before {
  content: "\f371";
}

/* line 706, ../sass/base/_fonts.scss */
.bi-file-earmark-medical-fill::before {
  content: "\f372";
}

/* line 707, ../sass/base/_fonts.scss */
.bi-file-earmark-medical::before {
  content: "\f373";
}

/* line 708, ../sass/base/_fonts.scss */
.bi-file-earmark-minus-fill::before {
  content: "\f374";
}

/* line 709, ../sass/base/_fonts.scss */
.bi-file-earmark-minus::before {
  content: "\f375";
}

/* line 710, ../sass/base/_fonts.scss */
.bi-file-earmark-music-fill::before {
  content: "\f376";
}

/* line 711, ../sass/base/_fonts.scss */
.bi-file-earmark-music::before {
  content: "\f377";
}

/* line 712, ../sass/base/_fonts.scss */
.bi-file-earmark-person-fill::before {
  content: "\f378";
}

/* line 713, ../sass/base/_fonts.scss */
.bi-file-earmark-person::before {
  content: "\f379";
}

/* line 714, ../sass/base/_fonts.scss */
.bi-file-earmark-play-fill::before {
  content: "\f37a";
}

/* line 715, ../sass/base/_fonts.scss */
.bi-file-earmark-play::before {
  content: "\f37b";
}

/* line 716, ../sass/base/_fonts.scss */
.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}

/* line 717, ../sass/base/_fonts.scss */
.bi-file-earmark-plus::before {
  content: "\f37d";
}

/* line 718, ../sass/base/_fonts.scss */
.bi-file-earmark-post-fill::before {
  content: "\f37e";
}

/* line 719, ../sass/base/_fonts.scss */
.bi-file-earmark-post::before {
  content: "\f37f";
}

/* line 720, ../sass/base/_fonts.scss */
.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}

/* line 721, ../sass/base/_fonts.scss */
.bi-file-earmark-ppt::before {
  content: "\f381";
}

/* line 722, ../sass/base/_fonts.scss */
.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}

/* line 723, ../sass/base/_fonts.scss */
.bi-file-earmark-richtext::before {
  content: "\f383";
}

/* line 724, ../sass/base/_fonts.scss */
.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}

/* line 725, ../sass/base/_fonts.scss */
.bi-file-earmark-ruled::before {
  content: "\f385";
}

/* line 726, ../sass/base/_fonts.scss */
.bi-file-earmark-slides-fill::before {
  content: "\f386";
}

/* line 727, ../sass/base/_fonts.scss */
.bi-file-earmark-slides::before {
  content: "\f387";
}

/* line 728, ../sass/base/_fonts.scss */
.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}

/* line 729, ../sass/base/_fonts.scss */
.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}

/* line 730, ../sass/base/_fonts.scss */
.bi-file-earmark-text-fill::before {
  content: "\f38a";
}

/* line 731, ../sass/base/_fonts.scss */
.bi-file-earmark-text::before {
  content: "\f38b";
}

/* line 732, ../sass/base/_fonts.scss */
.bi-file-earmark-word-fill::before {
  content: "\f38c";
}

/* line 733, ../sass/base/_fonts.scss */
.bi-file-earmark-word::before {
  content: "\f38d";
}

/* line 734, ../sass/base/_fonts.scss */
.bi-file-earmark-x-fill::before {
  content: "\f38e";
}

/* line 735, ../sass/base/_fonts.scss */
.bi-file-earmark-x::before {
  content: "\f38f";
}

/* line 736, ../sass/base/_fonts.scss */
.bi-file-earmark-zip-fill::before {
  content: "\f390";
}

/* line 737, ../sass/base/_fonts.scss */
.bi-file-earmark-zip::before {
  content: "\f391";
}

/* line 738, ../sass/base/_fonts.scss */
.bi-file-earmark::before {
  content: "\f392";
}

/* line 739, ../sass/base/_fonts.scss */
.bi-file-easel-fill::before {
  content: "\f393";
}

/* line 740, ../sass/base/_fonts.scss */
.bi-file-easel::before {
  content: "\f394";
}

/* line 741, ../sass/base/_fonts.scss */
.bi-file-excel-fill::before {
  content: "\f395";
}

/* line 742, ../sass/base/_fonts.scss */
.bi-file-excel::before {
  content: "\f396";
}

/* line 743, ../sass/base/_fonts.scss */
.bi-file-fill::before {
  content: "\f397";
}

/* line 744, ../sass/base/_fonts.scss */
.bi-file-font-fill::before {
  content: "\f398";
}

/* line 745, ../sass/base/_fonts.scss */
.bi-file-font::before {
  content: "\f399";
}

/* line 746, ../sass/base/_fonts.scss */
.bi-file-image-fill::before {
  content: "\f39a";
}

/* line 747, ../sass/base/_fonts.scss */
.bi-file-image::before {
  content: "\f39b";
}

/* line 748, ../sass/base/_fonts.scss */
.bi-file-lock-fill::before {
  content: "\f39c";
}

/* line 749, ../sass/base/_fonts.scss */
.bi-file-lock::before {
  content: "\f39d";
}

/* line 750, ../sass/base/_fonts.scss */
.bi-file-lock2-fill::before {
  content: "\f39e";
}

/* line 751, ../sass/base/_fonts.scss */
.bi-file-lock2::before {
  content: "\f39f";
}

/* line 752, ../sass/base/_fonts.scss */
.bi-file-medical-fill::before {
  content: "\f3a0";
}

/* line 753, ../sass/base/_fonts.scss */
.bi-file-medical::before {
  content: "\f3a1";
}

/* line 754, ../sass/base/_fonts.scss */
.bi-file-minus-fill::before {
  content: "\f3a2";
}

/* line 755, ../sass/base/_fonts.scss */
.bi-file-minus::before {
  content: "\f3a3";
}

/* line 756, ../sass/base/_fonts.scss */
.bi-file-music-fill::before {
  content: "\f3a4";
}

/* line 757, ../sass/base/_fonts.scss */
.bi-file-music::before {
  content: "\f3a5";
}

/* line 758, ../sass/base/_fonts.scss */
.bi-file-person-fill::before {
  content: "\f3a6";
}

/* line 759, ../sass/base/_fonts.scss */
.bi-file-person::before {
  content: "\f3a7";
}

/* line 760, ../sass/base/_fonts.scss */
.bi-file-play-fill::before {
  content: "\f3a8";
}

/* line 761, ../sass/base/_fonts.scss */
.bi-file-play::before {
  content: "\f3a9";
}

/* line 762, ../sass/base/_fonts.scss */
.bi-file-plus-fill::before {
  content: "\f3aa";
}

/* line 763, ../sass/base/_fonts.scss */
.bi-file-plus::before {
  content: "\f3ab";
}

/* line 764, ../sass/base/_fonts.scss */
.bi-file-post-fill::before {
  content: "\f3ac";
}

/* line 765, ../sass/base/_fonts.scss */
.bi-file-post::before {
  content: "\f3ad";
}

/* line 766, ../sass/base/_fonts.scss */
.bi-file-ppt-fill::before {
  content: "\f3ae";
}

/* line 767, ../sass/base/_fonts.scss */
.bi-file-ppt::before {
  content: "\f3af";
}

/* line 768, ../sass/base/_fonts.scss */
.bi-file-richtext-fill::before {
  content: "\f3b0";
}

/* line 769, ../sass/base/_fonts.scss */
.bi-file-richtext::before {
  content: "\f3b1";
}

/* line 770, ../sass/base/_fonts.scss */
.bi-file-ruled-fill::before {
  content: "\f3b2";
}

/* line 771, ../sass/base/_fonts.scss */
.bi-file-ruled::before {
  content: "\f3b3";
}

/* line 772, ../sass/base/_fonts.scss */
.bi-file-slides-fill::before {
  content: "\f3b4";
}

/* line 773, ../sass/base/_fonts.scss */
.bi-file-slides::before {
  content: "\f3b5";
}

/* line 774, ../sass/base/_fonts.scss */
.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}

/* line 775, ../sass/base/_fonts.scss */
.bi-file-spreadsheet::before {
  content: "\f3b7";
}

/* line 776, ../sass/base/_fonts.scss */
.bi-file-text-fill::before {
  content: "\f3b8";
}

/* line 777, ../sass/base/_fonts.scss */
.bi-file-text::before {
  content: "\f3b9";
}

/* line 778, ../sass/base/_fonts.scss */
.bi-file-word-fill::before {
  content: "\f3ba";
}

/* line 779, ../sass/base/_fonts.scss */
.bi-file-word::before {
  content: "\f3bb";
}

/* line 780, ../sass/base/_fonts.scss */
.bi-file-x-fill::before {
  content: "\f3bc";
}

/* line 781, ../sass/base/_fonts.scss */
.bi-file-x::before {
  content: "\f3bd";
}

/* line 782, ../sass/base/_fonts.scss */
.bi-file-zip-fill::before {
  content: "\f3be";
}

/* line 783, ../sass/base/_fonts.scss */
.bi-file-zip::before {
  content: "\f3bf";
}

/* line 784, ../sass/base/_fonts.scss */
.bi-file::before {
  content: "\f3c0";
}

/* line 785, ../sass/base/_fonts.scss */
.bi-files-alt::before {
  content: "\f3c1";
}

/* line 786, ../sass/base/_fonts.scss */
.bi-files::before {
  content: "\f3c2";
}

/* line 787, ../sass/base/_fonts.scss */
.bi-film::before {
  content: "\f3c3";
}

/* line 788, ../sass/base/_fonts.scss */
.bi-filter-circle-fill::before {
  content: "\f3c4";
}

/* line 789, ../sass/base/_fonts.scss */
.bi-filter-circle::before {
  content: "\f3c5";
}

/* line 790, ../sass/base/_fonts.scss */
.bi-filter-left::before {
  content: "\f3c6";
}

/* line 791, ../sass/base/_fonts.scss */
.bi-filter-right::before {
  content: "\f3c7";
}

/* line 792, ../sass/base/_fonts.scss */
.bi-filter-square-fill::before {
  content: "\f3c8";
}

/* line 793, ../sass/base/_fonts.scss */
.bi-filter-square::before {
  content: "\f3c9";
}

/* line 794, ../sass/base/_fonts.scss */
.bi-filter::before {
  content: "\f3ca";
}

/* line 795, ../sass/base/_fonts.scss */
.bi-flag-fill::before {
  content: "\f3cb";
}

/* line 796, ../sass/base/_fonts.scss */
.bi-flag::before {
  content: "\f3cc";
}

/* line 797, ../sass/base/_fonts.scss */
.bi-flower1::before {
  content: "\f3cd";
}

/* line 798, ../sass/base/_fonts.scss */
.bi-flower2::before {
  content: "\f3ce";
}

/* line 799, ../sass/base/_fonts.scss */
.bi-flower3::before {
  content: "\f3cf";
}

/* line 800, ../sass/base/_fonts.scss */
.bi-folder-check::before {
  content: "\f3d0";
}

/* line 801, ../sass/base/_fonts.scss */
.bi-folder-fill::before {
  content: "\f3d1";
}

/* line 802, ../sass/base/_fonts.scss */
.bi-folder-minus::before {
  content: "\f3d2";
}

/* line 803, ../sass/base/_fonts.scss */
.bi-folder-plus::before {
  content: "\f3d3";
}

/* line 804, ../sass/base/_fonts.scss */
.bi-folder-symlink-fill::before {
  content: "\f3d4";
}

/* line 805, ../sass/base/_fonts.scss */
.bi-folder-symlink::before {
  content: "\f3d5";
}

/* line 806, ../sass/base/_fonts.scss */
.bi-folder-x::before {
  content: "\f3d6";
}

/* line 807, ../sass/base/_fonts.scss */
.bi-folder::before {
  content: "\f3d7";
}

/* line 808, ../sass/base/_fonts.scss */
.bi-folder2-open::before {
  content: "\f3d8";
}

/* line 809, ../sass/base/_fonts.scss */
.bi-folder2::before {
  content: "\f3d9";
}

/* line 810, ../sass/base/_fonts.scss */
.bi-fonts::before {
  content: "\f3da";
}

/* line 811, ../sass/base/_fonts.scss */
.bi-forward-fill::before {
  content: "\f3db";
}

/* line 812, ../sass/base/_fonts.scss */
.bi-forward::before {
  content: "\f3dc";
}

/* line 813, ../sass/base/_fonts.scss */
.bi-front::before {
  content: "\f3dd";
}

/* line 814, ../sass/base/_fonts.scss */
.bi-fullscreen-exit::before {
  content: "\f3de";
}

/* line 815, ../sass/base/_fonts.scss */
.bi-fullscreen::before {
  content: "\f3df";
}

/* line 816, ../sass/base/_fonts.scss */
.bi-funnel-fill::before {
  content: "\f3e0";
}

/* line 817, ../sass/base/_fonts.scss */
.bi-funnel::before {
  content: "\f3e1";
}

/* line 818, ../sass/base/_fonts.scss */
.bi-gear-fill::before {
  content: "\f3e2";
}

/* line 819, ../sass/base/_fonts.scss */
.bi-gear-wide-connected::before {
  content: "\f3e3";
}

/* line 820, ../sass/base/_fonts.scss */
.bi-gear-wide::before {
  content: "\f3e4";
}

/* line 821, ../sass/base/_fonts.scss */
.bi-gear::before {
  content: "\f3e5";
}

/* line 822, ../sass/base/_fonts.scss */
.bi-gem::before {
  content: "\f3e6";
}

/* line 823, ../sass/base/_fonts.scss */
.bi-geo-alt-fill::before {
  content: "\f3e7";
}

/* line 824, ../sass/base/_fonts.scss */
.bi-geo-alt::before {
  content: "\f3e8";
}

/* line 825, ../sass/base/_fonts.scss */
.bi-geo-fill::before {
  content: "\f3e9";
}

/* line 826, ../sass/base/_fonts.scss */
.bi-geo::before {
  content: "\f3ea";
}

/* line 827, ../sass/base/_fonts.scss */
.bi-gift-fill::before {
  content: "\f3eb";
}

/* line 828, ../sass/base/_fonts.scss */
.bi-gift::before {
  content: "\f3ec";
}

/* line 829, ../sass/base/_fonts.scss */
.bi-github::before {
  content: "\f3ed";
}

/* line 830, ../sass/base/_fonts.scss */
.bi-globe::before {
  content: "\f3ee";
}

/* line 831, ../sass/base/_fonts.scss */
.bi-globe2::before {
  content: "\f3ef";
}

/* line 832, ../sass/base/_fonts.scss */
.bi-google::before {
  content: "\f3f0";
}

/* line 833, ../sass/base/_fonts.scss */
.bi-graph-down::before {
  content: "\f3f1";
}

/* line 834, ../sass/base/_fonts.scss */
.bi-graph-up::before {
  content: "\f3f2";
}

/* line 835, ../sass/base/_fonts.scss */
.bi-grid-1x2-fill::before {
  content: "\f3f3";
}

/* line 836, ../sass/base/_fonts.scss */
.bi-grid-1x2::before {
  content: "\f3f4";
}

/* line 837, ../sass/base/_fonts.scss */
.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}

/* line 838, ../sass/base/_fonts.scss */
.bi-grid-3x2-gap::before {
  content: "\f3f6";
}

/* line 839, ../sass/base/_fonts.scss */
.bi-grid-3x2::before {
  content: "\f3f7";
}

/* line 840, ../sass/base/_fonts.scss */
.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}

/* line 841, ../sass/base/_fonts.scss */
.bi-grid-3x3-gap::before {
  content: "\f3f9";
}

/* line 842, ../sass/base/_fonts.scss */
.bi-grid-3x3::before {
  content: "\f3fa";
}

/* line 843, ../sass/base/_fonts.scss */
.bi-grid-fill::before {
  content: "\f3fb";
}

/* line 844, ../sass/base/_fonts.scss */
.bi-grid::before {
  content: "\f3fc";
}

/* line 845, ../sass/base/_fonts.scss */
.bi-grip-horizontal::before {
  content: "\f3fd";
}

/* line 846, ../sass/base/_fonts.scss */
.bi-grip-vertical::before {
  content: "\f3fe";
}

/* line 847, ../sass/base/_fonts.scss */
.bi-hammer::before {
  content: "\f3ff";
}

/* line 848, ../sass/base/_fonts.scss */
.bi-hand-index-fill::before {
  content: "\f400";
}

/* line 849, ../sass/base/_fonts.scss */
.bi-hand-index-thumb-fill::before {
  content: "\f401";
}

/* line 850, ../sass/base/_fonts.scss */
.bi-hand-index-thumb::before {
  content: "\f402";
}

/* line 851, ../sass/base/_fonts.scss */
.bi-hand-index::before {
  content: "\f403";
}

/* line 852, ../sass/base/_fonts.scss */
.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}

/* line 853, ../sass/base/_fonts.scss */
.bi-hand-thumbs-down::before {
  content: "\f405";
}

/* line 854, ../sass/base/_fonts.scss */
.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}

/* line 855, ../sass/base/_fonts.scss */
.bi-hand-thumbs-up::before {
  content: "\f407";
}

/* line 856, ../sass/base/_fonts.scss */
.bi-handbag-fill::before {
  content: "\f408";
}

/* line 857, ../sass/base/_fonts.scss */
.bi-handbag::before {
  content: "\f409";
}

/* line 858, ../sass/base/_fonts.scss */
.bi-hash::before {
  content: "\f40a";
}

/* line 859, ../sass/base/_fonts.scss */
.bi-hdd-fill::before {
  content: "\f40b";
}

/* line 860, ../sass/base/_fonts.scss */
.bi-hdd-network-fill::before {
  content: "\f40c";
}

/* line 861, ../sass/base/_fonts.scss */
.bi-hdd-network::before {
  content: "\f40d";
}

/* line 862, ../sass/base/_fonts.scss */
.bi-hdd-rack-fill::before {
  content: "\f40e";
}

/* line 863, ../sass/base/_fonts.scss */
.bi-hdd-rack::before {
  content: "\f40f";
}

/* line 864, ../sass/base/_fonts.scss */
.bi-hdd-stack-fill::before {
  content: "\f410";
}

/* line 865, ../sass/base/_fonts.scss */
.bi-hdd-stack::before {
  content: "\f411";
}

/* line 866, ../sass/base/_fonts.scss */
.bi-hdd::before {
  content: "\f412";
}

/* line 867, ../sass/base/_fonts.scss */
.bi-headphones::before {
  content: "\f413";
}

/* line 868, ../sass/base/_fonts.scss */
.bi-headset::before {
  content: "\f414";
}

/* line 869, ../sass/base/_fonts.scss */
.bi-heart-fill::before {
  content: "\f415";
}

/* line 870, ../sass/base/_fonts.scss */
.bi-heart-half::before {
  content: "\f416";
}

/* line 871, ../sass/base/_fonts.scss */
.bi-heart::before {
  content: "\f417";
}

/* line 872, ../sass/base/_fonts.scss */
.bi-heptagon-fill::before {
  content: "\f418";
}

/* line 873, ../sass/base/_fonts.scss */
.bi-heptagon-half::before {
  content: "\f419";
}

/* line 874, ../sass/base/_fonts.scss */
.bi-heptagon::before {
  content: "\f41a";
}

/* line 875, ../sass/base/_fonts.scss */
.bi-hexagon-fill::before {
  content: "\f41b";
}

/* line 876, ../sass/base/_fonts.scss */
.bi-hexagon-half::before {
  content: "\f41c";
}

/* line 877, ../sass/base/_fonts.scss */
.bi-hexagon::before {
  content: "\f41d";
}

/* line 878, ../sass/base/_fonts.scss */
.bi-hourglass-bottom::before {
  content: "\f41e";
}

/* line 879, ../sass/base/_fonts.scss */
.bi-hourglass-split::before {
  content: "\f41f";
}

/* line 880, ../sass/base/_fonts.scss */
.bi-hourglass-top::before {
  content: "\f420";
}

/* line 881, ../sass/base/_fonts.scss */
.bi-hourglass::before {
  content: "\f421";
}

/* line 882, ../sass/base/_fonts.scss */
.bi-house-door-fill::before {
  content: "\f422";
}

/* line 883, ../sass/base/_fonts.scss */
.bi-house-door::before {
  content: "\f423";
}

/* line 884, ../sass/base/_fonts.scss */
.bi-house-fill::before {
  content: "\f424";
}

/* line 885, ../sass/base/_fonts.scss */
.bi-house::before {
  content: "\f425";
}

/* line 886, ../sass/base/_fonts.scss */
.bi-hr::before {
  content: "\f426";
}

/* line 887, ../sass/base/_fonts.scss */
.bi-hurricane::before {
  content: "\f427";
}

/* line 888, ../sass/base/_fonts.scss */
.bi-image-alt::before {
  content: "\f428";
}

/* line 889, ../sass/base/_fonts.scss */
.bi-image-fill::before {
  content: "\f429";
}

/* line 890, ../sass/base/_fonts.scss */
.bi-image::before {
  content: "\f42a";
}

/* line 891, ../sass/base/_fonts.scss */
.bi-images::before {
  content: "\f42b";
}

/* line 892, ../sass/base/_fonts.scss */
.bi-inbox-fill::before {
  content: "\f42c";
}

/* line 893, ../sass/base/_fonts.scss */
.bi-inbox::before {
  content: "\f42d";
}

/* line 894, ../sass/base/_fonts.scss */
.bi-inboxes-fill::before {
  content: "\f42e";
}

/* line 895, ../sass/base/_fonts.scss */
.bi-inboxes::before {
  content: "\f42f";
}

/* line 896, ../sass/base/_fonts.scss */
.bi-info-circle-fill::before {
  content: "\f430";
}

/* line 897, ../sass/base/_fonts.scss */
.bi-info-circle::before {
  content: "\f431";
}

/* line 898, ../sass/base/_fonts.scss */
.bi-info-square-fill::before {
  content: "\f432";
}

/* line 899, ../sass/base/_fonts.scss */
.bi-info-square::before {
  content: "\f433";
}

/* line 900, ../sass/base/_fonts.scss */
.bi-info::before {
  content: "\f434";
}

/* line 901, ../sass/base/_fonts.scss */
.bi-input-cursor-text::before {
  content: "\f435";
}

/* line 902, ../sass/base/_fonts.scss */
.bi-input-cursor::before {
  content: "\f436";
}

/* line 903, ../sass/base/_fonts.scss */
.bi-instagram::before {
  content: "\f437";
}

/* line 904, ../sass/base/_fonts.scss */
.bi-intersect::before {
  content: "\f438";
}

/* line 905, ../sass/base/_fonts.scss */
.bi-journal-album::before {
  content: "\f439";
}

/* line 906, ../sass/base/_fonts.scss */
.bi-journal-arrow-down::before {
  content: "\f43a";
}

/* line 907, ../sass/base/_fonts.scss */
.bi-journal-arrow-up::before {
  content: "\f43b";
}

/* line 908, ../sass/base/_fonts.scss */
.bi-journal-bookmark-fill::before {
  content: "\f43c";
}

/* line 909, ../sass/base/_fonts.scss */
.bi-journal-bookmark::before {
  content: "\f43d";
}

/* line 910, ../sass/base/_fonts.scss */
.bi-journal-check::before {
  content: "\f43e";
}

/* line 911, ../sass/base/_fonts.scss */
.bi-journal-code::before {
  content: "\f43f";
}

/* line 912, ../sass/base/_fonts.scss */
.bi-journal-medical::before {
  content: "\f440";
}

/* line 913, ../sass/base/_fonts.scss */
.bi-journal-minus::before {
  content: "\f441";
}

/* line 914, ../sass/base/_fonts.scss */
.bi-journal-plus::before {
  content: "\f442";
}

/* line 915, ../sass/base/_fonts.scss */
.bi-journal-richtext::before {
  content: "\f443";
}

/* line 916, ../sass/base/_fonts.scss */
.bi-journal-text::before {
  content: "\f444";
}

/* line 917, ../sass/base/_fonts.scss */
.bi-journal-x::before {
  content: "\f445";
}

/* line 918, ../sass/base/_fonts.scss */
.bi-journal::before {
  content: "\f446";
}

/* line 919, ../sass/base/_fonts.scss */
.bi-journals::before {
  content: "\f447";
}

/* line 920, ../sass/base/_fonts.scss */
.bi-joystick::before {
  content: "\f448";
}

/* line 921, ../sass/base/_fonts.scss */
.bi-justify-left::before {
  content: "\f449";
}

/* line 922, ../sass/base/_fonts.scss */
.bi-justify-right::before {
  content: "\f44a";
}

/* line 923, ../sass/base/_fonts.scss */
.bi-justify::before {
  content: "\f44b";
}

/* line 924, ../sass/base/_fonts.scss */
.bi-kanban-fill::before {
  content: "\f44c";
}

/* line 925, ../sass/base/_fonts.scss */
.bi-kanban::before {
  content: "\f44d";
}

/* line 926, ../sass/base/_fonts.scss */
.bi-key-fill::before {
  content: "\f44e";
}

/* line 927, ../sass/base/_fonts.scss */
.bi-key::before {
  content: "\f44f";
}

/* line 928, ../sass/base/_fonts.scss */
.bi-keyboard-fill::before {
  content: "\f450";
}

/* line 929, ../sass/base/_fonts.scss */
.bi-keyboard::before {
  content: "\f451";
}

/* line 930, ../sass/base/_fonts.scss */
.bi-ladder::before {
  content: "\f452";
}

/* line 931, ../sass/base/_fonts.scss */
.bi-lamp-fill::before {
  content: "\f453";
}

/* line 932, ../sass/base/_fonts.scss */
.bi-lamp::before {
  content: "\f454";
}

/* line 933, ../sass/base/_fonts.scss */
.bi-laptop-fill::before {
  content: "\f455";
}

/* line 934, ../sass/base/_fonts.scss */
.bi-laptop::before {
  content: "\f456";
}

/* line 935, ../sass/base/_fonts.scss */
.bi-layer-backward::before {
  content: "\f457";
}

/* line 936, ../sass/base/_fonts.scss */
.bi-layer-forward::before {
  content: "\f458";
}

/* line 937, ../sass/base/_fonts.scss */
.bi-layers-fill::before {
  content: "\f459";
}

/* line 938, ../sass/base/_fonts.scss */
.bi-layers-half::before {
  content: "\f45a";
}

/* line 939, ../sass/base/_fonts.scss */
.bi-layers::before {
  content: "\f45b";
}

/* line 940, ../sass/base/_fonts.scss */
.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}

/* line 941, ../sass/base/_fonts.scss */
.bi-layout-sidebar-inset::before {
  content: "\f45d";
}

/* line 942, ../sass/base/_fonts.scss */
.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}

/* line 943, ../sass/base/_fonts.scss */
.bi-layout-sidebar::before {
  content: "\f45f";
}

/* line 944, ../sass/base/_fonts.scss */
.bi-layout-split::before {
  content: "\f460";
}

/* line 945, ../sass/base/_fonts.scss */
.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}

/* line 946, ../sass/base/_fonts.scss */
.bi-layout-text-sidebar::before {
  content: "\f462";
}

/* line 947, ../sass/base/_fonts.scss */
.bi-layout-text-window-reverse::before {
  content: "\f463";
}

/* line 948, ../sass/base/_fonts.scss */
.bi-layout-text-window::before {
  content: "\f464";
}

/* line 949, ../sass/base/_fonts.scss */
.bi-layout-three-columns::before {
  content: "\f465";
}

/* line 950, ../sass/base/_fonts.scss */
.bi-layout-wtf::before {
  content: "\f466";
}

/* line 951, ../sass/base/_fonts.scss */
.bi-life-preserver::before {
  content: "\f467";
}

/* line 952, ../sass/base/_fonts.scss */
.bi-lightbulb-fill::before {
  content: "\f468";
}

/* line 953, ../sass/base/_fonts.scss */
.bi-lightbulb-off-fill::before {
  content: "\f469";
}

/* line 954, ../sass/base/_fonts.scss */
.bi-lightbulb-off::before {
  content: "\f46a";
}

/* line 955, ../sass/base/_fonts.scss */
.bi-lightbulb::before {
  content: "\f46b";
}

/* line 956, ../sass/base/_fonts.scss */
.bi-lightning-charge-fill::before {
  content: "\f46c";
}

/* line 957, ../sass/base/_fonts.scss */
.bi-lightning-charge::before {
  content: "\f46d";
}

/* line 958, ../sass/base/_fonts.scss */
.bi-lightning-fill::before {
  content: "\f46e";
}

/* line 959, ../sass/base/_fonts.scss */
.bi-lightning::before {
  content: "\f46f";
}

/* line 960, ../sass/base/_fonts.scss */
.bi-link-45deg::before {
  content: "\f470";
}

/* line 961, ../sass/base/_fonts.scss */
.bi-link::before {
  content: "\f471";
}

/* line 962, ../sass/base/_fonts.scss */
.bi-linkedin::before {
  content: "\f472";
}

/* line 963, ../sass/base/_fonts.scss */
.bi-list-check::before {
  content: "\f473";
}

/* line 964, ../sass/base/_fonts.scss */
.bi-list-nested::before {
  content: "\f474";
}

/* line 965, ../sass/base/_fonts.scss */
.bi-list-ol::before {
  content: "\f475";
}

/* line 966, ../sass/base/_fonts.scss */
.bi-list-stars::before {
  content: "\f476";
}

/* line 967, ../sass/base/_fonts.scss */
.bi-list-task::before {
  content: "\f477";
}

/* line 968, ../sass/base/_fonts.scss */
.bi-list-ul::before {
  content: "\f478";
}

/* line 969, ../sass/base/_fonts.scss */
.bi-list::before {
  content: "\f479";
}

/* line 970, ../sass/base/_fonts.scss */
.bi-lock-fill::before {
  content: "\f47a";
}

/* line 971, ../sass/base/_fonts.scss */
.bi-lock::before {
  content: "\f47b";
}

/* line 972, ../sass/base/_fonts.scss */
.bi-mailbox::before {
  content: "\f47c";
}

/* line 973, ../sass/base/_fonts.scss */
.bi-mailbox2::before {
  content: "\f47d";
}

/* line 974, ../sass/base/_fonts.scss */
.bi-map-fill::before {
  content: "\f47e";
}

/* line 975, ../sass/base/_fonts.scss */
.bi-map::before {
  content: "\f47f";
}

/* line 976, ../sass/base/_fonts.scss */
.bi-markdown-fill::before {
  content: "\f480";
}

/* line 977, ../sass/base/_fonts.scss */
.bi-markdown::before {
  content: "\f481";
}

/* line 978, ../sass/base/_fonts.scss */
.bi-mask::before {
  content: "\f482";
}

/* line 979, ../sass/base/_fonts.scss */
.bi-megaphone-fill::before {
  content: "\f483";
}

/* line 980, ../sass/base/_fonts.scss */
.bi-megaphone::before {
  content: "\f484";
}

/* line 981, ../sass/base/_fonts.scss */
.bi-menu-app-fill::before {
  content: "\f485";
}

/* line 982, ../sass/base/_fonts.scss */
.bi-menu-app::before {
  content: "\f486";
}

/* line 983, ../sass/base/_fonts.scss */
.bi-menu-button-fill::before {
  content: "\f487";
}

/* line 984, ../sass/base/_fonts.scss */
.bi-menu-button-wide-fill::before {
  content: "\f488";
}

/* line 985, ../sass/base/_fonts.scss */
.bi-menu-button-wide::before {
  content: "\f489";
}

/* line 986, ../sass/base/_fonts.scss */
.bi-menu-button::before {
  content: "\f48a";
}

/* line 987, ../sass/base/_fonts.scss */
.bi-menu-down::before {
  content: "\f48b";
}

/* line 988, ../sass/base/_fonts.scss */
.bi-menu-up::before {
  content: "\f48c";
}

/* line 989, ../sass/base/_fonts.scss */
.bi-mic-fill::before {
  content: "\f48d";
}

/* line 990, ../sass/base/_fonts.scss */
.bi-mic-mute-fill::before {
  content: "\f48e";
}

/* line 991, ../sass/base/_fonts.scss */
.bi-mic-mute::before {
  content: "\f48f";
}

/* line 992, ../sass/base/_fonts.scss */
.bi-mic::before {
  content: "\f490";
}

/* line 993, ../sass/base/_fonts.scss */
.bi-minecart-loaded::before {
  content: "\f491";
}

/* line 994, ../sass/base/_fonts.scss */
.bi-minecart::before {
  content: "\f492";
}

/* line 995, ../sass/base/_fonts.scss */
.bi-moisture::before {
  content: "\f493";
}

/* line 996, ../sass/base/_fonts.scss */
.bi-moon-fill::before {
  content: "\f494";
}

/* line 997, ../sass/base/_fonts.scss */
.bi-moon-stars-fill::before {
  content: "\f495";
}

/* line 998, ../sass/base/_fonts.scss */
.bi-moon-stars::before {
  content: "\f496";
}

/* line 999, ../sass/base/_fonts.scss */
.bi-moon::before {
  content: "\f497";
}

/* line 1000, ../sass/base/_fonts.scss */
.bi-mouse-fill::before {
  content: "\f498";
}

/* line 1001, ../sass/base/_fonts.scss */
.bi-mouse::before {
  content: "\f499";
}

/* line 1002, ../sass/base/_fonts.scss */
.bi-mouse2-fill::before {
  content: "\f49a";
}

/* line 1003, ../sass/base/_fonts.scss */
.bi-mouse2::before {
  content: "\f49b";
}

/* line 1004, ../sass/base/_fonts.scss */
.bi-mouse3-fill::before {
  content: "\f49c";
}

/* line 1005, ../sass/base/_fonts.scss */
.bi-mouse3::before {
  content: "\f49d";
}

/* line 1006, ../sass/base/_fonts.scss */
.bi-music-note-beamed::before {
  content: "\f49e";
}

/* line 1007, ../sass/base/_fonts.scss */
.bi-music-note-list::before {
  content: "\f49f";
}

/* line 1008, ../sass/base/_fonts.scss */
.bi-music-note::before {
  content: "\f4a0";
}

/* line 1009, ../sass/base/_fonts.scss */
.bi-music-player-fill::before {
  content: "\f4a1";
}

/* line 1010, ../sass/base/_fonts.scss */
.bi-music-player::before {
  content: "\f4a2";
}

/* line 1011, ../sass/base/_fonts.scss */
.bi-newspaper::before {
  content: "\f4a3";
}

/* line 1012, ../sass/base/_fonts.scss */
.bi-node-minus-fill::before {
  content: "\f4a4";
}

/* line 1013, ../sass/base/_fonts.scss */
.bi-node-minus::before {
  content: "\f4a5";
}

/* line 1014, ../sass/base/_fonts.scss */
.bi-node-plus-fill::before {
  content: "\f4a6";
}

/* line 1015, ../sass/base/_fonts.scss */
.bi-node-plus::before {
  content: "\f4a7";
}

/* line 1016, ../sass/base/_fonts.scss */
.bi-nut-fill::before {
  content: "\f4a8";
}

/* line 1017, ../sass/base/_fonts.scss */
.bi-nut::before {
  content: "\f4a9";
}

/* line 1018, ../sass/base/_fonts.scss */
.bi-octagon-fill::before {
  content: "\f4aa";
}

/* line 1019, ../sass/base/_fonts.scss */
.bi-octagon-half::before {
  content: "\f4ab";
}

/* line 1020, ../sass/base/_fonts.scss */
.bi-octagon::before {
  content: "\f4ac";
}

/* line 1021, ../sass/base/_fonts.scss */
.bi-option::before {
  content: "\f4ad";
}

/* line 1022, ../sass/base/_fonts.scss */
.bi-outlet::before {
  content: "\f4ae";
}

/* line 1023, ../sass/base/_fonts.scss */
.bi-paint-bucket::before {
  content: "\f4af";
}

/* line 1024, ../sass/base/_fonts.scss */
.bi-palette-fill::before {
  content: "\f4b0";
}

/* line 1025, ../sass/base/_fonts.scss */
.bi-palette::before {
  content: "\f4b1";
}

/* line 1026, ../sass/base/_fonts.scss */
.bi-palette2::before {
  content: "\f4b2";
}

/* line 1027, ../sass/base/_fonts.scss */
.bi-paperclip::before {
  content: "\f4b3";
}

/* line 1028, ../sass/base/_fonts.scss */
.bi-paragraph::before {
  content: "\f4b4";
}

/* line 1029, ../sass/base/_fonts.scss */
.bi-patch-check-fill::before {
  content: "\f4b5";
}

/* line 1030, ../sass/base/_fonts.scss */
.bi-patch-check::before {
  content: "\f4b6";
}

/* line 1031, ../sass/base/_fonts.scss */
.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}

/* line 1032, ../sass/base/_fonts.scss */
.bi-patch-exclamation::before {
  content: "\f4b8";
}

/* line 1033, ../sass/base/_fonts.scss */
.bi-patch-minus-fill::before {
  content: "\f4b9";
}

/* line 1034, ../sass/base/_fonts.scss */
.bi-patch-minus::before {
  content: "\f4ba";
}

/* line 1035, ../sass/base/_fonts.scss */
.bi-patch-plus-fill::before {
  content: "\f4bb";
}

/* line 1036, ../sass/base/_fonts.scss */
.bi-patch-plus::before {
  content: "\f4bc";
}

/* line 1037, ../sass/base/_fonts.scss */
.bi-patch-question-fill::before {
  content: "\f4bd";
}

/* line 1038, ../sass/base/_fonts.scss */
.bi-patch-question::before {
  content: "\f4be";
}

/* line 1039, ../sass/base/_fonts.scss */
.bi-pause-btn-fill::before {
  content: "\f4bf";
}

/* line 1040, ../sass/base/_fonts.scss */
.bi-pause-btn::before {
  content: "\f4c0";
}

/* line 1041, ../sass/base/_fonts.scss */
.bi-pause-circle-fill::before {
  content: "\f4c1";
}

/* line 1042, ../sass/base/_fonts.scss */
.bi-pause-circle::before {
  content: "\f4c2";
}

/* line 1043, ../sass/base/_fonts.scss */
.bi-pause-fill::before {
  content: "\f4c3";
}

/* line 1044, ../sass/base/_fonts.scss */
.bi-pause::before {
  content: "\f4c4";
}

/* line 1045, ../sass/base/_fonts.scss */
.bi-peace-fill::before {
  content: "\f4c5";
}

/* line 1046, ../sass/base/_fonts.scss */
.bi-peace::before {
  content: "\f4c6";
}

/* line 1047, ../sass/base/_fonts.scss */
.bi-pen-fill::before {
  content: "\f4c7";
}

/* line 1048, ../sass/base/_fonts.scss */
.bi-pen::before {
  content: "\f4c8";
}

/* line 1049, ../sass/base/_fonts.scss */
.bi-pencil-fill::before {
  content: "\f4c9";
}

/* line 1050, ../sass/base/_fonts.scss */
.bi-pencil-square::before {
  content: "\f4ca";
}

/* line 1051, ../sass/base/_fonts.scss */
.bi-pencil::before {
  content: "\f4cb";
}

/* line 1052, ../sass/base/_fonts.scss */
.bi-pentagon-fill::before {
  content: "\f4cc";
}

/* line 1053, ../sass/base/_fonts.scss */
.bi-pentagon-half::before {
  content: "\f4cd";
}

/* line 1054, ../sass/base/_fonts.scss */
.bi-pentagon::before {
  content: "\f4ce";
}

/* line 1055, ../sass/base/_fonts.scss */
.bi-people-fill::before {
  content: "\f4cf";
}

/* line 1056, ../sass/base/_fonts.scss */
.bi-people::before {
  content: "\f4d0";
}

/* line 1057, ../sass/base/_fonts.scss */
.bi-percent::before {
  content: "\f4d1";
}

/* line 1058, ../sass/base/_fonts.scss */
.bi-person-badge-fill::before {
  content: "\f4d2";
}

/* line 1059, ../sass/base/_fonts.scss */
.bi-person-badge::before {
  content: "\f4d3";
}

/* line 1060, ../sass/base/_fonts.scss */
.bi-person-bounding-box::before {
  content: "\f4d4";
}

/* line 1061, ../sass/base/_fonts.scss */
.bi-person-check-fill::before {
  content: "\f4d5";
}

/* line 1062, ../sass/base/_fonts.scss */
.bi-person-check::before {
  content: "\f4d6";
}

/* line 1063, ../sass/base/_fonts.scss */
.bi-person-circle::before {
  content: "\f4d7";
}

/* line 1064, ../sass/base/_fonts.scss */
.bi-person-dash-fill::before {
  content: "\f4d8";
}

/* line 1065, ../sass/base/_fonts.scss */
.bi-person-dash::before {
  content: "\f4d9";
}

/* line 1066, ../sass/base/_fonts.scss */
.bi-person-fill::before {
  content: "\f4da";
}

/* line 1067, ../sass/base/_fonts.scss */
.bi-person-lines-fill::before {
  content: "\f4db";
}

/* line 1068, ../sass/base/_fonts.scss */
.bi-person-plus-fill::before {
  content: "\f4dc";
}

/* line 1069, ../sass/base/_fonts.scss */
.bi-person-plus::before {
  content: "\f4dd";
}

/* line 1070, ../sass/base/_fonts.scss */
.bi-person-square::before {
  content: "\f4de";
}

/* line 1071, ../sass/base/_fonts.scss */
.bi-person-x-fill::before {
  content: "\f4df";
}

/* line 1072, ../sass/base/_fonts.scss */
.bi-person-x::before {
  content: "\f4e0";
}

/* line 1073, ../sass/base/_fonts.scss */
.bi-person::before {
  content: "\f4e1";
}

/* line 1074, ../sass/base/_fonts.scss */
.bi-phone-fill::before {
  content: "\f4e2";
}

/* line 1075, ../sass/base/_fonts.scss */
.bi-phone-landscape-fill::before {
  content: "\f4e3";
}

/* line 1076, ../sass/base/_fonts.scss */
.bi-phone-landscape::before {
  content: "\f4e4";
}

/* line 1077, ../sass/base/_fonts.scss */
.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}

/* line 1078, ../sass/base/_fonts.scss */
.bi-phone-vibrate::before {
  content: "\f4e6";
}

/* line 1079, ../sass/base/_fonts.scss */
.bi-phone::before {
  content: "\f4e7";
}

/* line 1080, ../sass/base/_fonts.scss */
.bi-pie-chart-fill::before {
  content: "\f4e8";
}

/* line 1081, ../sass/base/_fonts.scss */
.bi-pie-chart::before {
  content: "\f4e9";
}

/* line 1082, ../sass/base/_fonts.scss */
.bi-pin-angle-fill::before {
  content: "\f4ea";
}

/* line 1083, ../sass/base/_fonts.scss */
.bi-pin-angle::before {
  content: "\f4eb";
}

/* line 1084, ../sass/base/_fonts.scss */
.bi-pin-fill::before {
  content: "\f4ec";
}

/* line 1085, ../sass/base/_fonts.scss */
.bi-pin::before {
  content: "\f4ed";
}

/* line 1086, ../sass/base/_fonts.scss */
.bi-pip-fill::before {
  content: "\f4ee";
}

/* line 1087, ../sass/base/_fonts.scss */
.bi-pip::before {
  content: "\f4ef";
}

/* line 1088, ../sass/base/_fonts.scss */
.bi-play-btn-fill::before {
  content: "\f4f0";
}

/* line 1089, ../sass/base/_fonts.scss */
.bi-play-btn::before {
  content: "\f4f1";
}

/* line 1090, ../sass/base/_fonts.scss */
.bi-play-circle-fill::before {
  content: "\f4f2";
}

/* line 1091, ../sass/base/_fonts.scss */
.bi-play-circle::before {
  content: "\f4f3";
}

/* line 1092, ../sass/base/_fonts.scss */
.bi-play-fill::before {
  content: "\f4f4";
}

/* line 1093, ../sass/base/_fonts.scss */
.bi-play::before {
  content: "\f4f5";
}

/* line 1094, ../sass/base/_fonts.scss */
.bi-plug-fill::before {
  content: "\f4f6";
}

/* line 1095, ../sass/base/_fonts.scss */
.bi-plug::before {
  content: "\f4f7";
}

/* line 1096, ../sass/base/_fonts.scss */
.bi-plus-circle-dotted::before {
  content: "\f4f8";
}

/* line 1097, ../sass/base/_fonts.scss */
.bi-plus-circle-fill::before {
  content: "\f4f9";
}

/* line 1098, ../sass/base/_fonts.scss */
.bi-plus-circle::before {
  content: "\f4fa";
}

/* line 1099, ../sass/base/_fonts.scss */
.bi-plus-square-dotted::before {
  content: "\f4fb";
}

/* line 1100, ../sass/base/_fonts.scss */
.bi-plus-square-fill::before {
  content: "\f4fc";
}

/* line 1101, ../sass/base/_fonts.scss */
.bi-plus-square::before {
  content: "\f4fd";
}

/* line 1102, ../sass/base/_fonts.scss */
.bi-plus::before {
  content: "\f4fe";
}

/* line 1103, ../sass/base/_fonts.scss */
.bi-power::before {
  content: "\f4ff";
}

/* line 1104, ../sass/base/_fonts.scss */
.bi-printer-fill::before {
  content: "\f500";
}

/* line 1105, ../sass/base/_fonts.scss */
.bi-printer::before {
  content: "\f501";
}

/* line 1106, ../sass/base/_fonts.scss */
.bi-puzzle-fill::before {
  content: "\f502";
}

/* line 1107, ../sass/base/_fonts.scss */
.bi-puzzle::before {
  content: "\f503";
}

/* line 1108, ../sass/base/_fonts.scss */
.bi-question-circle-fill::before {
  content: "\f504";
}

/* line 1109, ../sass/base/_fonts.scss */
.bi-question-circle::before {
  content: "\f505";
}

/* line 1110, ../sass/base/_fonts.scss */
.bi-question-diamond-fill::before {
  content: "\f506";
}

/* line 1111, ../sass/base/_fonts.scss */
.bi-question-diamond::before {
  content: "\f507";
}

/* line 1112, ../sass/base/_fonts.scss */
.bi-question-octagon-fill::before {
  content: "\f508";
}

/* line 1113, ../sass/base/_fonts.scss */
.bi-question-octagon::before {
  content: "\f509";
}

/* line 1114, ../sass/base/_fonts.scss */
.bi-question-square-fill::before {
  content: "\f50a";
}

/* line 1115, ../sass/base/_fonts.scss */
.bi-question-square::before {
  content: "\f50b";
}

/* line 1116, ../sass/base/_fonts.scss */
.bi-question::before {
  content: "\f50c";
}

/* line 1117, ../sass/base/_fonts.scss */
.bi-rainbow::before {
  content: "\f50d";
}

/* line 1118, ../sass/base/_fonts.scss */
.bi-receipt-cutoff::before {
  content: "\f50e";
}

/* line 1119, ../sass/base/_fonts.scss */
.bi-receipt::before {
  content: "\f50f";
}

/* line 1120, ../sass/base/_fonts.scss */
.bi-reception-0::before {
  content: "\f510";
}

/* line 1121, ../sass/base/_fonts.scss */
.bi-reception-1::before {
  content: "\f511";
}

/* line 1122, ../sass/base/_fonts.scss */
.bi-reception-2::before {
  content: "\f512";
}

/* line 1123, ../sass/base/_fonts.scss */
.bi-reception-3::before {
  content: "\f513";
}

/* line 1124, ../sass/base/_fonts.scss */
.bi-reception-4::before {
  content: "\f514";
}

/* line 1125, ../sass/base/_fonts.scss */
.bi-record-btn-fill::before {
  content: "\f515";
}

/* line 1126, ../sass/base/_fonts.scss */
.bi-record-btn::before {
  content: "\f516";
}

/* line 1127, ../sass/base/_fonts.scss */
.bi-record-circle-fill::before {
  content: "\f517";
}

/* line 1128, ../sass/base/_fonts.scss */
.bi-record-circle::before {
  content: "\f518";
}

/* line 1129, ../sass/base/_fonts.scss */
.bi-record-fill::before {
  content: "\f519";
}

/* line 1130, ../sass/base/_fonts.scss */
.bi-record::before {
  content: "\f51a";
}

/* line 1131, ../sass/base/_fonts.scss */
.bi-record2-fill::before {
  content: "\f51b";
}

/* line 1132, ../sass/base/_fonts.scss */
.bi-record2::before {
  content: "\f51c";
}

/* line 1133, ../sass/base/_fonts.scss */
.bi-reply-all-fill::before {
  content: "\f51d";
}

/* line 1134, ../sass/base/_fonts.scss */
.bi-reply-all::before {
  content: "\f51e";
}

/* line 1135, ../sass/base/_fonts.scss */
.bi-reply-fill::before {
  content: "\f51f";
}

/* line 1136, ../sass/base/_fonts.scss */
.bi-reply::before {
  content: "\f520";
}

/* line 1137, ../sass/base/_fonts.scss */
.bi-rss-fill::before {
  content: "\f521";
}

/* line 1138, ../sass/base/_fonts.scss */
.bi-rss::before {
  content: "\f522";
}

/* line 1139, ../sass/base/_fonts.scss */
.bi-rulers::before {
  content: "\f523";
}

/* line 1140, ../sass/base/_fonts.scss */
.bi-save-fill::before {
  content: "\f524";
}

/* line 1141, ../sass/base/_fonts.scss */
.bi-save::before {
  content: "\f525";
}

/* line 1142, ../sass/base/_fonts.scss */
.bi-save2-fill::before {
  content: "\f526";
}

/* line 1143, ../sass/base/_fonts.scss */
.bi-save2::before {
  content: "\f527";
}

/* line 1144, ../sass/base/_fonts.scss */
.bi-scissors::before {
  content: "\f528";
}

/* line 1145, ../sass/base/_fonts.scss */
.bi-screwdriver::before {
  content: "\f529";
}

/* line 1146, ../sass/base/_fonts.scss */
.bi-search::before {
  content: "\f52a";
}

/* line 1147, ../sass/base/_fonts.scss */
.bi-segmented-nav::before {
  content: "\f52b";
}

/* line 1148, ../sass/base/_fonts.scss */
.bi-server::before {
  content: "\f52c";
}

/* line 1149, ../sass/base/_fonts.scss */
.bi-share-fill::before {
  content: "\f52d";
}

/* line 1150, ../sass/base/_fonts.scss */
.bi-share::before {
  content: "\f52e";
}

/* line 1151, ../sass/base/_fonts.scss */
.bi-shield-check::before {
  content: "\f52f";
}

/* line 1152, ../sass/base/_fonts.scss */
.bi-shield-exclamation::before {
  content: "\f530";
}

/* line 1153, ../sass/base/_fonts.scss */
.bi-shield-fill-check::before {
  content: "\f531";
}

/* line 1154, ../sass/base/_fonts.scss */
.bi-shield-fill-exclamation::before {
  content: "\f532";
}

/* line 1155, ../sass/base/_fonts.scss */
.bi-shield-fill-minus::before {
  content: "\f533";
}

/* line 1156, ../sass/base/_fonts.scss */
.bi-shield-fill-plus::before {
  content: "\f534";
}

/* line 1157, ../sass/base/_fonts.scss */
.bi-shield-fill-x::before {
  content: "\f535";
}

/* line 1158, ../sass/base/_fonts.scss */
.bi-shield-fill::before {
  content: "\f536";
}

/* line 1159, ../sass/base/_fonts.scss */
.bi-shield-lock-fill::before {
  content: "\f537";
}

/* line 1160, ../sass/base/_fonts.scss */
.bi-shield-lock::before {
  content: "\f538";
}

/* line 1161, ../sass/base/_fonts.scss */
.bi-shield-minus::before {
  content: "\f539";
}

/* line 1162, ../sass/base/_fonts.scss */
.bi-shield-plus::before {
  content: "\f53a";
}

/* line 1163, ../sass/base/_fonts.scss */
.bi-shield-shaded::before {
  content: "\f53b";
}

/* line 1164, ../sass/base/_fonts.scss */
.bi-shield-slash-fill::before {
  content: "\f53c";
}

/* line 1165, ../sass/base/_fonts.scss */
.bi-shield-slash::before {
  content: "\f53d";
}

/* line 1166, ../sass/base/_fonts.scss */
.bi-shield-x::before {
  content: "\f53e";
}

/* line 1167, ../sass/base/_fonts.scss */
.bi-shield::before {
  content: "\f53f";
}

/* line 1168, ../sass/base/_fonts.scss */
.bi-shift-fill::before {
  content: "\f540";
}

/* line 1169, ../sass/base/_fonts.scss */
.bi-shift::before {
  content: "\f541";
}

/* line 1170, ../sass/base/_fonts.scss */
.bi-shop-window::before {
  content: "\f542";
}

/* line 1171, ../sass/base/_fonts.scss */
.bi-shop::before {
  content: "\f543";
}

/* line 1172, ../sass/base/_fonts.scss */
.bi-shuffle::before {
  content: "\f544";
}

/* line 1173, ../sass/base/_fonts.scss */
.bi-signpost-2-fill::before {
  content: "\f545";
}

/* line 1174, ../sass/base/_fonts.scss */
.bi-signpost-2::before {
  content: "\f546";
}

/* line 1175, ../sass/base/_fonts.scss */
.bi-signpost-fill::before {
  content: "\f547";
}

/* line 1176, ../sass/base/_fonts.scss */
.bi-signpost-split-fill::before {
  content: "\f548";
}

/* line 1177, ../sass/base/_fonts.scss */
.bi-signpost-split::before {
  content: "\f549";
}

/* line 1178, ../sass/base/_fonts.scss */
.bi-signpost::before {
  content: "\f54a";
}

/* line 1179, ../sass/base/_fonts.scss */
.bi-sim-fill::before {
  content: "\f54b";
}

/* line 1180, ../sass/base/_fonts.scss */
.bi-sim::before {
  content: "\f54c";
}

/* line 1181, ../sass/base/_fonts.scss */
.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}

/* line 1182, ../sass/base/_fonts.scss */
.bi-skip-backward-btn::before {
  content: "\f54e";
}

/* line 1183, ../sass/base/_fonts.scss */
.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}

/* line 1184, ../sass/base/_fonts.scss */
.bi-skip-backward-circle::before {
  content: "\f550";
}

/* line 1185, ../sass/base/_fonts.scss */
.bi-skip-backward-fill::before {
  content: "\f551";
}

/* line 1186, ../sass/base/_fonts.scss */
.bi-skip-backward::before {
  content: "\f552";
}

/* line 1187, ../sass/base/_fonts.scss */
.bi-skip-end-btn-fill::before {
  content: "\f553";
}

/* line 1188, ../sass/base/_fonts.scss */
.bi-skip-end-btn::before {
  content: "\f554";
}

/* line 1189, ../sass/base/_fonts.scss */
.bi-skip-end-circle-fill::before {
  content: "\f555";
}

/* line 1190, ../sass/base/_fonts.scss */
.bi-skip-end-circle::before {
  content: "\f556";
}

/* line 1191, ../sass/base/_fonts.scss */
.bi-skip-end-fill::before {
  content: "\f557";
}

/* line 1192, ../sass/base/_fonts.scss */
.bi-skip-end::before {
  content: "\f558";
}

/* line 1193, ../sass/base/_fonts.scss */
.bi-skip-forward-btn-fill::before {
  content: "\f559";
}

/* line 1194, ../sass/base/_fonts.scss */
.bi-skip-forward-btn::before {
  content: "\f55a";
}

/* line 1195, ../sass/base/_fonts.scss */
.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}

/* line 1196, ../sass/base/_fonts.scss */
.bi-skip-forward-circle::before {
  content: "\f55c";
}

/* line 1197, ../sass/base/_fonts.scss */
.bi-skip-forward-fill::before {
  content: "\f55d";
}

/* line 1198, ../sass/base/_fonts.scss */
.bi-skip-forward::before {
  content: "\f55e";
}

/* line 1199, ../sass/base/_fonts.scss */
.bi-skip-start-btn-fill::before {
  content: "\f55f";
}

/* line 1200, ../sass/base/_fonts.scss */
.bi-skip-start-btn::before {
  content: "\f560";
}

/* line 1201, ../sass/base/_fonts.scss */
.bi-skip-start-circle-fill::before {
  content: "\f561";
}

/* line 1202, ../sass/base/_fonts.scss */
.bi-skip-start-circle::before {
  content: "\f562";
}

/* line 1203, ../sass/base/_fonts.scss */
.bi-skip-start-fill::before {
  content: "\f563";
}

/* line 1204, ../sass/base/_fonts.scss */
.bi-skip-start::before {
  content: "\f564";
}

/* line 1205, ../sass/base/_fonts.scss */
.bi-slack::before {
  content: "\f565";
}

/* line 1206, ../sass/base/_fonts.scss */
.bi-slash-circle-fill::before {
  content: "\f566";
}

/* line 1207, ../sass/base/_fonts.scss */
.bi-slash-circle::before {
  content: "\f567";
}

/* line 1208, ../sass/base/_fonts.scss */
.bi-slash-square-fill::before {
  content: "\f568";
}

/* line 1209, ../sass/base/_fonts.scss */
.bi-slash-square::before {
  content: "\f569";
}

/* line 1210, ../sass/base/_fonts.scss */
.bi-slash::before {
  content: "\f56a";
}

/* line 1211, ../sass/base/_fonts.scss */
.bi-sliders::before {
  content: "\f56b";
}

/* line 1212, ../sass/base/_fonts.scss */
.bi-smartwatch::before {
  content: "\f56c";
}

/* line 1213, ../sass/base/_fonts.scss */
.bi-snow::before {
  content: "\f56d";
}

/* line 1214, ../sass/base/_fonts.scss */
.bi-snow2::before {
  content: "\f56e";
}

/* line 1215, ../sass/base/_fonts.scss */
.bi-snow3::before {
  content: "\f56f";
}

/* line 1216, ../sass/base/_fonts.scss */
.bi-sort-alpha-down-alt::before {
  content: "\f570";
}

/* line 1217, ../sass/base/_fonts.scss */
.bi-sort-alpha-down::before {
  content: "\f571";
}

/* line 1218, ../sass/base/_fonts.scss */
.bi-sort-alpha-up-alt::before {
  content: "\f572";
}

/* line 1219, ../sass/base/_fonts.scss */
.bi-sort-alpha-up::before {
  content: "\f573";
}

/* line 1220, ../sass/base/_fonts.scss */
.bi-sort-down-alt::before {
  content: "\f574";
}

/* line 1221, ../sass/base/_fonts.scss */
.bi-sort-down::before {
  content: "\f575";
}

/* line 1222, ../sass/base/_fonts.scss */
.bi-sort-numeric-down-alt::before {
  content: "\f576";
}

/* line 1223, ../sass/base/_fonts.scss */
.bi-sort-numeric-down::before {
  content: "\f577";
}

/* line 1224, ../sass/base/_fonts.scss */
.bi-sort-numeric-up-alt::before {
  content: "\f578";
}

/* line 1225, ../sass/base/_fonts.scss */
.bi-sort-numeric-up::before {
  content: "\f579";
}

/* line 1226, ../sass/base/_fonts.scss */
.bi-sort-up-alt::before {
  content: "\f57a";
}

/* line 1227, ../sass/base/_fonts.scss */
.bi-sort-up::before {
  content: "\f57b";
}

/* line 1228, ../sass/base/_fonts.scss */
.bi-soundwave::before {
  content: "\f57c";
}

/* line 1229, ../sass/base/_fonts.scss */
.bi-speaker-fill::before {
  content: "\f57d";
}

/* line 1230, ../sass/base/_fonts.scss */
.bi-speaker::before {
  content: "\f57e";
}

/* line 1231, ../sass/base/_fonts.scss */
.bi-speedometer::before {
  content: "\f57f";
}

/* line 1232, ../sass/base/_fonts.scss */
.bi-speedometer2::before {
  content: "\f580";
}

/* line 1233, ../sass/base/_fonts.scss */
.bi-spellcheck::before {
  content: "\f581";
}

/* line 1234, ../sass/base/_fonts.scss */
.bi-square-fill::before {
  content: "\f582";
}

/* line 1235, ../sass/base/_fonts.scss */
.bi-square-half::before {
  content: "\f583";
}

/* line 1236, ../sass/base/_fonts.scss */
.bi-square::before {
  content: "\f584";
}

/* line 1237, ../sass/base/_fonts.scss */
.bi-stack::before {
  content: "\f585";
}

/* line 1238, ../sass/base/_fonts.scss */
.bi-star-fill::before {
  content: "\f586";
}

/* line 1239, ../sass/base/_fonts.scss */
.bi-star-half::before {
  content: "\f587";
}

/* line 1240, ../sass/base/_fonts.scss */
.bi-star::before {
  content: "\f588";
}

/* line 1241, ../sass/base/_fonts.scss */
.bi-stars::before {
  content: "\f589";
}

/* line 1242, ../sass/base/_fonts.scss */
.bi-stickies-fill::before {
  content: "\f58a";
}

/* line 1243, ../sass/base/_fonts.scss */
.bi-stickies::before {
  content: "\f58b";
}

/* line 1244, ../sass/base/_fonts.scss */
.bi-sticky-fill::before {
  content: "\f58c";
}

/* line 1245, ../sass/base/_fonts.scss */
.bi-sticky::before {
  content: "\f58d";
}

/* line 1246, ../sass/base/_fonts.scss */
.bi-stop-btn-fill::before {
  content: "\f58e";
}

/* line 1247, ../sass/base/_fonts.scss */
.bi-stop-btn::before {
  content: "\f58f";
}

/* line 1248, ../sass/base/_fonts.scss */
.bi-stop-circle-fill::before {
  content: "\f590";
}

/* line 1249, ../sass/base/_fonts.scss */
.bi-stop-circle::before {
  content: "\f591";
}

/* line 1250, ../sass/base/_fonts.scss */
.bi-stop-fill::before {
  content: "\f592";
}

/* line 1251, ../sass/base/_fonts.scss */
.bi-stop::before {
  content: "\f593";
}

/* line 1252, ../sass/base/_fonts.scss */
.bi-stoplights-fill::before {
  content: "\f594";
}

/* line 1253, ../sass/base/_fonts.scss */
.bi-stoplights::before {
  content: "\f595";
}

/* line 1254, ../sass/base/_fonts.scss */
.bi-stopwatch-fill::before {
  content: "\f596";
}

/* line 1255, ../sass/base/_fonts.scss */
.bi-stopwatch::before {
  content: "\f597";
}

/* line 1256, ../sass/base/_fonts.scss */
.bi-subtract::before {
  content: "\f598";
}

/* line 1257, ../sass/base/_fonts.scss */
.bi-suit-club-fill::before {
  content: "\f599";
}

/* line 1258, ../sass/base/_fonts.scss */
.bi-suit-club::before {
  content: "\f59a";
}

/* line 1259, ../sass/base/_fonts.scss */
.bi-suit-diamond-fill::before {
  content: "\f59b";
}

/* line 1260, ../sass/base/_fonts.scss */
.bi-suit-diamond::before {
  content: "\f59c";
}

/* line 1261, ../sass/base/_fonts.scss */
.bi-suit-heart-fill::before {
  content: "\f59d";
}

/* line 1262, ../sass/base/_fonts.scss */
.bi-suit-heart::before {
  content: "\f59e";
}

/* line 1263, ../sass/base/_fonts.scss */
.bi-suit-spade-fill::before {
  content: "\f59f";
}

/* line 1264, ../sass/base/_fonts.scss */
.bi-suit-spade::before {
  content: "\f5a0";
}

/* line 1265, ../sass/base/_fonts.scss */
.bi-sun-fill::before {
  content: "\f5a1";
}

/* line 1266, ../sass/base/_fonts.scss */
.bi-sun::before {
  content: "\f5a2";
}

/* line 1267, ../sass/base/_fonts.scss */
.bi-sunglasses::before {
  content: "\f5a3";
}

/* line 1268, ../sass/base/_fonts.scss */
.bi-sunrise-fill::before {
  content: "\f5a4";
}

/* line 1269, ../sass/base/_fonts.scss */
.bi-sunrise::before {
  content: "\f5a5";
}

/* line 1270, ../sass/base/_fonts.scss */
.bi-sunset-fill::before {
  content: "\f5a6";
}

/* line 1271, ../sass/base/_fonts.scss */
.bi-sunset::before {
  content: "\f5a7";
}

/* line 1272, ../sass/base/_fonts.scss */
.bi-symmetry-horizontal::before {
  content: "\f5a8";
}

/* line 1273, ../sass/base/_fonts.scss */
.bi-symmetry-vertical::before {
  content: "\f5a9";
}

/* line 1274, ../sass/base/_fonts.scss */
.bi-table::before {
  content: "\f5aa";
}

/* line 1275, ../sass/base/_fonts.scss */
.bi-tablet-fill::before {
  content: "\f5ab";
}

/* line 1276, ../sass/base/_fonts.scss */
.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}

/* line 1277, ../sass/base/_fonts.scss */
.bi-tablet-landscape::before {
  content: "\f5ad";
}

/* line 1278, ../sass/base/_fonts.scss */
.bi-tablet::before {
  content: "\f5ae";
}

/* line 1279, ../sass/base/_fonts.scss */
.bi-tag-fill::before {
  content: "\f5af";
}

/* line 1280, ../sass/base/_fonts.scss */
.bi-tag::before {
  content: "\f5b0";
}

/* line 1281, ../sass/base/_fonts.scss */
.bi-tags-fill::before {
  content: "\f5b1";
}

/* line 1282, ../sass/base/_fonts.scss */
.bi-tags::before {
  content: "\f5b2";
}

/* line 1283, ../sass/base/_fonts.scss */
.bi-telegram::before {
  content: "\f5b3";
}

/* line 1284, ../sass/base/_fonts.scss */
.bi-telephone-fill::before {
  content: "\f5b4";
}

/* line 1285, ../sass/base/_fonts.scss */
.bi-telephone-forward-fill::before {
  content: "\f5b5";
}

/* line 1286, ../sass/base/_fonts.scss */
.bi-telephone-forward::before {
  content: "\f5b6";
}

/* line 1287, ../sass/base/_fonts.scss */
.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}

/* line 1288, ../sass/base/_fonts.scss */
.bi-telephone-inbound::before {
  content: "\f5b8";
}

/* line 1289, ../sass/base/_fonts.scss */
.bi-telephone-minus-fill::before {
  content: "\f5b9";
}

/* line 1290, ../sass/base/_fonts.scss */
.bi-telephone-minus::before {
  content: "\f5ba";
}

/* line 1291, ../sass/base/_fonts.scss */
.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}

/* line 1292, ../sass/base/_fonts.scss */
.bi-telephone-outbound::before {
  content: "\f5bc";
}

/* line 1293, ../sass/base/_fonts.scss */
.bi-telephone-plus-fill::before {
  content: "\f5bd";
}

/* line 1294, ../sass/base/_fonts.scss */
.bi-telephone-plus::before {
  content: "\f5be";
}

/* line 1295, ../sass/base/_fonts.scss */
.bi-telephone-x-fill::before {
  content: "\f5bf";
}

/* line 1296, ../sass/base/_fonts.scss */
.bi-telephone-x::before {
  content: "\f5c0";
}

/* line 1297, ../sass/base/_fonts.scss */
.bi-telephone::before {
  content: "\f5c1";
}

/* line 1298, ../sass/base/_fonts.scss */
.bi-terminal-fill::before {
  content: "\f5c2";
}

/* line 1299, ../sass/base/_fonts.scss */
.bi-terminal::before {
  content: "\f5c3";
}

/* line 1300, ../sass/base/_fonts.scss */
.bi-text-center::before {
  content: "\f5c4";
}

/* line 1301, ../sass/base/_fonts.scss */
.bi-text-indent-left::before {
  content: "\f5c5";
}

/* line 1302, ../sass/base/_fonts.scss */
.bi-text-indent-right::before {
  content: "\f5c6";
}

/* line 1303, ../sass/base/_fonts.scss */
.bi-text-left::before {
  content: "\f5c7";
}

/* line 1304, ../sass/base/_fonts.scss */
.bi-text-paragraph::before {
  content: "\f5c8";
}

/* line 1305, ../sass/base/_fonts.scss */
.bi-text-right::before {
  content: "\f5c9";
}

/* line 1306, ../sass/base/_fonts.scss */
.bi-textarea-resize::before {
  content: "\f5ca";
}

/* line 1307, ../sass/base/_fonts.scss */
.bi-textarea-t::before {
  content: "\f5cb";
}

/* line 1308, ../sass/base/_fonts.scss */
.bi-textarea::before {
  content: "\f5cc";
}

/* line 1309, ../sass/base/_fonts.scss */
.bi-thermometer-half::before {
  content: "\f5cd";
}

/* line 1310, ../sass/base/_fonts.scss */
.bi-thermometer-high::before {
  content: "\f5ce";
}

/* line 1311, ../sass/base/_fonts.scss */
.bi-thermometer-low::before {
  content: "\f5cf";
}

/* line 1312, ../sass/base/_fonts.scss */
.bi-thermometer-snow::before {
  content: "\f5d0";
}

/* line 1313, ../sass/base/_fonts.scss */
.bi-thermometer-sun::before {
  content: "\f5d1";
}

/* line 1314, ../sass/base/_fonts.scss */
.bi-thermometer::before {
  content: "\f5d2";
}

/* line 1315, ../sass/base/_fonts.scss */
.bi-three-dots-vertical::before {
  content: "\f5d3";
}

/* line 1316, ../sass/base/_fonts.scss */
.bi-three-dots::before {
  content: "\f5d4";
}

/* line 1317, ../sass/base/_fonts.scss */
.bi-toggle-off::before {
  content: "\f5d5";
}

/* line 1318, ../sass/base/_fonts.scss */
.bi-toggle-on::before {
  content: "\f5d6";
}

/* line 1319, ../sass/base/_fonts.scss */
.bi-toggle2-off::before {
  content: "\f5d7";
}

/* line 1320, ../sass/base/_fonts.scss */
.bi-toggle2-on::before {
  content: "\f5d8";
}

/* line 1321, ../sass/base/_fonts.scss */
.bi-toggles::before {
  content: "\f5d9";
}

/* line 1322, ../sass/base/_fonts.scss */
.bi-toggles2::before {
  content: "\f5da";
}

/* line 1323, ../sass/base/_fonts.scss */
.bi-tools::before {
  content: "\f5db";
}

/* line 1324, ../sass/base/_fonts.scss */
.bi-tornado::before {
  content: "\f5dc";
}

/* line 1325, ../sass/base/_fonts.scss */
.bi-trash-fill::before {
  content: "\f5dd";
}

/* line 1326, ../sass/base/_fonts.scss */
.bi-trash::before {
  content: "\f5de";
}

/* line 1327, ../sass/base/_fonts.scss */
.bi-trash2-fill::before {
  content: "\f5df";
}

/* line 1328, ../sass/base/_fonts.scss */
.bi-trash2::before {
  content: "\f5e0";
}

/* line 1329, ../sass/base/_fonts.scss */
.bi-tree-fill::before {
  content: "\f5e1";
}

/* line 1330, ../sass/base/_fonts.scss */
.bi-tree::before {
  content: "\f5e2";
}

/* line 1331, ../sass/base/_fonts.scss */
.bi-triangle-fill::before {
  content: "\f5e3";
}

/* line 1332, ../sass/base/_fonts.scss */
.bi-triangle-half::before {
  content: "\f5e4";
}

/* line 1333, ../sass/base/_fonts.scss */
.bi-triangle::before {
  content: "\f5e5";
}

/* line 1334, ../sass/base/_fonts.scss */
.bi-trophy-fill::before {
  content: "\f5e6";
}

/* line 1335, ../sass/base/_fonts.scss */
.bi-trophy::before {
  content: "\f5e7";
}

/* line 1336, ../sass/base/_fonts.scss */
.bi-tropical-storm::before {
  content: "\f5e8";
}

/* line 1337, ../sass/base/_fonts.scss */
.bi-truck-flatbed::before {
  content: "\f5e9";
}

/* line 1338, ../sass/base/_fonts.scss */
.bi-truck::before {
  content: "\f5ea";
}

/* line 1339, ../sass/base/_fonts.scss */
.bi-tsunami::before {
  content: "\f5eb";
}

/* line 1340, ../sass/base/_fonts.scss */
.bi-tv-fill::before {
  content: "\f5ec";
}

/* line 1341, ../sass/base/_fonts.scss */
.bi-tv::before {
  content: "\f5ed";
}

/* line 1342, ../sass/base/_fonts.scss */
.bi-twitch::before {
  content: "\f5ee";
}

/* line 1343, ../sass/base/_fonts.scss */
.bi-twitter::before {
  content: "\f5ef";
}

/* line 1344, ../sass/base/_fonts.scss */
.bi-type-bold::before {
  content: "\f5f0";
}

/* line 1345, ../sass/base/_fonts.scss */
.bi-type-h1::before {
  content: "\f5f1";
}

/* line 1346, ../sass/base/_fonts.scss */
.bi-type-h2::before {
  content: "\f5f2";
}

/* line 1347, ../sass/base/_fonts.scss */
.bi-type-h3::before {
  content: "\f5f3";
}

/* line 1348, ../sass/base/_fonts.scss */
.bi-type-italic::before {
  content: "\f5f4";
}

/* line 1349, ../sass/base/_fonts.scss */
.bi-type-strikethrough::before {
  content: "\f5f5";
}

/* line 1350, ../sass/base/_fonts.scss */
.bi-type-underline::before {
  content: "\f5f6";
}

/* line 1351, ../sass/base/_fonts.scss */
.bi-type::before {
  content: "\f5f7";
}

/* line 1352, ../sass/base/_fonts.scss */
.bi-ui-checks-grid::before {
  content: "\f5f8";
}

/* line 1353, ../sass/base/_fonts.scss */
.bi-ui-checks::before {
  content: "\f5f9";
}

/* line 1354, ../sass/base/_fonts.scss */
.bi-ui-radios-grid::before {
  content: "\f5fa";
}

/* line 1355, ../sass/base/_fonts.scss */
.bi-ui-radios::before {
  content: "\f5fb";
}

/* line 1356, ../sass/base/_fonts.scss */
.bi-umbrella-fill::before {
  content: "\f5fc";
}

/* line 1357, ../sass/base/_fonts.scss */
.bi-umbrella::before {
  content: "\f5fd";
}

/* line 1358, ../sass/base/_fonts.scss */
.bi-union::before {
  content: "\f5fe";
}

/* line 1359, ../sass/base/_fonts.scss */
.bi-unlock-fill::before {
  content: "\f5ff";
}

/* line 1360, ../sass/base/_fonts.scss */
.bi-unlock::before {
  content: "\f600";
}

/* line 1361, ../sass/base/_fonts.scss */
.bi-upc-scan::before {
  content: "\f601";
}

/* line 1362, ../sass/base/_fonts.scss */
.bi-upc::before {
  content: "\f602";
}

/* line 1363, ../sass/base/_fonts.scss */
.bi-upload::before {
  content: "\f603";
}

/* line 1364, ../sass/base/_fonts.scss */
.bi-vector-pen::before {
  content: "\f604";
}

/* line 1365, ../sass/base/_fonts.scss */
.bi-view-list::before {
  content: "\f605";
}

/* line 1366, ../sass/base/_fonts.scss */
.bi-view-stacked::before {
  content: "\f606";
}

/* line 1367, ../sass/base/_fonts.scss */
.bi-vinyl-fill::before {
  content: "\f607";
}

/* line 1368, ../sass/base/_fonts.scss */
.bi-vinyl::before {
  content: "\f608";
}

/* line 1369, ../sass/base/_fonts.scss */
.bi-voicemail::before {
  content: "\f609";
}

/* line 1370, ../sass/base/_fonts.scss */
.bi-volume-down-fill::before {
  content: "\f60a";
}

/* line 1371, ../sass/base/_fonts.scss */
.bi-volume-down::before {
  content: "\f60b";
}

/* line 1372, ../sass/base/_fonts.scss */
.bi-volume-mute-fill::before {
  content: "\f60c";
}

/* line 1373, ../sass/base/_fonts.scss */
.bi-volume-mute::before {
  content: "\f60d";
}

/* line 1374, ../sass/base/_fonts.scss */
.bi-volume-off-fill::before {
  content: "\f60e";
}

/* line 1375, ../sass/base/_fonts.scss */
.bi-volume-off::before {
  content: "\f60f";
}

/* line 1376, ../sass/base/_fonts.scss */
.bi-volume-up-fill::before {
  content: "\f610";
}

/* line 1377, ../sass/base/_fonts.scss */
.bi-volume-up::before {
  content: "\f611";
}

/* line 1378, ../sass/base/_fonts.scss */
.bi-vr::before {
  content: "\f612";
}

/* line 1379, ../sass/base/_fonts.scss */
.bi-wallet-fill::before {
  content: "\f613";
}

/* line 1380, ../sass/base/_fonts.scss */
.bi-wallet::before {
  content: "\f614";
}

/* line 1381, ../sass/base/_fonts.scss */
.bi-wallet2::before {
  content: "\f615";
}

/* line 1382, ../sass/base/_fonts.scss */
.bi-watch::before {
  content: "\f616";
}

/* line 1383, ../sass/base/_fonts.scss */
.bi-water::before {
  content: "\f617";
}

/* line 1384, ../sass/base/_fonts.scss */
.bi-whatsapp::before {
  content: "\f618";
}

/* line 1385, ../sass/base/_fonts.scss */
.bi-wifi-1::before {
  content: "\f619";
}

/* line 1386, ../sass/base/_fonts.scss */
.bi-wifi-2::before {
  content: "\f61a";
}

/* line 1387, ../sass/base/_fonts.scss */
.bi-wifi-off::before {
  content: "\f61b";
}

/* line 1388, ../sass/base/_fonts.scss */
.bi-wifi::before {
  content: "\f61c";
}

/* line 1389, ../sass/base/_fonts.scss */
.bi-wind::before {
  content: "\f61d";
}

/* line 1390, ../sass/base/_fonts.scss */
.bi-window-dock::before {
  content: "\f61e";
}

/* line 1391, ../sass/base/_fonts.scss */
.bi-window-sidebar::before {
  content: "\f61f";
}

/* line 1392, ../sass/base/_fonts.scss */
.bi-window::before {
  content: "\f620";
}

/* line 1393, ../sass/base/_fonts.scss */
.bi-wrench::before {
  content: "\f621";
}

/* line 1394, ../sass/base/_fonts.scss */
.bi-x-circle-fill::before {
  content: "\f622";
}

/* line 1395, ../sass/base/_fonts.scss */
.bi-x-circle::before {
  content: "\f623";
}

/* line 1396, ../sass/base/_fonts.scss */
.bi-x-diamond-fill::before {
  content: "\f624";
}

/* line 1397, ../sass/base/_fonts.scss */
.bi-x-diamond::before {
  content: "\f625";
}

/* line 1398, ../sass/base/_fonts.scss */
.bi-x-octagon-fill::before {
  content: "\f626";
}

/* line 1399, ../sass/base/_fonts.scss */
.bi-x-octagon::before {
  content: "\f627";
}

/* line 1400, ../sass/base/_fonts.scss */
.bi-x-square-fill::before {
  content: "\f628";
}

/* line 1401, ../sass/base/_fonts.scss */
.bi-x-square::before {
  content: "\f629";
}

/* line 1402, ../sass/base/_fonts.scss */
.bi-x::before {
  content: "\f62a";
}

/* line 1403, ../sass/base/_fonts.scss */
.bi-youtube::before {
  content: "\f62b";
}

/* line 1404, ../sass/base/_fonts.scss */
.bi-zoom-in::before {
  content: "\f62c";
}

/* line 1405, ../sass/base/_fonts.scss */
.bi-zoom-out::before {
  content: "\f62d";
}

/* line 1406, ../sass/base/_fonts.scss */
.bi-bank::before {
  content: "\f62e";
}

/* line 1407, ../sass/base/_fonts.scss */
.bi-bank2::before {
  content: "\f62f";
}

/* line 1408, ../sass/base/_fonts.scss */
.bi-bell-slash-fill::before {
  content: "\f630";
}

/* line 1409, ../sass/base/_fonts.scss */
.bi-bell-slash::before {
  content: "\f631";
}

/* line 1410, ../sass/base/_fonts.scss */
.bi-cash-coin::before {
  content: "\f632";
}

/* line 1411, ../sass/base/_fonts.scss */
.bi-check-lg::before {
  content: "\f633";
}

/* line 1412, ../sass/base/_fonts.scss */
.bi-coin::before {
  content: "\f634";
}

/* line 1413, ../sass/base/_fonts.scss */
.bi-currency-bitcoin::before {
  content: "\f635";
}

/* line 1414, ../sass/base/_fonts.scss */
.bi-currency-dollar::before {
  content: "\f636";
}

/* line 1415, ../sass/base/_fonts.scss */
.bi-currency-euro::before {
  content: "\f637";
}

/* line 1416, ../sass/base/_fonts.scss */
.bi-currency-exchange::before {
  content: "\f638";
}

/* line 1417, ../sass/base/_fonts.scss */
.bi-currency-pound::before {
  content: "\f639";
}

/* line 1418, ../sass/base/_fonts.scss */
.bi-currency-yen::before {
  content: "\f63a";
}

/* line 1419, ../sass/base/_fonts.scss */
.bi-dash-lg::before {
  content: "\f63b";
}

/* line 1420, ../sass/base/_fonts.scss */
.bi-exclamation-lg::before {
  content: "\f63c";
}

/* line 1421, ../sass/base/_fonts.scss */
.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}

/* line 1422, ../sass/base/_fonts.scss */
.bi-file-earmark-pdf::before {
  content: "\f63e";
}

/* line 1423, ../sass/base/_fonts.scss */
.bi-file-pdf-fill::before {
  content: "\f63f";
}

/* line 1424, ../sass/base/_fonts.scss */
.bi-file-pdf::before {
  content: "\f640";
}

/* line 1425, ../sass/base/_fonts.scss */
.bi-gender-ambiguous::before {
  content: "\f641";
}

/* line 1426, ../sass/base/_fonts.scss */
.bi-gender-female::before {
  content: "\f642";
}

/* line 1427, ../sass/base/_fonts.scss */
.bi-gender-male::before {
  content: "\f643";
}

/* line 1428, ../sass/base/_fonts.scss */
.bi-gender-trans::before {
  content: "\f644";
}

/* line 1429, ../sass/base/_fonts.scss */
.bi-headset-vr::before {
  content: "\f645";
}

/* line 1430, ../sass/base/_fonts.scss */
.bi-info-lg::before {
  content: "\f646";
}

/* line 1431, ../sass/base/_fonts.scss */
.bi-mastodon::before {
  content: "\f647";
}

/* line 1432, ../sass/base/_fonts.scss */
.bi-messenger::before {
  content: "\f648";
}

/* line 1433, ../sass/base/_fonts.scss */
.bi-piggy-bank-fill::before {
  content: "\f649";
}

/* line 1434, ../sass/base/_fonts.scss */
.bi-piggy-bank::before {
  content: "\f64a";
}

/* line 1435, ../sass/base/_fonts.scss */
.bi-pin-map-fill::before {
  content: "\f64b";
}

/* line 1436, ../sass/base/_fonts.scss */
.bi-pin-map::before {
  content: "\f64c";
}

/* line 1437, ../sass/base/_fonts.scss */
.bi-plus-lg::before {
  content: "\f64d";
}

/* line 1438, ../sass/base/_fonts.scss */
.bi-question-lg::before {
  content: "\f64e";
}

/* line 1439, ../sass/base/_fonts.scss */
.bi-recycle::before {
  content: "\f64f";
}

/* line 1440, ../sass/base/_fonts.scss */
.bi-reddit::before {
  content: "\f650";
}

/* line 1441, ../sass/base/_fonts.scss */
.bi-safe-fill::before {
  content: "\f651";
}

/* line 1442, ../sass/base/_fonts.scss */
.bi-safe2-fill::before {
  content: "\f652";
}

/* line 1443, ../sass/base/_fonts.scss */
.bi-safe2::before {
  content: "\f653";
}

/* line 1444, ../sass/base/_fonts.scss */
.bi-sd-card-fill::before {
  content: "\f654";
}

/* line 1445, ../sass/base/_fonts.scss */
.bi-sd-card::before {
  content: "\f655";
}

/* line 1446, ../sass/base/_fonts.scss */
.bi-skype::before {
  content: "\f656";
}

/* line 1447, ../sass/base/_fonts.scss */
.bi-slash-lg::before {
  content: "\f657";
}

/* line 1448, ../sass/base/_fonts.scss */
.bi-translate::before {
  content: "\f658";
}

/* line 1449, ../sass/base/_fonts.scss */
.bi-x-lg::before {
  content: "\f659";
}

/* line 1450, ../sass/base/_fonts.scss */
.bi-safe::before {
  content: "\f65a";
}

/* line 1451, ../sass/base/_fonts.scss */
.bi-apple::before {
  content: "\f65b";
}

/* line 1452, ../sass/base/_fonts.scss */
.bi-microsoft::before {
  content: "\f65d";
}

/* line 1453, ../sass/base/_fonts.scss */
.bi-windows::before {
  content: "\f65e";
}

/* line 1454, ../sass/base/_fonts.scss */
.bi-behance::before {
  content: "\f65c";
}

/* line 1455, ../sass/base/_fonts.scss */
.bi-dribbble::before {
  content: "\f65f";
}

/* line 1456, ../sass/base/_fonts.scss */
.bi-line::before {
  content: "\f660";
}

/* line 1457, ../sass/base/_fonts.scss */
.bi-medium::before {
  content: "\f661";
}

/* line 1458, ../sass/base/_fonts.scss */
.bi-paypal::before {
  content: "\f662";
}

/* line 1459, ../sass/base/_fonts.scss */
.bi-pinterest::before {
  content: "\f663";
}

/* line 1460, ../sass/base/_fonts.scss */
.bi-signal::before {
  content: "\f664";
}

/* line 1461, ../sass/base/_fonts.scss */
.bi-snapchat::before {
  content: "\f665";
}

/* line 1462, ../sass/base/_fonts.scss */
.bi-spotify::before {
  content: "\f666";
}

/* line 1463, ../sass/base/_fonts.scss */
.bi-stack-overflow::before {
  content: "\f667";
}

/* line 1464, ../sass/base/_fonts.scss */
.bi-strava::before {
  content: "\f668";
}

/* line 1465, ../sass/base/_fonts.scss */
.bi-wordpress::before {
  content: "\f669";
}

/* line 1466, ../sass/base/_fonts.scss */
.bi-vimeo::before {
  content: "\f66a";
}

/* line 1467, ../sass/base/_fonts.scss */
.bi-activity::before {
  content: "\f66b";
}

/* line 1468, ../sass/base/_fonts.scss */
.bi-easel2-fill::before {
  content: "\f66c";
}

/* line 1469, ../sass/base/_fonts.scss */
.bi-easel2::before {
  content: "\f66d";
}

/* line 1470, ../sass/base/_fonts.scss */
.bi-easel3-fill::before {
  content: "\f66e";
}

/* line 1471, ../sass/base/_fonts.scss */
.bi-easel3::before {
  content: "\f66f";
}

/* line 1472, ../sass/base/_fonts.scss */
.bi-fan::before {
  content: "\f670";
}

/* line 1473, ../sass/base/_fonts.scss */
.bi-fingerprint::before {
  content: "\f671";
}

/* line 1474, ../sass/base/_fonts.scss */
.bi-graph-down-arrow::before {
  content: "\f672";
}

/* line 1475, ../sass/base/_fonts.scss */
.bi-graph-up-arrow::before {
  content: "\f673";
}

/* line 1476, ../sass/base/_fonts.scss */
.bi-hypnotize::before {
  content: "\f674";
}

/* line 1477, ../sass/base/_fonts.scss */
.bi-magic::before {
  content: "\f675";
}

/* line 1478, ../sass/base/_fonts.scss */
.bi-person-rolodex::before {
  content: "\f676";
}

/* line 1479, ../sass/base/_fonts.scss */
.bi-person-video::before {
  content: "\f677";
}

/* line 1480, ../sass/base/_fonts.scss */
.bi-person-video2::before {
  content: "\f678";
}

/* line 1481, ../sass/base/_fonts.scss */
.bi-person-video3::before {
  content: "\f679";
}

/* line 1482, ../sass/base/_fonts.scss */
.bi-person-workspace::before {
  content: "\f67a";
}

/* line 1483, ../sass/base/_fonts.scss */
.bi-radioactive::before {
  content: "\f67b";
}

/* line 1484, ../sass/base/_fonts.scss */
.bi-webcam-fill::before {
  content: "\f67c";
}

/* line 1485, ../sass/base/_fonts.scss */
.bi-webcam::before {
  content: "\f67d";
}

/* line 1486, ../sass/base/_fonts.scss */
.bi-yin-yang::before {
  content: "\f67e";
}

/* line 1487, ../sass/base/_fonts.scss */
.bi-bandaid-fill::before {
  content: "\f680";
}

/* line 1488, ../sass/base/_fonts.scss */
.bi-bandaid::before {
  content: "\f681";
}

/* line 1489, ../sass/base/_fonts.scss */
.bi-bluetooth::before {
  content: "\f682";
}

/* line 1490, ../sass/base/_fonts.scss */
.bi-body-text::before {
  content: "\f683";
}

/* line 1491, ../sass/base/_fonts.scss */
.bi-boombox::before {
  content: "\f684";
}

/* line 1492, ../sass/base/_fonts.scss */
.bi-boxes::before {
  content: "\f685";
}

/* line 1493, ../sass/base/_fonts.scss */
.bi-dpad-fill::before {
  content: "\f686";
}

/* line 1494, ../sass/base/_fonts.scss */
.bi-dpad::before {
  content: "\f687";
}

/* line 1495, ../sass/base/_fonts.scss */
.bi-ear-fill::before {
  content: "\f688";
}

/* line 1496, ../sass/base/_fonts.scss */
.bi-ear::before {
  content: "\f689";
}

/* line 1497, ../sass/base/_fonts.scss */
.bi-envelope-check-1::before {
  content: "\f68a";
}

/* line 1498, ../sass/base/_fonts.scss */
.bi-envelope-check-fill::before {
  content: "\f68b";
}

/* line 1499, ../sass/base/_fonts.scss */
.bi-envelope-check::before {
  content: "\f68c";
}

/* line 1500, ../sass/base/_fonts.scss */
.bi-envelope-dash-1::before {
  content: "\f68d";
}

/* line 1501, ../sass/base/_fonts.scss */
.bi-envelope-dash-fill::before {
  content: "\f68e";
}

/* line 1502, ../sass/base/_fonts.scss */
.bi-envelope-dash::before {
  content: "\f68f";
}

/* line 1503, ../sass/base/_fonts.scss */
.bi-envelope-exclamation-1::before {
  content: "\f690";
}

/* line 1504, ../sass/base/_fonts.scss */
.bi-envelope-exclamation-fill::before {
  content: "\f691";
}

/* line 1505, ../sass/base/_fonts.scss */
.bi-envelope-exclamation::before {
  content: "\f692";
}

/* line 1506, ../sass/base/_fonts.scss */
.bi-envelope-plus-fill::before {
  content: "\f693";
}

/* line 1507, ../sass/base/_fonts.scss */
.bi-envelope-plus::before {
  content: "\f694";
}

/* line 1508, ../sass/base/_fonts.scss */
.bi-envelope-slash-1::before {
  content: "\f695";
}

/* line 1509, ../sass/base/_fonts.scss */
.bi-envelope-slash-fill::before {
  content: "\f696";
}

/* line 1510, ../sass/base/_fonts.scss */
.bi-envelope-slash::before {
  content: "\f697";
}

/* line 1511, ../sass/base/_fonts.scss */
.bi-envelope-x-1::before {
  content: "\f698";
}

/* line 1512, ../sass/base/_fonts.scss */
.bi-envelope-x-fill::before {
  content: "\f699";
}

/* line 1513, ../sass/base/_fonts.scss */
.bi-envelope-x::before {
  content: "\f69a";
}

/* line 1514, ../sass/base/_fonts.scss */
.bi-explicit-fill::before {
  content: "\f69b";
}

/* line 1515, ../sass/base/_fonts.scss */
.bi-explicit::before {
  content: "\f69c";
}

/* line 1516, ../sass/base/_fonts.scss */
.bi-git::before {
  content: "\f69d";
}

/* line 1517, ../sass/base/_fonts.scss */
.bi-infinity::before {
  content: "\f69e";
}

/* line 1518, ../sass/base/_fonts.scss */
.bi-list-columns-reverse::before {
  content: "\f69f";
}

/* line 1519, ../sass/base/_fonts.scss */
.bi-list-columns::before {
  content: "\f6a0";
}

/* line 1520, ../sass/base/_fonts.scss */
.bi-meta::before {
  content: "\f6a1";
}

/* line 1521, ../sass/base/_fonts.scss */
.bi-mortorboard-fill::before {
  content: "\f6a2";
}

/* line 1522, ../sass/base/_fonts.scss */
.bi-mortorboard::before {
  content: "\f6a3";
}

/* line 1523, ../sass/base/_fonts.scss */
.bi-nintendo-switch::before {
  content: "\f6a4";
}

/* line 1524, ../sass/base/_fonts.scss */
.bi-pc-display-horizontal::before {
  content: "\f6a5";
}

/* line 1525, ../sass/base/_fonts.scss */
.bi-pc-display::before {
  content: "\f6a6";
}

/* line 1526, ../sass/base/_fonts.scss */
.bi-pc-horizontal::before {
  content: "\f6a7";
}

/* line 1527, ../sass/base/_fonts.scss */
.bi-pc::before {
  content: "\f6a8";
}

/* line 1528, ../sass/base/_fonts.scss */
.bi-playstation::before {
  content: "\f6a9";
}

/* line 1529, ../sass/base/_fonts.scss */
.bi-plus-slash-minus::before {
  content: "\f6aa";
}

/* line 1530, ../sass/base/_fonts.scss */
.bi-projector-fill::before {
  content: "\f6ab";
}

/* line 1531, ../sass/base/_fonts.scss */
.bi-projector::before {
  content: "\f6ac";
}

/* line 1532, ../sass/base/_fonts.scss */
.bi-qr-code-scan::before {
  content: "\f6ad";
}

/* line 1533, ../sass/base/_fonts.scss */
.bi-qr-code::before {
  content: "\f6ae";
}

/* line 1534, ../sass/base/_fonts.scss */
.bi-quora::before {
  content: "\f6af";
}

/* line 1535, ../sass/base/_fonts.scss */
.bi-quote::before {
  content: "\f6b0";
}

/* line 1536, ../sass/base/_fonts.scss */
.bi-robot::before {
  content: "\f6b1";
}

/* line 1537, ../sass/base/_fonts.scss */
.bi-send-check-fill::before {
  content: "\f6b2";
}

/* line 1538, ../sass/base/_fonts.scss */
.bi-send-check::before {
  content: "\f6b3";
}

/* line 1539, ../sass/base/_fonts.scss */
.bi-send-dash-fill::before {
  content: "\f6b4";
}

/* line 1540, ../sass/base/_fonts.scss */
.bi-send-dash::before {
  content: "\f6b5";
}

/* line 1541, ../sass/base/_fonts.scss */
.bi-send-exclamation-1::before {
  content: "\f6b6";
}

/* line 1542, ../sass/base/_fonts.scss */
.bi-send-exclamation-fill::before {
  content: "\f6b7";
}

/* line 1543, ../sass/base/_fonts.scss */
.bi-send-exclamation::before {
  content: "\f6b8";
}

/* line 1544, ../sass/base/_fonts.scss */
.bi-send-fill::before {
  content: "\f6b9";
}

/* line 1545, ../sass/base/_fonts.scss */
.bi-send-plus-fill::before {
  content: "\f6ba";
}

/* line 1546, ../sass/base/_fonts.scss */
.bi-send-plus::before {
  content: "\f6bb";
}

/* line 1547, ../sass/base/_fonts.scss */
.bi-send-slash-fill::before {
  content: "\f6bc";
}

/* line 1548, ../sass/base/_fonts.scss */
.bi-send-slash::before {
  content: "\f6bd";
}

/* line 1549, ../sass/base/_fonts.scss */
.bi-send-x-fill::before {
  content: "\f6be";
}

/* line 1550, ../sass/base/_fonts.scss */
.bi-send-x::before {
  content: "\f6bf";
}

/* line 1551, ../sass/base/_fonts.scss */
.bi-send::before {
  content: "\f6c0";
}

/* line 1552, ../sass/base/_fonts.scss */
.bi-steam::before {
  content: "\f6c1";
}

/* line 1553, ../sass/base/_fonts.scss */
.bi-terminal-dash-1::before {
  content: "\f6c2";
}

/* line 1554, ../sass/base/_fonts.scss */
.bi-terminal-dash::before {
  content: "\f6c3";
}

/* line 1555, ../sass/base/_fonts.scss */
.bi-terminal-plus::before {
  content: "\f6c4";
}

/* line 1556, ../sass/base/_fonts.scss */
.bi-terminal-split::before {
  content: "\f6c5";
}

/* line 1557, ../sass/base/_fonts.scss */
.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}

/* line 1558, ../sass/base/_fonts.scss */
.bi-ticket-detailed::before {
  content: "\f6c7";
}

/* line 1559, ../sass/base/_fonts.scss */
.bi-ticket-fill::before {
  content: "\f6c8";
}

/* line 1560, ../sass/base/_fonts.scss */
.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}

/* line 1561, ../sass/base/_fonts.scss */
.bi-ticket-perforated::before {
  content: "\f6ca";
}

/* line 1562, ../sass/base/_fonts.scss */
.bi-ticket::before {
  content: "\f6cb";
}

/* line 1563, ../sass/base/_fonts.scss */
.bi-tiktok::before {
  content: "\f6cc";
}

/* line 1564, ../sass/base/_fonts.scss */
.bi-window-dash::before {
  content: "\f6cd";
}

/* line 1565, ../sass/base/_fonts.scss */
.bi-window-desktop::before {
  content: "\f6ce";
}

/* line 1566, ../sass/base/_fonts.scss */
.bi-window-fullscreen::before {
  content: "\f6cf";
}

/* line 1567, ../sass/base/_fonts.scss */
.bi-window-plus::before {
  content: "\f6d0";
}

/* line 1568, ../sass/base/_fonts.scss */
.bi-window-split::before {
  content: "\f6d1";
}

/* line 1569, ../sass/base/_fonts.scss */
.bi-window-stack::before {
  content: "\f6d2";
}

/* line 1570, ../sass/base/_fonts.scss */
.bi-window-x::before {
  content: "\f6d3";
}

/* line 1571, ../sass/base/_fonts.scss */
.bi-xbox::before {
  content: "\f6d4";
}

/* line 1572, ../sass/base/_fonts.scss */
.bi-ethernet::before {
  content: "\f6d5";
}

/* line 1573, ../sass/base/_fonts.scss */
.bi-hdmi-fill::before {
  content: "\f6d6";
}

/* line 1574, ../sass/base/_fonts.scss */
.bi-hdmi::before {
  content: "\f6d7";
}

/* line 1575, ../sass/base/_fonts.scss */
.bi-usb-c-fill::before {
  content: "\f6d8";
}

/* line 1576, ../sass/base/_fonts.scss */
.bi-usb-c::before {
  content: "\f6d9";
}

/* line 1577, ../sass/base/_fonts.scss */
.bi-usb-fill::before {
  content: "\f6da";
}

/* line 1578, ../sass/base/_fonts.scss */
.bi-usb-plug-fill::before {
  content: "\f6db";
}

/* line 1579, ../sass/base/_fonts.scss */
.bi-usb-plug::before {
  content: "\f6dc";
}

/* line 1580, ../sass/base/_fonts.scss */
.bi-usb-symbol::before {
  content: "\f6dd";
}

/* line 1581, ../sass/base/_fonts.scss */
.bi-usb::before {
  content: "\f6de";
}

/* line 1582, ../sass/base/_fonts.scss */
.bi-boombox-fill::before {
  content: "\f6df";
}

/* line 1583, ../sass/base/_fonts.scss */
.bi-displayport-1::before {
  content: "\f6e0";
}

/* line 1584, ../sass/base/_fonts.scss */
.bi-displayport::before {
  content: "\f6e1";
}

/* line 1585, ../sass/base/_fonts.scss */
.bi-gpu-card::before {
  content: "\f6e2";
}

/* line 1586, ../sass/base/_fonts.scss */
.bi-memory::before {
  content: "\f6e3";
}

/* line 1587, ../sass/base/_fonts.scss */
.bi-modem-fill::before {
  content: "\f6e4";
}

/* line 1588, ../sass/base/_fonts.scss */
.bi-modem::before {
  content: "\f6e5";
}

/* line 1589, ../sass/base/_fonts.scss */
.bi-motherboard-fill::before {
  content: "\f6e6";
}

/* line 1590, ../sass/base/_fonts.scss */
.bi-motherboard::before {
  content: "\f6e7";
}

/* line 1591, ../sass/base/_fonts.scss */
.bi-optical-audio-fill::before {
  content: "\f6e8";
}

/* line 1592, ../sass/base/_fonts.scss */
.bi-optical-audio::before {
  content: "\f6e9";
}

/* line 1593, ../sass/base/_fonts.scss */
.bi-pci-card::before {
  content: "\f6ea";
}

/* line 1594, ../sass/base/_fonts.scss */
.bi-router-fill::before {
  content: "\f6eb";
}

/* line 1595, ../sass/base/_fonts.scss */
.bi-router::before {
  content: "\f6ec";
}

/* line 1596, ../sass/base/_fonts.scss */
.bi-ssd-fill::before {
  content: "\f6ed";
}

/* line 1597, ../sass/base/_fonts.scss */
.bi-ssd::before {
  content: "\f6ee";
}

/* line 1598, ../sass/base/_fonts.scss */
.bi-thunderbolt-fill::before {
  content: "\f6ef";
}

/* line 1599, ../sass/base/_fonts.scss */
.bi-thunderbolt::before {
  content: "\f6f0";
}

/* line 1600, ../sass/base/_fonts.scss */
.bi-usb-drive-fill::before {
  content: "\f6f1";
}

/* line 1601, ../sass/base/_fonts.scss */
.bi-usb-drive::before {
  content: "\f6f2";
}

/* line 1602, ../sass/base/_fonts.scss */
.bi-usb-micro-fill::before {
  content: "\f6f3";
}

/* line 1603, ../sass/base/_fonts.scss */
.bi-usb-micro::before {
  content: "\f6f4";
}

/* line 1604, ../sass/base/_fonts.scss */
.bi-usb-mini-fill::before {
  content: "\f6f5";
}

/* line 1605, ../sass/base/_fonts.scss */
.bi-usb-mini::before {
  content: "\f6f6";
}

/* line 1606, ../sass/base/_fonts.scss */
.bi-cloud-haze2::before {
  content: "\f6f7";
}

/* line 1607, ../sass/base/_fonts.scss */
.bi-device-hdd-fill::before {
  content: "\f6f8";
}

/* line 1608, ../sass/base/_fonts.scss */
.bi-device-hdd::before {
  content: "\f6f9";
}

/* line 1609, ../sass/base/_fonts.scss */
.bi-device-ssd-fill::before {
  content: "\f6fa";
}

/* line 1610, ../sass/base/_fonts.scss */
.bi-device-ssd::before {
  content: "\f6fb";
}

/* line 1611, ../sass/base/_fonts.scss */
.bi-displayport-fill::before {
  content: "\f6fc";
}

/* line 1612, ../sass/base/_fonts.scss */
.bi-mortarboard-fill::before {
  content: "\f6fd";
}

/* line 1613, ../sass/base/_fonts.scss */
.bi-mortarboard::before {
  content: "\f6fe";
}

/* line 1614, ../sass/base/_fonts.scss */
.bi-terminal-x::before {
  content: "\f6ff";
}

/* line 1615, ../sass/base/_fonts.scss */
.bi-arrow-through-heart-fill::before {
  content: "\f700";
}

/* line 1616, ../sass/base/_fonts.scss */
.bi-arrow-through-heart::before {
  content: "\f701";
}

/* line 1617, ../sass/base/_fonts.scss */
.bi-badge-sd-fill::before {
  content: "\f702";
}

/* line 1618, ../sass/base/_fonts.scss */
.bi-badge-sd::before {
  content: "\f703";
}

/* line 1619, ../sass/base/_fonts.scss */
.bi-bag-heart-fill::before {
  content: "\f704";
}

/* line 1620, ../sass/base/_fonts.scss */
.bi-bag-heart::before {
  content: "\f705";
}

/* line 1621, ../sass/base/_fonts.scss */
.bi-balloon-fill::before {
  content: "\f706";
}

/* line 1622, ../sass/base/_fonts.scss */
.bi-balloon-heart-fill::before {
  content: "\f707";
}

/* line 1623, ../sass/base/_fonts.scss */
.bi-balloon-heart::before {
  content: "\f708";
}

/* line 1624, ../sass/base/_fonts.scss */
.bi-balloon::before {
  content: "\f709";
}

/* line 1625, ../sass/base/_fonts.scss */
.bi-box2-fill::before {
  content: "\f70a";
}

/* line 1626, ../sass/base/_fonts.scss */
.bi-box2-heart-fill::before {
  content: "\f70b";
}

/* line 1627, ../sass/base/_fonts.scss */
.bi-box2-heart::before {
  content: "\f70c";
}

/* line 1628, ../sass/base/_fonts.scss */
.bi-box2::before {
  content: "\f70d";
}

/* line 1629, ../sass/base/_fonts.scss */
.bi-braces-asterisk::before {
  content: "\f70e";
}

/* line 1630, ../sass/base/_fonts.scss */
.bi-calendar-heart-fill::before {
  content: "\f70f";
}

/* line 1631, ../sass/base/_fonts.scss */
.bi-calendar-heart::before {
  content: "\f710";
}

/* line 1632, ../sass/base/_fonts.scss */
.bi-calendar2-heart-fill::before {
  content: "\f711";
}

/* line 1633, ../sass/base/_fonts.scss */
.bi-calendar2-heart::before {
  content: "\f712";
}

/* line 1634, ../sass/base/_fonts.scss */
.bi-chat-heart-fill::before {
  content: "\f713";
}

/* line 1635, ../sass/base/_fonts.scss */
.bi-chat-heart::before {
  content: "\f714";
}

/* line 1636, ../sass/base/_fonts.scss */
.bi-chat-left-heart-fill::before {
  content: "\f715";
}

/* line 1637, ../sass/base/_fonts.scss */
.bi-chat-left-heart::before {
  content: "\f716";
}

/* line 1638, ../sass/base/_fonts.scss */
.bi-chat-right-heart-fill::before {
  content: "\f717";
}

/* line 1639, ../sass/base/_fonts.scss */
.bi-chat-right-heart::before {
  content: "\f718";
}

/* line 1640, ../sass/base/_fonts.scss */
.bi-chat-square-heart-fill::before {
  content: "\f719";
}

/* line 1641, ../sass/base/_fonts.scss */
.bi-chat-square-heart::before {
  content: "\f71a";
}

/* line 1642, ../sass/base/_fonts.scss */
.bi-clipboard-check-fill::before {
  content: "\f71b";
}

/* line 1643, ../sass/base/_fonts.scss */
.bi-clipboard-data-fill::before {
  content: "\f71c";
}

/* line 1644, ../sass/base/_fonts.scss */
.bi-clipboard-fill::before {
  content: "\f71d";
}

/* line 1645, ../sass/base/_fonts.scss */
.bi-clipboard-heart-fill::before {
  content: "\f71e";
}

/* line 1646, ../sass/base/_fonts.scss */
.bi-clipboard-heart::before {
  content: "\f71f";
}

/* line 1647, ../sass/base/_fonts.scss */
.bi-clipboard-minus-fill::before {
  content: "\f720";
}

/* line 1648, ../sass/base/_fonts.scss */
.bi-clipboard-plus-fill::before {
  content: "\f721";
}

/* line 1649, ../sass/base/_fonts.scss */
.bi-clipboard-pulse::before {
  content: "\f722";
}

/* line 1650, ../sass/base/_fonts.scss */
.bi-clipboard-x-fill::before {
  content: "\f723";
}

/* line 1651, ../sass/base/_fonts.scss */
.bi-clipboard2-check-fill::before {
  content: "\f724";
}

/* line 1652, ../sass/base/_fonts.scss */
.bi-clipboard2-check::before {
  content: "\f725";
}

/* line 1653, ../sass/base/_fonts.scss */
.bi-clipboard2-data-fill::before {
  content: "\f726";
}

/* line 1654, ../sass/base/_fonts.scss */
.bi-clipboard2-data::before {
  content: "\f727";
}

/* line 1655, ../sass/base/_fonts.scss */
.bi-clipboard2-fill::before {
  content: "\f728";
}

/* line 1656, ../sass/base/_fonts.scss */
.bi-clipboard2-heart-fill::before {
  content: "\f729";
}

/* line 1657, ../sass/base/_fonts.scss */
.bi-clipboard2-heart::before {
  content: "\f72a";
}

/* line 1658, ../sass/base/_fonts.scss */
.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}

/* line 1659, ../sass/base/_fonts.scss */
.bi-clipboard2-minus::before {
  content: "\f72c";
}

/* line 1660, ../sass/base/_fonts.scss */
.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}

/* line 1661, ../sass/base/_fonts.scss */
.bi-clipboard2-plus::before {
  content: "\f72e";
}

/* line 1662, ../sass/base/_fonts.scss */
.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}

/* line 1663, ../sass/base/_fonts.scss */
.bi-clipboard2-pulse::before {
  content: "\f730";
}

/* line 1664, ../sass/base/_fonts.scss */
.bi-clipboard2-x-fill::before {
  content: "\f731";
}

/* line 1665, ../sass/base/_fonts.scss */
.bi-clipboard2-x::before {
  content: "\f732";
}

/* line 1666, ../sass/base/_fonts.scss */
.bi-clipboard2::before {
  content: "\f733";
}

/* line 1667, ../sass/base/_fonts.scss */
.bi-emoji-kiss-fill::before {
  content: "\f734";
}

/* line 1668, ../sass/base/_fonts.scss */
.bi-emoji-kiss::before {
  content: "\f735";
}

/* line 1669, ../sass/base/_fonts.scss */
.bi-envelope-heart-fill::before {
  content: "\f736";
}

/* line 1670, ../sass/base/_fonts.scss */
.bi-envelope-heart::before {
  content: "\f737";
}

/* line 1671, ../sass/base/_fonts.scss */
.bi-envelope-open-heart-fill::before {
  content: "\f738";
}

/* line 1672, ../sass/base/_fonts.scss */
.bi-envelope-open-heart::before {
  content: "\f739";
}

/* line 1673, ../sass/base/_fonts.scss */
.bi-envelope-paper-fill::before {
  content: "\f73a";
}

/* line 1674, ../sass/base/_fonts.scss */
.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}

/* line 1675, ../sass/base/_fonts.scss */
.bi-envelope-paper-heart::before {
  content: "\f73c";
}

/* line 1676, ../sass/base/_fonts.scss */
.bi-envelope-paper::before {
  content: "\f73d";
}

/* line 1677, ../sass/base/_fonts.scss */
.bi-filetype-aac::before {
  content: "\f73e";
}

/* line 1678, ../sass/base/_fonts.scss */
.bi-filetype-ai::before {
  content: "\f73f";
}

/* line 1679, ../sass/base/_fonts.scss */
.bi-filetype-bmp::before {
  content: "\f740";
}

/* line 1680, ../sass/base/_fonts.scss */
.bi-filetype-cs::before {
  content: "\f741";
}

/* line 1681, ../sass/base/_fonts.scss */
.bi-filetype-css::before {
  content: "\f742";
}

/* line 1682, ../sass/base/_fonts.scss */
.bi-filetype-csv::before {
  content: "\f743";
}

/* line 1683, ../sass/base/_fonts.scss */
.bi-filetype-doc::before {
  content: "\f744";
}

/* line 1684, ../sass/base/_fonts.scss */
.bi-filetype-docx::before {
  content: "\f745";
}

/* line 1685, ../sass/base/_fonts.scss */
.bi-filetype-exe::before {
  content: "\f746";
}

/* line 1686, ../sass/base/_fonts.scss */
.bi-filetype-gif::before {
  content: "\f747";
}

/* line 1687, ../sass/base/_fonts.scss */
.bi-filetype-heic::before {
  content: "\f748";
}

/* line 1688, ../sass/base/_fonts.scss */
.bi-filetype-html::before {
  content: "\f749";
}

/* line 1689, ../sass/base/_fonts.scss */
.bi-filetype-java::before {
  content: "\f74a";
}

/* line 1690, ../sass/base/_fonts.scss */
.bi-filetype-jpg::before {
  content: "\f74b";
}

/* line 1691, ../sass/base/_fonts.scss */
.bi-filetype-js::before {
  content: "\f74c";
}

/* line 1692, ../sass/base/_fonts.scss */
.bi-filetype-jsx::before {
  content: "\f74d";
}

/* line 1693, ../sass/base/_fonts.scss */
.bi-filetype-key::before {
  content: "\f74e";
}

/* line 1694, ../sass/base/_fonts.scss */
.bi-filetype-m4p::before {
  content: "\f74f";
}

/* line 1695, ../sass/base/_fonts.scss */
.bi-filetype-md::before {
  content: "\f750";
}

/* line 1696, ../sass/base/_fonts.scss */
.bi-filetype-mdx::before {
  content: "\f751";
}

/* line 1697, ../sass/base/_fonts.scss */
.bi-filetype-mov::before {
  content: "\f752";
}

/* line 1698, ../sass/base/_fonts.scss */
.bi-filetype-mp3::before {
  content: "\f753";
}

/* line 1699, ../sass/base/_fonts.scss */
.bi-filetype-mp4::before {
  content: "\f754";
}

/* line 1700, ../sass/base/_fonts.scss */
.bi-filetype-otf::before {
  content: "\f755";
}

/* line 1701, ../sass/base/_fonts.scss */
.bi-filetype-pdf::before {
  content: "\f756";
}

/* line 1702, ../sass/base/_fonts.scss */
.bi-filetype-php::before {
  content: "\f757";
}

/* line 1703, ../sass/base/_fonts.scss */
.bi-filetype-png::before {
  content: "\f758";
}

/* line 1704, ../sass/base/_fonts.scss */
.bi-filetype-ppt-1::before {
  content: "\f759";
}

/* line 1705, ../sass/base/_fonts.scss */
.bi-filetype-ppt::before {
  content: "\f75a";
}

/* line 1706, ../sass/base/_fonts.scss */
.bi-filetype-psd::before {
  content: "\f75b";
}

/* line 1707, ../sass/base/_fonts.scss */
.bi-filetype-py::before {
  content: "\f75c";
}

/* line 1708, ../sass/base/_fonts.scss */
.bi-filetype-raw::before {
  content: "\f75d";
}

/* line 1709, ../sass/base/_fonts.scss */
.bi-filetype-rb::before {
  content: "\f75e";
}

/* line 1710, ../sass/base/_fonts.scss */
.bi-filetype-sass::before {
  content: "\f75f";
}

/* line 1711, ../sass/base/_fonts.scss */
.bi-filetype-scss::before {
  content: "\f760";
}

/* line 1712, ../sass/base/_fonts.scss */
.bi-filetype-sh::before {
  content: "\f761";
}

/* line 1713, ../sass/base/_fonts.scss */
.bi-filetype-svg::before {
  content: "\f762";
}

/* line 1714, ../sass/base/_fonts.scss */
.bi-filetype-tiff::before {
  content: "\f763";
}

/* line 1715, ../sass/base/_fonts.scss */
.bi-filetype-tsx::before {
  content: "\f764";
}

/* line 1716, ../sass/base/_fonts.scss */
.bi-filetype-ttf::before {
  content: "\f765";
}

/* line 1717, ../sass/base/_fonts.scss */
.bi-filetype-txt::before {
  content: "\f766";
}

/* line 1718, ../sass/base/_fonts.scss */
.bi-filetype-wav::before {
  content: "\f767";
}

/* line 1719, ../sass/base/_fonts.scss */
.bi-filetype-woff::before {
  content: "\f768";
}

/* line 1720, ../sass/base/_fonts.scss */
.bi-filetype-xls-1::before {
  content: "\f769";
}

/* line 1721, ../sass/base/_fonts.scss */
.bi-filetype-xls::before {
  content: "\f76a";
}

/* line 1722, ../sass/base/_fonts.scss */
.bi-filetype-xml::before {
  content: "\f76b";
}

/* line 1723, ../sass/base/_fonts.scss */
.bi-filetype-yml::before {
  content: "\f76c";
}

/* line 1724, ../sass/base/_fonts.scss */
.bi-heart-arrow::before {
  content: "\f76d";
}

/* line 1725, ../sass/base/_fonts.scss */
.bi-heart-pulse-fill::before {
  content: "\f76e";
}

/* line 1726, ../sass/base/_fonts.scss */
.bi-heart-pulse::before {
  content: "\f76f";
}

/* line 1727, ../sass/base/_fonts.scss */
.bi-heartbreak-fill::before {
  content: "\f770";
}

/* line 1728, ../sass/base/_fonts.scss */
.bi-heartbreak::before {
  content: "\f771";
}

/* line 1729, ../sass/base/_fonts.scss */
.bi-hearts::before {
  content: "\f772";
}

/* line 1730, ../sass/base/_fonts.scss */
.bi-hospital-fill::before {
  content: "\f773";
}

/* line 1731, ../sass/base/_fonts.scss */
.bi-hospital::before {
  content: "\f774";
}

/* line 1732, ../sass/base/_fonts.scss */
.bi-house-heart-fill::before {
  content: "\f775";
}

/* line 1733, ../sass/base/_fonts.scss */
.bi-house-heart::before {
  content: "\f776";
}

/* line 1734, ../sass/base/_fonts.scss */
.bi-incognito::before {
  content: "\f777";
}

/* line 1735, ../sass/base/_fonts.scss */
.bi-magnet-fill::before {
  content: "\f778";
}

/* line 1736, ../sass/base/_fonts.scss */
.bi-magnet::before {
  content: "\f779";
}

/* line 1737, ../sass/base/_fonts.scss */
.bi-person-heart::before {
  content: "\f77a";
}

/* line 1738, ../sass/base/_fonts.scss */
.bi-person-hearts::before {
  content: "\f77b";
}

/* line 1739, ../sass/base/_fonts.scss */
.bi-phone-flip::before {
  content: "\f77c";
}

/* line 1740, ../sass/base/_fonts.scss */
.bi-plugin::before {
  content: "\f77d";
}

/* line 1741, ../sass/base/_fonts.scss */
.bi-postage-fill::before {
  content: "\f77e";
}

/* line 1742, ../sass/base/_fonts.scss */
.bi-postage-heart-fill::before {
  content: "\f77f";
}

/* line 1743, ../sass/base/_fonts.scss */
.bi-postage-heart::before {
  content: "\f780";
}

/* line 1744, ../sass/base/_fonts.scss */
.bi-postage::before {
  content: "\f781";
}

/* line 1745, ../sass/base/_fonts.scss */
.bi-postcard-fill::before {
  content: "\f782";
}

/* line 1746, ../sass/base/_fonts.scss */
.bi-postcard-heart-fill::before {
  content: "\f783";
}

/* line 1747, ../sass/base/_fonts.scss */
.bi-postcard-heart::before {
  content: "\f784";
}

/* line 1748, ../sass/base/_fonts.scss */
.bi-postcard::before {
  content: "\f785";
}

/* line 1749, ../sass/base/_fonts.scss */
.bi-search-heart-fill::before {
  content: "\f786";
}

/* line 1750, ../sass/base/_fonts.scss */
.bi-search-heart::before {
  content: "\f787";
}

/* line 1751, ../sass/base/_fonts.scss */
.bi-sliders2-vertical::before {
  content: "\f788";
}

/* line 1752, ../sass/base/_fonts.scss */
.bi-sliders2::before {
  content: "\f789";
}

/* line 1753, ../sass/base/_fonts.scss */
.bi-trash3-fill::before {
  content: "\f78a";
}

/* line 1754, ../sass/base/_fonts.scss */
.bi-trash3::before {
  content: "\f78b";
}

/* line 1755, ../sass/base/_fonts.scss */
.bi-valentine::before {
  content: "\f78c";
}

/* line 1756, ../sass/base/_fonts.scss */
.bi-valentine2::before {
  content: "\f78d";
}

/* line 1757, ../sass/base/_fonts.scss */
.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}

/* line 1758, ../sass/base/_fonts.scss */
.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}

/* line 1759, ../sass/base/_fonts.scss */
.bi-wrench-adjustable::before {
  content: "\f790";
}

/* line 1760, ../sass/base/_fonts.scss */
.bi-filetype-json::before {
  content: "\f791";
}

/* line 1761, ../sass/base/_fonts.scss */
.bi-filetype-pptx::before {
  content: "\f792";
}

/* line 1762, ../sass/base/_fonts.scss */
.bi-filetype-xlsx::before {
  content: "\f793";
}

/* line 1763, ../sass/base/_fonts.scss */
.bi-1-circle-1::before {
  content: "\f794";
}

/* line 1764, ../sass/base/_fonts.scss */
.bi-1-circle-fill-1::before {
  content: "\f795";
}

/* line 1765, ../sass/base/_fonts.scss */
.bi-1-circle-fill::before {
  content: "\f796";
}

/* line 1766, ../sass/base/_fonts.scss */
.bi-1-circle::before {
  content: "\f797";
}

/* line 1767, ../sass/base/_fonts.scss */
.bi-1-square-fill::before {
  content: "\f798";
}

/* line 1768, ../sass/base/_fonts.scss */
.bi-1-square::before {
  content: "\f799";
}

/* line 1769, ../sass/base/_fonts.scss */
.bi-2-circle-1::before {
  content: "\f79a";
}

/* line 1770, ../sass/base/_fonts.scss */
.bi-2-circle-fill-1::before {
  content: "\f79b";
}

/* line 1771, ../sass/base/_fonts.scss */
.bi-2-circle-fill::before {
  content: "\f79c";
}

/* line 1772, ../sass/base/_fonts.scss */
.bi-2-circle::before {
  content: "\f79d";
}

/* line 1773, ../sass/base/_fonts.scss */
.bi-2-square-fill::before {
  content: "\f79e";
}

/* line 1774, ../sass/base/_fonts.scss */
.bi-2-square::before {
  content: "\f79f";
}

/* line 1775, ../sass/base/_fonts.scss */
.bi-3-circle-1::before {
  content: "\f7a0";
}

/* line 1776, ../sass/base/_fonts.scss */
.bi-3-circle-fill-1::before {
  content: "\f7a1";
}

/* line 1777, ../sass/base/_fonts.scss */
.bi-3-circle-fill::before {
  content: "\f7a2";
}

/* line 1778, ../sass/base/_fonts.scss */
.bi-3-circle::before {
  content: "\f7a3";
}

/* line 1779, ../sass/base/_fonts.scss */
.bi-3-square-fill::before {
  content: "\f7a4";
}

/* line 1780, ../sass/base/_fonts.scss */
.bi-3-square::before {
  content: "\f7a5";
}

/* line 1781, ../sass/base/_fonts.scss */
.bi-4-circle-1::before {
  content: "\f7a6";
}

/* line 1782, ../sass/base/_fonts.scss */
.bi-4-circle-fill-1::before {
  content: "\f7a7";
}

/* line 1783, ../sass/base/_fonts.scss */
.bi-4-circle-fill::before {
  content: "\f7a8";
}

/* line 1784, ../sass/base/_fonts.scss */
.bi-4-circle::before {
  content: "\f7a9";
}

/* line 1785, ../sass/base/_fonts.scss */
.bi-4-square-fill::before {
  content: "\f7aa";
}

/* line 1786, ../sass/base/_fonts.scss */
.bi-4-square::before {
  content: "\f7ab";
}

/* line 1787, ../sass/base/_fonts.scss */
.bi-5-circle-1::before {
  content: "\f7ac";
}

/* line 1788, ../sass/base/_fonts.scss */
.bi-5-circle-fill-1::before {
  content: "\f7ad";
}

/* line 1789, ../sass/base/_fonts.scss */
.bi-5-circle-fill::before {
  content: "\f7ae";
}

/* line 1790, ../sass/base/_fonts.scss */
.bi-5-circle::before {
  content: "\f7af";
}

/* line 1791, ../sass/base/_fonts.scss */
.bi-5-square-fill::before {
  content: "\f7b0";
}

/* line 1792, ../sass/base/_fonts.scss */
.bi-5-square::before {
  content: "\f7b1";
}

/* line 1793, ../sass/base/_fonts.scss */
.bi-6-circle-1::before {
  content: "\f7b2";
}

/* line 1794, ../sass/base/_fonts.scss */
.bi-6-circle-fill-1::before {
  content: "\f7b3";
}

/* line 1795, ../sass/base/_fonts.scss */
.bi-6-circle-fill::before {
  content: "\f7b4";
}

/* line 1796, ../sass/base/_fonts.scss */
.bi-6-circle::before {
  content: "\f7b5";
}

/* line 1797, ../sass/base/_fonts.scss */
.bi-6-square-fill::before {
  content: "\f7b6";
}

/* line 1798, ../sass/base/_fonts.scss */
.bi-6-square::before {
  content: "\f7b7";
}

/* line 1799, ../sass/base/_fonts.scss */
.bi-7-circle-1::before {
  content: "\f7b8";
}

/* line 1800, ../sass/base/_fonts.scss */
.bi-7-circle-fill-1::before {
  content: "\f7b9";
}

/* line 1801, ../sass/base/_fonts.scss */
.bi-7-circle-fill::before {
  content: "\f7ba";
}

/* line 1802, ../sass/base/_fonts.scss */
.bi-7-circle::before {
  content: "\f7bb";
}

/* line 1803, ../sass/base/_fonts.scss */
.bi-7-square-fill::before {
  content: "\f7bc";
}

/* line 1804, ../sass/base/_fonts.scss */
.bi-7-square::before {
  content: "\f7bd";
}

/* line 1805, ../sass/base/_fonts.scss */
.bi-8-circle-1::before {
  content: "\f7be";
}

/* line 1806, ../sass/base/_fonts.scss */
.bi-8-circle-fill-1::before {
  content: "\f7bf";
}

/* line 1807, ../sass/base/_fonts.scss */
.bi-8-circle-fill::before {
  content: "\f7c0";
}

/* line 1808, ../sass/base/_fonts.scss */
.bi-8-circle::before {
  content: "\f7c1";
}

/* line 1809, ../sass/base/_fonts.scss */
.bi-8-square-fill::before {
  content: "\f7c2";
}

/* line 1810, ../sass/base/_fonts.scss */
.bi-8-square::before {
  content: "\f7c3";
}

/* line 1811, ../sass/base/_fonts.scss */
.bi-9-circle-1::before {
  content: "\f7c4";
}

/* line 1812, ../sass/base/_fonts.scss */
.bi-9-circle-fill-1::before {
  content: "\f7c5";
}

/* line 1813, ../sass/base/_fonts.scss */
.bi-9-circle-fill::before {
  content: "\f7c6";
}

/* line 1814, ../sass/base/_fonts.scss */
.bi-9-circle::before {
  content: "\f7c7";
}

/* line 1815, ../sass/base/_fonts.scss */
.bi-9-square-fill::before {
  content: "\f7c8";
}

/* line 1816, ../sass/base/_fonts.scss */
.bi-9-square::before {
  content: "\f7c9";
}

/* line 1817, ../sass/base/_fonts.scss */
.bi-airplane-engines-fill::before {
  content: "\f7ca";
}

/* line 1818, ../sass/base/_fonts.scss */
.bi-airplane-engines::before {
  content: "\f7cb";
}

/* line 1819, ../sass/base/_fonts.scss */
.bi-airplane-fill::before {
  content: "\f7cc";
}

/* line 1820, ../sass/base/_fonts.scss */
.bi-airplane::before {
  content: "\f7cd";
}

/* line 1821, ../sass/base/_fonts.scss */
.bi-alexa::before {
  content: "\f7ce";
}

/* line 1822, ../sass/base/_fonts.scss */
.bi-alipay::before {
  content: "\f7cf";
}

/* line 1823, ../sass/base/_fonts.scss */
.bi-android::before {
  content: "\f7d0";
}

/* line 1824, ../sass/base/_fonts.scss */
.bi-android2::before {
  content: "\f7d1";
}

/* line 1825, ../sass/base/_fonts.scss */
.bi-box-fill::before {
  content: "\f7d2";
}

/* line 1826, ../sass/base/_fonts.scss */
.bi-box-seam-fill::before {
  content: "\f7d3";
}

/* line 1827, ../sass/base/_fonts.scss */
.bi-browser-chrome::before {
  content: "\f7d4";
}

/* line 1828, ../sass/base/_fonts.scss */
.bi-browser-edge::before {
  content: "\f7d5";
}

/* line 1829, ../sass/base/_fonts.scss */
.bi-browser-firefox::before {
  content: "\f7d6";
}

/* line 1830, ../sass/base/_fonts.scss */
.bi-browser-safari::before {
  content: "\f7d7";
}

/* line 1831, ../sass/base/_fonts.scss */
.bi-c-circle-1::before {
  content: "\f7d8";
}

/* line 1832, ../sass/base/_fonts.scss */
.bi-c-circle-fill-1::before {
  content: "\f7d9";
}

/* line 1833, ../sass/base/_fonts.scss */
.bi-c-circle-fill::before {
  content: "\f7da";
}

/* line 1834, ../sass/base/_fonts.scss */
.bi-c-circle::before {
  content: "\f7db";
}

/* line 1835, ../sass/base/_fonts.scss */
.bi-c-square-fill::before {
  content: "\f7dc";
}

/* line 1836, ../sass/base/_fonts.scss */
.bi-c-square::before {
  content: "\f7dd";
}

/* line 1837, ../sass/base/_fonts.scss */
.bi-capsule-pill::before {
  content: "\f7de";
}

/* line 1838, ../sass/base/_fonts.scss */
.bi-capsule::before {
  content: "\f7df";
}

/* line 1839, ../sass/base/_fonts.scss */
.bi-car-front-fill::before {
  content: "\f7e0";
}

/* line 1840, ../sass/base/_fonts.scss */
.bi-car-front::before {
  content: "\f7e1";
}

/* line 1841, ../sass/base/_fonts.scss */
.bi-cassette-fill::before {
  content: "\f7e2";
}

/* line 1842, ../sass/base/_fonts.scss */
.bi-cassette::before {
  content: "\f7e3";
}

/* line 1843, ../sass/base/_fonts.scss */
.bi-cc-circle-1::before {
  content: "\f7e4";
}

/* line 1844, ../sass/base/_fonts.scss */
.bi-cc-circle-fill-1::before {
  content: "\f7e5";
}

/* line 1845, ../sass/base/_fonts.scss */
.bi-cc-circle-fill::before {
  content: "\f7e6";
}

/* line 1846, ../sass/base/_fonts.scss */
.bi-cc-circle::before {
  content: "\f7e7";
}

/* line 1847, ../sass/base/_fonts.scss */
.bi-cc-square-fill::before {
  content: "\f7e8";
}

/* line 1848, ../sass/base/_fonts.scss */
.bi-cc-square::before {
  content: "\f7e9";
}

/* line 1849, ../sass/base/_fonts.scss */
.bi-cup-hot-fill::before {
  content: "\f7ea";
}

/* line 1850, ../sass/base/_fonts.scss */
.bi-cup-hot::before {
  content: "\f7eb";
}

/* line 1851, ../sass/base/_fonts.scss */
.bi-currency-rupee::before {
  content: "\f7ec";
}

/* line 1852, ../sass/base/_fonts.scss */
.bi-dropbox::before {
  content: "\f7ed";
}

/* line 1853, ../sass/base/_fonts.scss */
.bi-escape::before {
  content: "\f7ee";
}

/* line 1854, ../sass/base/_fonts.scss */
.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}

/* line 1855, ../sass/base/_fonts.scss */
.bi-fast-forward-btn::before {
  content: "\f7f0";
}

/* line 1856, ../sass/base/_fonts.scss */
.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}

/* line 1857, ../sass/base/_fonts.scss */
.bi-fast-forward-circle::before {
  content: "\f7f2";
}

/* line 1858, ../sass/base/_fonts.scss */
.bi-fast-forward-fill::before {
  content: "\f7f3";
}

/* line 1859, ../sass/base/_fonts.scss */
.bi-fast-forward::before {
  content: "\f7f4";
}

/* line 1860, ../sass/base/_fonts.scss */
.bi-filetype-sql::before {
  content: "\f7f5";
}

/* line 1861, ../sass/base/_fonts.scss */
.bi-fire::before {
  content: "\f7f6";
}

/* line 1862, ../sass/base/_fonts.scss */
.bi-google-play::before {
  content: "\f7f7";
}

/* line 1863, ../sass/base/_fonts.scss */
.bi-h-circle-1::before {
  content: "\f7f8";
}

/* line 1864, ../sass/base/_fonts.scss */
.bi-h-circle-fill-1::before {
  content: "\f7f9";
}

/* line 1865, ../sass/base/_fonts.scss */
.bi-h-circle-fill::before {
  content: "\f7fa";
}

/* line 1866, ../sass/base/_fonts.scss */
.bi-h-circle::before {
  content: "\f7fb";
}

/* line 1867, ../sass/base/_fonts.scss */
.bi-h-square-fill::before {
  content: "\f7fc";
}

/* line 1868, ../sass/base/_fonts.scss */
.bi-h-square::before {
  content: "\f7fd";
}

/* line 1869, ../sass/base/_fonts.scss */
.bi-indent::before {
  content: "\f7fe";
}

/* line 1870, ../sass/base/_fonts.scss */
.bi-lungs-fill::before {
  content: "\f7ff";
}

/* line 1871, ../sass/base/_fonts.scss */
.bi-lungs::before {
  content: "\f800";
}

/* line 1872, ../sass/base/_fonts.scss */
.bi-microsoft-teams::before {
  content: "\f801";
}

/* line 1873, ../sass/base/_fonts.scss */
.bi-p-circle-1::before {
  content: "\f802";
}

/* line 1874, ../sass/base/_fonts.scss */
.bi-p-circle-fill-1::before {
  content: "\f803";
}

/* line 1875, ../sass/base/_fonts.scss */
.bi-p-circle-fill::before {
  content: "\f804";
}

/* line 1876, ../sass/base/_fonts.scss */
.bi-p-circle::before {
  content: "\f805";
}

/* line 1877, ../sass/base/_fonts.scss */
.bi-p-square-fill::before {
  content: "\f806";
}

/* line 1878, ../sass/base/_fonts.scss */
.bi-p-square::before {
  content: "\f807";
}

/* line 1879, ../sass/base/_fonts.scss */
.bi-pass-fill::before {
  content: "\f808";
}

/* line 1880, ../sass/base/_fonts.scss */
.bi-pass::before {
  content: "\f809";
}

/* line 1881, ../sass/base/_fonts.scss */
.bi-prescription::before {
  content: "\f80a";
}

/* line 1882, ../sass/base/_fonts.scss */
.bi-prescription2::before {
  content: "\f80b";
}

/* line 1883, ../sass/base/_fonts.scss */
.bi-r-circle-1::before {
  content: "\f80c";
}

/* line 1884, ../sass/base/_fonts.scss */
.bi-r-circle-fill-1::before {
  content: "\f80d";
}

/* line 1885, ../sass/base/_fonts.scss */
.bi-r-circle-fill::before {
  content: "\f80e";
}

/* line 1886, ../sass/base/_fonts.scss */
.bi-r-circle::before {
  content: "\f80f";
}

/* line 1887, ../sass/base/_fonts.scss */
.bi-r-square-fill::before {
  content: "\f810";
}

/* line 1888, ../sass/base/_fonts.scss */
.bi-r-square::before {
  content: "\f811";
}

/* line 1889, ../sass/base/_fonts.scss */
.bi-repeat-1::before {
  content: "\f812";
}

/* line 1890, ../sass/base/_fonts.scss */
.bi-repeat::before {
  content: "\f813";
}

/* line 1891, ../sass/base/_fonts.scss */
.bi-rewind-btn-fill::before {
  content: "\f814";
}

/* line 1892, ../sass/base/_fonts.scss */
.bi-rewind-btn::before {
  content: "\f815";
}

/* line 1893, ../sass/base/_fonts.scss */
.bi-rewind-circle-fill::before {
  content: "\f816";
}

/* line 1894, ../sass/base/_fonts.scss */
.bi-rewind-circle::before {
  content: "\f817";
}

/* line 1895, ../sass/base/_fonts.scss */
.bi-rewind-fill::before {
  content: "\f818";
}

/* line 1896, ../sass/base/_fonts.scss */
.bi-rewind::before {
  content: "\f819";
}

/* line 1897, ../sass/base/_fonts.scss */
.bi-train-freight-front-fill::before {
  content: "\f81a";
}

/* line 1898, ../sass/base/_fonts.scss */
.bi-train-freight-front::before {
  content: "\f81b";
}

/* line 1899, ../sass/base/_fonts.scss */
.bi-train-front-fill::before {
  content: "\f81c";
}

/* line 1900, ../sass/base/_fonts.scss */
.bi-train-front::before {
  content: "\f81d";
}

/* line 1901, ../sass/base/_fonts.scss */
.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}

/* line 1902, ../sass/base/_fonts.scss */
.bi-train-lightrail-front::before {
  content: "\f81f";
}

/* line 1903, ../sass/base/_fonts.scss */
.bi-truck-front-fill::before {
  content: "\f820";
}

/* line 1904, ../sass/base/_fonts.scss */
.bi-truck-front::before {
  content: "\f821";
}

/* line 1905, ../sass/base/_fonts.scss */
.bi-ubuntu::before {
  content: "\f822";
}

/* line 1906, ../sass/base/_fonts.scss */
.bi-unindent::before {
  content: "\f823";
}

/* line 1907, ../sass/base/_fonts.scss */
.bi-unity::before {
  content: "\f824";
}

/* line 1908, ../sass/base/_fonts.scss */
.bi-universal-access-circle::before {
  content: "\f825";
}

/* line 1909, ../sass/base/_fonts.scss */
.bi-universal-access::before {
  content: "\f826";
}

/* line 1910, ../sass/base/_fonts.scss */
.bi-virus::before {
  content: "\f827";
}

/* line 1911, ../sass/base/_fonts.scss */
.bi-virus2::before {
  content: "\f828";
}

/* line 1912, ../sass/base/_fonts.scss */
.bi-wechat::before {
  content: "\f829";
}

/* line 1913, ../sass/base/_fonts.scss */
.bi-yelp::before {
  content: "\f82a";
}

/* line 1914, ../sass/base/_fonts.scss */
.bi-sign-stop-fill::before {
  content: "\f82b";
}

/* line 1915, ../sass/base/_fonts.scss */
.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}

/* line 1916, ../sass/base/_fonts.scss */
.bi-sign-stop-lights::before {
  content: "\f82d";
}

/* line 1917, ../sass/base/_fonts.scss */
.bi-sign-stop::before {
  content: "\f82e";
}

/* line 1918, ../sass/base/_fonts.scss */
.bi-sign-turn-left-fill::before {
  content: "\f82f";
}

/* line 1919, ../sass/base/_fonts.scss */
.bi-sign-turn-left::before {
  content: "\f830";
}

/* line 1920, ../sass/base/_fonts.scss */
.bi-sign-turn-right-fill::before {
  content: "\f831";
}

/* line 1921, ../sass/base/_fonts.scss */
.bi-sign-turn-right::before {
  content: "\f832";
}

/* line 1922, ../sass/base/_fonts.scss */
.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}

/* line 1923, ../sass/base/_fonts.scss */
.bi-sign-turn-slight-left::before {
  content: "\f834";
}

/* line 1924, ../sass/base/_fonts.scss */
.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}

/* line 1925, ../sass/base/_fonts.scss */
.bi-sign-turn-slight-right::before {
  content: "\f836";
}

/* line 1926, ../sass/base/_fonts.scss */
.bi-sign-yield-fill::before {
  content: "\f837";
}

/* line 1927, ../sass/base/_fonts.scss */
.bi-sign-yield::before {
  content: "\f838";
}

/* line 1928, ../sass/base/_fonts.scss */
.bi-ev-station-fill::before {
  content: "\f839";
}

/* line 1929, ../sass/base/_fonts.scss */
.bi-ev-station::before {
  content: "\f83a";
}

/* line 1930, ../sass/base/_fonts.scss */
.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}

/* line 1931, ../sass/base/_fonts.scss */
.bi-fuel-pump-diesel::before {
  content: "\f83c";
}

/* line 1932, ../sass/base/_fonts.scss */
.bi-fuel-pump-fill::before {
  content: "\f83d";
}

/* line 1933, ../sass/base/_fonts.scss */
.bi-fuel-pump::before {
  content: "\f83e";
}

/* line 1934, ../sass/base/_fonts.scss */
.bi-0-circle-fill::before {
  content: "\f83f";
}

/* line 1935, ../sass/base/_fonts.scss */
.bi-0-circle::before {
  content: "\f840";
}

/* line 1936, ../sass/base/_fonts.scss */
.bi-0-square-fill::before {
  content: "\f841";
}

/* line 1937, ../sass/base/_fonts.scss */
.bi-0-square::before {
  content: "\f842";
}

/* line 1938, ../sass/base/_fonts.scss */
.bi-rocket-fill::before {
  content: "\f843";
}

/* line 1939, ../sass/base/_fonts.scss */
.bi-rocket-takeoff-fill::before {
  content: "\f844";
}

/* line 1940, ../sass/base/_fonts.scss */
.bi-rocket-takeoff::before {
  content: "\f845";
}

/* line 1941, ../sass/base/_fonts.scss */
.bi-rocket::before {
  content: "\f846";
}

/* line 1942, ../sass/base/_fonts.scss */
.bi-stripe::before {
  content: "\f847";
}

/* line 1943, ../sass/base/_fonts.scss */
.bi-subscript::before {
  content: "\f848";
}

/* line 1944, ../sass/base/_fonts.scss */
.bi-superscript::before {
  content: "\f849";
}

/* line 1945, ../sass/base/_fonts.scss */
.bi-trello::before {
  content: "\f84a";
}

/* line 1946, ../sass/base/_fonts.scss */
.bi-envelope-at-fill::before {
  content: "\f84b";
}

/* line 1947, ../sass/base/_fonts.scss */
.bi-envelope-at::before {
  content: "\f84c";
}

/* line 1948, ../sass/base/_fonts.scss */
.bi-regex::before {
  content: "\f84d";
}

/* line 1949, ../sass/base/_fonts.scss */
.bi-text-wrap::before {
  content: "\f84e";
}

/* line 1950, ../sass/base/_fonts.scss */
.bi-sign-dead-end-fill::before {
  content: "\f84f";
}

/* line 1951, ../sass/base/_fonts.scss */
.bi-sign-dead-end::before {
  content: "\f850";
}

/* line 1952, ../sass/base/_fonts.scss */
.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}

/* line 1953, ../sass/base/_fonts.scss */
.bi-sign-do-not-enter::before {
  content: "\f852";
}

/* line 1954, ../sass/base/_fonts.scss */
.bi-sign-intersection-fill::before {
  content: "\f853";
}

/* line 1955, ../sass/base/_fonts.scss */
.bi-sign-intersection-side-fill::before {
  content: "\f854";
}

/* line 1956, ../sass/base/_fonts.scss */
.bi-sign-intersection-side::before {
  content: "\f855";
}

/* line 1957, ../sass/base/_fonts.scss */
.bi-sign-intersection-t-fill::before {
  content: "\f856";
}

/* line 1958, ../sass/base/_fonts.scss */
.bi-sign-intersection-t::before {
  content: "\f857";
}

/* line 1959, ../sass/base/_fonts.scss */
.bi-sign-intersection-y-fill::before {
  content: "\f858";
}

/* line 1960, ../sass/base/_fonts.scss */
.bi-sign-intersection-y::before {
  content: "\f859";
}

/* line 1961, ../sass/base/_fonts.scss */
.bi-sign-intersection::before {
  content: "\f85a";
}

/* line 1962, ../sass/base/_fonts.scss */
.bi-sign-merge-left-fill::before {
  content: "\f85b";
}

/* line 1963, ../sass/base/_fonts.scss */
.bi-sign-merge-left::before {
  content: "\f85c";
}

/* line 1964, ../sass/base/_fonts.scss */
.bi-sign-merge-right-fill::before {
  content: "\f85d";
}

/* line 1965, ../sass/base/_fonts.scss */
.bi-sign-merge-right::before {
  content: "\f85e";
}

/* line 1966, ../sass/base/_fonts.scss */
.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}

/* line 1967, ../sass/base/_fonts.scss */
.bi-sign-no-left-turn::before {
  content: "\f860";
}

/* line 1968, ../sass/base/_fonts.scss */
.bi-sign-no-parking-fill::before {
  content: "\f861";
}

/* line 1969, ../sass/base/_fonts.scss */
.bi-sign-no-parking::before {
  content: "\f862";
}

/* line 1970, ../sass/base/_fonts.scss */
.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}

/* line 1971, ../sass/base/_fonts.scss */
.bi-sign-no-right-turn::before {
  content: "\f864";
}

/* line 1972, ../sass/base/_fonts.scss */
.bi-sign-railroad-fill::before {
  content: "\f865";
}

/* line 1973, ../sass/base/_fonts.scss */
.bi-sign-railroad::before {
  content: "\f866";
}

/* line 1974, ../sass/base/_fonts.scss */
.bi-building-add::before {
  content: "\f867";
}

/* line 1975, ../sass/base/_fonts.scss */
.bi-building-check::before {
  content: "\f868";
}

/* line 1976, ../sass/base/_fonts.scss */
.bi-building-dash::before {
  content: "\f869";
}

/* line 1977, ../sass/base/_fonts.scss */
.bi-building-down::before {
  content: "\f86a";
}

/* line 1978, ../sass/base/_fonts.scss */
.bi-building-exclamation::before {
  content: "\f86b";
}

/* line 1979, ../sass/base/_fonts.scss */
.bi-building-fill-add::before {
  content: "\f86c";
}

/* line 1980, ../sass/base/_fonts.scss */
.bi-building-fill-check::before {
  content: "\f86d";
}

/* line 1981, ../sass/base/_fonts.scss */
.bi-building-fill-dash::before {
  content: "\f86e";
}

/* line 1982, ../sass/base/_fonts.scss */
.bi-building-fill-down::before {
  content: "\f86f";
}

/* line 1983, ../sass/base/_fonts.scss */
.bi-building-fill-exclamation::before {
  content: "\f870";
}

/* line 1984, ../sass/base/_fonts.scss */
.bi-building-fill-gear::before {
  content: "\f871";
}

/* line 1985, ../sass/base/_fonts.scss */
.bi-building-fill-lock::before {
  content: "\f872";
}

/* line 1986, ../sass/base/_fonts.scss */
.bi-building-fill-slash::before {
  content: "\f873";
}

/* line 1987, ../sass/base/_fonts.scss */
.bi-building-fill-up::before {
  content: "\f874";
}

/* line 1988, ../sass/base/_fonts.scss */
.bi-building-fill-x::before {
  content: "\f875";
}

/* line 1989, ../sass/base/_fonts.scss */
.bi-building-fill::before {
  content: "\f876";
}

/* line 1990, ../sass/base/_fonts.scss */
.bi-building-gear::before {
  content: "\f877";
}

/* line 1991, ../sass/base/_fonts.scss */
.bi-building-lock::before {
  content: "\f878";
}

/* line 1992, ../sass/base/_fonts.scss */
.bi-building-slash::before {
  content: "\f879";
}

/* line 1993, ../sass/base/_fonts.scss */
.bi-building-up::before {
  content: "\f87a";
}

/* line 1994, ../sass/base/_fonts.scss */
.bi-building-x::before {
  content: "\f87b";
}

/* line 1995, ../sass/base/_fonts.scss */
.bi-buildings-fill::before {
  content: "\f87c";
}

/* line 1996, ../sass/base/_fonts.scss */
.bi-buildings::before {
  content: "\f87d";
}

/* line 1997, ../sass/base/_fonts.scss */
.bi-bus-front-fill::before {
  content: "\f87e";
}

/* line 1998, ../sass/base/_fonts.scss */
.bi-bus-front::before {
  content: "\f87f";
}

/* line 1999, ../sass/base/_fonts.scss */
.bi-ev-front-fill::before {
  content: "\f880";
}

/* line 2000, ../sass/base/_fonts.scss */
.bi-ev-front::before {
  content: "\f881";
}

/* line 2001, ../sass/base/_fonts.scss */
.bi-globe-americas::before {
  content: "\f882";
}

/* line 2002, ../sass/base/_fonts.scss */
.bi-globe-asia-australia::before {
  content: "\f883";
}

/* line 2003, ../sass/base/_fonts.scss */
.bi-globe-central-south-asia::before {
  content: "\f884";
}

/* line 2004, ../sass/base/_fonts.scss */
.bi-globe-europe-africa::before {
  content: "\f885";
}

/* line 2005, ../sass/base/_fonts.scss */
.bi-house-add-fill::before {
  content: "\f886";
}

/* line 2006, ../sass/base/_fonts.scss */
.bi-house-add::before {
  content: "\f887";
}

/* line 2007, ../sass/base/_fonts.scss */
.bi-house-check-fill::before {
  content: "\f888";
}

/* line 2008, ../sass/base/_fonts.scss */
.bi-house-check::before {
  content: "\f889";
}

/* line 2009, ../sass/base/_fonts.scss */
.bi-house-dash-fill::before {
  content: "\f88a";
}

/* line 2010, ../sass/base/_fonts.scss */
.bi-house-dash::before {
  content: "\f88b";
}

/* line 2011, ../sass/base/_fonts.scss */
.bi-house-down-fill::before {
  content: "\f88c";
}

/* line 2012, ../sass/base/_fonts.scss */
.bi-house-down::before {
  content: "\f88d";
}

/* line 2013, ../sass/base/_fonts.scss */
.bi-house-exclamation-fill::before {
  content: "\f88e";
}

/* line 2014, ../sass/base/_fonts.scss */
.bi-house-exclamation::before {
  content: "\f88f";
}

/* line 2015, ../sass/base/_fonts.scss */
.bi-house-gear-fill::before {
  content: "\f890";
}

/* line 2016, ../sass/base/_fonts.scss */
.bi-house-gear::before {
  content: "\f891";
}

/* line 2017, ../sass/base/_fonts.scss */
.bi-house-lock-fill::before {
  content: "\f892";
}

/* line 2018, ../sass/base/_fonts.scss */
.bi-house-lock::before {
  content: "\f893";
}

/* line 2019, ../sass/base/_fonts.scss */
.bi-house-slash-fill::before {
  content: "\f894";
}

/* line 2020, ../sass/base/_fonts.scss */
.bi-house-slash::before {
  content: "\f895";
}

/* line 2021, ../sass/base/_fonts.scss */
.bi-house-up-fill::before {
  content: "\f896";
}

/* line 2022, ../sass/base/_fonts.scss */
.bi-house-up::before {
  content: "\f897";
}

/* line 2023, ../sass/base/_fonts.scss */
.bi-house-x-fill::before {
  content: "\f898";
}

/* line 2024, ../sass/base/_fonts.scss */
.bi-house-x::before {
  content: "\f899";
}

/* line 2025, ../sass/base/_fonts.scss */
.bi-person-add::before {
  content: "\f89a";
}

/* line 2026, ../sass/base/_fonts.scss */
.bi-person-down::before {
  content: "\f89b";
}

/* line 2027, ../sass/base/_fonts.scss */
.bi-person-exclamation::before {
  content: "\f89c";
}

/* line 2028, ../sass/base/_fonts.scss */
.bi-person-fill-add::before {
  content: "\f89d";
}

/* line 2029, ../sass/base/_fonts.scss */
.bi-person-fill-check::before {
  content: "\f89e";
}

/* line 2030, ../sass/base/_fonts.scss */
.bi-person-fill-dash::before {
  content: "\f89f";
}

/* line 2031, ../sass/base/_fonts.scss */
.bi-person-fill-down::before {
  content: "\f8a0";
}

/* line 2032, ../sass/base/_fonts.scss */
.bi-person-fill-exclamation::before {
  content: "\f8a1";
}

/* line 2033, ../sass/base/_fonts.scss */
.bi-person-fill-gear::before {
  content: "\f8a2";
}

/* line 2034, ../sass/base/_fonts.scss */
.bi-person-fill-lock::before {
  content: "\f8a3";
}

/* line 2035, ../sass/base/_fonts.scss */
.bi-person-fill-slash::before {
  content: "\f8a4";
}

/* line 2036, ../sass/base/_fonts.scss */
.bi-person-fill-up::before {
  content: "\f8a5";
}

/* line 2037, ../sass/base/_fonts.scss */
.bi-person-fill-x::before {
  content: "\f8a6";
}

/* line 2038, ../sass/base/_fonts.scss */
.bi-person-gear::before {
  content: "\f8a7";
}

/* line 2039, ../sass/base/_fonts.scss */
.bi-person-lock::before {
  content: "\f8a8";
}

/* line 2040, ../sass/base/_fonts.scss */
.bi-person-slash::before {
  content: "\f8a9";
}

/* line 2041, ../sass/base/_fonts.scss */
.bi-person-up::before {
  content: "\f8aa";
}

/* line 2042, ../sass/base/_fonts.scss */
.bi-scooter::before {
  content: "\f8ab";
}

/* line 2043, ../sass/base/_fonts.scss */
.bi-taxi-front-fill::before {
  content: "\f8ac";
}

/* line 2044, ../sass/base/_fonts.scss */
.bi-taxi-front::before {
  content: "\f8ad";
}

/* line 2045, ../sass/base/_fonts.scss */
.bi-amd::before {
  content: "\f8ae";
}

/* line 2046, ../sass/base/_fonts.scss */
.bi-database-add::before {
  content: "\f8af";
}

/* line 2047, ../sass/base/_fonts.scss */
.bi-database-check::before {
  content: "\f8b0";
}

/* line 2048, ../sass/base/_fonts.scss */
.bi-database-dash::before {
  content: "\f8b1";
}

/* line 2049, ../sass/base/_fonts.scss */
.bi-database-down::before {
  content: "\f8b2";
}

/* line 2050, ../sass/base/_fonts.scss */
.bi-database-exclamation::before {
  content: "\f8b3";
}

/* line 2051, ../sass/base/_fonts.scss */
.bi-database-fill-add::before {
  content: "\f8b4";
}

/* line 2052, ../sass/base/_fonts.scss */
.bi-database-fill-check::before {
  content: "\f8b5";
}

/* line 2053, ../sass/base/_fonts.scss */
.bi-database-fill-dash::before {
  content: "\f8b6";
}

/* line 2054, ../sass/base/_fonts.scss */
.bi-database-fill-down::before {
  content: "\f8b7";
}

/* line 2055, ../sass/base/_fonts.scss */
.bi-database-fill-exclamation::before {
  content: "\f8b8";
}

/* line 2056, ../sass/base/_fonts.scss */
.bi-database-fill-gear::before {
  content: "\f8b9";
}

/* line 2057, ../sass/base/_fonts.scss */
.bi-database-fill-lock::before {
  content: "\f8ba";
}

/* line 2058, ../sass/base/_fonts.scss */
.bi-database-fill-slash::before {
  content: "\f8bb";
}

/* line 2059, ../sass/base/_fonts.scss */
.bi-database-fill-up::before {
  content: "\f8bc";
}

/* line 2060, ../sass/base/_fonts.scss */
.bi-database-fill-x::before {
  content: "\f8bd";
}

/* line 2061, ../sass/base/_fonts.scss */
.bi-database-fill::before {
  content: "\f8be";
}

/* line 2062, ../sass/base/_fonts.scss */
.bi-database-gear::before {
  content: "\f8bf";
}

/* line 2063, ../sass/base/_fonts.scss */
.bi-database-lock::before {
  content: "\f8c0";
}

/* line 2064, ../sass/base/_fonts.scss */
.bi-database-slash::before {
  content: "\f8c1";
}

/* line 2065, ../sass/base/_fonts.scss */
.bi-database-up::before {
  content: "\f8c2";
}

/* line 2066, ../sass/base/_fonts.scss */
.bi-database-x::before {
  content: "\f8c3";
}

/* line 2067, ../sass/base/_fonts.scss */
.bi-database::before {
  content: "\f8c4";
}

/* line 2068, ../sass/base/_fonts.scss */
.bi-houses-fill::before {
  content: "\f8c5";
}

/* line 2069, ../sass/base/_fonts.scss */
.bi-houses::before {
  content: "\f8c6";
}

/* line 2070, ../sass/base/_fonts.scss */
.bi-nvidia::before {
  content: "\f8c7";
}

/* line 2071, ../sass/base/_fonts.scss */
.bi-person-vcard-fill::before {
  content: "\f8c8";
}

/* line 2072, ../sass/base/_fonts.scss */
.bi-person-vcard::before {
  content: "\f8c9";
}

/* line 2073, ../sass/base/_fonts.scss */
.bi-sina-weibo::before {
  content: "\f8ca";
}

/* line 2074, ../sass/base/_fonts.scss */
.bi-tencent-qq::before {
  content: "\f8cb";
}

/* line 2075, ../sass/base/_fonts.scss */
.bi-wikipedia::before {
  content: "\f8cc";
}

/* line 1, ../sass/base/_globals.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
/* line 5, ../sass/base/_globals.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 9, ../sass/base/_globals.scss */
body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: normal;
}

/* line 20, ../sass/base/_globals.scss */
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 26, ../sass/base/_globals.scss */
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 32, ../sass/base/_globals.scss */
img {
  max-width: 100%;
  vertical-align: top;
  border: none;
  outline: none;
}

/* line 38, ../sass/base/_globals.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: normal;
  color: #000000;
}

/* line 43, ../sass/base/_globals.scss */
h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 120%;
}
.adwords-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
	/*background-color: #0083d1;*/
    padding: 20px;
    border-radius: 15px;
}
.adwords-h1{
  font-size: 35px;
    font-weight: 700;
    line-height: 120%;
    color: #0083d1;
    padding-top: 10px;
    padding-bottom: 40px;
}
.hero-section-inner-adwords span{color: #41b8ff;
    font-size: 22px;
    text-decoration: underline;
    padding-bottom: 107px;
font-weight:600}

/* line 48, ../sass/base/_globals.scss */
h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

/* line 53, ../sass/base/_globals.scss */
h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

/* line 58, ../sass/base/_globals.scss */
h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

/* line 63, ../sass/base/_globals.scss */
h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

/* line 68, ../sass/base/_globals.scss */
h6 {
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}

/* line 73, ../sass/base/_globals.scss */
a {
  color: #0D6DB1;
  text-decoration: none;
  outline: none;
  border: none;
  font-size: 15px;
	font-weight: 600;
  line-height: normal;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  ms-touch-action: manipulation;
  touch-action: manipulation;
}
/* line 84, ../sass/base/_globals.scss */
a:hover, a:focus {
  color: #0D6DB1;
  outline: none;
  text-decoration: none;
}

/* line 91, ../sass/base/_globals.scss */
p {
  margin: 15px 0 15px;
}

/* line 94, ../sass/base/_globals.scss */
input, textarea, select {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  border: 1px solid #dce2e6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  outline: none;
}
@media (max-width: 767px) {
  /* line 94, ../sass/base/_globals.scss */
  input, textarea, select {
    height: 42px;
  }
}
/* line 106, ../sass/base/_globals.scss */
input:focus, textarea:focus, select:focus {
  border: 1px solid #000000;
}

/* line 110, ../sass/base/_globals.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 5px 30px 5px 15px;
  position: relative;
  background: url("/source/c5e8bf6fb2cb39ea47550b0f4762143e/down-black-arrow.svg") no-repeat 97% center;
}

/* line 119, ../sass/base/_globals.scss */
textarea {
  height: 130px;
  padding: 11px 15px;
  resize: none;
}
@media (max-width: 767px) {
  /* line 119, ../sass/base/_globals.scss */
  textarea {
    height: 110px;
  }
}

/* line 127, ../sass/base/_globals.scss */
input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  cursor: pointer;
  height: 18px;
  width: 18px;
  z-index: 1;
}

/* line 139, ../sass/base/_globals.scss */
.wpcf7-list-item {
  position: relative;
  padding: 0 0 0 27px;
  margin: 0 15px 7px 0;
}
/* line 143, ../sass/base/_globals.scss */
.wpcf7-list-item .wpcf7-list-item-label {
  font-size: 15px;
  display: inline-block;
}
/* line 146, ../sass/base/_globals.scss */
.wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 0;
}
/* line 160, ../sass/base/_globals.scss */
.wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 3px;
  height: 7px;
  display: none;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 178, ../sass/base/_globals.scss */
.wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  border-color: #0D6DB1;
  background-color: #0D6DB1;
}
/* line 182, ../sass/base/_globals.scss */
.wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  display: block;
}

/* line 189, ../sass/base/_globals.scss */
table {
 	width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
}
th, td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}
th {
    background-color: #0083d1;
    color: white;
	text-align:center
}
tr:nth-child(even) {
	background-color: #f2f2f2;
}


/* line 193, ../sass/base/_globals.scss */
.container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

/* line 199, ../sass/base/_globals.scss */
.full-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

/* line 205, ../sass/base/_globals.scss */
.section-header {
  text-align: center;
}
/* line 207, ../sass/base/_globals.scss */
.section-header h2 {
  
  margin: 0 0 10px;
  font-size: 40px;
}
@media (max-width: 1365px) {
  /* line 207, ../sass/base/_globals.scss */
  .section-header h2 {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  /* line 207, ../sass/base/_globals.scss */
  .section-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  /* line 207, ../sass/base/_globals.scss */
  .section-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  /* line 207, ../sass/base/_globals.scss */
  .section-header h2 {
    font-size: 24px;
    line-height: normal;
  }
}

/* line 226, ../sass/base/_globals.scss */
.request-quote-btn {
  display: inline-block;
  min-width: 176px;
  padding: 15px 27px;
  text-align: center;
  border: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  outline: none;
  position: relative;
  background-color: #0083d1;
  color: #ffffff;
}
.request-quote-btn-ppc {
  display: inline-block;
  min-width: 176px;
  padding: 15px 27px;
  text-align: center;
  border: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  outline: none;
  position: relative;
  background-color: #fc7736;
  color: #fff;
}
.intro-content-adwords-flex{
display: flex;
    flex-wrap: nowrap;
    padding-top: 30px;
    padding-bottom: 70px;}
.intro-content-adwords{
text-align: left;
    font-size: 20px;
    line-height: 25px;
	width:50%;
}
.intro-img-adwords{border-radius: 10px;}
@media (max-width: 1499px) {
  /* line 226, ../sass/base/_globals.scss */
  .request-quote-btn {
    padding: 13px 24px;
  }
}
@media (max-width: 1199px) {
  /* line 226, ../sass/base/_globals.scss */
  .request-quote-btn {
    min-width: inherit;
  }
}
/* line 246, ../sass/base/_globals.scss */
.request-quote-btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}
/* line 250, ../sass/base/_globals.scss */
.request-quote-btn:focus {
  color: #FFFFFF;
}

/* line 254, ../sass/base/_globals.scss */
.event-book-btn {
  display: inline-block;
  min-width: 176px;
  padding: 15px;
  text-align: center;
  border: 0;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  outline: none;
  position: relative;
  background-color: #0D6DB1;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 1199px) {
  /* line 254, ../sass/base/_globals.scss */
  .event-book-btn {
    min-width: inherit;
  }
}
/* line 272, ../sass/base/_globals.scss */
.event-book-btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}
/* line 276, ../sass/base/_globals.scss */
.event-book-btn:focus {
  color: #FFFFFF;
}

/* line 280, ../sass/base/_globals.scss */
.view-product {
  display: inline-block;
  min-width: 159px;
  height: 37px;
  padding: 10px 15px;
  text-align: center;
  border: 0;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  outline: none;
  position: relative;
  background-color: #0D6DB1;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
/* line 296, ../sass/base/_globals.scss */
.view-product:hover {
  background-color: #000000;
  color: #FFFFFF;
}
/* line 300, ../sass/base/_globals.scss */
.view-product:focus {
  color: #FFFFFF;
}

/* line 304, ../sass/base/_globals.scss */
.serve-btn {
  display: inline-block;
  min-width: 221px;
  height: 45px;
  padding: 14px 15px;
  text-align: center;
  border: 0;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  outline: none;
  position: relative;
  background-color: #0D6DB1;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
/* line 320, ../sass/base/_globals.scss */
.serve-btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}
/* line 324, ../sass/base/_globals.scss */
.serve-btn:focus {
  color: #FFFFFF;
}

/* line 328, ../sass/base/_globals.scss */
.view-all-btn {
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 31px;
  background-color: #0D6DB1;
  color: #FFFFFF;
  text-transform: uppercase;
  min-width: 180px;
  height: 45px;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
/* line 341, ../sass/base/_globals.scss */
.view-all-btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}
/* line 345, ../sass/base/_globals.scss */
.view-all-btn:focus {
  color: #FFFFFF;
}

/* line 349, ../sass/base/_globals.scss */
.download-catelogue-btn {
  display: inline-block;
  min-width: 176px;
  height: 46px;
  padding: 8px 15px;
  text-align: center;
  border: 0;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  outline: none;
  position: relative;
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  text-transform: uppercase;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
/* line 366, ../sass/base/_globals.scss */
.download-catelogue-btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}

/* line 371, ../sass/base/_globals.scss */
.read-more-btn {
  min-width: 140px;
  height: 45px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border: 1px solid #0D6DB1;
  color: #0D6DB1;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  padding: 10px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 1199px) {
  /* line 371, ../sass/base/_globals.scss */
  .read-more-btn {
    min-width: 135px;
  }
}
@media (max-width: 767px) {
  /* line 371, ../sass/base/_globals.scss */
  .read-more-btn {
    min-width: 125px;
    height: 42px;
    line-height: 20px;
  }
	.intro-content-adwords-flex{display: block;}
.intro-content-adwords{width: 100%;
    text-align: left;
    font-size: 15px;}
	.adwords-heading h2{font-size:20px;}
	.adwords-heading h1{font-size:30px;}
	.adwords-h1{padding-bottom:0px;font-size:25px;}
	.intro-content-adwords-flex{padding-bottom: 40px;}
}


/* line 392, ../sass/base/_globals.scss */
.read-more-btn:hover {
  background-color: #000000;
  color: #FFFFFF;
  border-color: #000000;
}

/* line 398, ../sass/base/_globals.scss */
.view-more-btn {
  min-width: 140px;
  text-transform: uppercase;
  height: 45px;
  text-align: center;
  display: inline-block;
  border: 1px solid #0D6DB1;
  color: #0D6DB1;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  padding: 10px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 1199px) {
  /* line 398, ../sass/base/_globals.scss */
  .view-more-btn {
    min-width: 135px;
  }
}
@media (max-width: 767px) {
  /* line 398, ../sass/base/_globals.scss */
  .view-more-btn {
    min-width: 125px;
    height: 42px;
    line-height: 20px;
  }
}
/* line 419, ../sass/base/_globals.scss */
.view-more-btn:hover {
  border-color: #000000;
  background-color: #000000;
  color: #FFFFFF;
}

/* line 425, ../sass/base/_globals.scss */
.download-btn {
  min-width: 140px;
  text-transform: uppercase;
  height: 45px;
  text-align: center;
  display: inline-block;
  border: 1px solid #0D6DB1;
  color: #0D6DB1;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  padding: 10px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 1199px) {
  /* line 425, ../sass/base/_globals.scss */
  .download-btn {
    min-width: 135px;
  }
}
@media (max-width: 767px) {
  /* line 425, ../sass/base/_globals.scss */
  .download-btn {
    min-width: 125px;
    height: 42px;
    line-height: 20px;
  }
}
/* line 446, ../sass/base/_globals.scss */
.download-btn:hover {
  border-color: #000000;
  background-color: #000000;
  color: #FFFFFF;
}

/* line 452, ../sass/base/_globals.scss */
.play-button {
  position: relative;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #000000;
  color: #FFFFFF;
  z-index: 0;
}
@media (max-width: 767px) {
  /* line 452, ../sass/base/_globals.scss */
  .play-button {
    font-size: 26px;
    width: 50px;
    height: 50px;
  }
}
/* line 469, ../sass/base/_globals.scss */
.play-button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
  pointer-events: none;
  background: #000000;
  z-index: -1;
}
/* line 483, ../sass/base/_globals.scss */
.play-button:hover, .play-button:focus {
  color: #FFFFFF;
}

/* line 487, ../sass/base/_globals.scss */
.blue-btn {
  font-family: "Inter", sans-serif;
  padding: 10px 42px;
  background-color: #0082d4;
  color: #FFFFFF;
  border-radius: 30px;
  font-size: 19px;
  line-height: 29px;
  text-transform: uppercase;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: max-content;
}
/* line 498, ../sass/base/_globals.scss */
.blue-btn:hover {
  color: #d2dbe4;
}
.blue-btn-adwords {
  font-family: "Inter", sans-serif;
  padding: 10px 42px;
  background-color: #FFCB00;
  color: #000;
  border-radius: 30px;
  font-size: 19px;
  line-height: 29px;
  text-transform: uppercase;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  align-items: center;
  width: max-content;
}
/* line 498, ../sass/base/_globals.scss */
.blue-btn-adwords:hover {
  color: #fff;
}

@keyframes pulse-border {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse-shadow {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
/* line 524, ../sass/base/_globals.scss */
.slick-slider .slick-dots li {
  width: 10px;
  height: 10px;
}
/* line 527, ../sass/base/_globals.scss */
.slick-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #000000;
  font-size: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* line 534, ../sass/base/_globals.scss */
.slick-slider .slick-dots li button:before {
  content: '';
  width: 100%;
  height: 100%;
  font-size: 0;
}
/* line 542, ../sass/base/_globals.scss */
.slick-slider .slick-dots li.slick-active button {
  background-color: #0D6DB1;
}

/* line 549, ../sass/base/_globals.scss */
.slick-arrow {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #000000;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 559, ../sass/base/_globals.scss */
.slick-arrow.slick-prev {
  left: 0;
}
/* line 561, ../sass/base/_globals.scss */
.slick-arrow.slick-prev:before {
  content: '\F284';
  font-family: bootstrap-icons;
  font-size: 23px;
  line-height: normal;
  opacity: 1;
}
/* line 569, ../sass/base/_globals.scss */
.slick-arrow.slick-next {
  right: 0;
}
/* line 571, ../sass/base/_globals.scss */
.slick-arrow.slick-next:before {
  content: '\F285';
  font-family: bootstrap-icons;
  font-size: 23px;
  opacity: 1;
}
/* line 578, ../sass/base/_globals.scss */
.slick-arrow:before {
  color: #FFFFFF;
}
/* line 581, ../sass/base/_globals.scss */
.slick-arrow:hover {
  background-color: #0D6DB1;
}

/* line 586, ../sass/base/_globals.scss */
.customArrow .slick-arrow {
  position: unset;
}

/* line 591, ../sass/base/_globals.scss */
.customArrow .slick-arrow {
  background-color: #0D6DB1;
  display: inline-block;
  margin-left: 8px;
  width: 35px;
  height: 35px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  /* line 591, ../sass/base/_globals.scss */
  .customArrow .slick-arrow {
    margin-left: 5px;
  }
}
/* line 603, ../sass/base/_globals.scss */
.customArrow .slick-arrow.slick-prev:before, .customArrow .slick-arrow.slick-next:before {
  font-size: 16px;
}
/* line 607, ../sass/base/_globals.scss */
.customArrow .slick-arrow:hover {
  background-color: #000000;
}
/* line 610, ../sass/base/_globals.scss */
.customArrow .slick-arrow:focus {
  background-color: #0D6DB1;
}

/* line 615, ../sass/base/_globals.scss */
.sfsiplus_footerLnk {
  display: none;
}

/* Component */
/* Slider */
/* line 3, ../sass/components/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/components/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/components/slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/components/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/components/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../sass/components/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, ../sass/components/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, ../sass/components/slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, ../sass/components/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../sass/components/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, ../sass/components/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../sass/components/slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../sass/components/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../sass/components/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../sass/components/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../sass/components/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../sass/components/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../sass/components/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("/fonts/slick.eot?1694673835");
  src: url("/source/2d49796023282f3db114346e469c3c3b/slick.eot") format("embedded-opentype"), url("/fonts/slick.woff?1694673835") format("woff"), url("/fonts/slick.ttf?1694673836") format("truetype"), url("/fonts/slick.svg?1694673835#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 63, ../sass/components/slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 81, ../sass/components/slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 85, ../sass/components/slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 89, ../sass/components/slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 92, ../sass/components/slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, ../sass/components/slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 105, ../sass/components/slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 109, ../sass/components/slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 111, ../sass/components/slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, ../sass/components/slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 119, ../sass/components/slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 123, ../sass/components/slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 125, ../sass/components/slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, ../sass/components/slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, ../sass/components/slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 146, ../sass/components/slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 154, ../sass/components/slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 166, ../sass/components/slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 168, ../sass/components/slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 172, ../sass/components/slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 189, ../sass/components/slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Layout */
/* line 2, ../sass/layout/_header.scss */
body .spinner-loader {
  overflow: hidden;
  position: fixed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9901;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.99);
  visibility: visible;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* line 17, ../sass/layout/_header.scss */
body .spinner-loader.loader-removed {
  opacity: 0;
  visibility: hidden;
}
/* line 22, ../sass/layout/_header.scss */
body .spinner-loader .load-wrap img {
  max-width: 250px;
  height: 100%;
}

/* line 29, ../sass/layout/_header.scss */
.menu-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  display: none;
}
/* line 38, ../sass/layout/_header.scss */
.menu-overlay.mshow-overlay {
  display: block;
}

/* line 42, ../sass/layout/_header.scss */
.header-main {
  min-height: 141px;
}
@media (max-width: 1199px) {
  /* line 42, ../sass/layout/_header.scss */
  .header-main {
    min-height: 126px;position:relative;top:none;right:none;left:none;z-index:9;
  }
}
@media (max-width: 767px) {
  /* line 42, ../sass/layout/_header.scss */
  .header-main {
    min-height: 115px;
    position: relative;
    z-index: 7;
  }
}
/* line 52, ../sass/layout/_header.scss */
.header-main .topbar {
  padding: 6px 0;
  background: #0083d1;
}
/* line 55, ../sass/layout/_header.scss */
.header-main .topbar .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  /* line 55, ../sass/layout/_header.scss */
  .header-main .topbar .container {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
/* line 61, ../sass/layout/_header.scss */
.header-main .topbar .container .topbar-left span {
  font-size: 14px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  /* line 61, ../sass/layout/_header.scss */
  .header-main .topbar .container .topbar-left span {
    display: none;
  }
}
/* line 68, ../sass/layout/_header.scss */
.header-main .topbar .container .topbar-left .request-quote-btn {
  display: none;
}
@media (max-width: 767px) {
  /* line 68, ../sass/layout/_header.scss */
  .header-main .topbar .container .topbar-left .request-quote-btn {
        padding: 10px 15px;
        display: block;
        font-size: 14px;
        background: white;
        color: #0083d1;
        border-radius: 63px;
  }
	.topbar-left {
    float: none;
    margin: 0 auto;
}
	
}
/* line 77, ../sass/layout/_header.scss */
.header-main .topbar .container .topbar-right {
  margin-left: auto;
}
/* line 79, ../sass/layout/_header.scss */
.header-main .topbar .container .topbar-right li {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
}
/* line 83, ../sass/layout/_header.scss */
.header-main .topbar .container .topbar-right li label {
  display: inline-block;
  color: #fff;
  margin-right: 2px;
	font-weight:700;
}
@media (max-width: 1199px) {
  /* line 83, ../sass/layout/_header.scss */
  .header-main .topbar .container .topbar-right li label {
    display: none;
  }
}
/* line 91, ../sass/layout/_header.scss */
.header-main .topbar .container .topbar-right li a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
}
@media (max-width: 1199px) {
  /* line 91, ../sass/layout/_header.scss */
  .header-main .topbar .container .topbar-right li a {
    font-size: 0;
  }
}
/* line 98, ../sass/layout/_header.scss */
.header-main .topbar .container .topbar-right li a:hover {
  color: #d5d5d5;
}
/* line 101, ../sass/layout/_header.scss */
.header-main .topbar .container .topbar-right li a i {
  display: none;
}
@media (max-width: 1199px) {
  /* line 101, ../sass/layout/_header.scss */
  .header-main .topbar .container .topbar-right li a i {
    font-size: 16px;
    display: block;
  }
}
/* line 113, ../sass/layout/_header.scss */
.header-main .navigation-bar {
  padding: 10px 0;
  background-color: #FFFFFF;
}
@media (max-width: 1499px) {
  /* line 113, ../sass/layout/_header.scss */
  .header-main .navigation-bar {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  /* line 113, ../sass/layout/_header.scss */
  .header-main .navigation-bar {
    padding: 20px 0;
  }
	.header-main .navigation-bar .container{flex-direction:column;}
	.adwords-heading{font-size: 18px;
        padding-top: 20px;
        text-align: center;
        line-height: 28px;}
}
@media (max-width: 767px) {
  /* line 113, ../sass/layout/_header.scss */
  .header-main .navigation-bar {
    padding: 15px 0;
  }
}
/* line 125, ../sass/layout/_header.scss */
.header-main .navigation-bar .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
/* line 130, ../sass/layout/_header.scss */
.header-main .navigation-bar .container .logo div, .header-main .navigation-bar .container .logo a {
  display: block;
}
/* line 132, ../sass/layout/_header.scss */
.header-main .navigation-bar .container .logo div img, .header-main .navigation-bar .container .logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1499px) {
  /* line 132, ../sass/layout/_header.scss */
  .header-main .navigation-bar .container .logo div img, .header-main .navigation-bar .container .logo a img {
    max-width: 100%;
  }
}
@media (max-width: 1365px) {
  /* line 132, ../sass/layout/_header.scss */
  .header-main .navigation-bar .container .logo div img, .header-main .navigation-bar .container .logo a img {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  /* line 145, ../sass/layout/_header.scss */
  .header-main .navigation-bar .container .main-menu {
    position: fixed;
    right: 0;
    top: 126px;
    z-index: 6;
    width: calc(100% - 70%);
    height: calc(100% - 126px);
    overflow-y: auto;
    background: #0D6DB1;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}
@media (max-width: 1199px) and (max-width: 1023px) {
  /* line 145, ../sass/layout/_header.scss */
  .header-main .navigation-bar .container .main-menu {
    width: calc(100% - 60%);
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  /* line 145, ../sass/layout/_header.scss */
  .header-main .navigation-bar .container .main-menu {
    top: 160px;
    width: calc(100% - 10%);
    height: calc(100% - 120px);
  }
}

/* line 166, ../sass/layout/_header.scss */
.header-main .navigation-bar .container .main-menu > li {
  display: inline-block;
  margin: -45px 18px;
  padding: 0 0 40px;
  position: relative;
  border-bottom: 5px solid transparent;
}
@media (max-width: 1499px) {
  /* line 166, ../sass/layout/_header.scss */
  .header-main .navigation-bar .container .main-menu > li {
    margin: -39px 12px;
    padding: 0 0 34px;
  }
}
@media (max-width: 1365px) {
  /* line 166, ../sass/layout/_header.scss */
  .header-main .navigation-bar .container .main-menu > li {
    margin: -39px 6px;
  }
}
@media (max-width: 1199px) {
  /* line 166, ../sass/layout/_header.scss */
  .header-main .navigation-bar .container .main-menu > li {
    display: block;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
/* line 185, ../sass/layout/_header.scss */
.header-main .navigation-bar .container .main-menu > li a {
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
  color: #2E2E2E;
  padding: 3px 5px;
}
/* line 191, ../sass/layout/_header.scss */
.header-main .navigation-bar .container .main-menu > li a:hover {
  color: #0D6DB1;
}
@media (max-width: 1199px) {
  /* line 185, ../sass/layout/_header.scss */
  .header-main .navigation-bar .container .main-menu > li a {
    display: inline-block;
    width: calc(100% - 20px);
    color: #ededed;
    padding: 0;
    border: 0;
  }
}
/* line 202, ../sass/layout/_header.scss */
.header-main .navigation-bar .container .main-menu > li.current-menu-item, .header-main .navigation-bar .container .main-menu > li.current_page_parent, .header-main .navigation-bar .container .main-menu > li.current-menu-parent {
  border-bottom: 5px solid #0083d1;
}
@media (max-width: 1199px) {
  /* line 202, ../sass/layout/_header.scss */
  .header-main .navigation-bar .container .main-menu > li.current-menu-item, .header-main .navigation-bar .container .main-menu > li.current_page_parent, .header-main .navigation-bar .container .main-menu > li.current-menu-parent {
    border-bottom: 1px solid #0083d1;
  }
}
@media (max-width: 1199px) {
  /* line 209, ../sass/layout/_header.scss */
  .header-main .navigation-bar .container .main-menu > li.current-menu-item > a, .header-main .navigation-bar .container .main-menu > li.current_page_parent > a, .header-main .navigation-bar .container .main-menu > li.current-menu-parent > a {
    color: #FFFFFF;
  }
}
/* line 215, ../sass/layout/_header.scss */
.header-main .navigation-bar .container .main-menu > li.menu-item-has-children {
  cursor: pointer;
}
/* line 217, ../sass/layout/_header.scss */
.header-main .navigation-bar .container .main-menu > li.menu-item-has-children .sub-menu-toggle {
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  border: 0;
}
@media (max-width: 1199px) {
  /* line 217, ../sass/layout/_header.scss */
  .header-main .navigation-bar .container .main-menu > li.menu-item-has-children .sub-menu-toggle {
    display: inline-block;
    padding-right: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
/* line 229, ../sass/layout/_header.scss */
.header-main .navigation-bar .container .main-menu > li.menu-item-has-children .sub-menu-toggle span {
  display: none;
}
/* line 232, ../sass/layout/_header.scss */
.header-main .navigation-bar .container .main-menu > li.menu-item-has-children .sub-menu-toggle:after {
  content: "\f078";
  display: inline-block;
  font-size: 15px;
  font-family: FontAwesome;
}
@media (max-width: 1199px) {
  /* line 232, ../sass/layout/_header.scss */
  .header-main .navigation-bar .container .main-menu > li.menu-item-has-children .sub-menu-toggle:after {
    color: #ededed !important;
    vertical-align: top;
  }
}
/* line 243, ../sass/layout/_header.scss */
.header-main .navigation-bar .container .main-menu > li.menu-item-has-children .sub-menu-toggle.active-submenu:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 248, ../sass/layout/_header.scss */
.header-main .navigation-bar .container .main-menu > li.menu-item-has-children .sub-menu {
  background-color: #0D6DB1;
  min-width: 280px;
  width: 100%;
  position: absolute;
  top: 108%;
  left: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: transform 0.45s ease;
  -moz-transition: transform 0.45s ease;
  -ms-transition: transform 0.45s ease;
  -o-transition: transform 0.45s ease;
  transition: transform 0.45s ease;
  -webkit-box-shadow: 0px 6px 10px rgba(13, 109, 177, 0.4);
  -moz-box-shadow: 0px 6px 10px rgba(13, 109, 177, 0.4);
  -ms-box-shadow: 0px 6px 10px rgba(13, 109, 177, 0.4);
  -o-box-shadow: 0px 6px 10px rgba(13, 109, 177, 0.4);
  box-shadow: 0px 6px 10px rgba(13, 109, 177, 0.4);
}
@media (max-width: 1199px) {
  /* line 248, ../sass/layout/_header.scss */
  .header-main .navigation-bar .container .main-menu > li.menu-item-has-children .sub-menu {
    display: none;
    position: unset;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
/* line 267, ../sass/layout/_header.scss */
.header-main .navigation-bar .container .main-menu > li.menu-item-has-children .sub-menu:before {
  content: '';
  position: absolute;
  left: 15px;
  top: -10px;
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #0D6DB1 transparent;
}
@media (max-width: 1199px) {
  /* line 267, ../sass/layout/_header.scss */
  .header-main .navigation-bar .container .main-menu > li.menu-item-has-children .sub-menu:before {
    display: none;
  }
}
/* line 281, ../sass/layout/_header.scss */
.header-main .navigation-bar .container .main-menu > li.menu-item-has-children .sub-menu li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  /* line 281, ../sass/layout/_header.scss */
  .header-main .navigation-bar .container .main-menu > li.menu-item-has-children .sub-menu li {
    border-bottom: 0;
    padding: 5px 0 5px 10px;
  }
}
/* line 290, ../sass/layout/_header.scss */
.header-main .navigation-bar .container .main-menu > li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  /* line 290, ../sass/layout/_header.scss */
  .header-main .navigation-bar .container .main-menu > li.menu-item-has-children .sub-menu li a {
    width: 100%;
    padding: 0;
    color: #ededed;
  }
}
/* line 303, ../sass/layout/_header.scss */
.header-main .navigation-bar .container .main-menu > li.menu-item-has-children .sub-menu li a:hover {
  background-color: #FFFFFF;
  color: #000000;
}
/* line 308, ../sass/layout/_header.scss */
.header-main .navigation-bar .container .main-menu > li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}
/* line 315, ../sass/layout/_header.scss */
.header-main .navigation-bar .container .main-menu > li.menu-item-has-children:hover .sub-menu-toggle:after {
  color: #0D6DB1;
}
/* line 319, ../sass/layout/_header.scss */
.header-main .navigation-bar .container .main-menu > li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 331, ../sass/layout/_header.scss */
.header-main .navigation-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
	padding-top:10px;
}
@media (max-width: 1365px) {
  /* line 334, ../sass/layout/_header.scss */
  .header-main .navigation-right .request-quote-btn {
    padding: 13px 24px;
  }
}
@media (max-width: 767px) {
  /* line 334, ../sass/layout/_header.scss */
  .header-main .navigation-right .request-quote-btn {
    display: none;
  }
}
/* line 341, ../sass/layout/_header.scss */
.header-main .navigation-right .request-quote-btn:focus {
  color: #FFFFFF;
}
/* line 345, ../sass/layout/_header.scss */
.header-main .navigation-right .nav-toggle {
  display: none;
  width: 22px;
  height: 22px;
  position: relative;
}
@media (max-width: 1199px) {
  /* line 345, ../sass/layout/_header.scss */
  .header-main .navigation-right .nav-toggle {
    display: inline-block;
    margin-left: 22px;
  }
}
@media (max-width: 767px) {
  /* line 345, ../sass/layout/_header.scss */
  .header-main .navigation-right .nav-toggle {
    margin-left: 18px;
  }
	h3.intro-cta-h2 {text-align:center;}
	a.blue-btn-intor-cta{font-size:15px;display: block;margin: 0 auto;text-align:center;}
	.section-header h2{font-size:25px}
	.industry-applications-section .section-header h2{font-size:20px;}
	.manufacturer-wrapper h2{font-size:20px;}
}
/* line 357, ../sass/layout/_header.scss */
.header-main .navigation-right .nav-toggle .bar {
  width: 100%;
  height: 2px;
  background: #0D6DB1;
  position: absolute;
  margin: auto;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
/* line 364, ../sass/layout/_header.scss */
.header-main .navigation-right .nav-toggle .bar.top {
  top: 0;
}
/* line 367, ../sass/layout/_header.scss */
.header-main .navigation-right .nav-toggle .bar.middle {
  top: 8px;
}
/* line 370, ../sass/layout/_header.scss */
.header-main .navigation-right .nav-toggle .bar.bottom {
  top: 16px;
}
/* line 376, ../sass/layout/_header.scss */
.header-main .navigation-right .nav-toggle.active-toggle .bar.top {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 380, ../sass/layout/_header.scss */
.header-main .navigation-right .nav-toggle.active-toggle .bar.middle {
  opacity: 0;
}
/* line 383, ../sass/layout/_header.scss */
.header-main .navigation-right .nav-toggle.active-toggle .bar.bottom {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 392, ../sass/layout/_header.scss */
.openNav {
  overflow: hidden;
}
/* line 395, ../sass/layout/_header.scss */
.openNav header .navigation-bar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 398, ../sass/layout/_header.scss */
.openNav header .navigation-bar .container .main-menu {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/* line 405, ../sass/layout/_header.scss */
.header-main {
  position: fixed;
  z-index: 999;
	top:0;
	right:0;
	left:0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #bcd0e8;
}
/* line 410, ../sass/layout/_header.scss */
.header-main .container {
  max-width: 1610px;
}
/* line 415, ../sass/layout/_header.scss */
.header-main .navigation-bar.scrollDown {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 419, ../sass/layout/_header.scss */
.header-main .navigation-bar.scrollUp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  padding: 18px 0;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 1199px) {
  /* line 419, ../sass/layout/_header.scss */
  .header-main .navigation-bar.scrollUp {
    padding: 10px 0;
  }
}
@media (max-width: 1199px) {
  /* line 432, ../sass/layout/_header.scss */
  .header-main .navigation-bar.scrollUp .main-menu {
    top: 66px;
    height: calc(100% - 66px);
  }
}
@media (max-width: 767px) {
  /* line 432, ../sass/layout/_header.scss */
  .header-main .navigation-bar.scrollUp .main-menu {
    top: 60px;
    height: calc(100% - 60px);
  }
	.header-main {
  position: relative;
  z-index: 5;
  background-color: #FFFFFF;
  border-bottom: 1px solid #bcd0e8;
}
}
/* line 444, ../sass/layout/_header.scss */
.header-main .navigation-bar.scrollUp .container .main-menu > li {
  margin: -29px 18px;
  padding: 0 0 29px;
}
@media (max-width: 1199px) {
  /* line 444, ../sass/layout/_header.scss */
  .header-main .navigation-bar.scrollUp .container .main-menu > li {
    display: block;
    margin: 0;
    padding: 15px;
  }
}

/* line 1, ../sass/layout/_footer.scss */
footer {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
/* line 6, ../sass/layout/_footer.scss */
footer > * {
  margin: 0;
}
/* line 9, ../sass/layout/_footer.scss */
footer .ftr-top {
  padding: 90px 0;
  background-color: #0083d1;
}
@media (max-width: 1499px) {
  /* line 9, ../sass/layout/_footer.scss */
  footer .ftr-top {
    padding: 70px 0;
  }
}
@media (max-width: 1365px) {
  /* line 9, ../sass/layout/_footer.scss */
  footer .ftr-top {
    padding: 55px 0;
  }
}
@media (max-width: 1199px) {
  /* line 9, ../sass/layout/_footer.scss */
  footer .ftr-top {
    padding: 50px 0 40px;
  }
}
@media (max-width: 1023px) {
  /* line 9, ../sass/layout/_footer.scss */
  footer .ftr-top {
    padding: 35px 15px;
  }
}
/* line 24, ../sass/layout/_footer.scss */
footer .ftr-top .ftr-top-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 -30px;
}
@media (max-width: 1023px) {
  /* line 24, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 32, ../sass/layout/_footer.scss */
footer .ftr-top .ftr-top-inner .export-inquiry {
  margin-bottom: 45px;
}
@media (max-width: 1499px) {
  /* line 32, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .export-inquiry {
    margin-bottom: 40px;
  }
}
@media (max-width: 1365px) {
  /* line 32, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .export-inquiry {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  /* line 32, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .export-inquiry {
    margin-bottom: 22px;
  }
}
/* line 44, ../sass/layout/_footer.scss */
footer .ftr-top .ftr-top-inner .ftp-col {
  margin: 0 15px;
  width: calc(100% / 4 - 30px);
}
@media (max-width: 1199px) {
  /* line 44, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  /* line 44, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col {
    width: 46%;
  }
}
@media (max-width: 767px) {
  /* line 44, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col {
    width: 100%;
  }
}
/* line 56, ../sass/layout/_footer.scss */
footer .ftr-top .ftr-top-inner .ftp-col h3 {
  font-family: "Avenir LT Std";
  font-weight: 900;
  color: #FFFFFF;
  font-size: 19px;
  margin-bottom: 20px;
}
@media (max-width: 1365px) {
  /* line 56, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col h3 {
    margin-bottom: 15px;
  }
}
/* line 66, ../sass/layout/_footer.scss */
footer .ftr-top .ftr-top-inner .ftp-col .inquiry-row {
  width: 100%;
  font-size: 17px;
  color: #f2f8ff;
}
@media (max-width: 1199px) {
  /* line 66, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col .inquiry-row {
    font-size: 16px;
  }
}
/* line 73, ../sass/layout/_footer.scss */
footer .ftr-top .ftr-top-inner .ftp-col .inquiry-row i {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-right: 10px;
}
/* line 79, ../sass/layout/_footer.scss */
footer .ftr-top .ftr-top-inner .ftp-col .inquiry-row a {
  font-size: 17px;
  display: inline-block;
  color: #f2f8ff;
}
@media (max-width: 1199px) {
  /* line 79, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col .inquiry-row a {
    font-size: 16px;
  }
}
/* line 87, ../sass/layout/_footer.scss */
footer .ftr-top .ftr-top-inner .ftp-col .inquiry-row a:hover {
  color: #ffe222;
}
/* line 93, ../sass/layout/_footer.scss */
footer .ftr-top .ftr-top-inner .ftp-col .domestic-inquiry .inquiry-row {
  margin-bottom: 10px;
}
@media (max-width: 1365px) {
  /* line 93, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col .domestic-inquiry .inquiry-row {
    margin-bottom: 8px;
  }
}
/* line 101, ../sass/layout/_footer.scss */
footer .ftr-top .ftr-top-inner .ftp-col .ftr-menu .widgettitle {
  display: none;
}
/* line 105, ../sass/layout/_footer.scss */
footer .ftr-top .ftr-top-inner .ftp-col .ftr-menu .menu li {
  line-height: normal;
  margin-bottom: 9px;
}
/* line 108, ../sass/layout/_footer.scss */
footer .ftr-top .ftr-top-inner .ftp-col .ftr-menu .menu li a {
  font-size: 17px;
  line-height: normal;
  color: #f2f8ff;
}
@media (max-width: 1199px) {
  /* line 108, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col .ftr-menu .menu li a {
    font-size: 16px;
  }
}
/* line 115, ../sass/layout/_footer.scss */
footer .ftr-top .ftr-top-inner .ftp-col .ftr-menu .menu li a:hover {
  color: #bcdbff;
}
/* line 122, ../sass/layout/_footer.scss */
footer .ftr-top .ftr-top-inner .ftp-col .unnati-pvt-title {
  font-family: "Avenir LT Std";
  font-weight: 900;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  font-size: 19px;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 1365px) {
  /* line 122, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col .unnati-pvt-title {
    margin-bottom: 15px;
  }
}
/* line 135, ../sass/layout/_footer.scss */
footer .ftr-top .ftr-top-inner .ftp-col address {
  font-size: 17px;
  line-height: 28px;
  font-style: normal;
  color: #f2f8ff;
}
@media (max-width: 1199px) {
  /* line 135, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col address {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1023px) {
  /* line 144, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col address br {
    display: none;
  }
}
/* line 150, ../sass/layout/_footer.scss */
footer .ftr-top .ftr-top-inner .ftp-col.menu-col {
  width: 15%;
}
@media (max-width: 1023px) {
  /* line 150, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col.menu-col {
    width: 46%;
  }
}
@media (max-width: 767px) {
  /* line 150, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col.menu-col {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 159, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col.export-domestic-col {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  /* line 159, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col.export-domestic-col {
    margin-bottom: 22px;
  }
}
/* line 167, ../sass/layout/_footer.scss */
footer .ftr-top .ftr-top-inner .ftp-col.address-col {
  width: auto;
}
@media (max-width: 1023px) {
  /* line 167, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col.address-col {
    width: 46%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  /* line 167, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col.address-col {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    margin-bottom: 0px;
  }
}
@media (max-width: 1023px) {
  /* line 180, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col.quick-links-col {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
@media (max-width: 767px) {
  /* line 180, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col.quick-links-col {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-bottom: 22px;
  }
}
@media (max-width: 1023px) {
  /* line 189, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col.about-us-col {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
}
@media (max-width: 767px) {
  /* line 189, ../sass/layout/_footer.scss */
  footer .ftr-top .ftr-top-inner .ftp-col.about-us-col {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-bottom: 22px;
  }
}
/* line 201, ../sass/layout/_footer.scss */
footer .ftr-bottom {
  padding: 34px 0;
  background-color: #0083d1;
}
@media (max-width: 1499px) {
  /* line 201, ../sass/layout/_footer.scss */
  footer .ftr-bottom {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  /* line 201, ../sass/layout/_footer.scss */
  footer .ftr-bottom {
    padding: 15px 0;
  }
}
/* line 210, ../sass/layout/_footer.scss */
footer .ftr-bottom .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 210, ../sass/layout/_footer.scss */
  footer .ftr-bottom .container {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 218, ../sass/layout/_footer.scss */
footer .ftr-bottom .container .copyright {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  line-height: 170%;
  text-align: center; 
  color: #ffffff;
  margin: 0;
}
@media (max-width: 1023px) {
  /* line 218, ../sass/layout/_footer.scss */
  footer .ftr-bottom .container .copyright {
    font-size: 12px;
    line-height: 160%;
  }
}
@media (max-width: 767px) {
  /* line 218, ../sass/layout/_footer.scss */
  footer .ftr-bottom .container .copyright {
    font-size: 14px;
    line-height: 170%;
    width: 100%;
    text-align: center;
  }
}
/* line 235, ../sass/layout/_footer.scss */
footer .ftr-bottom .container .ftr-social {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  /* line 235, ../sass/layout/_footer.scss */
  footer .ftr-bottom .container .ftr-social {
    margin-top: 15px;
    margin-left: 0;
  }
}
/* line 242, ../sass/layout/_footer.scss */
footer .ftr-bottom .container .ftr-social a {
  color: #ffffff;
  font-size: 20px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  /* line 242, ../sass/layout/_footer.scss */
  footer .ftr-bottom .container .ftr-social a {
    margin: 0 10px;
  }
}
/* line 249, ../sass/layout/_footer.scss */
footer .ftr-bottom .container .ftr-social a:hover {
  color: #FFFFFF;
}
/*----------------New Home page hero section banner styles start-----------------------------*/

/* hero-section start */
.hero-section-adwords{
    background: url("/source/7ee389989718c7a6c9d9527910d24f13/unnati-pumps-ppc-banner3.jpg") no-repeat;
    height: auto;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
}
.hero-section-adwords .hero-section-inner-adwords {
  text-align: center;
    align-items: center;
    padding: 146px 0 108px;
}
.hero-section .hero-section-inner {
    display: flex;
    align-items: center;
    padding: 200px 0 108px;
}

.hero-section-inner .hero-content {
    flex: 0 0 60%;
}
.hero-section-inner .hero-content h1 {
    padding-right: 155px;
    padding-bottom: 42px;
}
.hero-section-inner .hero-content h4{
    padding-bottom: 12px;
}
.hero-section-inner .hero-content p{
    padding-bottom: 52px;
    margin: 0;
}
.hero-section-inner .hero-img {
    flex: 0 0 40%;
}
/* hero-section end */
/* Page */
/* line 1, ../sass/pages/_home.scss */
.hero-section {
  overflow: hidden;
}
/* line 2, ../sass/pages/_home-old.scss */
.topbar-banner .topbar-slider {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 574px;
  padding: 40px 0;
}


/* shirish upadhyay */


@media only screen and (max-width: 428px) {
.banner-text-adwords{padding: 0.5rem!important;
   line-height: normal!important;
	font-size: 1rem;
line-height: 1.2rem;
font-weight: 500;
	}
}
/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
.banner-text-adwords{padding: 0.5rem!important;
   line-height: normal!important;font-size: 0.8rem;
line-height: 1.2rem;
font-weight: 500;}
}
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {}
/* Medium devices (tablets, 768px and up) */
/*.banner-text-adwords{
padding: 0.7rem 6rem!important;
font-size: 1.2rem!important;
line-height: 1.2rem!important;
font-weight: 500!important;
}*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.banner-text-adwords{
	font-size: 1.2rem!important;
line-height: 1.8rem!important;
font-weight: 700!important;padding: 0.7rem 6rem!important;}}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
@media (min-width: 1114px) and (max-width: 1114px) and (min-height: 705px) and (max-height: 705px) {}
@media (min-width: 1100px) and (max-width: 1125px) and (min-height: 690px) and (max-height: 720px) {}
@media (min-width: 1366px) and (max-width: 1366px) and (min-height: 768px) and (max-height: 768px) {}
/* Target only mobile (max-width 767px): */
@media (max-width: 767px) {}
/* Target tablets and below (max-width 991px): */
@media (max-width: 991px) {}
/* Target tablets only (768px to 991px): */
@media (min-width: 768px) and (max-width: 1024px) {}
/* Target desktops only (992px and up): */
@media (min-width: 992px) {}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}
/* shirish upadhyay */


@media (max-width: 1499px) {
  /* line 2, ../sass/pages/_home-old.scss */
  .topbar-banner .topbar-slider {
    min-height: 389px;
  }
}
@media (max-width: 1365px) {
  /* line 2, ../sass/pages/_home-old.scss */
  .topbar-banner .topbar-slider {
    padding: 30px 0;
    min-height: 352px;
  }
}
@media (max-width: 1023px) {
  /* line 2, ../sass/pages/_home-old.scss */
  .topbar-banner .topbar-slider {
    min-height: 204px;
  }
}
@media (max-width: 767px) {
  /* line 2, ../sass/pages/_home-old.scss */
  .topbar-banner .topbar-slider {
    min-height: 74px;
  }
}
/* line 20, ../sass/pages/_home-old.scss */
.topbar-banner .topbar-slider .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: inherit;
}
/* line 24, ../sass/pages/_home-old.scss */
.topbar-banner .topbar-slider .container .banner-caption {
  padding: 50px;
  max-width: 648px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
@media (max-width: 1499px) {
  /* line 24, ../sass/pages/_home-old.scss */
  .topbar-banner .topbar-slider .container .banner-caption {
    padding: 40px;
  }
}
@media (max-width: 1365px) {
  /* line 24, ../sass/pages/_home-old.scss */
  .topbar-banner .topbar-slider .container .banner-caption {
    padding: 30px;
    margin: 0 40px;
  }
}
@media (max-width: 1199px) {
  /* line 24, ../sass/pages/_home-old.scss */
  .topbar-banner .topbar-slider .container .banner-caption {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    padding: 24px;
    max-width: 50%;
  }
}
@media (max-width: 1023px) {
  /* line 24, ../sass/pages/_home-old.scss */
  .topbar-banner .topbar-slider .container .banner-caption {
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  /* line 24, ../sass/pages/_home-old.scss */
  .topbar-banner .topbar-slider .container .banner-caption {
    margin: 0 20px;
    padding: 15px;
    max-width: 100%;
  }
}
/* line 51, ../sass/pages/_home-old.scss */
.topbar-banner .topbar-slider .container .banner-caption h1 {
  color: #FFFFFF;
}
@media (max-width: 1499px) {
  /* line 51, ../sass/pages/_home-old.scss */
  .topbar-banner .topbar-slider .container .banner-caption h1 {
    font-size: 42px;
  }
}
@media (max-width: 1365px) {
  /* line 51, ../sass/pages/_home-old.scss */
  .topbar-banner .topbar-slider .container .banner-caption h1 {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  /* line 51, ../sass/pages/_home-old.scss */
  .topbar-banner .topbar-slider .container .banner-caption h1 {
    font-size: 34px;
  }
}
@media (max-width: 1023px) {
  /* line 51, ../sass/pages/_home-old.scss */
  .topbar-banner .topbar-slider .container .banner-caption h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  /* line 51, ../sass/pages/_home-old.scss */
  .topbar-banner .topbar-slider .container .banner-caption h1 {
    font-size: 26px;
  }
}
/* line 69, ../sass/pages/_home-old.scss */
.topbar-banner .topbar-slider .container .banner-caption p {
  color: #FFFFFF;
  margin: 27px 0;
  font-size: 18px;
  line-height: 170%;
}
@media (max-width: 1365px) {
  /* line 69, ../sass/pages/_home-old.scss */
  .topbar-banner .topbar-slider .container .banner-caption p {
    margin: 17px 0 20px;
  }
}
@media (max-width: 1199px) {
  /* line 69, ../sass/pages/_home-old.scss */
  .topbar-banner .topbar-slider .container .banner-caption p {
    margin: 12px 0 17px;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  /* line 69, ../sass/pages/_home-old.scss */
  .topbar-banner .topbar-slider .container .banner-caption p {
    margin: 10px 0 15px;
    font-size: 15px;
    line-height: 160%;
  }
}
/* line 87, ../sass/pages/_home-old.scss */
.topbar-banner .topbar-slider .container .banner-caption .view-product {
  min-width: 157px;
  height: 41px;
  padding: 12px 15px;
  background-color: #FFFFFF;
  color: #000000;
}
@media (max-width: 767px) {
  /* line 87, ../sass/pages/_home-old.scss */
  .topbar-banner .topbar-slider .container .banner-caption .view-product {
    min-width: 140px;
    height: 38px;
    line-height: 110%;
  }
}
/* line 98, ../sass/pages/_home-old.scss */
.topbar-banner .topbar-slider .container .banner-caption .view-product:hover {
  background-color: #0D6DB1;
  color: #FFFFFF;
}
/* line 106, ../sass/pages/_home-old.scss */
.topbar-banner .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
}
@media (max-width: 1499px) {
  /* line 106, ../sass/pages/_home-old.scss */
  .topbar-banner .slick-arrow {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1199px) {
  /* line 106, ../sass/pages/_home-old.scss */
  .topbar-banner .slick-arrow {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 767px) {
  /* line 106, ../sass/pages/_home-old.scss */
  .topbar-banner .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
/* line 122, ../sass/pages/_home-old.scss */
.topbar-banner .slick-arrow.slick-prev {
  left: 20px;
}
@media (max-width: 1499px) {
  /* line 122, ../sass/pages/_home-old.scss */
  .topbar-banner .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media (max-width: 767px) {
  /* line 122, ../sass/pages/_home-old.scss */
  .topbar-banner .slick-arrow.slick-prev {
    left: 3px;
  }
}
/* line 131, ../sass/pages/_home-old.scss */
.topbar-banner .slick-arrow.slick-next {
  right: 20px;
}
@media (max-width: 1499px) {
  /* line 131, ../sass/pages/_home-old.scss */
  .topbar-banner .slick-arrow.slick-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  /* line 131, ../sass/pages/_home-old.scss */
  .topbar-banner .slick-arrow.slick-next {
    right: 3px;
  }
}
/* line 140, ../sass/pages/_home-old.scss */
.topbar-banner .slick-arrow:before {
  color: #000000;
}
@media (max-width: 767px) {
  /* line 140, ../sass/pages/_home-old.scss */
  .topbar-banner .slick-arrow:before {
    font-size: 18px;
  }
}
/* line 146, ../sass/pages/_home-old.scss */
.topbar-banner .slick-arrow:hover {
  background-color: #0D6DB1;
}
/* line 148, ../sass/pages/_home-old.scss */
.topbar-banner .slick-arrow:hover:before {
  color: #FFFFFF;
}
/* line 153, ../sass/pages/_home-old.scss */
.topbar-banner .slick-dots {
  bottom: 25px;
}
@media (max-width: 1199px) {
  /* line 153, ../sass/pages/_home-old.scss */
  .topbar-banner .slick-dots {
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  /* line 153, ../sass/pages/_home-old.scss */
  .topbar-banner .slick-dots {
    bottom: 10px;
  }
}
/* line 162, ../sass/pages/_home-old.scss */
.topbar-banner .slick-dots li button {
  background-color: transparent;
  border: 1px solid #0D6DB1;
}

/* line 169, ../sass/pages/_home-old.scss */
.multiple-industries {
  padding: 100px 0;
}
@media (max-width: 1499px) {
  /* line 169, ../sass/pages/_home-old.scss */
  .multiple-industries {
    padding: 80px 0;
  }
}
@media (max-width: 1365px) {
  /* line 169, ../sass/pages/_home-old.scss */
  .multiple-industries {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  /* line 169, ../sass/pages/_home-old.scss */
  .multiple-industries {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  /* line 169, ../sass/pages/_home-old.scss */
  .multiple-industries {
    padding: 30px 0;
  }
}
/* line 183, ../sass/pages/_home-old.scss */
.multiple-industries .container {
  max-width: 1076px;
  text-align: center;
}
/* line 186, ../sass/pages/_home-old.scss */
.multiple-industries .container h2 {
  margin: 0 0 32px;
}
@media (max-width: 1365px) {
  /* line 186, ../sass/pages/_home-old.scss */
  .multiple-industries .container h2 {
    margin: 0 0 24px;
  }
}
@media (max-width: 1199px) {
  /* line 186, ../sass/pages/_home-old.scss */
  .multiple-industries .container h2 {
    font-size: 30px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1023px) {
  /* line 186, ../sass/pages/_home-old.scss */
  .multiple-industries .container h2 {
    font-size: 28px;
    margin: 0 0 18px;
  }
}
@media (max-width: 767px) {
  /* line 186, ../sass/pages/_home-old.scss */
  .multiple-industries .container h2 {
    font-size: 24px;
    margin: 0 0 15px;
  }
}
/* line 204, ../sass/pages/_home-old.scss */
.multiple-industries .container p {
  margin: 20px 0;
  color: #2E2E2E;
}
@media (max-width: 1365px) {
  /* line 204, ../sass/pages/_home-old.scss */
  .multiple-industries .container p {
    margin: 18px 0;
  }
}
@media (max-width: 1199px) {
  /* line 204, ../sass/pages/_home-old.scss */
  .multiple-industries .container p {
    margin: 16px 0;
  }
}
@media (max-width: 1023px) {
  /* line 204, ../sass/pages/_home-old.scss */
  .multiple-industries .container p {
    margin: 14px 0;
  }
}
/* line 217, ../sass/pages/_home-old.scss */
.multiple-industries .container .serve-btn {
  margin-top: 20px;
}
@media (max-width: 1365px) {
  /* line 217, ../sass/pages/_home-old.scss */
  .multiple-industries .container .serve-btn {
    margin-top: 18px;
  }
}
@media (max-width: 1199px) {
  /* line 217, ../sass/pages/_home-old.scss */
  .multiple-industries .container .serve-btn {
    margin-top: 16px;
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  /* line 217, ../sass/pages/_home-old.scss */
  .multiple-industries .container .serve-btn {
    margin-top: 12px;
    min-width: 190px;
    height: 42px;
    line-height: 100%;
  }
}

/* line 235, ../sass/pages/_home-old.scss */
.full-grid {
  display: grid;
}
/* line 238, ../sass/pages/_home-old.scss */
.full-grid .grid-column .explore-more-btn {
  position: relative;
  left: 0;
  right: 0;
  top: -22px;
  margin: auto;
  font-size: 16px;
  font-weight: 600;
  width: max-content;
  height: 38px;
  line-height: 38px;
  text-align: center;
  padding: 0 22px;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  display: table;
}
@media (max-width: 1599px) {
  /* line 238, ../sass/pages/_home-old.scss */
  .full-grid .grid-column .explore-more-btn {
    bottom: 30px;
    font-size: 18px;
    height: 49px;
    line-height: 48px;
    padding: 0 30px;
  }
}
@media (max-width: 1499px) {
  /* line 238, ../sass/pages/_home-old.scss */
  .full-grid .grid-column .explore-more-btn {
    padding: 0 25px;
  }
}
@media (max-width: 1365px) {
  /* line 238, ../sass/pages/_home-old.scss */
  .full-grid .grid-column .explore-more-btn {
    bottom: 25px;
    font-size: 16px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1199px) {
  /* line 238, ../sass/pages/_home-old.scss */
  .full-grid .grid-column .explore-more-btn {
    bottom: 20px;
    height: 36px;
    padding: 0 10px;
    line-height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  /* line 238, ../sass/pages/_home-old.scss */
  .full-grid .grid-column .explore-more-btn {
    bottom: 11px;
    height: 34px;
    padding: 0 15px;
    line-height: 33px;
  }
}
/* line 285, ../sass/pages/_home-old.scss */
.full-grid .grid-column .explore-more-btn:hover {
  background-color: #0D6DB1;
  color: #FFFFFF;
}

/* line 292, ../sass/pages/_home-old.scss */
.explore-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 450px;
  padding: 50px 0 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1365px) {
  /* line 292, ../sass/pages/_home-old.scss */
  .explore-banner {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  /* line 292, ../sass/pages/_home-old.scss */
  .explore-banner {
    min-height: inherit;
    padding: 40px 0 20;
  }
}
/* line 307, ../sass/pages/_home-old.scss */
.explore-banner .full-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  /* line 307, ../sass/pages/_home-old.scss */
  .explore-banner .full-grid {
    gap: 18px;
  }
}
@media (max-width: 1023px) {
  /* line 307, ../sass/pages/_home-old.scss */
  .explore-banner .full-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  /* line 307, ../sass/pages/_home-old.scss */
  .explore-banner .full-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
}
/* line 320, ../sass/pages/_home-old.scss */
.explore-banner .full-grid .grid-column {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  /* line 323, ../sass/pages/_home-old.scss */
  .explore-banner .full-grid .grid-column .grid-column-image {
    display: table;
    margin: auto;
  }
}
/* line 328, ../sass/pages/_home-old.scss */
.explore-banner .full-grid .grid-column .grid-column-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
@media (max-width: 1199px) {
  /* line 328, ../sass/pages/_home-old.scss */
  .explore-banner .full-grid .grid-column .grid-column-image img {
    height: 250px;
  }
}
/* line 337, ../sass/pages/_home-old.scss */
.explore-banner .full-grid .grid-column:hover {
  margin-top: -15px;
}

/* line 343, ../sass/pages/_home-old.scss */
.ask-quote {
  padding: 80px 0;
}
@media (max-width: 1499px) {
  /* line 343, ../sass/pages/_home-old.scss */
  .ask-quote {
    padding: 70px 0;
  }
}
@media (max-width: 1365px) {
  /* line 343, ../sass/pages/_home-old.scss */
  .ask-quote {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  /* line 343, ../sass/pages/_home-old.scss */
  .ask-quote {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  /* line 343, ../sass/pages/_home-old.scss */
  .ask-quote {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  /* line 343, ../sass/pages/_home-old.scss */
  .ask-quote {
    padding: 40px 0;
  }
}
/* line 360, ../sass/pages/_home-old.scss */
.ask-quote .ask-quote-inner {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background-color: #0D6DB1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 58px 51px;
}
@media (max-width: 1365px) {
  /* line 360, ../sass/pages/_home-old.scss */
  .ask-quote .ask-quote-inner {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  /* line 360, ../sass/pages/_home-old.scss */
  .ask-quote .ask-quote-inner {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  /* line 360, ../sass/pages/_home-old.scss */
  .ask-quote .ask-quote-inner {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
}
/* line 378, ../sass/pages/_home-old.scss */
.ask-quote .ask-quote-inner h2 {
  font-size: 30px;
  line-height: 130%;
  color: #FFFFFF;
  max-width: 80%;
}
@media (max-width: 1365px) {
  /* line 378, ../sass/pages/_home-old.scss */
  .ask-quote .ask-quote-inner h2 {
    font-size: 29px;
  }
}
@media (max-width: 1199px) {
  /* line 378, ../sass/pages/_home-old.scss */
  .ask-quote .ask-quote-inner h2 {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  /* line 378, ../sass/pages/_home-old.scss */
  .ask-quote .ask-quote-inner h2 {
    max-width: 68%;
  }
}
@media (max-width: 767px) {
  /* line 378, ../sass/pages/_home-old.scss */
  .ask-quote .ask-quote-inner h2 {
    text-align: center;
    font-size: 22px;
    line-height: 120%;
    max-width: 100%;
  }
}
/* line 399, ../sass/pages/_home-old.scss */
.ask-quote .ask-quote-inner .request-quote-btn {
  margin-left: auto;
  background-color: #FFFFFF;
  color: #000000;
  min-width: 196px;
  height: 45px;
  line-height: 29px;
}
@media (max-width: 767px) {
  /* line 399, ../sass/pages/_home-old.scss */
  .ask-quote .ask-quote-inner .request-quote-btn {
    margin-top: 18px;
    margin-left: 0;
    min-width: 176px;
    height: 42px;
    line-height: 26px;
  }
}
/* line 413, ../sass/pages/_home-old.scss */
.ask-quote .ask-quote-inner .request-quote-btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}

/* line 420, ../sass/pages/_home-old.scss */
.product-category {
  background-color: #E7F5FF;
  padding: 80px 0 208px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1499px) {
  /* line 420, ../sass/pages/_home-old.scss */
  .product-category {
    padding: 70px 0 172px;
  }
}
@media (max-width: 1365px) {
  /* line 420, ../sass/pages/_home-old.scss */
  .product-category {
    padding: 60px 0 142px;
  }
}
@media (max-width: 1199px) {
  /* line 420, ../sass/pages/_home-old.scss */
  .product-category {
    padding: 50px 0 102px;
  }
}
@media (max-width: 1023px) {
  /* line 420, ../sass/pages/_home-old.scss */
  .product-category {
    padding: 40px 0 90px;
  }
}
@media (max-width: 767px) {
  /* line 420, ../sass/pages/_home-old.scss */
  .product-category {
    padding: 30px 0 80px;
  }
}
/* line 441, ../sass/pages/_home-old.scss */
.product-category:before {
  content: '';
  position: absolute;
  left: 0;
  top: 112px;
  width: 384px;
  height: 337px;
  background: url("/source/0fef070d759230b656e6e9a70156117f/left-white-wave.svg") no-repeat 0px 0px;
  z-index: -1;
  background-size: contain;
}
@media (max-width: 1499px) {
  /* line 441, ../sass/pages/_home-old.scss */
  .product-category:before {
    width: 284px;
    height: 237px;
  }
}
@media (max-width: 1365px) {
  /* line 441, ../sass/pages/_home-old.scss */
  .product-category:before {
    width: 244px;
    height: 197px;
  }
}
@media (max-width: 1199px) {
  /* line 441, ../sass/pages/_home-old.scss */
  .product-category:before {
    width: 214px;
    height: 167px;
  }
}
@media (max-width: 1023px) {
  /* line 441, ../sass/pages/_home-old.scss */
  .product-category:before {
    top: 62px;
    width: 184px;
    height: 137px;
  }
}
@media (max-width: 767px) {
  /* line 441, ../sass/pages/_home-old.scss */
  .product-category:before {
    width: 164px;
    height: 117px;
  }
}
/* line 473, ../sass/pages/_home-old.scss */
.product-category:after {
  content: '';
  position: absolute;
  right: -133px;
  bottom: 72px;
  width: 384px;
  height: 337px;
  background: url("/source/582be098a25e224c47c445eb0192a88a/right-white-wave.svg") no-repeat 0px 0px;
  z-index: -1;
  background-size: contain;
}
@media (max-width: 1499px) {
  /* line 473, ../sass/pages/_home-old.scss */
  .product-category:after {
    width: 284px;
    height: 237px;
  }
}
@media (max-width: 1365px) {
  /* line 473, ../sass/pages/_home-old.scss */
  .product-category:after {
    width: 244px;
    height: 197px;
  }
}
@media (max-width: 1199px) {
  /* line 473, ../sass/pages/_home-old.scss */
  .product-category:after {
    width: 214px;
    height: 167px;
  }
}
@media (max-width: 1023px) {
  /* line 473, ../sass/pages/_home-old.scss */
  .product-category:after {
    bottom: 32px;
    width: 184px;
    height: 137px;
  }
}
@media (max-width: 767px) {
  /* line 473, ../sass/pages/_home-old.scss */
  .product-category:after {
    width: 164px;
    height: 117px;
  }
}
/* line 505, ../sass/pages/_home-old.scss */
.product-category .section-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 24px;
}
@media (max-width: 1365px) {
  /* line 505, ../sass/pages/_home-old.scss */
  .product-category .section-header {
    margin: 0 0 15px;
  }
}
@media (max-width: 1023px) {
  /* line 505, ../sass/pages/_home-old.scss */
  .product-category .section-header {
    margin: 0 0 10px;
  }
}
/* line 515, ../sass/pages/_home-old.scss */
.product-category .section-header h2 {
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 1023px) {
  /* line 515, ../sass/pages/_home-old.scss */
  .product-category .section-header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  /* line 515, ../sass/pages/_home-old.scss */
  .product-category .section-header h2 {
    font-size: 24px;
  }
}
/* line 525, ../sass/pages/_home-old.scss */
.product-category .section-header .customArrow {
  margin-left: auto;
}

/* line 531, ../sass/pages/_home-old.scss */
.product-grid:not(.slick-slider) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
}
@media (max-width: 1365px) {
  /* line 531, ../sass/pages/_home-old.scss */
  .product-grid:not(.slick-slider) {
    gap: 30px 24px;
  }
}
@media (max-width: 1023px) {
  /* line 531, ../sass/pages/_home-old.scss */
  .product-grid:not(.slick-slider) {
    gap: 25px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  /* line 531, ../sass/pages/_home-old.scss */
  .product-grid:not(.slick-slider) {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* line 546, ../sass/pages/_home-old.scss */
.product-grid .slick-list {
  margin: 0 -12px;
}
/* line 548, ../sass/pages/_home-old.scss */
.product-grid .slick-list .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 552, ../sass/pages/_home-old.scss */
.product-grid .slick-list .slick-slide:not(.slick-active) {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* line 558, ../sass/pages/_home-old.scss */
.product-grid.slick-slider .grid-item {
  height: auto;
  margin: 12px 12px 24px;
  background-color: #FFFFFF;
}
@media (max-width: 1023px) {
  /* line 558, ../sass/pages/_home-old.scss */
  .product-grid.slick-slider .grid-item {
    margin: 12px;
  }
}
/* line 567, ../sass/pages/_home-old.scss */
.product-grid .grid-item {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
@media (max-width: 1023px) {
  /* line 567, ../sass/pages/_home-old.scss */
  .product-grid .grid-item {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  }
}
/* line 574, ../sass/pages/_home-old.scss */
.product-grid .grid-item .product-image {
  background-color: #f6f6f6;
  border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
}
/* line 577, ../sass/pages/_home-old.scss */
.product-grid .grid-item .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
}
/* line 584, ../sass/pages/_home-old.scss */
.product-grid .grid-item .product-content {
  padding: 15px 20px 20px;
  border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -ms-border-radius: 0 0 15px 15px;
  -o-border-radius: 0 0 15px 15px;
  height: 100%;
}
/* line 588, ../sass/pages/_home-old.scss */
.product-grid .grid-item .product-content h3 {
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
}
@media (max-width: 1023px) {
  /* line 588, ../sass/pages/_home-old.scss */
  .product-grid .grid-item .product-content h3 {
    font-size: 18px;
  }
}
/* line 595, ../sass/pages/_home-old.scss */
.product-grid .grid-item .product-content h3 a {
  font-size: inherit;
  font-weight: inherit;
  color: #000000;
}
/* line 599, ../sass/pages/_home-old.scss */
.product-grid .grid-item .product-content h3 a:hover {
  color: #0D6DB1;
}
/* line 604, ../sass/pages/_home-old.scss */
.product-grid .grid-item .product-content p {
  margin: 9px 0 23px;
  color: #2E2E2E;
  font-size: 15px;
  line-height: 170%;
}
@media (max-width: 1199px) {
  /* line 604, ../sass/pages/_home-old.scss */
  .product-grid .grid-item .product-content p {
    margin: 5px 0 20px;
    line-height: 160%;
  }
}
@media (max-width: 1023px) {
  /* line 604, ../sass/pages/_home-old.scss */
  .product-grid .grid-item .product-content p {
    font-size: 14px;
  }
}
/* line 617, ../sass/pages/_home-old.scss */
.product-grid .grid-item .product-content .view-product {
  min-width: 157px;
}
@media (max-width: 1199px) {
  /* line 617, ../sass/pages/_home-old.scss */
  .product-grid .grid-item .product-content .view-product {
    min-width: 137px;
  }
}

/* line 626, ../sass/pages/_home-old.scss */
.satisfied-view {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}
@media (max-width: 1499px) {
  /* line 626, ../sass/pages/_home-old.scss */
  .satisfied-view {
    margin-top: -90px;
  }
}
@media (max-width: 1365px) {
  /* line 626, ../sass/pages/_home-old.scss */
  .satisfied-view {
    margin-top: -80px;
  }
}
@media (max-width: 1199px) {
  /* line 626, ../sass/pages/_home-old.scss */
  .satisfied-view {
    margin-top: -50px;
  }
}
@media (max-width: 1023px) {
  /* line 626, ../sass/pages/_home-old.scss */
  .satisfied-view {
    margin-top: -40px;
  }
}

/* line 643, ../sass/pages/_home-old.scss */
.satisfied-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 24px;
}
@media (max-width: 1199px) {
  /* line 643, ../sass/pages/_home-old.scss */
  .satisfied-grid {
    gap: 0 15px;
  }
}
@media (max-width: 767px) {
  /* line 643, ../sass/pages/_home-old.scss */
  .satisfied-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
	.product-grid .grid-item .product-content .view-product {
    min-width: 137px;display: block;
    margin: 0 auto;
  }
}
/* line 654, ../sass/pages/_home-old.scss */
.satisfied-grid .item {
  background-color: #0D6DB1;
  border: 5px solid #FFFFFF;
  padding: 43px 26px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1499px) {
  /* line 654, ../sass/pages/_home-old.scss */
  .satisfied-grid .item {
    padding: 33px 26px;
  }
}
@media (max-width: 1365px) {
  /* line 654, ../sass/pages/_home-old.scss */
  .satisfied-grid .item {
    padding: 26px;
  }
}
@media (max-width: 1199px) {
  /* line 654, ../sass/pages/_home-old.scss */
  .satisfied-grid .item {
    padding: 15px;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
}
/* line 671, ../sass/pages/_home-old.scss */
.satisfied-grid .item strong {
  font-size: 40px;
  line-height: 39px;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 1499px) {
  /* line 671, ../sass/pages/_home-old.scss */
  .satisfied-grid .item strong {
    font-size: 36px;
    line-height: 35px;
  }
}
@media (max-width: 1365px) {
  /* line 671, ../sass/pages/_home-old.scss */
  .satisfied-grid .item strong {
    font-size: 34px;
    line-height: 33px;
  }
}
@media (max-width: 1199px) {
  /* line 671, ../sass/pages/_home-old.scss */
  .satisfied-grid .item strong {
    font-size: 30px;
    line-height: 29px;
  }
}
@media (max-width: 1023px) {
  /* line 671, ../sass/pages/_home-old.scss */
  .satisfied-grid .item strong {
    font-size: 28px;
    line-height: 27px;
  }
}
/* line 692, ../sass/pages/_home-old.scss */
.satisfied-grid .item strong:after {
  content: '+';
  display: inline-block;
}
/* line 697, ../sass/pages/_home-old.scss */
.satisfied-grid .item span {
  display: block;
  margin: 13px 0 0;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
  text-transform: capitalize;
}
@media (max-width: 1499px) {
  /* line 697, ../sass/pages/_home-old.scss */
  .satisfied-grid .item span {
    margin: 10px 0 0;
  }
}
@media (max-width: 1365px) {
  /* line 697, ../sass/pages/_home-old.scss */
  .satisfied-grid .item span {
    font-size: 16px;
    margin: 8px 0 0;
  }
}
@media (max-width: 1199px) {
  /* line 697, ../sass/pages/_home-old.scss */
  .satisfied-grid .item span {
    font-size: 12px;
    margin: 6px 0 0;
  }
}

/* line 718, ../sass/pages/_home-old.scss */
.recent-blog {
  padding: 102px 0 100px;
}
@media (max-width: 1499px) {
  /* line 718, ../sass/pages/_home-old.scss */
  .recent-blog {
    padding: 82px 0 80px;
  }
}
@media (max-width: 1365px) {
  /* line 718, ../sass/pages/_home-old.scss */
  .recent-blog {
    padding: 62px 0 70px;
  }
}
@media (max-width: 1199px) {
  /* line 718, ../sass/pages/_home-old.scss */
  .recent-blog {
    padding: 42px 0 60px;
  }
	.header-main {
    position:relative;top:none;right:none;left:none;z-index:9;
  }
	.request-quote-btn-ppc{padding: 10px 15px;}
}
@media (max-width: 1023px) {
  /* line 718, ../sass/pages/_home-old.scss */
  .recent-blog {
    padding: 40px 0 50px;
  }
}
@media (max-width: 767px) {
  /* line 718, ../sass/pages/_home-old.scss */
  .recent-blog {
    padding: 40px 0;
  }
}
/* line 735, ../sass/pages/_home-old.scss */
.recent-blog .section-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 27px;
}
@media (max-width: 1499px) {
  /* line 735, ../sass/pages/_home-old.scss */
  .recent-blog .section-header {
    margin: 0 0 20px;
  }
}
@media (max-width: 1023px) {
  /* line 735, ../sass/pages/_home-old.scss */
  .recent-blog .section-header {
    margin: 0 0 18px;
  }
}
/* line 745, ../sass/pages/_home-old.scss */
.recent-blog .section-header h2 {
  margin: 0;
  text-transform: capitalize;
}
@media (max-width: 1023px) {
  /* line 745, ../sass/pages/_home-old.scss */
  .recent-blog .section-header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  /* line 745, ../sass/pages/_home-old.scss */
  .recent-blog .section-header h2 {
    font-size: 24px;
  }
}
/* line 755, ../sass/pages/_home-old.scss */
.recent-blog .section-header .customArrow {
  margin-left: auto;
}
/* line 757, ../sass/pages/_home-old.scss */
.recent-blog .section-header .customArrow .slick-arrow {
  background-color: #000000;
}
/* line 759, ../sass/pages/_home-old.scss */
.recent-blog .section-header .customArrow .slick-arrow:hover {
  background-color: #0D6DB1;
}
/* line 765, ../sass/pages/_home-old.scss */
.recent-blog .view-all-btn {
  display: table;
  margin: 41px auto 0;
}
@media (max-width: 1199px) {
  /* line 765, ../sass/pages/_home-old.scss */
  .recent-blog .view-all-btn {
    margin: 31px auto 0;
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  /* line 765, ../sass/pages/_home-old.scss */
  .recent-blog .view-all-btn {
    margin: 24px auto 0;
    min-width: 145px;
    line-height: 28px;
    height: 42px;
  }
}

/* line 781, ../sass/pages/_home-old.scss */
.blog-grid:not(.slick-slider) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
}
/* line 786, ../sass/pages/_home-old.scss */
.blog-grid .slick-list {
  margin: 0 -12px;
}
@media (max-width: 1023px) {
  /* line 786, ../sass/pages/_home-old.scss */
  .blog-grid .slick-list {
    margin: 0 -10px;
  }
}
/* line 792, ../sass/pages/_home-old.scss */
.blog-grid .grid-item {
  margin: 0 12px;
}
@media (max-width: 1023px) {
  /* line 792, ../sass/pages/_home-old.scss */
  .blog-grid .grid-item {
    margin: 0 10px;
  }
}
/* line 797, ../sass/pages/_home-old.scss */
.blog-grid .grid-item .blog-image {
  position: relative;
}
/* line 799, ../sass/pages/_home-old.scss */
.blog-grid .grid-item .blog-image .date {
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-block;
  padding: 5px 13px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media (max-width: 1023px) {
  /* line 799, ../sass/pages/_home-old.scss */
  .blog-grid .grid-item .blog-image .date {
    left: 10px;
    top: 10px;
    padding: 3px 6px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  /* line 799, ../sass/pages/_home-old.scss */
  .blog-grid .grid-item .blog-image .date {
    left: 15px;
    top: 15px;
  }
}
/* line 822, ../sass/pages/_home-old.scss */
.blog-grid .grid-item .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
/* line 828, ../sass/pages/_home-old.scss */
.blog-grid .grid-item .blog-image .blog-category {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: inline-block;
  padding: 7px 15px;
  text-transform: capitalize;
  background-color: #FFFFFF;
  border: 1px solid #0D6DB1;
  color: #0D6DB1;
  font-size: 12px;
  line-height: 120%;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
@media (max-width: 1023px) {
  /* line 828, ../sass/pages/_home-old.scss */
  .blog-grid .grid-item .blog-image .blog-category {
    right: 10px;
    bottom: 10px;
    padding: 4px 8px;
    font-size: 11px;
  }
}
/* line 849, ../sass/pages/_home-old.scss */
.blog-grid .grid-item h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin: 20px 0 12px;
}
@media (max-width: 1199px) {
  /* line 849, ../sass/pages/_home-old.scss */
  .blog-grid .grid-item h4 {
    margin: 18px 0 10px;
    font-size: 17px;
    line-height: 145%;
  }
}
@media (max-width: 1023px) {
  /* line 849, ../sass/pages/_home-old.scss */
  .blog-grid .grid-item h4 {
    margin: 15px 0 8px;
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  /* line 849, ../sass/pages/_home-old.scss */
  .blog-grid .grid-item h4 {
    font-size: 18px;
    line-height: 150%;
  }
}
/* line 868, ../sass/pages/_home-old.scss */
.blog-grid .grid-item h4 a {
  font-size: inherit;
  line-height: inherit;
  color: #000000;
}
/* line 872, ../sass/pages/_home-old.scss */
.blog-grid .grid-item h4 a:hover {
  color: #0D6DB1;
}
/* line 877, ../sass/pages/_home-old.scss */
.blog-grid .grid-item p {
  font-size: 14px;
  line-height: 170%;
  color: #2E2E2E;
  margin: 0 0 11px;
}
/* line 885, ../sass/pages/_home-old.scss */
.blog-grid .grid-item .blog-content p:first-of-type {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/* line 893, ../sass/pages/_home-old.scss */
.blog-grid .grid-item .blog-content * {
  display: none;
}
/* line 897, ../sass/pages/_home-old.scss */
.blog-grid .grid-item .read-more {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
}
/* line 903, ../sass/pages/_home-old.scss */
.blog-grid .grid-item .read-more:hover {
  color: #000000;
}

/* line 909, ../sass/pages/_home-old.scss */
.recent-events {
  background-color: #E7F5FF;
  padding: 102px 0 78px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1499px) {
  /* line 909, ../sass/pages/_home-old.scss */
  .recent-events {
    padding: 72px 0 78px;
  }
}
@media (max-width: 1365px) {
  /* line 909, ../sass/pages/_home-old.scss */
  .recent-events {
    padding: 62px 0 70px;
  }
}
@media (max-width: 1199px) {
  /* line 909, ../sass/pages/_home-old.scss */
  .recent-events {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  /* line 909, ../sass/pages/_home-old.scss */
  .recent-events {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  /* line 909, ../sass/pages/_home-old.scss */
  .recent-events {
    padding: 38px 0 40px;
  }
}
/* line 930, ../sass/pages/_home-old.scss */
.recent-events:before {
  content: '';
  position: absolute;
  left: 0;
  top: 112px;
  width: 384px;
  height: 337px;
  background: url("/source/0fef070d759230b656e6e9a70156117f/left-white-wave.svg") no-repeat 0px 0px;
  z-index: -1;
  background-size: contain;
}
@media (max-width: 1499px) {
  /* line 930, ../sass/pages/_home-old.scss */
  .recent-events:before {
    width: 284px;
    height: 237px;
  }
}
@media (max-width: 1365px) {
  /* line 930, ../sass/pages/_home-old.scss */
  .recent-events:before {
    width: 244px;
    height: 197px;
  }
}
@media (max-width: 1199px) {
  /* line 930, ../sass/pages/_home-old.scss */
  .recent-events:before {
    width: 214px;
    height: 167px;
  }
}
@media (max-width: 1023px) {
  /* line 930, ../sass/pages/_home-old.scss */
  .recent-events:before {
    top: 62px;
    width: 184px;
    height: 137px;
  }
}
@media (max-width: 767px) {
  /* line 930, ../sass/pages/_home-old.scss */
  .recent-events:before {
    width: 164px;
    height: 117px;
  }
}
/* line 962, ../sass/pages/_home-old.scss */
.recent-events:after {
  content: '';
  position: absolute;
  right: -133px;
  bottom: 40px;
  width: 384px;
  height: 337px;
  background: url("/source/582be098a25e224c47c445eb0192a88a/right-white-wave.svg") no-repeat 0px 0px;
  z-index: -1;
  background-size: contain;
}
@media (max-width: 1499px) {
  /* line 962, ../sass/pages/_home-old.scss */
  .recent-events:after {
    width: 284px;
    height: 237px;
  }
}
@media (max-width: 1365px) {
  /* line 962, ../sass/pages/_home-old.scss */
  .recent-events:after {
    width: 244px;
    height: 197px;
  }
}
@media (max-width: 1199px) {
  /* line 962, ../sass/pages/_home-old.scss */
  .recent-events:after {
    width: 214px;
    height: 167px;
  }
}
@media (max-width: 1023px) {
  /* line 962, ../sass/pages/_home-old.scss */
  .recent-events:after {
    bottom: 30px;
    width: 184px;
    height: 137px;
  }
}
@media (max-width: 767px) {
  /* line 962, ../sass/pages/_home-old.scss */
  .recent-events:after {
    right: -113px;
    width: 164px;
    height: 117px;
  }
}
/* line 995, ../sass/pages/_home-old.scss */
.recent-events .section-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 37px;
}
@media (max-width: 1499px) {
  /* line 995, ../sass/pages/_home-old.scss */
  .recent-events .section-header {
    margin: 0 0 30px;
  }
}
@media (max-width: 1365px) {
  /* line 995, ../sass/pages/_home-old.scss */
  .recent-events .section-header {
    margin: 0 0 20px;
  }
}
@media (max-width: 1023px) {
  /* line 995, ../sass/pages/_home-old.scss */
  .recent-events .section-header {
    margin: 0 0 18px;
  }
}
/* line 1008, ../sass/pages/_home-old.scss */
.recent-events .section-header h2 {
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 1023px) {
  /* line 1008, ../sass/pages/_home-old.scss */
  .recent-events .section-header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  /* line 1008, ../sass/pages/_home-old.scss */
  .recent-events .section-header h2 {
    font-size: 24px;
  }
}
/* line 1018, ../sass/pages/_home-old.scss */
.recent-events .section-header .customArrow {
  margin-left: auto;
}
/* line 1020, ../sass/pages/_home-old.scss */
.recent-events .section-header .customArrow .slick-arrow {
  background-color: #000000;
}
/* line 1022, ../sass/pages/_home-old.scss */
.recent-events .section-header .customArrow .slick-arrow:hover {
  background-color: #0D6DB1;
}
/* line 1028, ../sass/pages/_home-old.scss */
.recent-events .view-all-btn {
  display: table;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  /* line 1028, ../sass/pages/_home-old.scss */
  .recent-events .view-all-btn {
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  /* line 1028, ../sass/pages/_home-old.scss */
  .recent-events .view-all-btn {
    padding: 6px 15px;
    line-height: 30px;
    height: 42px;
  }
}

/* line 1042, ../sass/pages/_home-old.scss */
.recent-event-grid:not(.slick-slider) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}
/* line 1047, ../sass/pages/_home-old.scss */
.recent-event-grid .slick-list {
  margin: 0 -12px;
}
@media (max-width: 1023px) {
  /* line 1047, ../sass/pages/_home-old.scss */
  .recent-event-grid .slick-list {
    margin: 0 -10px;
  }
}
/* line 1053, ../sass/pages/_home-old.scss */
.recent-event-grid .grid-column {
  margin: 0 12px;
}
@media (max-width: 1023px) {
  /* line 1053, ../sass/pages/_home-old.scss */
  .recent-event-grid .grid-column {
    margin: 0 10px;
  }
}
/* line 1059, ../sass/pages/_home-old.scss */
.recent-event-grid .grid-column .grid-column-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
/* line 1066, ../sass/pages/_home-old.scss */
.recent-event-grid .grid-column .grid-column-content {
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  width: calc(100% - 84px);
  margin: auto;
  padding: 0 30px 28px;
  position: relative;
  top: -50px;
}
@media (max-width: 1365px) {
  /* line 1066, ../sass/pages/_home-old.scss */
  .recent-event-grid .grid-column .grid-column-content {
    padding: 0 30px 24px;
  }
}
@media (max-width: 1199px) {
  /* line 1066, ../sass/pages/_home-old.scss */
  .recent-event-grid .grid-column .grid-column-content {
    top: -40px;
    padding: 0 20px 20px;
  }
}
@media (max-width: 1023px) {
  /* line 1066, ../sass/pages/_home-old.scss */
  .recent-event-grid .grid-column .grid-column-content {
    top: -30px;
    padding: 0 18px 15px;
    width: calc(100% - 24px);
  }
}
/* line 1087, ../sass/pages/_home-old.scss */
.recent-event-grid .grid-column .grid-column-content .event-date {
  position: relative;
  top: -15px;
  display: inline-block;
  padding: 7px 14px;
  background-color: #FFFFFF;
  border: 1px solid #0D6DB1;
  color: #0D6DB1;
  font-size: 12px;
  line-height: 120%;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
@media (max-width: 1023px) {
  /* line 1087, ../sass/pages/_home-old.scss */
  .recent-event-grid .grid-column .grid-column-content .event-date {
    padding: 5px 12px;
  }
}
/* line 1102, ../sass/pages/_home-old.scss */
.recent-event-grid .grid-column .grid-column-content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 1199px) {
  /* line 1102, ../sass/pages/_home-old.scss */
  .recent-event-grid .grid-column .grid-column-content h4 {
    font-size: 18px;
    line-height: 120%;
  }
}
@media (max-width: 1023px) {
  /* line 1102, ../sass/pages/_home-old.scss */
  .recent-event-grid .grid-column .grid-column-content h4 {
    font-size: 17px;
  }
}
/* line 1114, ../sass/pages/_home-old.scss */
.recent-event-grid .grid-column .grid-column-content .read-more {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin-top: 9px;
  text-transform: uppercase;
}
/* line 1121, ../sass/pages/_home-old.scss */
.recent-event-grid .grid-column .grid-column-content .read-more:hover {
  color: #000000;
}

/* line 1128, ../sass/pages/_home-old.scss */
.director-say {
  padding: 100px 0;
}
@media (max-width: 1499px) {
  /* line 1128, ../sass/pages/_home-old.scss */
  .director-say {
    padding: 80px 0;
  }
}
@media (max-width: 1365px) {
  /* line 1128, ../sass/pages/_home-old.scss */
  .director-say {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  /* line 1128, ../sass/pages/_home-old.scss */
  .director-say {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  /* line 1128, ../sass/pages/_home-old.scss */
  .director-say {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  /* line 1128, ../sass/pages/_home-old.scss */
  .director-say {
    padding: 35px 0;
  }
}
/* line 1145, ../sass/pages/_home-old.scss */
.director-say .director-say-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 1145, ../sass/pages/_home-old.scss */
  .director-say .director-say-inner {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 1152, ../sass/pages/_home-old.scss */
.director-say .director-say-inner .director-content {
  max-width: 50%;
}
@media (max-width: 767px) {
  /* line 1152, ../sass/pages/_home-old.scss */
  .director-say .director-say-inner .director-content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    max-width: 100%;
  }
}
/* line 1158, ../sass/pages/_home-old.scss */
.director-say .director-say-inner .director-content p {
  font-size: 22px;
  font-weight: 500;
  line-height: 170%;
  max-width: 77%;
}
@media (max-width: 1199px) {
  /* line 1158, ../sass/pages/_home-old.scss */
  .director-say .director-say-inner .director-content p {
    font-size: 20px;
    line-height: 150%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 1158, ../sass/pages/_home-old.scss */
  .director-say .director-say-inner .director-content p {
    font-size: 18px;
    line-height: 140%;
  }
}
/* line 1173, ../sass/pages/_home-old.scss */
.director-say .director-say-inner .director-content .director-nm {
  margin-top: 32px;
  display: block;
}
@media (max-width: 1023px) {
  /* line 1173, ../sass/pages/_home-old.scss */
  .director-say .director-say-inner .director-content .director-nm {
    margin-top: 24px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  /* line 1173, ../sass/pages/_home-old.scss */
  .director-say .director-say-inner .director-content .director-nm {
    margin-top: 14px;
  }
}
/* line 1185, ../sass/pages/_home-old.scss */
.director-say .director-say-inner .director-picture {
  max-width: 532px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  /* line 1185, ../sass/pages/_home-old.scss */
  .director-say .director-say-inner .director-picture {
    max-width: 44%;
  }
}
@media (max-width: 767px) {
  /* line 1185, ../sass/pages/_home-old.scss */
  .director-say .director-say-inner .director-picture {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 22px;
    max-width: 100%;
    width: 100%;
  }
}
/* line 1197, ../sass/pages/_home-old.scss */
.director-say .director-say-inner .director-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

/* line 1206, ../sass/pages/_home-old.scss */
.global-presence {
  overflow: hidden;
  padding: 100px 0;
  background-color: #E7F5FF;
}
@media (max-width: 1499px) {
  /* line 1206, ../sass/pages/_home-old.scss */
  .global-presence {
    padding: 80px 0;
  }
}
@media (max-width: 1365px) {
  /* line 1206, ../sass/pages/_home-old.scss */
  .global-presence {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  /* line 1206, ../sass/pages/_home-old.scss */
  .global-presence {
    padding: 50px 0;
  }
}
/* line 1219, ../sass/pages/_home-old.scss */
.global-presence .global-presence-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1023px) {
  /* line 1219, ../sass/pages/_home-old.scss */
  .global-presence .global-presence-view {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 1227, ../sass/pages/_home-old.scss */
.global-presence .global-presence-view .global-picture {
  max-width: 710px;
}
@media (max-width: 1365px) {
  /* line 1227, ../sass/pages/_home-old.scss */
  .global-presence .global-presence-view .global-picture {
    max-width: 48%;
  }
}
@media (max-width: 1023px) {
  /* line 1227, ../sass/pages/_home-old.scss */
  .global-presence .global-presence-view .global-picture {
    max-width: 100%;
    width: 100%;
    margin-bottom: 35px;
  }
}
/* line 1237, ../sass/pages/_home-old.scss */
.global-presence .global-presence-view .global-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 1243, ../sass/pages/_home-old.scss */
.global-presence .global-presence-view .global-content {
  max-width: 536px;
  margin-left: auto;
}
@media (max-width: 1365px) {
  /* line 1243, ../sass/pages/_home-old.scss */
  .global-presence .global-presence-view .global-content {
    max-width: 48%;
  }
}
@media (max-width: 1023px) {
  /* line 1243, ../sass/pages/_home-old.scss */
  .global-presence .global-presence-view .global-content {
    max-width: 100%;
    text-align: center;
  }
}
/* line 1253, ../sass/pages/_home-old.scss */
.global-presence .global-presence-view .global-content h2 {
  font-size: 40px;
  line-height: 130%;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  /* line 1253, ../sass/pages/_home-old.scss */
  .global-presence .global-presence-view .global-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  /* line 1253, ../sass/pages/_home-old.scss */
  .global-presence .global-presence-view .global-content h2 {
    font-size: 30px;
    line-height: 120%;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  /* line 1253, ../sass/pages/_home-old.scss */
  .global-presence .global-presence-view .global-content h2 {
    font-size: 24px;
    line-height: 110%;
  }
}
/* line 1270, ../sass/pages/_home-old.scss */
.global-presence .global-presence-view .global-content p {
  color: #2E2E2E;
}
/* line 1273, ../sass/pages/_home-old.scss */
.global-presence .global-presence-view .global-content .global-countries {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 28px -5px 0;
}
@media (max-width: 1023px) {
  /* line 1273, ../sass/pages/_home-old.scss */
  .global-presence .global-presence-view .global-content .global-countries {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media (max-width: 767px) {
  /* line 1273, ../sass/pages/_home-old.scss */
  .global-presence .global-presence-view .global-content .global-countries {
    margin: 25px -5px 0;
  }
}
/* line 1284, ../sass/pages/_home-old.scss */
.global-presence .global-presence-view .global-content .global-countries .flag {
  margin: 5px;
  position: relative;
}
/* line 1287, ../sass/pages/_home-old.scss */
.global-presence .global-presence-view .global-content .global-countries .flag .tooltip {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -3px);
  -moz-transform: translate(-50%, -3px);
  -ms-transform: translate(-50%, -3px);
  -o-transform: translate(-50%, -3px);
  transform: translate(-50%, -3px);
  position: absolute;
  top: -31px;
  left: 50%;
  min-width: max-content;
  padding: 5px 13px;
  font-style: normal;
  font-size: 12px;
  line-height: 120%;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-transition: all 0.39s ease;
  -moz-transition: all 0.39s ease;
  -ms-transition: all 0.39s ease;
  -o-transition: all 0.39s ease;
  transition: all 0.39s ease;
}
/* line 1303, ../sass/pages/_home-old.scss */
.global-presence .global-presence-view .global-content .global-countries .flag .tooltip:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -8px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #000000 transparent transparent transparent;
  margin: auto;
}
/* line 1319, ../sass/pages/_home-old.scss */
.global-presence .global-presence-view .global-content .global-countries .flag:hover .tooltip {
  opacity: 1;
  left: 50%;
  visibility: visible;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

/* line 1331, ../sass/pages/_home-old.scss */
.brands {
  padding: 26px 0;
  overflow: hidden;
}

/* line 1335, ../sass/pages/_home-old.scss */
.brand-view {
  margin: 0 -12px;
}
/* line 1337, ../sass/pages/_home-old.scss */
.brand-view:not(.slick-slider) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 1342, ../sass/pages/_home-old.scss */
.brand-view .slick-list {
  margin: 0 -12px;
}
/* line 1344, ../sass/pages/_home-old.scss */
.brand-view .slick-list .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 1349, ../sass/pages/_home-old.scss */
.brand-view .brand {
  margin: 0 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 1353, ../sass/pages/_home-old.scss */
.brand-view .brand img {
  object-fit: contain;
}
/* line 1357, ../sass/pages/_home-old.scss */
.brand-view .slick-dots {
  position: unset;
  margin-top: 10px;
}
/* line 1361, ../sass/pages/_home-old.scss */
.brand-view.slick-dotted {
  margin-bottom: 0;
}
.static-block {
  background: #e6eef8;
  padding: 80px 0;
}
.static-block .section-header {
  text-align: left;
}
.static-block .section-header p {
  padding-bottom: 46px;
  margin: 0;
}

.static-block-wrapper {
  display: flex;
  flex-flow: wrap;
  margin: 0 -10px;
}
.static-block-wrapper .item {
  width: calc(25% - 20px);
  margin: 0 10px;
}

.static-block-card {
  padding: 40px 40px 40px 75px;
  background: #0083d1;
  border-radius: 10px;
  position: relative;
}
.static-block-card img {
  position: absolute;
  left: 30px;
  top: 46px;
  max-width: 30px;
}
.static-block-card .card-title {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
}
.static-block-card .card-title.count:after{
  content: "+";
}
.static-block-card p {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
/* manufacturer-section start */
.manufacturer-section{
    background-repeat: no-repeat;
    background-size:cover;
    height: auto;
    padding: 90px 0;
}
.manufacturer-wrapper {
    max-width: 710px;
    padding: 20px 60px 20px 60px;
    background: #ffffff;
    border-radius: 20px;
	opacity: 90%;
}
.manufacturer-wrapper h2 {
    padding-bottom: 10px;
	font-size: 28px;
    font-weight: 500;
    line-height: 50px;
}
.manufacturer-wrapper p {
    padding-bottom: 20px;
    margin: 0;
}
/* manufacturer-section end */
/* product-section start */
.product-wrapper {
    display: flex;
    flex-flow: wrap;
    margin: 0 -10px;
}
.product-item {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
}
.product-card {
    padding: 55px 55px 0;
    height: 100%;
}
.product-card img {
    min-height: 220px;
}
.product-section .section-header h2 {
    text-align: left;
    padding-bottom: 0;
    position: relative;
    margin: 0 0 30px 0;
}
.product-section {
    padding: 90px 0;
}
.product-section .section-header h2 span {
background: #0083d1;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 10px;
    color: white;
    border-radius: 10px;
}
.product-section .section-header h2:before {
    content: "";
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 2px;
    background: #0083d1;
    margin: auto;
}
.product-content h3 {
    padding: 50px 0 16px;
    text-transform: math-auto;
}
.product-content p {
    padding-bottom: 30px;
    margin: 0;
}
/* product-section end */
/* industry-applications-section start */
.industry-applications-section{
    background: #0083d1;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}
.industry-applications-section:before {
    content: "";
    background: url("/source/aafdfe2fa01b8f3d146d511919766f34/white-border.png") no-repeat;
    background-size: contain;
    width: 178px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 260px;
}
.industry-applications-wrapper:not(.slick-slider) {
    display: flex;
    flex-flow: wrap;
    margin: 0 -15px;
}
.industry-applications-wrapper:not(.slick-slider) .industry-item {
    width: calc(100% / 4 - 30px);
    margin: 0 15px;
}
.industry-applications-wrapper.slick-slider{
    margin: 0 -15px; 
}
.industry-applications-wrapper.slick-slider .slick-track, .slick-slider .slick-list{
    overflow: visible;
}
.industry-applications-wrapper.slick-slider button{
    display: none !important;
}
.industry-applications-wrapper.slick-slider .industry-item {
    padding: 0 15px;
}
.industry-item .industry-card {
    border-radius: 10px;
    position: relative;
}
.industry-card img {
    border-radius: 20px;
    width: 100%;
}
.industry-applications-section .section-header {
    text-align: left;
    margin-bottom: 60px;
    padding-right: 560px;
    position: relative;
}
.industry-applications-section .section-header h2{
    color: #fff;
    text-transform: initial;
}
.industry-applications-section .section-header p{
    color: #fff;
    line-height: 24px;
}
.industry-card .industry-item-content {
    background: #fff;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    min-height: 130px;
    display: flex;
    align-items: center;
}
.industry-card .industry-item-content h3{
    padding: 10px 70px 10px 40px;
    position: relative;
    word-break: break-all;
    width: 100%;
}
.industry-item-content h3 a{
    font-family: 'Avenir LT Std';
    font-size: 30px;
    font-weight: 700;
    color: #000;
    word-break: break-word;
}
.industry-card .industry-item-content h3:before{
    content: "";
    background: url("/source/71f0cf9d7822b212e0c4630f1d095dbe/arrow-black.png") no-repeat;
    position: absolute;
    width: 22px;
    height: 12px;
    right: 40px;
    top:22px;
    cursor: pointer;
}
.slider-btn{
    position: absolute;
    right: 0;
    bottom: 0;
}
.white-arrow {
    background: url("/source/2617ec1cc3e1ede2a61f539c1410fba5/arrow-btn.png") no-repeat;
    width: 22px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
    border: none;
}  
.next-btn{
    padding-right: 32px;
}  
.prev-btn {
    rotate: 180deg;
}
.industry-applications-section .slider-btn .slick-disabled {
    opacity: 0.3;
}
/* industry-applications-section end */
/* global-exhibitor-section start */
.global-exhibitor-section{
    padding: 80px 0;
}
.global-exhibitor-wrapper .exhibitor-block {
    display: flex;
}
.exhibitor-block .exhibitor-left {
    flex: 0 0 34%;
}
.exhibitor-block .exhibitor-left h2{
    position: relative;
    padding-bottom: 80px;
    padding-right: 90px;
}
.exhibitor-block .exhibitor-right {
    flex: 0 0 66%;
    display: flex;
}
.exhibitor-right .right-item {
    width: calc(100% / 2 - 20px);
    margin: 0 15px;
}
.exhibitor-right .right-item img{
    width: 100%;
    border-radius: 20px;
    padding-bottom: 48px;
}
.right-item .right-content {
    padding-right: 92px;
}
.right-item h3 {
    padding: 0 0 10px;
}
.right-item p{
    line-height: 24px;
}
.highlighter {
    padding: 0 14px;
    background: #0082d4;
	color: #ffffff;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 24px;
    font-size: 15px;
}

/* global-exhibitor-section end  */
/* countries-served-section srtat */
.countries-served-section{
    background-color: #f2f8ff;
    padding: 94px 0;
}
.countries-served-wrapper .section-header {
    max-width: 740px;
    margin: auto; 
}
.countries-served-wrapper .section-header p{
    line-height: 24px;
}
.countries-served-wrapper .countries-header{
    padding-bottom: 60px;
}
.countries-served-wrapper .countries-img {
    text-align: center;
    padding-top: 30px;
    position: relative;
}
.countries-img .map-img {
    padding: 50px 0;
}
.countries-inner {
    display: flex;
    flex-flow: wrap;
    margin: 0 -15px;
}
.countries-item {
    width: calc(100% / 3 - 30px);
    margin: 0 15px;
}
.countries-card {
    padding: 45px 50px;
    background: #0083d1;
    border-radius: 30px;
    height: 100%;
}
.countries-card img {
    max-width: 58px;
    padding-bottom: 30px;
}
.countries-card h3 {
    padding: 0 70px 40px 0;
    color: #fff;
    line-height: normal;
    font-size: 31px;
}
.countries-card p {
    color: #fff;
    font-size: 20px;
    word-break: break-all;
}
.countries-card p a {
    color: #fff;
    font-size: 20px;
}
.countries-card p a:hover {
    color: #84c8ff;
    font-size: 20px;
}
.countries-flags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.flag-items{
  position: relative;
}
.flag-items .tooltip {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -3px);
    -moz-transform: translate(-50%, -3px);
    -ms-transform: translate(-50%, -3px);
    -o-transform: translate(-50%, -3px);
    transform: translate(-50%, -3px);
    position: absolute;
    top: -31px;
    left: 50%;
    min-width: max-content;
    padding: 5px 13px;
    font-style: normal;
    font-size: 12px;
    line-height: 120%;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: all 0.39s ease;
    -moz-transition: all 0.39s ease;
    -ms-transition: all 0.39s ease;
    -o-transition: all 0.39s ease;
    transition: all 0.39s ease;
}
.flag-items:hover .tooltip {
  opacity: 1;
  left: 50%;
  visibility: visible;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
.flag-items .tooltip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -8px;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #000000 transparent transparent transparent;
    margin: auto;
}
.countries-flags .flag-img {
  margin: 5px;
}
.map{
    position: absolute;
    top: 36%;
    left: 19%;
    width: 21px;
    height: 34px;
    animation: infinite bounce 1s;
}
@-webkit-keyframes bounce {
    0% { transform: translateY(0); }
    50% { transform: translateY(-0.2em); }
    70% { transform: translateY(-0.3em) }
    100% { transform: translateY(0) }
}
.map-2 {
    top: 41%;
    left: 24%;
    animation-delay: 250ms;
}
.map-3 {
    top: 21%;
    left: 41%;
}
.map-4 {
    top: 43%;
    left: 35%;
    animation-delay: 250ms;
}
.map-5 {
    top: 59%;
    left: 31%;
}
.map-6 {
    top: 60%;
    left: 34%;
    animation-delay: 250ms;
}
.map-7 {
    top: 73%;
    left: 34%;
}
.map-8 {
    left: inherit;
    top: 26%;
    right: 25%;
    animation-delay: 250ms;
}
.map-9 {
    left: inherit;
    top: 27%;
    right: 32%;
}
.map-10 {
    left: inherit;
    top: 35%;
    right: 31%;
    animation-delay: 250ms;
}
.map-11 {
    left: inherit;
    top: 33%;
    right: 40%;
}  
.map-12 {
    top: inherit;
    left: inherit;
    top: 47%;
    right: 44%;
    animation-delay: 250ms;
}
.map-13 {
    top: inherit;
    left: inherit;
    top: 55%;
    right: 44%;
}
.map-14 {
    top: inherit;
    left: inherit;
    top: 51%;
    right: 41%;
    animation-delay: 250ms;
}
.map-15 {
    top: inherit;
    left: inherit;
    top: 50%;
    right: 18%;
}
.map-16 {
    top: inherit;
    left: inherit;
    bottom: 20%;
    right: 18%;
    animation-delay: 250ms;
}
.map:after {
    content: "";
    border-radius: 50%;
    height: 15px;
    width: 30px;
    position: absolute;
    margin: 21px 0 0 -15px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 1px 2px #89849b;
    box-shadow: 0 0 1px 2px #89849b;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
    z-index: 1;
  }
  @-moz-keyframes pulsate {
    0% {
      -webkit-transform: scale(0.1, 0.1);
      -moz-transform: scale(0.1, 0.1);
      -o-transform: scale(0.1, 0.1);
      -ms-transform: scale(0.1, 0.1);
      transform: scale(0.1, 0.1);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
    50% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    100% {
      -webkit-transform: scale(1.2, 1.2);
      -moz-transform: scale(1.2, 1.2);
      -o-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
  }
  @-webkit-keyframes pulsate {
    0% {
      -webkit-transform: scale(0.1, 0.1);
      -moz-transform: scale(0.1, 0.1);
      -o-transform: scale(0.1, 0.1);
      -ms-transform: scale(0.1, 0.1);
      transform: scale(0.1, 0.1);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
    50% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    100% {
      -webkit-transform: scale(1.2, 1.2);
      -moz-transform: scale(1.2, 1.2);
      -o-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
  }
  @-o-keyframes pulsate {
    0% {
      -webkit-transform: scale(0.1, 0.1);
      -moz-transform: scale(0.1, 0.1);
      -o-transform: scale(0.1, 0.1);
      -ms-transform: scale(0.1, 0.1);
      transform: scale(0.1, 0.1);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
    50% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    100% {
      -webkit-transform: scale(1.2, 1.2);
      -moz-transform: scale(1.2, 1.2);
      -o-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
  }
  @keyframes pulsate {
    0% {
      -webkit-transform: scale(0.1, 0.1);
      -moz-transform: scale(0.1, 0.1);
      -o-transform: scale(0.1, 0.1);
      -ms-transform: scale(0.1, 0.1);
      transform: scale(0.1, 0.1);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
    50% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    100% {
      -webkit-transform: scale(1.2, 1.2);
      -moz-transform: scale(1.2, 1.2);
      -o-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
  }
  
  .map:before {
      content: '';
      background: url("/source/e04fa7f0eaf2bd20fe4de31e92f51332/map-icon.png") no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
    z-index:2
  }
/* countries-served-section end */
/* line 1, ../sass/pages/_home.scss */
.hero-banner {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 582px;
}
.hero-banner-adwords {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 660px;
	margin-top:143px;
	/*background: url("/source/7ee389989718c7a6c9d9527910d24f13/unnati-pumps-ppc-banner3.jpg");
    background: url("/source/2bb7c98d0b2d3e35491498fbb5e70b9b/unnati-pump-ppc-banner1.jpg");
	background: url("/source/37abb111506c744df1269bc08f9fd4ba/Banner_01-5.jpg");*/
	
}

/* line 6, ../sass/pages/_home.scss */
.hero-banner-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 146px 0 108px;
}
/* line 10, ../sass/pages/_home.scss */
.hero-banner-inner .hero-content {
  flex: 0 0 60%;
}
/* line 12, ../sass/pages/_home.scss */
.hero-banner-inner .hero-content h1 {
  font-size: 61px;
  font-family: "Avenir LT Std";
  font-weight: 900;
  line-height: normal;
  color: #000;
  padding-right: 108px;
  padding-bottom: 42px;
}
/* line 21, ../sass/pages/_home.scss */
.hero-banner-inner .hero-content h4 {
  font-size: 25px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  padding-bottom: 12px;
}
/* line 27, ../sass/pages/_home.scss */
.hero-banner-inner .hero-content p {
  padding-bottom: 52px;
  margin: 0;
}
/* line 32, ../sass/pages/_home.scss */
.hero-banner-inner .hero-img {
  flex: 0 0 40%;
}

/* line 37, ../sass/pages/_home.scss */
.trusted-global-wrapper .global-top-block {
  display: flex;
  padding: 90px 0 82px;
}
/* line 42, ../sass/pages/_home.scss */
.trusted-global-wrapper .brand-logo-slider {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  align-items: center;
  padding: 10px;
  justify-content: space-between;
  margin: 46px 0;
}

/* line 52, ../sass/pages/_home.scss */
.global-top-block .global-left {
  flex: 0 0 50%;
  padding-right: 78px;
}
.global-right .about-pump-image .play-button{
    left: 0;
    right: 0;
    top: -240px;
    bottom: 0;
    margin: auto;
}
/* line 55, ../sass/pages/_home.scss */
.global-top-block .global-left h2 {
  font-size: 50px;
  line-height: normal;
  font-family: "Avenir LT Std";
  font-weight: 900;
  padding-bottom: 80px;
  position: relative;
}
/* line 63, ../sass/pages/_home.scss */
.global-top-block .global-left p {
  font-size: 18px;
  line-height: 24px;
}
/* line 68, ../sass/pages/_home.scss */
.global-top-block .global-right {
  flex: 0 0 50%;
}
/* line 70, ../sass/pages/_home.scss */
.global-top-block .global-right img {
  width: 100%;
	border-radius: 10px;
}

/* line 76, ../sass/pages/_home.scss */
.border-img::before {
  content: "";
  background: url("/source/d8a2b71c7f56f75976d8e1f49960bd1c/blue-border.png") no-repeat 0px 0px;
  background-size: cover;
  width: 178px;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 10%;
  transform: translateY(-10%);
}

/* line 88, ../sass/pages/_home.scss */
.brands {
  padding-top: 15px;
  padding-bottom: 48px;
}

/* line 93, ../sass/pages/_home.scss */
.brand-view {
  margin: 0 -12px;
}
/* line 95, ../sass/pages/_home.scss */
.brand-view:not(.slick-slider) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 100, ../sass/pages/_home.scss */
.brand-view .slick-list {
  margin: 0 -12px;
}
/* line 102, ../sass/pages/_home.scss */
.brand-view .slick-list .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 107, ../sass/pages/_home.scss */
.brand-view .brand {
  margin: 0 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 111, ../sass/pages/_home.scss */
.brand-view .brand img {
  object-fit: contain;
}
/* line 115, ../sass/pages/_home.scss */
.brand-view .slick-dots {
  position: unset;
  margin-top: 10px;
}
/* line 119, ../sass/pages/_home.scss */
.brand-view.slick-dotted {
  margin-bottom: 0;
}

/* line 1, ../sass/pages/_product-detail.scss */
.breadcrumbs {
  padding: 16px 0;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1199px) {
  /* line 1, ../sass/pages/_product-detail.scss */
  .breadcrumbs {
    padding: 13px 0;
  }
}
/* line 8, ../sass/pages/_product-detail.scss */
.breadcrumbs .breadcrumbs-list li {
  display: inline-block;
}
/* line 10, ../sass/pages/_product-detail.scss */
.breadcrumbs .breadcrumbs-list li:after {
  content: '\F285';
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 13px;
  font-weight: 600;
  font-family: bootstrap-icons;
  color: #000000;
}
@media (max-width: 1199px) {
  /* line 10, ../sass/pages/_product-detail.scss */
  .breadcrumbs .breadcrumbs-list li:after {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  /* line 10, ../sass/pages/_product-detail.scss */
  .breadcrumbs .breadcrumbs-list li:after {
    margin: 0 3px;
  }
}
/* line 26, ../sass/pages/_product-detail.scss */
.breadcrumbs .breadcrumbs-list li a, .breadcrumbs .breadcrumbs-list li span {
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
/* line 32, ../sass/pages/_product-detail.scss */
.breadcrumbs .breadcrumbs-list li a:hover {
  color: #0D6DB1;
}
/* line 37, ../sass/pages/_product-detail.scss */
.breadcrumbs .breadcrumbs-list li:last-child:after {
  display: none;
}

/* line 44, ../sass/pages/_product-detail.scss */
.product-main {
  background: #E7F5FF;
  padding: 120px 0;
}
@media (max-width: 1199px) {
  /* line 44, ../sass/pages/_product-detail.scss */
  .product-main {
    padding: 40px 0;
  }
}
/* line 50, ../sass/pages/_product-detail.scss */
.product-main .product-main-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  /* line 50, ../sass/pages/_product-detail.scss */
  .product-main .product-main-view {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 56, ../sass/pages/_product-detail.scss */
.product-main .product-main-view .product-main-media {
  width: 648px;
}
@media (max-width: 1365px) {
  /* line 56, ../sass/pages/_product-detail.scss */
  .product-main .product-main-view .product-main-media {
    width: 48%;
  }
}
@media (max-width: 767px) {
  /* line 56, ../sass/pages/_product-detail.scss */
  .product-main .product-main-view .product-main-media {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* line 65, ../sass/pages/_product-detail.scss */
.product-main .product-main-view .product-main-media .product-media {
  width: 100%;
}
/* line 67, ../sass/pages/_product-detail.scss */
.product-main .product-main-view .product-main-media .product-media .media-item {
  width: 100%;
}
/* line 69, ../sass/pages/_product-detail.scss */
.product-main .product-main-view .product-main-media .product-media .media-item .product-zoom {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 50px;
  height: 50px;
  z-index: 1;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 1199px) {
  /* line 69, ../sass/pages/_product-detail.scss */
  .product-main .product-main-view .product-main-media .product-media .media-item .product-zoom {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
}
/* line 88, ../sass/pages/_product-detail.scss */
.product-main .product-main-view .product-main-media .product-media .media-item .product-zoom i {
  font-size: 16px;
}
@media (max-width: 1199px) {
  /* line 88, ../sass/pages/_product-detail.scss */
  .product-main .product-main-view .product-main-media .product-media .media-item .product-zoom i {
    font-size: 14px;
  }
}
/* line 95, ../sass/pages/_product-detail.scss */
.product-main .product-main-view .product-main-media .product-media .media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
/* line 104, ../sass/pages/_product-detail.scss */
.product-main .product-main-view .product-thumbnail {
  width: 100%;
  margin-top: 24px;
}
/* line 107, ../sass/pages/_product-detail.scss */
.product-main .product-main-view .product-thumbnail:not(.slick-slider) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -12px;
}
@media (max-width: 1365px) {
  /* line 107, ../sass/pages/_product-detail.scss */
  .product-main .product-main-view .product-thumbnail:not(.slick-slider) {
    margin: 0 -9px;
  }
}
@media (max-width: 1199px) {
  /* line 107, ../sass/pages/_product-detail.scss */
  .product-main .product-main-view .product-thumbnail:not(.slick-slider) {
    margin: 0 -7px;
  }
}
@media (max-width: 1023px) {
  /* line 107, ../sass/pages/_product-detail.scss */
  .product-main .product-main-view .product-thumbnail:not(.slick-slider) {
    margin: 0 -5px;
  }
}
@media (max-width: 1365px) {
  /* line 120, ../sass/pages/_product-detail.scss */
  .product-main .product-main-view .product-thumbnail .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
/* line 126, ../sass/pages/_product-detail.scss */
.product-main .product-main-view .product-thumbnail .thumbnail-item {
  cursor: pointer;
  width: 110px;
  margin: 0 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 1365px) {
  /* line 126, ../sass/pages/_product-detail.scss */
  .product-main .product-main-view .product-thumbnail .thumbnail-item {
    width: 98px;
    margin: 0 9px;
  }
}
@media (max-width: 1199px) {
  /* line 126, ../sass/pages/_product-detail.scss */
  .product-main .product-main-view .product-thumbnail .thumbnail-item {
    width: 84px;
    margin: 0 7px;
  }
}
@media (max-width: 1023px) {
  /* line 126, ../sass/pages/_product-detail.scss */
  .product-main .product-main-view .product-thumbnail .thumbnail-item {
    width: 81px;
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  /* line 126, ../sass/pages/_product-detail.scss */
  .product-main .product-main-view .product-thumbnail .thumbnail-item {
    width: 105px;
    margin: 0 5px;
  }
}
/* line 147, ../sass/pages/_product-detail.scss */
.product-main .product-main-view .product-thumbnail .thumbnail-item img {
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
}
/* line 150, ../sass/pages/_product-detail.scss */
.product-main .product-main-view .product-thumbnail .thumbnail-item.slick-current {
  border: 1px solid #0D6DB1;
}
/* line 154, ../sass/pages/_product-detail.scss */
.product-main .product-main-view .product-thumbnail .slick-arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 1365px) {
  /* line 154, ../sass/pages/_product-detail.scss */
  .product-main .product-main-view .product-thumbnail .slick-arrow {
    background: #000000;
    width: 15px;
    height: 30px;
    border-radius: 0;
  }
}
/* line 164, ../sass/pages/_product-detail.scss */
.product-main .product-main-view .product-thumbnail .slick-arrow:before {
  color: #000000;
}
@media (max-width: 1365px) {
  /* line 164, ../sass/pages/_product-detail.scss */
  .product-main .product-main-view .product-thumbnail .slick-arrow:before {
    color: #FFFFFF;
    font-size: 16px;
  }
}
/* line 171, ../sass/pages/_product-detail.scss */
.product-main .product-main-view .product-thumbnail .slick-arrow.slick-prev {
  left: -30px;
}
@media (max-width: 1365px) {
  /* line 171, ../sass/pages/_product-detail.scss */
  .product-main .product-main-view .product-thumbnail .slick-arrow.slick-prev {
    left: 0;
  }
}
/* line 177, ../sass/pages/_product-detail.scss */
.product-main .product-main-view .product-thumbnail .slick-arrow.slick-next {
  right: -30px;
}
@media (max-width: 1365px) {
  /* line 177, ../sass/pages/_product-detail.scss */
  .product-main .product-main-view .product-thumbnail .slick-arrow.slick-next {
    right: 0;
  }
}
/* line 185, ../sass/pages/_product-detail.scss */
.product-main .product-main-view .product-main-info {
  width: 608px;
  margin-left: auto;
}
@media (max-width: 1365px) {
  /* line 185, ../sass/pages/_product-detail.scss */
  .product-main .product-main-view .product-main-info {
    width: 48%;
  }
}
@media (max-width: 767px) {
  /* line 185, ../sass/pages/_product-detail.scss */
  .product-main .product-main-view .product-main-info {
    width: 100%;
  }
}
/* line 197, ../sass/pages/_product-detail.scss */
.product-main .product-main-info .product-name {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 24px;
}
@media (max-width: 1365px) {
  /* line 197, ../sass/pages/_product-detail.scss */
  .product-main .product-main-info .product-name {
    font-size: 28px;
    margin: 0 0 18px;
  }
}
@media (max-width: 1199px) {
  /* line 197, ../sass/pages/_product-detail.scss */
  .product-main .product-main-info .product-name {
    font-size: 24px;
    margin: 0 0 16px;
  }
}
@media (max-width: 1023px) {
  /* line 197, ../sass/pages/_product-detail.scss */
  .product-main .product-main-info .product-name {
    font-size: 22px;
    margin: 0 0 13px;
  }
}
/* line 215, ../sass/pages/_product-detail.scss */
.product-main .product-main-info .product-info-description p {
  font-size: 15px;
  color: #2E2E2E;
  margin: 14px 0;
}
@media (max-width: 1365px) {
  /* line 215, ../sass/pages/_product-detail.scss */
  .product-main .product-main-info .product-info-description p {
    margin: 10px 0;
  }
}
@media (max-width: 1023px) {
  /* line 215, ../sass/pages/_product-detail.scss */
  .product-main .product-main-info .product-info-description p {
    font-size: 14px;
    line-height: 150%;
  }
}
/* line 228, ../sass/pages/_product-detail.scss */
.product-main .product-main-info .pdt-category {
  margin: 20px 0 28px;
}
@media (max-width: 1365px) {
  /* line 228, ../sass/pages/_product-detail.scss */
  .product-main .product-main-info .pdt-category {
    margin: 18px 0 25px;
  }
}
/* line 233, ../sass/pages/_product-detail.scss */
.product-main .product-main-info .pdt-category label {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-right: 2px;
}
/* line 238, ../sass/pages/_product-detail.scss */
.product-main .product-main-info .pdt-category label:after {
  content: ":";
  display: inline-block;
}
/* line 243, ../sass/pages/_product-detail.scss */
.product-main .product-main-info .pdt-category span {
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 82px);
}
/* line 250, ../sass/pages/_product-detail.scss */
.product-main .product-main-info .product-info-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 1023px) {
  /* line 250, ../sass/pages/_product-detail.scss */
  .product-main .product-main-info .product-info-btns {
    margin: 0 -5px;
  }
}
/* line 256, ../sass/pages/_product-detail.scss */
.product-main .product-main-info .product-info-btns a {
  margin: 0 10px;
  min-width: 296px;
  height: 46px;
  line-height: 16px;
}
@media (max-width: 1365px) {
  /* line 256, ../sass/pages/_product-detail.scss */
  .product-main .product-main-info .product-info-btns a {
    min-width: 46%;
  }
}
@media (max-width: 1023px) {
  /* line 256, ../sass/pages/_product-detail.scss */
  .product-main .product-main-info .product-info-btns a {
    min-width: inherit;
    font-size: 12px;
    margin: 0 5px;
    line-height: 29px;
  }
}
@media (max-width: 767px) {
  /* line 256, ../sass/pages/_product-detail.scss */
  .product-main .product-main-info .product-info-btns a {
    height: 42px;
    line-height: 27px;
    padding: 6px 15px;
  }
}
/* line 275, ../sass/pages/_product-detail.scss */
.product-main .product-main-info .product-info-btns a:focus {
  color: #FFFFFF;
}
/* line 278, ../sass/pages/_product-detail.scss */
.product-main .product-main-info .product-info-btns a.request-quote-btn {
  background-color: #0D6DB1;
}
/* line 280, ../sass/pages/_product-detail.scss */
.product-main .product-main-info .product-info-btns a.request-quote-btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}

/* line 292, ../sass/pages/_product-detail.scss */
.products-tabs {
  padding: 55px 0;
}
@media (max-width: 1365px) {
  /* line 292, ../sass/pages/_product-detail.scss */
  .products-tabs {
    padding: 45px 0;
  }
}
@media (max-width: 1199px) {
  /* line 292, ../sass/pages/_product-detail.scss */
  .products-tabs {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  /* line 292, ../sass/pages/_product-detail.scss */
  .products-tabs {
    overflow-x: hidden;
  }
}
/* line 304, ../sass/pages/_product-detail.scss */
.products-tabs .pdt-tabs .tabs-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  /* line 304, ../sass/pages/_product-detail.scss */
  .products-tabs .pdt-tabs .tabs-view {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    width: calc(100% + 15px);
    overflow-x: auto;
  }
}
/* line 313, ../sass/pages/_product-detail.scss */
.products-tabs .pdt-tabs .tabs-view .tab-name {
  display: inline-block;
  margin: 0 40px;
  padding: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1365px) {
  /* line 313, ../sass/pages/_product-detail.scss */
  .products-tabs .pdt-tabs .tabs-view .tab-name {
    margin: 0 32px;
  }
}
@media (max-width: 1199px) {
  /* line 313, ../sass/pages/_product-detail.scss */
  .products-tabs .pdt-tabs .tabs-view .tab-name {
    margin: 0 28px;
  }
}
@media (max-width: 1023px) {
  /* line 313, ../sass/pages/_product-detail.scss */
  .products-tabs .pdt-tabs .tabs-view .tab-name {
    margin: 0 16px;
    padding: 0 0 10px;
  }
}
@media (max-width: 767px) {
  /* line 313, ../sass/pages/_product-detail.scss */
  .products-tabs .pdt-tabs .tabs-view .tab-name {
    white-space: nowrap;
  }
}
/* line 335, ../sass/pages/_product-detail.scss */
.products-tabs .pdt-tabs .tabs-view .tab-name.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #000000;
}
/* line 347, ../sass/pages/_product-detail.scss */
.products-tabs .pdt-tabs .tabs-content {
  padding-top: 30px;
}
@media (max-width: 1365px) {
  /* line 347, ../sass/pages/_product-detail.scss */
  .products-tabs .pdt-tabs .tabs-content {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  /* line 347, ../sass/pages/_product-detail.scss */
  .products-tabs .pdt-tabs .tabs-content {
    padding-top: 15px;
  }
}
@media (max-width: 1023px) {
  /* line 347, ../sass/pages/_product-detail.scss */
  .products-tabs .pdt-tabs .tabs-content {
    padding-top: 10px;
  }
}
/* line 358, ../sass/pages/_product-detail.scss */
.products-tabs .pdt-tabs .tabs-content .content-view {
  display: none;
}
/* line 360, ../sass/pages/_product-detail.scss */
.products-tabs .pdt-tabs .tabs-content .content-view h2 {
  font-size: 22px;
  line-height: 180%;
  font-weight: 500;
  margin: 17px 0 12px;
}
@media (max-width: 1199px) {
  /* line 360, ../sass/pages/_product-detail.scss */
  .products-tabs .pdt-tabs .tabs-content .content-view h2 {
    margin: 15px 0 6px;
  }
}
/* line 369, ../sass/pages/_product-detail.scss */
.products-tabs .pdt-tabs .tabs-content .content-view h3 {
  font-size: 18px;
  line-height: 180%;
  font-weight: 500;
  margin: 17px 0 12px;
}
@media (max-width: 1199px) {
  /* line 369, ../sass/pages/_product-detail.scss */
  .products-tabs .pdt-tabs .tabs-content .content-view h3 {
    margin: 15px 0 6px;
  }
}
/* line 378, ../sass/pages/_product-detail.scss */
.products-tabs .pdt-tabs .tabs-content .content-view h4 {
  font-size: 16px;
  line-height: 180%;
  font-weight: 500;
  margin: 17px 0 12px;
}
@media (max-width: 1199px) {
  /* line 378, ../sass/pages/_product-detail.scss */
  .products-tabs .pdt-tabs .tabs-content .content-view h4 {
    margin: 15px 0 6px;
  }
}
/* line 387, ../sass/pages/_product-detail.scss */
.products-tabs .pdt-tabs .tabs-content .content-view p {
  font-size: 15px;
  line-height: 170%;
  color: #2E2E2E;
  margin: 10px 0;
}
/* line 393, ../sass/pages/_product-detail.scss */
.products-tabs .pdt-tabs .tabs-content .content-view label {
  font-size: 15px;
  line-height: 170%;
}
/* line 397, ../sass/pages/_product-detail.scss */
.products-tabs .pdt-tabs .tabs-content .content-view strong {
  font-size: 15px;
  line-height: 170%;
  margin: 10px 0;
}
/* line 402, ../sass/pages/_product-detail.scss */
.products-tabs .pdt-tabs .tabs-content .content-view ul, .products-tabs .pdt-tabs .tabs-content .content-view ol {
  padding: 0;
  margin: 5px 17px;
}
/* line 405, ../sass/pages/_product-detail.scss */
.products-tabs .pdt-tabs .tabs-content .content-view ul li, .products-tabs .pdt-tabs .tabs-content .content-view ol li {
  font-size: 15px;
  line-height: 170%;
  color: #2E2E2E;
  margin: 12px 0;
}
@media (max-width: 1199px) {
  /* line 405, ../sass/pages/_product-detail.scss */
  .products-tabs .pdt-tabs .tabs-content .content-view ul li, .products-tabs .pdt-tabs .tabs-content .content-view ol li {
    margin: 8px 0;
  }
}
/* line 416, ../sass/pages/_product-detail.scss */
.products-tabs .pdt-tabs .tabs-content .content-view ul li {
  list-style: disc;
}
/* line 420, ../sass/pages/_product-detail.scss */
.products-tabs .pdt-tabs .tabs-content .content-view .tabs-download-btn-grp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 422, ../sass/pages/_product-detail.scss */
.products-tabs .pdt-tabs .tabs-content .content-view .tabs-download-btn-grp .button-group {
  width: calc(100% / 2);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
}
/* line 426, ../sass/pages/_product-detail.scss */
.products-tabs .pdt-tabs .tabs-content .content-view .tabs-download-btn-grp .button-group:nth-child(2n) {
  border-right: 0;
}
/* line 429, ../sass/pages/_product-detail.scss */
.products-tabs .pdt-tabs .tabs-content .content-view .tabs-download-btn-grp .button-group .download-btn {
  display: inline-block;
  min-width: 150px;
  padding: 11px 15px;
  text-align: center;
  border: 0;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  outline: none;
  position: relative;
  background-color: #0D6DB1;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
/* line 444, ../sass/pages/_product-detail.scss */
.products-tabs .pdt-tabs .tabs-content .content-view .tabs-download-btn-grp .button-group .download-btn:hover {
  background-color: #000000;
}

/* line 454, ../sass/pages/_product-detail.scss */
.similar-product {
  background-color: #E7F5FF;
  padding: 100px 0;
}
@media (max-width: 1499px) {
  /* line 454, ../sass/pages/_product-detail.scss */
  .similar-product {
    padding: 70px 0;
  }
}
@media (max-width: 1365px) {
  /* line 454, ../sass/pages/_product-detail.scss */
  .similar-product {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  /* line 454, ../sass/pages/_product-detail.scss */
  .similar-product {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  /* line 454, ../sass/pages/_product-detail.scss */
  .similar-product {
    padding: 40px 0;
  }
}
/* line 469, ../sass/pages/_product-detail.scss */
.similar-product .section-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 24px;
}
@media (max-width: 1365px) {
  /* line 469, ../sass/pages/_product-detail.scss */
  .similar-product .section-header {
    margin: 0 0 15px;
  }
}
@media (max-width: 1023px) {
  /* line 469, ../sass/pages/_product-detail.scss */
  .similar-product .section-header {
    margin: 0 0 10px;
  }
}
/* line 479, ../sass/pages/_product-detail.scss */
.similar-product .section-header h2 {
  text-transform: capitalize;
  margin: 0;
}
/* line 483, ../sass/pages/_product-detail.scss */
.similar-product .section-header .customArrow {
  margin-left: auto;
}

/* line 488, ../sass/pages/_product-detail.scss */
.product-range {
  padding: 100px 0;
}
@media (max-width: 1499px) {
  /* line 488, ../sass/pages/_product-detail.scss */
  .product-range {
    padding: 70px 0;
  }
}
@media (max-width: 1365px) {
  /* line 488, ../sass/pages/_product-detail.scss */
  .product-range {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  /* line 488, ../sass/pages/_product-detail.scss */
  .product-range {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  /* line 488, ../sass/pages/_product-detail.scss */
  .product-range {
    padding: 40px 0;
  }
}
/* line 502, ../sass/pages/_product-detail.scss */
.product-range .section-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 24px;
}
@media (max-width: 1365px) {
  /* line 502, ../sass/pages/_product-detail.scss */
  .product-range .section-header {
    margin: 0 0 15px;
  }
}
@media (max-width: 1023px) {
  /* line 502, ../sass/pages/_product-detail.scss */
  .product-range .section-header {
    margin: 0 0 10px;
  }
}
/* line 512, ../sass/pages/_product-detail.scss */
.product-range .section-header h2 {
  text-transform: capitalize;
  margin: 0;
}
/* line 516, ../sass/pages/_product-detail.scss */
.product-range .section-header .customArrow {
  margin-left: auto;
}

/* line 1, ../sass/pages/_about-us.scss */
.inner-page-topbar {
  min-height: 360px;
  padding: 40px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  /* line 1, ../sass/pages/_about-us.scss */
  .inner-page-topbar {
    min-height: 290px;
    padding: 30px 0;
  }
}
@media (max-width: 1023px) {
  /* line 1, ../sass/pages/_about-us.scss */
  .inner-page-topbar {
    min-height: 250px;
  }
}
/* line 13, ../sass/pages/_about-us.scss */
.inner-page-topbar .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: inherit;
}
@media (max-width: 767px) {
  /* line 13, ../sass/pages/_about-us.scss */
  .inner-page-topbar .container {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 21, ../sass/pages/_about-us.scss */
.inner-page-topbar .container .banner-caption {
  max-width: 50%;
}
@media (max-width: 1199px) {
  /* line 21, ../sass/pages/_about-us.scss */
  .inner-page-topbar .container .banner-caption {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  /* line 21, ../sass/pages/_about-us.scss */
  .inner-page-topbar .container .banner-caption {
    max-width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
}
/* line 31, ../sass/pages/_about-us.scss */
.inner-page-topbar .container .banner-caption h1 {
  font-size: 40px;
  line-height: normal;
  color: #FFFFFF;
  margin: 0 0 20px;
}
@media (max-width: 1365px) {
  /* line 31, ../sass/pages/_about-us.scss */
  .inner-page-topbar .container .banner-caption h1 {
    font-size: 38px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1199px) {
  /* line 31, ../sass/pages/_about-us.scss */
  .inner-page-topbar .container .banner-caption h1 {
    font-size: 36px;
    margin: 0 0 5px;
  }
}
@media (max-width: 1023px) {
  /* line 31, ../sass/pages/_about-us.scss */
  .inner-page-topbar .container .banner-caption h1 {
    font-size: 32px;
  }
}
/* line 48, ../sass/pages/_about-us.scss */
.inner-page-topbar .container .banner-caption p {
  font-size: 18px;
  line-height: 170%;
  color: #FFFFFF;
}
@media (max-width: 1365px) {
  /* line 48, ../sass/pages/_about-us.scss */
  .inner-page-topbar .container .banner-caption p {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 1199px) {
  /* line 48, ../sass/pages/_about-us.scss */
  .inner-page-topbar .container .banner-caption p {
    font-size: 15px;
    line-height: 145%;
  }
}
/* line 62, ../sass/pages/_about-us.scss */
.inner-page-topbar .container .banner-hero {
  margin-left: auto;
  max-width: 463px;
}
@media (max-width: 1365px) {
  /* line 62, ../sass/pages/_about-us.scss */
  .inner-page-topbar .container .banner-hero {
    max-width: 35%;
  }
}
@media (max-width: 1199px) {
  /* line 62, ../sass/pages/_about-us.scss */
  .inner-page-topbar .container .banner-hero {
    max-width: 33%;
  }
}
@media (max-width: 767px) {
  /* line 62, ../sass/pages/_about-us.scss */
  .inner-page-topbar .container .banner-hero {
    max-width: 100%;
  }
}
/* line 74, ../sass/pages/_about-us.scss */
.inner-page-topbar .container .banner-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 82, ../sass/pages/_about-us.scss */
.about-pump {
  position: relative;
}
@media (max-width: 1023px) {
  /* line 82, ../sass/pages/_about-us.scss */
  .about-pump {
    padding: 40px 0 30px;
  }
}
/* line 88, ../sass/pages/_about-us.scss */
.about-pump:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #E7F5FF;
}
@media (max-width: 1365px) {
  /* line 88, ../sass/pages/_about-us.scss */
  .about-pump:after {
    width: 60%;
  }
}
@media (max-width: 1023px) {
  /* line 88, ../sass/pages/_about-us.scss */
  .about-pump:after {
    width: 100%;
  }
}
/* line 104, ../sass/pages/_about-us.scss */
.about-pump .about-pump-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1023px) {
  /* line 104, ../sass/pages/_about-us.scss */
  .about-pump .about-pump-view {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 111, ../sass/pages/_about-us.scss */
.about-pump .about-pump-view .about-pump-image {
  padding: 50px 0;
  max-width: 704px;
  position: relative;
}
@media (max-width: 1365px) {
  /* line 111, ../sass/pages/_about-us.scss */
  .about-pump .about-pump-view .about-pump-image {
    padding: 40px 0;
    max-width: 48%;
  }
}
@media (max-width: 1023px) {
  /* line 111, ../sass/pages/_about-us.scss */
  .about-pump .about-pump-view .about-pump-image {
    max-width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  /* line 111, ../sass/pages/_about-us.scss */
  .about-pump .about-pump-view .about-pump-image {
    margin: 0 0 12px;
  }
}
/* line 127, ../sass/pages/_about-us.scss */
.about-pump .about-pump-view .about-pump-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
/* line 133, ../sass/pages/_about-us.scss */
.about-pump .about-pump-view .about-pump-image:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -ms-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
  background-color: #E7F5FF;
}
/* line 144, ../sass/pages/_about-us.scss */
.about-pump .about-pump-view .about-pump-image .play-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 153, ../sass/pages/_about-us.scss */
.about-pump .about-pump-view .about-pump-content {
  max-width: 535px;
  margin-left: auto;
}
@media (max-width: 1365px) {
  /* line 153, ../sass/pages/_about-us.scss */
  .about-pump .about-pump-view .about-pump-content {
    max-width: 49%;
  }
}
@media (max-width: 1023px) {
  /* line 153, ../sass/pages/_about-us.scss */
  .about-pump .about-pump-view .about-pump-content {
    max-width: 100%;
  }
}
/* line 162, ../sass/pages/_about-us.scss */
.about-pump .about-pump-view .about-pump-content h2 {
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 1365px) {
  /* line 162, ../sass/pages/_about-us.scss */
  .about-pump .about-pump-view .about-pump-content h2 {
    font-size: 38px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  /* line 162, ../sass/pages/_about-us.scss */
  .about-pump .about-pump-view .about-pump-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  /* line 162, ../sass/pages/_about-us.scss */
  .about-pump .about-pump-view .about-pump-content h2 {
    font-size: 28px;
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  /* line 162, ../sass/pages/_about-us.scss */
  .about-pump .about-pump-view .about-pump-content h2 {
    font-size: 26px;
  }
}
/* line 180, ../sass/pages/_about-us.scss */
.about-pump .about-pump-view .about-pump-content p {
  color: #2E2E2E;
}
@media (max-width: 767px) {
  /* line 180, ../sass/pages/_about-us.scss */
  .about-pump .about-pump-view .about-pump-content p {
    font-size: 15px;
    line-height: 160%;
  }
}

/* line 190, ../sass/pages/_about-us.scss */
.about-vision {
  padding: 80px 0;
}
@media (max-width: 1365px) {
  /* line 190, ../sass/pages/_about-us.scss */
  .about-vision {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  /* line 190, ../sass/pages/_about-us.scss */
  .about-vision {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  /* line 190, ../sass/pages/_about-us.scss */
  .about-vision {
    padding: 10px 0;
  }
}
/* line 201, ../sass/pages/_about-us.scss */
.about-vision .vision-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 50px 0;
}
@media (max-width: 1023px) {
  /* line 201, ../sass/pages/_about-us.scss */
  .about-vision .vision-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1365px) {
  /* line 201, ../sass/pages/_about-us.scss */
  .about-vision .vision-row {
    margin: 40px 0;
  }
}
@media (max-width: 1199px) {
  /* line 201, ../sass/pages/_about-us.scss */
  .about-vision .vision-row {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  /* line 201, ../sass/pages/_about-us.scss */
  .about-vision .vision-row {
    margin: 28px 0;
  }
}
/* line 218, ../sass/pages/_about-us.scss */
.about-vision .vision-row .vision-content {
  width: 48%;
}
@media (max-width: 1365px) {
  /* line 218, ../sass/pages/_about-us.scss */
  .about-vision .vision-row .vision-content {
    width: 49%;
  }
}
@media (max-width: 1023px) {
  /* line 218, ../sass/pages/_about-us.scss */
  .about-vision .vision-row .vision-content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
/* line 227, ../sass/pages/_about-us.scss */
.about-vision .vision-row .vision-content h3 {
  font-size: 28px;
  line-height: normal;
  color: #0D6DB1;
  margin: 0 0 10px;
}
@media (max-width: 1199px) {
  /* line 227, ../sass/pages/_about-us.scss */
  .about-vision .vision-row .vision-content h3 {
    font-size: 26px;
    margin: 0 0 5px;
  }
}
@media (max-width: 1023px) {
  /* line 227, ../sass/pages/_about-us.scss */
  .about-vision .vision-row .vision-content h3 {
    font-size: 24px;
    margin: 0 0 3px;
  }
}
@media (max-width: 767px) {
  /* line 227, ../sass/pages/_about-us.scss */
  .about-vision .vision-row .vision-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  /* line 244, ../sass/pages/_about-us.scss */
  .about-vision .vision-row .vision-content p {
    font-size: 15px;
    line-height: 160%;
  }
}
/* line 251, ../sass/pages/_about-us.scss */
.about-vision .vision-row .vision-image {
  margin-left: auto;
  width: 48%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
}
@media (max-width: 1023px) {
  /* line 251, ../sass/pages/_about-us.scss */
  .about-vision .vision-row .vision-image {
    width: 100%;
    margin: 0 0 18px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media (max-width: 767px) {
  /* line 251, ../sass/pages/_about-us.scss */
  .about-vision .vision-row .vision-image {
    margin: 0 0 12px;
  }
}
/* line 264, ../sass/pages/_about-us.scss */
.about-vision .vision-row .vision-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
}
/* line 272, ../sass/pages/_about-us.scss */
.about-vision .vision-row:nth-child(even) .vision-content {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-left: auto;
}
/* line 276, ../sass/pages/_about-us.scss */
.about-vision .vision-row:nth-child(even) .vision-image {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-left: 0;
}

/* line 283, ../sass/pages/_about-us.scss */
.our-history {
  padding: 80px 0;
  background-color: #E7F5FF;
}
@media (max-width: 1365px) {
  /* line 283, ../sass/pages/_about-us.scss */
  .our-history {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  /* line 283, ../sass/pages/_about-us.scss */
  .our-history {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  /* line 283, ../sass/pages/_about-us.scss */
  .our-history {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  /* line 283, ../sass/pages/_about-us.scss */
  .our-history {
    padding: 30px 0 40px;
  }
}
/* line 298, ../sass/pages/_about-us.scss */
.our-history .section-header {
  margin: 0 0 30px;
}
@media (max-width: 1365px) {
  /* line 298, ../sass/pages/_about-us.scss */
  .our-history .section-header {
    margin: 0 0 20px;
  }
}
/* line 304, ../sass/pages/_about-us.scss */
.our-history .our-history-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  /* line 304, ../sass/pages/_about-us.scss */
  .our-history .our-history-view {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 310, ../sass/pages/_about-us.scss */
.our-history .our-history-view .our-history-year {
  display: inline-block;
  width: 9%;
  position: relative;
  z-index: 0;
  margin-right: 5px;
}
@media (max-width: 1199px) {
  /* line 310, ../sass/pages/_about-us.scss */
  .our-history .our-history-view .our-history-year {
    width: 11%;
  }
}
@media (max-width: 1023px) {
  /* line 310, ../sass/pages/_about-us.scss */
  .our-history .our-history-view .our-history-year {
    width: 15%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  /* line 310, ../sass/pages/_about-us.scss */
  .our-history .our-history-view .our-history-year {
    width: 100%;
    margin: 0 0 5px;
  }
}
/* line 329, ../sass/pages/_about-us.scss */
.our-history .our-history-view .our-history-year:after {
  content: '';
  position: absolute;
  right: 28px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #0D6DB1;
  z-index: -1;
}
@media (max-width: 767px) {
  /* line 329, ../sass/pages/_about-us.scss */
  .our-history .our-history-view .our-history-year:after {
    top: auto;
    right: 0;
    bottom: 20px;
    width: 100%;
    height: 2px;
  }
}
/* line 346, ../sass/pages/_about-us.scss */
.our-history .our-history-view .our-history-year .slick-track {
  padding-right: 30px;
}
/* line 349, ../sass/pages/_about-us.scss */
.our-history .our-history-view .our-history-year .year {
  margin: 50px 0;
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  position: relative;
  padding-right: 70px;
}
@media (max-width: 1365px) {
  /* line 349, ../sass/pages/_about-us.scss */
  .our-history .our-history-view .our-history-year .year {
    margin: 34px 0;
  }
}
@media (max-width: 1199px) {
  /* line 349, ../sass/pages/_about-us.scss */
  .our-history .our-history-view .our-history-year .year {
    margin: 25px 0;
  }
}
@media (max-width: 767px) {
  /* line 349, ../sass/pages/_about-us.scss */
  .our-history .our-history-view .our-history-year .year {
    margin: 0;
    text-align: center;
    padding: 0 0 45px;
  }
}
/* line 367, ../sass/pages/_about-us.scss */
.our-history .our-history-view .our-history-year .year:after {
  content: "";
  position: absolute;
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
  width: 16px;
  background: #0D6DB1;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 0 4px rgba(2, 123, 181, 0.4);
  -moz-box-shadow: 0 0 0 4px rgba(2, 123, 181, 0.4);
  -ms-box-shadow: 0 0 0 4px rgba(2, 123, 181, 0.4);
  -o-box-shadow: 0 0 0 4px rgba(2, 123, 181, 0.4);
  box-shadow: 0 0 0 4px rgba(2, 123, 181, 0.4);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
@media (max-width: 767px) {
  /* line 367, ../sass/pages/_about-us.scss */
  .our-history .our-history-view .our-history-year .year:after {
    left: 0;
    right: 0;
    top: auto;
    bottom: 14px;
  }
}
/* line 394, ../sass/pages/_about-us.scss */
.our-history .our-history-view .our-history-year .year.slick-current:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 400, ../sass/pages/_about-us.scss */
.our-history .our-history-view .our-history-content {
  width: 91%;
  margin-left: auto;
  display: inline-block;
}
@media (max-width: 1199px) {
  /* line 400, ../sass/pages/_about-us.scss */
  .our-history .our-history-view .our-history-content {
    width: 89%;
  }
}
@media (max-width: 1023px) {
  /* line 400, ../sass/pages/_about-us.scss */
  .our-history .our-history-view .our-history-content {
    width: 84%;
  }
}
@media (max-width: 767px) {
  /* line 400, ../sass/pages/_about-us.scss */
  .our-history .our-history-view .our-history-content {
    width: 100%;
  }
}
/* line 418, ../sass/pages/_about-us.scss */
.our-history .our-history-view .our-history-content .history-content {
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
  background-color: #FFFFFF;
  padding: 25px;
  margin-left: 25px;
}
@media (max-width: 1365px) {
  /* line 418, ../sass/pages/_about-us.scss */
  .our-history .our-history-view .our-history-content .history-content {
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  /* line 418, ../sass/pages/_about-us.scss */
  .our-history .our-history-view .our-history-content .history-content {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  /* line 418, ../sass/pages/_about-us.scss */
  .our-history .our-history-view .our-history-content .history-content {
    margin: 20px 0 0;
  }
}
/* line 439, ../sass/pages/_about-us.scss */
.our-history .our-history-view .our-history-content .history-content p {
  margin: 0;
}
/* line 442, ../sass/pages/_about-us.scss */
.our-history .our-history-view .our-history-content .history-content.slick-current {
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
}
/* line 444, ../sass/pages/_about-us.scss */
.our-history .our-history-view .our-history-content .history-content.slick-current:before {
  content: "";
  position: absolute;
  left: -15px;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
}
@media (max-width: 1199px) {
  /* line 444, ../sass/pages/_about-us.scss */
  .our-history .our-history-view .our-history-content .history-content.slick-current:before {
    left: -11px;
    border-width: 11px 11px 11px 0;
  }
}
@media (max-width: 767px) {
  /* line 444, ../sass/pages/_about-us.scss */
  .our-history .our-history-view .our-history-content .history-content.slick-current:before {
    left: 0;
    border-width: 0 18px 18px 18px;
    top: -18px;
    bottom: auto;
    right: 0;
    margin: auto;
    border-color: transparent transparent #FFFFFF transparent;
  }
}

/* line 477, ../sass/pages/_about-us.scss */
.our-quality {
  padding: 55px 0;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 380px;
}
@media (max-width: 1023px) {
  /* line 477, ../sass/pages/_about-us.scss */
  .our-quality {
    padding: 40px 0;
  }
}
/* line 485, ../sass/pages/_about-us.scss */
.our-quality .our-quality-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 485, ../sass/pages/_about-us.scss */
  .our-quality .our-quality-view {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
/* line 493, ../sass/pages/_about-us.scss */
.our-quality .our-quality-view .our-quality-content {
  width: 56%;
}
@media (max-width: 767px) {
  /* line 493, ../sass/pages/_about-us.scss */
  .our-quality .our-quality-view .our-quality-content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    text-align: center;
  }
}
/* line 500, ../sass/pages/_about-us.scss */
.our-quality .our-quality-view .our-quality-content h2 {
  color: #FFFFFF;
  margin-bottom: 15px;
}
@media (max-width: 1365px) {
  /* line 500, ../sass/pages/_about-us.scss */
  .our-quality .our-quality-view .our-quality-content h2 {
    font-size: 38px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  /* line 500, ../sass/pages/_about-us.scss */
  .our-quality .our-quality-view .our-quality-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  /* line 500, ../sass/pages/_about-us.scss */
  .our-quality .our-quality-view .our-quality-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  /* line 500, ../sass/pages/_about-us.scss */
  .our-quality .our-quality-view .our-quality-content h2 {
    font-size: 24px;
  }
}
/* line 517, ../sass/pages/_about-us.scss */
.our-quality .our-quality-view .our-quality-content p {
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  /* line 517, ../sass/pages/_about-us.scss */
  .our-quality .our-quality-view .our-quality-content p {
    font-size: 15px;
    line-height: 160%;
  }
}
/* line 524, ../sass/pages/_about-us.scss */
.our-quality .our-quality-view .our-quality-content .read-more-btn {
  margin-top: 22px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  /* line 524, ../sass/pages/_about-us.scss */
  .our-quality .our-quality-view .our-quality-content .read-more-btn {
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  /* line 524, ../sass/pages/_about-us.scss */
  .our-quality .our-quality-view .our-quality-content .read-more-btn {
    margin-top: 12px;
  }
}
/* line 534, ../sass/pages/_about-us.scss */
.our-quality .our-quality-view .our-quality-content .read-more-btn:hover {
  background-color: #FFFFFF;
  color: #000000;
  border-color: #FFFFFF;
}
/* line 542, ../sass/pages/_about-us.scss */
.our-quality .our-quality-image {
  margin-left: auto;
  width: 37%;
}
@media (max-width: 767px) {
  /* line 542, ../sass/pages/_about-us.scss */
  .our-quality .our-quality-image {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin: 0 0 20px;
  }
}
/* line 550, ../sass/pages/_about-us.scss */
.our-quality .our-quality-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 557, ../sass/pages/_about-us.scss */
.our-infrastructure {
  padding: 40px 0;
}
/* line 559, ../sass/pages/_about-us.scss */
.our-infrastructure .our-infrastructure-view {
  padding: 40px;
  background-color: #E7F5FF;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1365px) {
  /* line 559, ../sass/pages/_about-us.scss */
  .our-infrastructure .our-infrastructure-view {
    padding: 30px;
  }
}
@media (max-width: 1023px) {
  /* line 559, ../sass/pages/_about-us.scss */
  .our-infrastructure .our-infrastructure-view {
    padding: 20px 20px 30px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
/* line 573, ../sass/pages/_about-us.scss */
.our-infrastructure .our-infrastructure-view .our-infrastructure-left {
  width: 84%;
}
@media (max-width: 1023px) {
  /* line 573, ../sass/pages/_about-us.scss */
  .our-infrastructure .our-infrastructure-view .our-infrastructure-left {
    width: 100%;
    text-align: center;
  }
}
/* line 579, ../sass/pages/_about-us.scss */
.our-infrastructure .our-infrastructure-view .our-infrastructure-left h2 {
  font-size: 30px;
  margin: 0 0 10px;
}
@media (max-width: 1199px) {
  /* line 579, ../sass/pages/_about-us.scss */
  .our-infrastructure .our-infrastructure-view .our-infrastructure-left h2 {
    font-size: 28px;
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  /* line 579, ../sass/pages/_about-us.scss */
  .our-infrastructure .our-infrastructure-view .our-infrastructure-left h2 {
    font-size: 24px;
  }
}
/* line 590, ../sass/pages/_about-us.scss */
.our-infrastructure .our-infrastructure-view .our-infrastructure-left p {
  font-size: 16px;
  line-height: 160%;
  color: #2E2E2E;
  margin: 0;
}
@media (max-width: 767px) {
  /* line 590, ../sass/pages/_about-us.scss */
  .our-infrastructure .our-infrastructure-view .our-infrastructure-left p {
    font-size: 15px;
  }
}
/* line 600, ../sass/pages/_about-us.scss */
.our-infrastructure .our-infrastructure-view .our-infrastructure-right {
  margin-left: auto;
}
@media (max-width: 1023px) {
  /* line 600, ../sass/pages/_about-us.scss */
  .our-infrastructure .our-infrastructure-view .our-infrastructure-right {
    margin-left: 0;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  /* line 600, ../sass/pages/_about-us.scss */
  .our-infrastructure .our-infrastructure-view .our-infrastructure-right {
    margin-top: 23px;
  }
}

/* line 612, ../sass/pages/_about-us.scss */
.export-team {
  margin: 50px 0;
  padding: 80px 0;
  position: relative;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1365px) {
  /* line 612, ../sass/pages/_about-us.scss */
  .export-team {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  /* line 612, ../sass/pages/_about-us.scss */
  .export-team {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  /* line 612, ../sass/pages/_about-us.scss */
  .export-team {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  /* line 612, ../sass/pages/_about-us.scss */
  .export-team {
    margin: 30px 0;
  }
}
/* line 630, ../sass/pages/_about-us.scss */
.export-team .container {
  position: relative;
}
/* line 633, ../sass/pages/_about-us.scss */
.export-team .export-team-picture {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px solid #D9D9D9;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}
@media (max-width: 1365px) {
  /* line 633, ../sass/pages/_about-us.scss */
  .export-team .export-team-picture {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 1199px) {
  /* line 633, ../sass/pages/_about-us.scss */
  .export-team .export-team-picture {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  /* line 633, ../sass/pages/_about-us.scss */
  .export-team .export-team-picture {
    width: 70px;
    height: 70px;
  }
}
/* line 651, ../sass/pages/_about-us.scss */
.export-team .export-team-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
}
/* line 657, ../sass/pages/_about-us.scss */
.export-team .export-team-picture.export-team-left-top {
  left: 15px;
  top: -130px;
}
@media (max-width: 1365px) {
  /* line 657, ../sass/pages/_about-us.scss */
  .export-team .export-team-picture.export-team-left-top {
    top: -106px;
  }
}
@media (max-width: 1199px) {
  /* line 657, ../sass/pages/_about-us.scss */
  .export-team .export-team-picture.export-team-left-top {
    top: -90px;
  }
}
@media (max-width: 767px) {
  /* line 657, ../sass/pages/_about-us.scss */
  .export-team .export-team-picture.export-team-left-top {
    top: -85px;
  }
}
/* line 670, ../sass/pages/_about-us.scss */
.export-team .export-team-picture.export-team-right-bottom {
  bottom: -130px;
  right: 15px;
}
@media (max-width: 1365px) {
  /* line 670, ../sass/pages/_about-us.scss */
  .export-team .export-team-picture.export-team-right-bottom {
    bottom: -106px;
  }
}
@media (max-width: 1199px) {
  /* line 670, ../sass/pages/_about-us.scss */
  .export-team .export-team-picture.export-team-right-bottom {
    bottom: -90px;
  }
}
@media (max-width: 767px) {
  /* line 670, ../sass/pages/_about-us.scss */
  .export-team .export-team-picture.export-team-right-bottom {
    bottom: -85px;
  }
}
/* line 684, ../sass/pages/_about-us.scss */
.export-team .export-team-view {
  text-align: center;
}
/* line 686, ../sass/pages/_about-us.scss */
.export-team .export-team-view h2 {
  margin: 0 0 12px;
}
@media (max-width: 1365px) {
  /* line 686, ../sass/pages/_about-us.scss */
  .export-team .export-team-view h2 {
    font-size: 38px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1199px) {
  /* line 686, ../sass/pages/_about-us.scss */
  .export-team .export-team-view h2 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  /* line 686, ../sass/pages/_about-us.scss */
  .export-team .export-team-view h2 {
    font-size: 28px;
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  /* line 686, ../sass/pages/_about-us.scss */
  .export-team .export-team-view h2 {
    font-size: 24px;
  }
}
/* line 703, ../sass/pages/_about-us.scss */
.export-team .export-team-view p {
  max-width: 68%;
  margin: 0 auto 10px;
}
@media (max-width: 1023px) {
  /* line 703, ../sass/pages/_about-us.scss */
  .export-team .export-team-view p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 703, ../sass/pages/_about-us.scss */
  .export-team .export-team-view p {
    font-size: 15px;
    line-height: 160%;
  }
}
/* line 714, ../sass/pages/_about-us.scss */
.export-team .export-team-view .read-more-btn {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  /* line 714, ../sass/pages/_about-us.scss */
  .export-team .export-team-view .read-more-btn {
    margin-top: 12px;
  }
}

/* line 722, ../sass/pages/_about-us.scss */
.our-certifications {
  margin-top: 90px;
  padding: 60px 0;
  background-color: #E7F5FF;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 1365px) {
  /* line 722, ../sass/pages/_about-us.scss */
  .our-certifications {
    margin-top: 80px;
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  /* line 722, ../sass/pages/_about-us.scss */
  .our-certifications {
    margin-top: 70px;
    padding: 40px 0;
  }
}
/* line 737, ../sass/pages/_about-us.scss */
.our-certifications:before {
  content: '';
  position: absolute;
  top: 0;
  right: 40%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 500px 190px;
  border-color: transparent transparent #0D6DB1 transparent;
  z-index: -1;
}
@media (max-width: 1365px) {
  /* line 737, ../sass/pages/_about-us.scss */
  .our-certifications:before {
    border-width: 0 0 500px 130px;
  }
}
@media (max-width: 1199px) {
  /* line 737, ../sass/pages/_about-us.scss */
  .our-certifications:before {
    border-width: 0 0 500px 110px;
  }
}
@media (max-width: 1023px) {
  /* line 737, ../sass/pages/_about-us.scss */
  .our-certifications:before {
    display: none;
  }
}
/* line 758, ../sass/pages/_about-us.scss */
.our-certifications:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: #0D6DB1;
  z-index: -1;
}
@media (max-width: 1023px) {
  /* line 758, ../sass/pages/_about-us.scss */
  .our-certifications:after {
    display: none;
  }
}
/* line 771, ../sass/pages/_about-us.scss */
.our-certifications .our-certifications-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1023px) {
  /* line 771, ../sass/pages/_about-us.scss */
  .our-certifications .our-certifications-view {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 778, ../sass/pages/_about-us.scss */
.our-certifications .our-certifications-view .our-certifications-cnt {
  width: 48%;
}
@media (max-width: 1023px) {
  /* line 778, ../sass/pages/_about-us.scss */
  .our-certifications .our-certifications-view .our-certifications-cnt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    text-align: center;
  }
}
/* line 785, ../sass/pages/_about-us.scss */
.our-certifications .our-certifications-view .our-certifications-cnt h2 {
  margin: 0 0 12px;
}
@media (max-width: 1365px) {
  /* line 785, ../sass/pages/_about-us.scss */
  .our-certifications .our-certifications-view .our-certifications-cnt h2 {
    font-size: 38px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1199px) {
  /* line 785, ../sass/pages/_about-us.scss */
  .our-certifications .our-certifications-view .our-certifications-cnt h2 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  /* line 785, ../sass/pages/_about-us.scss */
  .our-certifications .our-certifications-view .our-certifications-cnt h2 {
    font-size: 28px;
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  /* line 785, ../sass/pages/_about-us.scss */
  .our-certifications .our-certifications-view .our-certifications-cnt h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  /* line 802, ../sass/pages/_about-us.scss */
  .our-certifications .our-certifications-view .our-certifications-cnt p {
    font-size: 15px;
    line-height: 160%;
  }
}
/* line 808, ../sass/pages/_about-us.scss */
.our-certifications .our-certifications-view .our-certifications-cnt .view-more-btn {
  margin-top: 15px;
}
@media (max-width: 1365px) {
  /* line 808, ../sass/pages/_about-us.scss */
  .our-certifications .our-certifications-view .our-certifications-cnt .view-more-btn {
    margin-top: 12px;
  }
}
@media (max-width: 1023px) {
  /* line 808, ../sass/pages/_about-us.scss */
  .our-certifications .our-certifications-view .our-certifications-cnt .view-more-btn {
    margin-top: 10px;
  }
}
/* line 818, ../sass/pages/_about-us.scss */
.our-certifications .our-certifications-view .our-certifications-image {
  width: 30%;
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  /* line 818, ../sass/pages/_about-us.scss */
  .our-certifications .our-certifications-view .our-certifications-image {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin: 0 0 22px;
  }
}
/* line 829, ../sass/pages/_about-us.scss */
.our-certifications .our-certifications-view .our-certifications-image .certificate-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: calc(100% / 2);
  padding: 15px;
  border: 1px solid #FFFFFF;
  margin-top: -1px;
}
@media (max-width: 1023px) {
  /* line 829, ../sass/pages/_about-us.scss */
  .our-certifications .our-certifications-view .our-certifications-image .certificate-item {
    border: 1px solid #0D6DB1;
  }
}
/* line 840, ../sass/pages/_about-us.scss */
.our-certifications .our-certifications-view .our-certifications-image .certificate-item:nth-child(2n) {
  border-left: 0;
}

/* line 847, ../sass/pages/_about-us.scss */
.csr {
  overflow: hidden;
}
@media (max-width: 1023px) {
  /* line 847, ../sass/pages/_about-us.scss */
  .csr {
    padding: 40px 0;
  }
}
/* line 852, ../sass/pages/_about-us.scss */
.csr .csr-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 856, ../sass/pages/_about-us.scss */
.csr .csr-view .csr-content {
  padding-top: 20px;
  width: 35%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFFFFF;
}
@media (max-width: 1365px) {
  /* line 856, ../sass/pages/_about-us.scss */
  .csr .csr-view .csr-content {
    width: 33%;
  }
}
@media (max-width: 1023px) {
  /* line 856, ../sass/pages/_about-us.scss */
  .csr .csr-view .csr-content {
    padding: 0;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }
}
/* line 876, ../sass/pages/_about-us.scss */
.csr .csr-view .csr-content:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  z-index: -1;
  background: #FFFFFF;
}
/* line 886, ../sass/pages/_about-us.scss */
.csr .csr-view .csr-content h2 {
  margin: 0 0 12px;
}
@media (max-width: 1365px) {
  /* line 886, ../sass/pages/_about-us.scss */
  .csr .csr-view .csr-content h2 {
    font-size: 38px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1199px) {
  /* line 886, ../sass/pages/_about-us.scss */
  .csr .csr-view .csr-content h2 {
    font-size: 32px;
    margin: 0 0 8px;
  }
}
@media (max-width: 1023px) {
  /* line 886, ../sass/pages/_about-us.scss */
  .csr .csr-view .csr-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  /* line 886, ../sass/pages/_about-us.scss */
  .csr .csr-view .csr-content h2 {
    font-size: 24px;
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  /* line 904, ../sass/pages/_about-us.scss */
  .csr .csr-view .csr-content p {
    font-size: 15px;
    line-height: 160%;
  }
}
/* line 910, ../sass/pages/_about-us.scss */
.csr .csr-view .csr-content .read-more-btn {
  margin-top: 15px;
}
@media (max-width: 1023px) {
  /* line 910, ../sass/pages/_about-us.scss */
  .csr .csr-view .csr-content .read-more-btn {
    margin-top: 12px;
  }
}
/* line 917, ../sass/pages/_about-us.scss */
.csr .csr-view .csr-slider-view {
  padding: 100px 0 80px;
  width: 65%;
  margin-left: auto;
  position: relative;
}
@media (max-width: 1365px) {
  /* line 917, ../sass/pages/_about-us.scss */
  .csr .csr-view .csr-slider-view {
    padding: 100px 0 60px;
    width: 66%;
  }
}
@media (max-width: 1023px) {
  /* line 917, ../sass/pages/_about-us.scss */
  .csr .csr-view .csr-slider-view {
    padding: 0;
    margin: 0 0 22px;
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
/* line 932, ../sass/pages/_about-us.scss */
.csr .csr-view .csr-slider-view .customArrow {
  position: absolute;
  top: 45px;
  right: 0;
}
@media (max-width: 1023px) {
  /* line 932, ../sass/pages/_about-us.scss */
  .csr .csr-view .csr-slider-view .customArrow {
    position: unset;
    text-align: right;
    margin-bottom: 15px;
  }
}
/* line 943, ../sass/pages/_about-us.scss */
.csr .csr-view .csr-slider-view .csr-slider .slick-list {
  margin: 0 -12px;
}
@media (max-width: 1365px) {
  /* line 943, ../sass/pages/_about-us.scss */
  .csr .csr-view .csr-slider-view .csr-slider .slick-list {
    margin: 0 -8px;
  }
}
/* line 949, ../sass/pages/_about-us.scss */
.csr .csr-view .csr-slider-view .csr-slider:not(.slick-slider) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 953, ../sass/pages/_about-us.scss */
.csr .csr-view .csr-slider-view .csr-slider:not(.slick-slider) .csr-item {
  width: 100%;
}
/* line 957, ../sass/pages/_about-us.scss */
.csr .csr-view .csr-slider-view .csr-slider .csr-item {
  margin: 0 12px;
}
@media (max-width: 1365px) {
  /* line 957, ../sass/pages/_about-us.scss */
  .csr .csr-view .csr-slider-view .csr-slider .csr-item {
    margin: 0 8px;
  }
}
/* line 962, ../sass/pages/_about-us.scss */
.csr .csr-view .csr-slider-view .csr-slider .csr-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

/* line 973, ../sass/pages/_about-us.scss */
.call-to-action {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 213px;
  padding: 30px 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 1365px) {
  /* line 973, ../sass/pages/_about-us.scss */
  .call-to-action {
    min-height: 190px;
  }
}
@media (max-width: 1199px) {
  /* line 973, ../sass/pages/_about-us.scss */
  .call-to-action {
    min-height: 140px;
  }
}
@media (max-width: 767px) {
  /* line 973, ../sass/pages/_about-us.scss */
  .call-to-action {
    min-height: 110px;
  }
}
/* line 989, ../sass/pages/_about-us.scss */
.call-to-action:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0D6DB1;
  opacity: 0.8;
  z-index: -1;
}
/* line 1000, ../sass/pages/_about-us.scss */
.call-to-action .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: inherit;
}
/* line 1006, ../sass/pages/_about-us.scss */
.call-to-action .container h2 {
  max-width: 58%;
  text-align: center;
  margin: 0 0 28px;
  color: #FFFFFF;
}
@media (max-width: 1365px) {
  /* line 1006, ../sass/pages/_about-us.scss */
  .call-to-action .container h2 {
    font-size: 38px;
    margin: 0 0 24px;
  }
}
@media (max-width: 1199px) {
  /* line 1006, ../sass/pages/_about-us.scss */
  .call-to-action .container h2 {
    max-width: 100%;
    font-size: 32px;
    margin: 0 0 22px;
  }
}
@media (max-width: 1023px) {
  /* line 1006, ../sass/pages/_about-us.scss */
  .call-to-action .container h2 {
    font-size: 28px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  /* line 1006, ../sass/pages/_about-us.scss */
  .call-to-action .container h2 {
    font-size: 24px;
    margin: 0 0 15px;
  }
}
/* line 1029, ../sass/pages/_about-us.scss */
.call-to-action .container .request-quote-btn {
  min-width: 196px;
  height: 45px;
  line-height: 15px;
  background-color: #FFFFFF;
  color: #000000;
}
@media (max-width: 767px) {
  /* line 1029, ../sass/pages/_about-us.scss */
  .call-to-action .container .request-quote-btn {
    min-width: 176px;
    height: 42px;
    line-height: 26px;
  }
}
/* line 1040, ../sass/pages/_about-us.scss */
.call-to-action .container .request-quote-btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}

/* line 1, ../sass/pages/_product-category.scss */
.product-category-topbar {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 260px;
  padding: 143px 0 35px 0;
}
@media (max-width: 1199px) {
  /* line 1, ../sass/pages/_product-category.scss */
  .product-category-topbar {
    padding: 30px 0;
  }
}
/* line 10, ../sass/pages/_product-category.scss */
.product-category-topbar .topbar-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 10, ../sass/pages/_product-category.scss */
  .product-category-topbar .topbar-inner {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  /* line 17, ../sass/pages/_product-category.scss */
  .product-category-topbar .topbar-inner .topbar-content {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
}
/* line 23, ../sass/pages/_product-category.scss */
.product-category-topbar .topbar-inner .topbar-content h1 {
  font-size: 40px;
  color: #FFFFFF;
}
@media (max-width: 1365px) {
  /* line 23, ../sass/pages/_product-category.scss */
  .product-category-topbar .topbar-inner .topbar-content h1 {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  /* line 23, ../sass/pages/_product-category.scss */
  .product-category-topbar .topbar-inner .topbar-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  /* line 23, ../sass/pages/_product-category.scss */
  .product-category-topbar .topbar-inner .topbar-content h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  /* line 23, ../sass/pages/_product-category.scss */
  .product-category-topbar .topbar-inner .topbar-content h1 {
    font-size: 30px;
  }
}
/* line 40, ../sass/pages/_product-category.scss */
.product-category-topbar .topbar-inner .hero-image {
  max-width: 40%;
  margin-left: auto;
}
@media (max-width: 767px) {
  /* line 40, ../sass/pages/_product-category.scss */
  .product-category-topbar .topbar-inner .hero-image {
    max-width: 100%;
    text-align: center;
  }
}
/* line 47, ../sass/pages/_product-category.scss */
.product-category-topbar .topbar-inner .hero-image img {
  /*width: 100%;*/
  /*height: 100%;*/
  object-fit: cover;
	max-width:none;
}

/* line 55, ../sass/pages/_product-category.scss */
.product-category-overview {
  padding: 60px 0;
}
@media (max-width: 1365px) {
  /* line 55, ../sass/pages/_product-category.scss */
  .product-category-overview {
    padding: 50px 0;
  }
}
@media (max-width: 1199px) {
  /* line 55, ../sass/pages/_product-category.scss */
  .product-category-overview {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  /* line 55, ../sass/pages/_product-category.scss */
  .product-category-overview {
    padding: 30px 0;
  }
}
/* line 66, ../sass/pages/_product-category.scss */
.product-category-overview .product-category-overview-inner {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 30px;
}
@media (max-width: 767px) {
  /* line 66, ../sass/pages/_product-category.scss */
  .product-category-overview .product-category-overview-inner {
    padding: 20px;
  }
}
/* line 74, ../sass/pages/_product-category.scss */
.product-category-overview .product-category-overview-inner .category-overview-inner-content h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
  color: #000000;
  margin: 0 0 15px;
}
@media (max-width: 1199px) {
  /* line 74, ../sass/pages/_product-category.scss */
  .product-category-overview .product-category-overview-inner .category-overview-inner-content h2 {
    font-size: 26px;
    line-height: 130%;
    margin: 0 0 12px;
  }
}
@media (max-width: 767px) {
  /* line 74, ../sass/pages/_product-category.scss */
  .product-category-overview .product-category-overview-inner .category-overview-inner-content h2 {
    font-size: 24px;
    line-height: 120%;
  }
}
/* line 90, ../sass/pages/_product-category.scss */
.product-category-overview .product-category-overview-inner .category-overview-inner-content h3 {
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  margin: 15px 0;
}
@media (max-width: 1199px) {
  /* line 90, ../sass/pages/_product-category.scss */
  .product-category-overview .product-category-overview-inner .category-overview-inner-content h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0 12px;
  }
}
@media (max-width: 767px) {
  /* line 90, ../sass/pages/_product-category.scss */
  .product-category-overview .product-category-overview-inner .category-overview-inner-content h3 {
    font-size: 19px;
    line-height: 27px;
  }
}
/* line 105, ../sass/pages/_product-category.scss */
.product-category-overview .product-category-overview-inner .category-overview-inner-content h4 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  margin: 15px 0;
}
@media (max-width: 1199px) {
  /* line 105, ../sass/pages/_product-category.scss */
  .product-category-overview .product-category-overview-inner .category-overview-inner-content h4 {
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0 12px;
  }
}
@media (max-width: 767px) {
  /* line 105, ../sass/pages/_product-category.scss */
  .product-category-overview .product-category-overview-inner .category-overview-inner-content h4 {
    font-size: 17px;
    line-height: 25px;
  }
}
/* line 120, ../sass/pages/_product-category.scss */
.product-category-overview .product-category-overview-inner .category-overview-inner-content h5 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  margin: 15px 0;
}
@media (max-width: 1199px) {
  /* line 120, ../sass/pages/_product-category.scss */
  .product-category-overview .product-category-overview-inner .category-overview-inner-content h5 {
    font-size: 17px;
    line-height: 24px;
    margin: 20px 0 12px;
  }
}
@media (max-width: 767px) {
  /* line 131, ../sass/pages/_product-category.scss */
  .product-category-overview .product-category-overview-inner .category-overview-inner-content p {
    font-size: 15px;
    line-height: 160%;
  }
}
/* line 137, ../sass/pages/_product-category.scss */
.product-category-overview .product-category-overview-inner .category-overview-inner-content strong {
  color: #000000;
  font-weight: 600;
}
/* line 141, ../sass/pages/_product-category.scss */
.product-category-overview .product-category-overview-inner .category-overview-inner-content ol, .product-category-overview .product-category-overview-inner .category-overview-inner-content ul {
  margin: 10px 0 20px;
}
/* line 143, ../sass/pages/_product-category.scss */
.product-category-overview .product-category-overview-inner .category-overview-inner-content ol li, .product-category-overview .product-category-overview-inner .category-overview-inner-content ul li {
  font-size: 15px;
  line-height: normal;
  margin: 10px 0;
}
/* line 150, ../sass/pages/_product-category.scss */
.product-category-overview .product-category-overview-inner .category-overview-inner-content ul li {
  position: relative;
  padding-left: 36px;
}
/* line 153, ../sass/pages/_product-category.scss */
.product-category-overview .product-category-overview-inner .category-overview-inner-content ul li:before {
  content: '\F269';
  position: absolute;
  font-family: bootstrap-icons;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 16px;
  background-color: #0D6DB1;
  color: #FFFFFF;
}
/* line 171, ../sass/pages/_product-category.scss */
.product-category-overview .product-category-overview-inner .category-overview-inner-content.less-content {
  position: relative;
}
/* line 173, ../sass/pages/_product-category.scss */
.product-category-overview .product-category-overview-inner .category-overview-inner-content.less-content:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 143px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 4.54%, #FFFFFF 86.08%);
  opacity: 0.8;
}
@media (max-width: 1365px) {
  /* line 173, ../sass/pages/_product-category.scss */
  .product-category-overview .product-category-overview-inner .category-overview-inner-content.less-content:after {
    height: 73px;
  }
}
/* line 188, ../sass/pages/_product-category.scss */
.product-category-overview .product-category-overview-inner a {
  color: #0D6DB1;
  text-decoration: underline;
}
/* line 191, ../sass/pages/_product-category.scss */
.product-category-overview .product-category-overview-inner a:hover {
  text-decoration: none;
}
/* line 196, ../sass/pages/_product-category.scss */
.product-category-overview .product-category-overview-inner .read-more-less .btn-readmore {
  font-size: 15px;
  font-weight: 500;
  color: #0D6DB1;
  text-decoration: none;
}
/* line 203, ../sass/pages/_product-category.scss */
.product-category-overview .product-category-overview-inner .read-more-less #btn-readmore:after {
  content: '\F282';
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  font-family: bootstrap-icons;
}
/* line 212, ../sass/pages/_product-category.scss */
.product-category-overview .product-category-overview-inner .read-more-less #btn-readless:after {
  content: '\F286';
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  font-family: bootstrap-icons;
}

/* line 223, ../sass/pages/_product-category.scss */
.product-category-range {
  background-color: #E7F5FF;
  padding: 80px 0;
}
@media (max-width: 1365px) {
  /* line 223, ../sass/pages/_product-category.scss */
  .product-category-range {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  /* line 223, ../sass/pages/_product-category.scss */
  .product-category-range {
    padding: 50px 0 60px;
  }
}
@media (max-width: 1023px) {
  /* line 223, ../sass/pages/_product-category.scss */
  .product-category-range {
    padding: 40px 0 50px;
  }
}
@media (max-width: 767px) {
  /* line 223, ../sass/pages/_product-category.scss */
  .product-category-range {
    padding: 30px 0 40px;
  }
}
/* line 238, ../sass/pages/_product-category.scss */
.product-category-range .section-header {
  text-align: center;
  margin: 0 0 41px;
}
@media (max-width: 1365px) {
  /* line 238, ../sass/pages/_product-category.scss */
  .product-category-range .section-header {
    margin: 0 0 30px;
  }
}
@media (max-width: 1199px) {
  /* line 238, ../sass/pages/_product-category.scss */
  .product-category-range .section-header {
    margin: 0 0 28px;
  }
}
@media (max-width: 1023px) {
  /* line 238, ../sass/pages/_product-category.scss */
  .product-category-range .section-header {
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  /* line 238, ../sass/pages/_product-category.scss */
  .product-category-range .section-header {
    margin: 0 0 20px;
  }
}
/* line 253, ../sass/pages/_product-category.scss */
.product-category-range .section-header h2 {
  font-size: 30px;
  line-height: 130%;
  text-transform: none;
  margin: 0;
}
@media (max-width: 1023px) {
  /* line 253, ../sass/pages/_product-category.scss */
  .product-category-range .section-header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  /* line 253, ../sass/pages/_product-category.scss */
  .product-category-range .section-header h2 {
    font-size: 24px;
  }
}

/* line 267, ../sass/pages/_product-category.scss */
.top-selling-product {
  padding: 60px 0;
}
@media (max-width: 1365px) {
  /* line 267, ../sass/pages/_product-category.scss */
  .top-selling-product {
    padding: 50px 0 40px;
  }
}
@media (max-width: 1199px) {
  /* line 267, ../sass/pages/_product-category.scss */
  .top-selling-product {
    padding: 45px 0 40px;
  }
}
@media (max-width: 767px) {
  /* line 267, ../sass/pages/_product-category.scss */
  .top-selling-product {
    padding: 35px 0 30px;
  }
}
/* line 278, ../sass/pages/_product-category.scss */
.top-selling-product .section-header {
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 32px;
}
@media (max-width: 1365px) {
  /* line 278, ../sass/pages/_product-category.scss */
  .top-selling-product .section-header {
    margin: 0 0 15px;
  }
}
@media (max-width: 1023px) {
  /* line 278, ../sass/pages/_product-category.scss */
  .top-selling-product .section-header {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  /* line 278, ../sass/pages/_product-category.scss */
  .top-selling-product .section-header {
    margin: 0 0 13px;
  }
}
/* line 292, ../sass/pages/_product-category.scss */
.top-selling-product .section-header h2 {
  width: 85%;
  font-size: 30px;
  line-height: 130%;
  text-transform: none;
  margin: 0;
}
@media (max-width: 1023px) {
  /* line 292, ../sass/pages/_product-category.scss */
  .top-selling-product .section-header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  /* line 292, ../sass/pages/_product-category.scss */
  .top-selling-product .section-header h2 {
    font-size: 24px;
    width: 70%;
  }
}
/* line 306, ../sass/pages/_product-category.scss */
.top-selling-product .section-header .customArrow {
  margin-left: auto;
}

/* line 311, ../sass/pages/_product-category.scss */
.product-category-applications {
  padding: 66px 0 75px;
  background: #0D6DB1;
}
@media (max-width: 1365px) {
  /* line 311, ../sass/pages/_product-category.scss */
  .product-category-applications {
    padding: 46px 0 60px;
  }
}
@media (max-width: 1199px) {
  /* line 311, ../sass/pages/_product-category.scss */
  .product-category-applications {
    padding: 36px 0 50px;
  }
}
@media (max-width: 1023px) {
  /* line 311, ../sass/pages/_product-category.scss */
  .product-category-applications {
    padding: 26px 0 40px;
  }
}
/* line 323, ../sass/pages/_product-category.scss */
.product-category-applications .section-header {
  text-align: left;
  margin: 0 0 40px;
}
@media (max-width: 1365px) {
  /* line 323, ../sass/pages/_product-category.scss */
  .product-category-applications .section-header {
    margin: 0 0 22px;
  }
}
/* line 329, ../sass/pages/_product-category.scss */
.product-category-applications .section-header h2 {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 130%;
  text-transform: none;
  margin: 0;
}
@media (max-width: 1023px) {
  /* line 329, ../sass/pages/_product-category.scss */
  .product-category-applications .section-header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  /* line 329, ../sass/pages/_product-category.scss */
  .product-category-applications .section-header h2 {
    font-size: 26px;
  }
}
/* line 343, ../sass/pages/_product-category.scss */
.product-category-applications .pdt-cate-app-view {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1199px) {
  /* line 343, ../sass/pages/_product-category.scss */
  .product-category-applications .pdt-cate-app-view {
    gap: 11px;
  }
}
@media (max-width: 1023px) {
  /* line 343, ../sass/pages/_product-category.scss */
  .product-category-applications .pdt-cate-app-view {
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  /* line 343, ../sass/pages/_product-category.scss */
  .product-category-applications .pdt-cate-app-view {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* line 357, ../sass/pages/_product-category.scss */
.product-category-applications .pdt-cate-app-view li {
  font-size: 18px;
  line-height: 130%;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  backdrop-filter: blur(60px);
}
@media (max-width: 1365px) {
  /* line 357, ../sass/pages/_product-category.scss */
  .product-category-applications .pdt-cate-app-view li {
    font-size: 16px;
    line-height: 100%;
    padding: 15px 18px;
  }
}
@media (max-width: 1199px) {
  /* line 357, ../sass/pages/_product-category.scss */
  .product-category-applications .pdt-cate-app-view li {
    font-size: 15px;
    padding: 14px 12px;
  }
}
/* line 373, ../sass/pages/_product-category.scss */
.product-category-applications .pdt-cate-app-view li i {
  color: #0D6DB1;
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 1365px) {
  /* line 373, ../sass/pages/_product-category.scss */
  .product-category-applications .pdt-cate-app-view li i {
    margin-right: 7px;
  }
}
/* line 381, ../sass/pages/_product-category.scss */
.product-category-applications .pdt-cate-app-view li span {
  display: inline-block;
  vertical-align: top;
  color: #2E2E2E;
  width: calc(100% - 40px);
}

/* line 390, ../sass/pages/_product-category.scss */
.other-product {
  background-color: #E7F5FF;
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 1365px) {
  /* line 390, ../sass/pages/_product-category.scss */
  .other-product {
    padding: 50px 0;
  }
}
@media (max-width: 1199px) {
  /* line 390, ../sass/pages/_product-category.scss */
  .other-product {
    padding: 50px 0 40px;
  }
}
@media (max-width: 1023px) {
  /* line 390, ../sass/pages/_product-category.scss */
  .other-product {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  /* line 390, ../sass/pages/_product-category.scss */
  .other-product {
    padding: 30px 0;
  }
}
/* line 405, ../sass/pages/_product-category.scss */
.other-product .section-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 32px;
  text-align: left;
}
@media (max-width: 1365px) {
  /* line 405, ../sass/pages/_product-category.scss */
  .other-product .section-header {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  /* line 405, ../sass/pages/_product-category.scss */
  .other-product .section-header {
    margin: 0 0 13px;
  }
}
@media (max-width: 767px) {
  /* line 405, ../sass/pages/_product-category.scss */
  .other-product .section-header {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
/* line 419, ../sass/pages/_product-category.scss */
.other-product .section-header h2 {
  width: 85%;
  font-size: 30px;
  line-height: 130%;
  text-transform: none;
  margin: 0;
}
@media (max-width: 1023px) {
  /* line 419, ../sass/pages/_product-category.scss */
  .other-product .section-header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  /* line 419, ../sass/pages/_product-category.scss */
  .other-product .section-header h2 {
    width: 70%;
    font-size: 24px;
  }
}
/* line 433, ../sass/pages/_product-category.scss */
.other-product .section-header .customArrow {
  margin-left: auto;
}
/* line 440, ../sass/pages/_product-category.scss */
.other-product .product-grid .grid-item .product-content .view-product {
  margin-top: 15px;
}
@media (max-width: 1199px) {
  /* line 440, ../sass/pages/_product-category.scss */
  .other-product .product-grid .grid-item .product-content .view-product {
    margin-top: 12px;
  }
}

/* line 1, ../sass/pages/_export-team.scss */
.common-inner-page-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  padding: 143px 0 35px 0;
}
@media (max-width: 1199px) {
  /* line 1, ../sass/pages/_export-team.scss */
  .common-inner-page-banner {
    min-height: 110px;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  /* line 1, ../sass/pages/_export-team.scss */
  .common-inner-page-banner {
    padding: 20px 0;
    min-height: 150px;
  }
}
/* line 15, ../sass/pages/_export-team.scss */
.common-inner-page-banner .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  min-height: inherit;
}
/* line 21, ../sass/pages/_export-team.scss */
.common-inner-page-banner .topbar-inner {
  text-align: center;
}
/* line 23, ../sass/pages/_export-team.scss */
.common-inner-page-banner .topbar-inner h1 {
  font-size: 40px;
  line-height: 170%;
  color: #FFFFFF;
  margin: 0 0 10px;
}
@media (max-width: 1365px) {
  /* line 23, ../sass/pages/_export-team.scss */
  .common-inner-page-banner .topbar-inner h1 {
    font-size: 38px;
    line-height: 150%;
  }
}
@media (max-width: 1199px) {
  /* line 23, ../sass/pages/_export-team.scss */
  .common-inner-page-banner .topbar-inner h1 {
    font-size: 36px;
    line-height: 140%;
  }
}
@media (max-width: 1023px) {
  /* line 23, ../sass/pages/_export-team.scss */
  .common-inner-page-banner .topbar-inner h1 {
    font-size: 32px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  /* line 23, ../sass/pages/_export-team.scss */
  .common-inner-page-banner .topbar-inner h1 {
    margin: 0 0 15px;
  }
}
/* line 44, ../sass/pages/_export-team.scss */
.common-inner-page-banner .topbar-inner p {
  color: #FFFFFF;
  margin: 0 auto 10px;
  max-width: 75%;
}
@media (max-width: 1199px) {
  /* line 44, ../sass/pages/_export-team.scss */
  .common-inner-page-banner .topbar-inner p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 44, ../sass/pages/_export-team.scss */
  .common-inner-page-banner .topbar-inner p {
    font-size: 15px;
    line-height: 145%;
  }
}

/* line 58, ../sass/pages/_export-team.scss */
.meet-export-team {
  padding: 50px 0 60px;
}
@media (max-width: 1365px) {
  /* line 58, ../sass/pages/_export-team.scss */
  .meet-export-team {
    padding: 40px 0 50px;
  }
}
@media (max-width: 1199px) {
  /* line 58, ../sass/pages/_export-team.scss */
  .meet-export-team {
    padding: 30px 0 40px;
  }
}
@media (max-width: 767px) {
  /* line 58, ../sass/pages/_export-team.scss */
  .meet-export-team {
    padding: 25px 0 30px;
  }
}
/* line 69, ../sass/pages/_export-team.scss */
.meet-export-team .export-team-overview {
  margin: 0 0 30px;
}
/* line 71, ../sass/pages/_export-team.scss */
.meet-export-team .export-team-overview p {
  text-align: center;
  font-size: 18px;
  line-height: 170%;
  color: #2E2E2E;
}
@media (max-width: 1023px) {
  /* line 71, ../sass/pages/_export-team.scss */
  .meet-export-team .export-team-overview p {
    font-size: 17px;
    line-height: 160%;
  }
}
/* line 83, ../sass/pages/_export-team.scss */
.meet-export-team .export-team-view .export-team-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 18px 0;
  border: 1px solid #D9D9D9;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
@media (max-width: 767px) {
  /* line 83, ../sass/pages/_export-team.scss */
  .meet-export-team .export-team-view .export-team-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 92, ../sass/pages/_export-team.scss */
.meet-export-team .export-team-view .export-team-row .team-picture {
  width: 20%;
  height: 100%;
  padding: 15px;
}
@media (max-width: 1199px) {
  /* line 92, ../sass/pages/_export-team.scss */
  .meet-export-team .export-team-view .export-team-row .team-picture {
    width: 28%;
  }
}
@media (max-width: 767px) {
  /* line 92, ../sass/pages/_export-team.scss */
  .meet-export-team .export-team-view .export-team-row .team-picture {
    width: 100%;
  }
}
/* line 102, ../sass/pages/_export-team.scss */
.meet-export-team .export-team-view .export-team-row .team-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
/* line 109, ../sass/pages/_export-team.scss */
.meet-export-team .export-team-view .export-team-row .team-content {
  border-left: 1px solid #D9D9D9;
  background-color: rgba(231, 245, 255, 0.4);
  width: 80%;
  padding: 15px 18px;
  border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
}
@media (max-width: 1199px) {
  /* line 109, ../sass/pages/_export-team.scss */
  .meet-export-team .export-team-view .export-team-row .team-content {
    width: 72%;
  }
}
@media (max-width: 767px) {
  /* line 109, ../sass/pages/_export-team.scss */
  .meet-export-team .export-team-view .export-team-row .team-content {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #D9D9D9;
    border-radius: 0 0 15px 0;
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    -ms-border-radius: 0 0 15px 0;
    -o-border-radius: 0 0 15px 0;
  }
}
/* line 124, ../sass/pages/_export-team.scss */
.meet-export-team .export-team-view .export-team-row .team-content .team-nm {
  display: block;
  font-size: 22px;
  line-height: normal;
  font-weight: 700;
  color: #000000;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  /* line 124, ../sass/pages/_export-team.scss */
  .meet-export-team .export-team-view .export-team-row .team-content .team-nm {
    font-size: 21px;
    margin-bottom: 5px;
  }
}
/* line 136, ../sass/pages/_export-team.scss */
.meet-export-team .export-team-view .export-team-row .team-content .team-designation {
  display: block;
  font-size: 18px;
  line-height: normal;
  color: #2E2E2E;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  /* line 136, ../sass/pages/_export-team.scss */
  .meet-export-team .export-team-view .export-team-row .team-content .team-designation {
    font-size: 17px;
    margin: 0 0 8px;
  }
}
/* line 147, ../sass/pages/_export-team.scss */
.meet-export-team .export-team-view .export-team-row .team-content p {
  font-size: 16px;
  line-height: normal;
  color: #2E2E2E;
}
@media (max-width: 767px) {
  /* line 147, ../sass/pages/_export-team.scss */
  .meet-export-team .export-team-view .export-team-row .team-content p {
    font-size: 15px;
  }
}
/* line 157, ../sass/pages/_export-team.scss */
.meet-export-team .export-team-view .export-team-row .team-content .detail-row-view .detail-row br {
  display: none;
}
/* line 160, ../sass/pages/_export-team.scss */
.meet-export-team .export-team-view .export-team-row .team-content .detail-row-view .detail-row label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-right: 6px;
}
@media (max-width: 767px) {
  /* line 160, ../sass/pages/_export-team.scss */
  .meet-export-team .export-team-view .export-team-row .team-content .detail-row-view .detail-row label {
    font-size: 15px;
    margin-right: 4px;
  }
}
/* line 170, ../sass/pages/_export-team.scss */
.meet-export-team .export-team-view .export-team-row .team-content .detail-row-view .detail-row span, .meet-export-team .export-team-view .export-team-row .team-content .detail-row-view .detail-row a {
  display: inline-block;
  font-size: 16px;
  width: calc(100% - 150px);
}
@media (max-width: 767px) {
  /* line 170, ../sass/pages/_export-team.scss */
  .meet-export-team .export-team-view .export-team-row .team-content .detail-row-view .detail-row span, .meet-export-team .export-team-view .export-team-row .team-content .detail-row-view .detail-row a {
    font-size: 15px;
  }
}
/* line 179, ../sass/pages/_export-team.scss */
.meet-export-team .export-team-view .export-team-row .team-content .detail-row-view .detail-row a:hover {
  color: #0D6DB1;
}
/* line 186, ../sass/pages/_export-team.scss */
.meet-export-team .export-team-view .export-team-row:last-child {
  margin-bottom: 0;
}

/* line 194, ../sass/pages/_export-team.scss */
.call-to-action.bridging h2 {
  max-width: 100%;
}

/* line 1, ../sass/pages/_quality-assurance.scss */
.quality-assurance-main {
  padding: 50px 0;
}
@media (max-width: 1365px) {
  /* line 1, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main {
    padding: 40px 0;
  }
}
@media (max-width: 1023px) {
  /* line 1, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main {
    padding: 35px 0;
  }
}
/* line 9, ../sass/pages/_quality-assurance.scss */
.quality-assurance-main .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  /* line 9, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 15, ../sass/pages/_quality-assurance.scss */
.quality-assurance-main .container .qa-content {
  width: 72%;
}
@media (max-width: 1365px) {
  /* line 15, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-content {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  /* line 15, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-content {
    width: 67%;
  }
}
@media (max-width: 1023px) {
  /* line 15, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-content {
    width: 63%;
  }
}
@media (max-width: 767px) {
  /* line 15, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-content {
    width: 100%;
    margin-bottom: 25px;
  }
}
/* line 30, ../sass/pages/_quality-assurance.scss */
.quality-assurance-main .container .qa-content .main-image {
  width: 100%;
  margin: 0 0 10px;
}
/* line 33, ../sass/pages/_quality-assurance.scss */
.quality-assurance-main .container .qa-content .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.05);
}
/* line 41, ../sass/pages/_quality-assurance.scss */
.quality-assurance-main .container .qa-content h2 {
  font-size: 26px;
  line-height: normal;
  margin: 20px 0 5px;
}
@media (max-width: 1365px) {
  /* line 41, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-content h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  /* line 41, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-content h2 {
    font-size: 22px;
    margin: 18px 0 5px;
  }
}
/* line 53, ../sass/pages/_quality-assurance.scss */
.quality-assurance-main .container .qa-content h3 {
  font-size: 24px;
  line-height: normal;
  margin: 20px 0 5px;
}
@media (max-width: 1365px) {
  /* line 53, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  /* line 53, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-content h3 {
    font-size: 21px;
    margin: 18px 0 5px;
  }
}
/* line 65, ../sass/pages/_quality-assurance.scss */
.quality-assurance-main .container .qa-content h4 {
  font-size: 22px;
  line-height: normal;
  margin: 20px 0 5px;
}
@media (max-width: 1365px) {
  /* line 65, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  /* line 65, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-content h4 {
    font-size: 19px;
    margin: 18px 0 5px;
  }
}
/* line 77, ../sass/pages/_quality-assurance.scss */
.quality-assurance-main .container .qa-content h5 {
  font-size: 20px;
  line-height: normal;
  margin: 20px 0 5px;
}
@media (max-width: 1365px) {
  /* line 77, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-content h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  /* line 77, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-content h5 {
    font-size: 17px;
    margin: 18px 0 5px;
  }
}
/* line 90, ../sass/pages/_quality-assurance.scss */
.quality-assurance-main .container .qa-sidebar {
  margin-left: auto;
  width: 25%;
}
@media (max-width: 1365px) {
  /* line 90, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-sidebar {
    width: 27%;
  }
}
@media (max-width: 1199px) {
  /* line 90, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-sidebar {
    width: 30%;
  }
}
@media (max-width: 1023px) {
  /* line 90, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-sidebar {
    width: 35%;
  }
}
@media (max-width: 767px) {
  /* line 90, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-sidebar {
    width: 100%;
  }
}
/* line 105, ../sass/pages/_quality-assurance.scss */
.quality-assurance-main .container .qa-sidebar .unnati-branch {
  border: 2px solid #0D6DB1;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: sticky;
  top: 100px;
}
/* line 110, ../sass/pages/_quality-assurance.scss */
.quality-assurance-main .container .qa-sidebar .unnati-branch .branch-name {
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF;
  background-color: #0D6DB1;
  border-bottom: 1px solid #0D6DB1;
  border-radius: 11px 11px 0 0;
  -webkit-border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
  -ms-border-radius: 11px 11px 0 0;
  -o-border-radius: 11px 11px 0 0;
}
@media (max-width: 1023px) {
  /* line 110, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-sidebar .unnati-branch .branch-name {
    font-size: 16px;
    padding: 8px 13px;
  }
}
/* line 124, ../sass/pages/_quality-assurance.scss */
.quality-assurance-main .container .qa-sidebar .unnati-branch .branch-view {
  padding: 15px 18px;
}
@media (max-width: 1023px) {
  /* line 124, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-sidebar .unnati-branch .branch-view {
    padding: 13px;
  }
}
/* line 129, ../sass/pages/_quality-assurance.scss */
.quality-assurance-main .container .qa-sidebar .unnati-branch .branch-view h4 {
  font-size: 17px;
  line-height: normal;
  color: #000000;
}
/* line 134, ../sass/pages/_quality-assurance.scss */
.quality-assurance-main .container .qa-sidebar .unnati-branch .branch-view .branch-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 12px;
  margin: 15px 0;
}
@media (max-width: 1023px) {
  /* line 134, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-sidebar .unnati-branch .branch-view .branch-detail {
    padding-left: 5px;
  }
}
/* line 142, ../sass/pages/_quality-assurance.scss */
.quality-assurance-main .container .qa-sidebar .unnati-branch .branch-view .branch-detail i {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #0D6DB1;
  color: #FFFFFF;
  font-size: 14px;
  margin-right: 10px;
}
@media (max-width: 1023px) {
  /* line 142, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-sidebar .unnati-branch .branch-view .branch-detail i {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}
/* line 159, ../sass/pages/_quality-assurance.scss */
.quality-assurance-main .container .qa-sidebar .unnati-branch .branch-view .branch-detail a {
  display: inline-block;
}
@media (max-width: 1023px) {
  /* line 159, ../sass/pages/_quality-assurance.scss */
  .quality-assurance-main .container .qa-sidebar .unnati-branch .branch-view .branch-detail a {
    font-size: 15px;
  }
}
/* line 164, ../sass/pages/_quality-assurance.scss */
.quality-assurance-main .container .qa-sidebar .unnati-branch .branch-view .branch-detail a:hover {
  color: #0063A6;
}
/* line 168, ../sass/pages/_quality-assurance.scss */
.quality-assurance-main .container .qa-sidebar .unnati-branch .branch-view .branch-detail:last-child {
  margin-bottom: 5px;
}

/* line 1, ../sass/pages/_csr-activities.scss */
.csr-activities {
  padding: 50px 0 35px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 1199px) {
  /* line 1, ../sass/pages/_csr-activities.scss */
  .csr-activities {
    padding: 40px 0 35px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../sass/pages/_csr-activities.scss */
  .csr-activities {
    padding: 30px 0 25px;
  }
}
/* line 12, ../sass/pages/_csr-activities.scss */
.csr-activities:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #E7F5FF;
  z-index: 0;
  width: 25%;
  height: 100%;
  border-radius: 0 15px 15px 0;
}
@media (max-width: 767px) {
  /* line 12, ../sass/pages/_csr-activities.scss */
  .csr-activities:before {
    display: none;
  }
}
/* line 26, ../sass/pages/_csr-activities.scss */
.csr-activities .csr-view {
  text-align: right;
}
/* line 28, ../sass/pages/_csr-activities.scss */
.csr-activities .csr-view .customArrow {
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  /* line 28, ../sass/pages/_csr-activities.scss */
  .csr-activities .csr-view .customArrow {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  /* line 28, ../sass/pages/_csr-activities.scss */
  .csr-activities .csr-view .customArrow {
    margin-bottom: 7px;
  }
}
/* line 38, ../sass/pages/_csr-activities.scss */
.csr-activities .csr-activity-slider {
  margin: 0 -15px;
}
/* line 40, ../sass/pages/_csr-activities.scss */
.csr-activities .csr-activity-slider:before {
  content: '';
  position: absolute;
  top: -17%;
  right: 100%;
  width: 500%;
  height: 125%;
  background: #E7F5FF;
  z-index: 1;
}
@media (max-width: 767px) {
  /* line 40, ../sass/pages/_csr-activities.scss */
  .csr-activities .csr-activity-slider:before {
    display: none;
  }
}
/* line 53, ../sass/pages/_csr-activities.scss */
.csr-activities .csr-activity-slider .slick-list {
  padding: 15px;
  overflow: visible;
}
/* line 56, ../sass/pages/_csr-activities.scss */
.csr-activities .csr-activity-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 60, ../sass/pages/_csr-activities.scss */
.csr-activities .csr-activity-slider:not(.slick-slider) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 64, ../sass/pages/_csr-activities.scss */
.csr-activities .csr-activity-slider:not(.slick-slider) .csr-item {
  width: 100%;
}
/* line 68, ../sass/pages/_csr-activities.scss */
.csr-activities .csr-activity-slider .csr-item {
  width: 700px;
  margin: 0 12px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #FFFFFF;
  height: auto;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  /* line 68, ../sass/pages/_csr-activities.scss */
  .csr-activities .csr-activity-slider .csr-item {
    width: 100%;
  }
}
/* line 79, ../sass/pages/_csr-activities.scss */
.csr-activities .csr-activity-slider .csr-item .csr-activity-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
}
/* line 86, ../sass/pages/_csr-activities.scss */
.csr-activities .csr-activity-slider .csr-item .csr-activity-content {
  padding: 15px 20px;
  border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -ms-border-radius: 0 0 15px 15px;
  -o-border-radius: 0 0 15px 15px;
}
/* line 89, ../sass/pages/_csr-activities.scss */
.csr-activities .csr-activity-slider .csr-item .csr-activity-content h3 {
  font-size: 24px;
  line-height: normal;
  color: #0D6DB1;
  margin: 5px 0;
}
@media (max-width: 767px) {
  /* line 89, ../sass/pages/_csr-activities.scss */
  .csr-activities .csr-activity-slider .csr-item .csr-activity-content h3 {
    font-size: 22px;
    margin: 2px 0;
  }
}

/* line 1, ../sass/pages/_certifications.scss */
.our-certifications-view {
  padding: 50px 0;
}
@media (max-width: 1365px) {
  /* line 1, ../sass/pages/_certifications.scss */
  .our-certifications-view {
    padding: 40px 0;
  }
}
@media (max-width: 1023px) {
  /* line 1, ../sass/pages/_certifications.scss */
  .our-certifications-view {
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  /* line 1, ../sass/pages/_certifications.scss */
  .our-certifications-view {
    padding: 25px 0;
  }
}
/* line 12, ../sass/pages/_certifications.scss */
.our-certifications-view .section-header {
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  /* line 12, ../sass/pages/_certifications.scss */
  .our-certifications-view .section-header {
    margin: 0 0 10px;
  }
}
/* line 18, ../sass/pages/_certifications.scss */
.our-certifications-view .section-header h2 {
  text-transform: none;
  margin: 0 0 5px;
}
/* line 23, ../sass/pages/_certifications.scss */
.our-certifications-view .our-certifications-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 1023px) {
  /* line 23, ../sass/pages/_certifications.scss */
  .our-certifications-view .our-certifications-grid {
    margin: 0;
  }
}
/* line 31, ../sass/pages/_certifications.scss */
.our-certifications-view .our-certifications-grid .our-certifications-item {
  border: 1px solid #D9D9D9;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: calc(100% / 2 - 30px);
  margin: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1023px) {
  /* line 31, ../sass/pages/_certifications.scss */
  .our-certifications-view .our-certifications-grid .our-certifications-item {
    margin: 10px 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 31, ../sass/pages/_certifications.scss */
  .our-certifications-view .our-certifications-grid .our-certifications-item {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 45, ../sass/pages/_certifications.scss */
.our-certifications-view .our-certifications-grid .our-certifications-item .certification-image {
  width: 40%;
  height: fit-content;
  padding: 15px;
}
@media (max-width: 1023px) {
  /* line 45, ../sass/pages/_certifications.scss */
  .our-certifications-view .our-certifications-grid .our-certifications-item .certification-image {
    width: 30%;
  }
}
@media (max-width: 767px) {
  /* line 45, ../sass/pages/_certifications.scss */
  .our-certifications-view .our-certifications-grid .our-certifications-item .certification-image {
    width: 100%;
  }
}
/* line 55, ../sass/pages/_certifications.scss */
.our-certifications-view .our-certifications-grid .our-certifications-item .certification-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
/* line 62, ../sass/pages/_certifications.scss */
.our-certifications-view .our-certifications-grid .our-certifications-item .certification-content {
  border-left: 1px solid #D9D9D9;
  background-color: rgba(231, 245, 255, 0.4);
  width: 60%;
  padding: 15px 18px;
  border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
}
@media (max-width: 1023px) {
  /* line 62, ../sass/pages/_certifications.scss */
  .our-certifications-view .our-certifications-grid .our-certifications-item .certification-content {
    width: 70%;
  }
}
@media (max-width: 767px) {
  /* line 62, ../sass/pages/_certifications.scss */
  .our-certifications-view .our-certifications-grid .our-certifications-item .certification-content {
    padding: 15px;
    width: 100%;
    border-left: 0;
    border-top: 1px solid #D9D9D9;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
  }
}
/* line 78, ../sass/pages/_certifications.scss */
.our-certifications-view .our-certifications-grid .our-certifications-item .certification-content h3 {
  display: block;
  font-size: 22px;
  line-height: normal;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  /* line 78, ../sass/pages/_certifications.scss */
  .our-certifications-view .our-certifications-grid .our-certifications-item .certification-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  /* line 89, ../sass/pages/_certifications.scss */
  .our-certifications-view .our-certifications-grid .our-certifications-item .certification-content p {
    font-size: 15px;
    line-height: 160%;
  }
}

/* line 1, ../sass/pages/_application-category.scss */
.application-category-overview {
  padding: 40px 0 30px;
  text-align: center;
}
@media (max-width: 1365px) {
  /* line 1, ../sass/pages/_application-category.scss */
  .application-category-overview {
    padding: 30px 0 20px;
  }
}
@media (max-width: 1023px) {
  /* line 1, ../sass/pages/_application-category.scss */
  .application-category-overview {
    padding: 20px 0 15px;
  }
}

/* line 12, ../sass/pages/_application-category.scss */
.application-product-range .application-product-range-row {
  padding: 50px 0 60px;
  background-color: #E7F5FF;
}
@media (max-width: 1365px) {
  /* line 12, ../sass/pages/_application-category.scss */
  .application-product-range .application-product-range-row {
    padding: 40px 0 50px;
  }
}
@media (max-width: 1023px) {
  /* line 12, ../sass/pages/_application-category.scss */
  .application-product-range .application-product-range-row {
    padding: 30px 0 40px;
  }
}
/* line 21, ../sass/pages/_application-category.scss */
.application-product-range .application-product-range-row:nth-child(2n) {
  background-color: transparent;
}
/* line 26, ../sass/pages/_application-category.scss */
.application-product-range .application-product-range-view .section-header {
  margin: 0 0 20px;
}
/* line 28, ../sass/pages/_application-category.scss */
.application-product-range .application-product-range-view .section-header h2 {
  font-size: 30px;
  line-height: 130%;
  text-transform: none;
  margin: 0;
}
@media (max-width: 1023px) {
  /* line 28, ../sass/pages/_application-category.scss */
  .application-product-range .application-product-range-view .section-header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  /* line 28, ../sass/pages/_application-category.scss */
  .application-product-range .application-product-range-view .section-header h2 {
    font-size: 24px;
  }
}

/* line 1, ../sass/pages/_downloads.scss */
.company-profile {
  padding: 60px 0;
  background-color: #f1f7fa;
}
@media (max-width: 1365px) {
  /* line 1, ../sass/pages/_downloads.scss */
  .company-profile {
    padding: 50px 0;
  }
}
@media (max-width: 1199px) {
  /* line 1, ../sass/pages/_downloads.scss */
  .company-profile {
    padding: 45px 0;
  }
}
@media (max-width: 1023px) {
  /* line 1, ../sass/pages/_downloads.scss */
  .company-profile {
    padding: 40px 0;
  }
}
/* line 13, ../sass/pages/_downloads.scss */
.company-profile .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 13, ../sass/pages/_downloads.scss */
  .company-profile .container {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 20, ../sass/pages/_downloads.scss */
.company-profile .container .company-profile-image {
  max-width: 495px;
  width: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
}
@media (max-width: 1365px) {
  /* line 20, ../sass/pages/_downloads.scss */
  .company-profile .container .company-profile-image {
    max-width: 40%;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  /* line 20, ../sass/pages/_downloads.scss */
  .company-profile .container .company-profile-image {
    max-width: 37%;
  }
}
@media (max-width: 767px) {
  /* line 20, ../sass/pages/_downloads.scss */
  .company-profile .container .company-profile-image {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
/* line 36, ../sass/pages/_downloads.scss */
.company-profile .container .company-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
}
/* line 43, ../sass/pages/_downloads.scss */
.company-profile .container .company-profile-content {
  width: 58%;
  margin-left: auto;
}
@media (max-width: 1365px) {
  /* line 43, ../sass/pages/_downloads.scss */
  .company-profile .container .company-profile-content {
    width: 56%;
  }
}
@media (max-width: 1199px) {
  /* line 43, ../sass/pages/_downloads.scss */
  .company-profile .container .company-profile-content {
    width: 59%;
  }
}
@media (max-width: 767px) {
  /* line 43, ../sass/pages/_downloads.scss */
  .company-profile .container .company-profile-content {
    width: 100%;
  }
}
/* line 55, ../sass/pages/_downloads.scss */
.company-profile .container .company-profile-content h2 {
  font-size: 40px;
  margin: 0 0 15px;
}
@media (max-width: 1365px) {
  /* line 55, ../sass/pages/_downloads.scss */
  .company-profile .container .company-profile-content h2 {
    font-size: 38px;
    margin: 0 0 12px;
  }
}
@media (max-width: 1199px) {
  /* line 55, ../sass/pages/_downloads.scss */
  .company-profile .container .company-profile-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  /* line 55, ../sass/pages/_downloads.scss */
  .company-profile .container .company-profile-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  /* line 55, ../sass/pages/_downloads.scss */
  .company-profile .container .company-profile-content h2 {
    font-size: 24px;
    margin: 0 0 8px;
  }
}
/* line 73, ../sass/pages/_downloads.scss */
.company-profile .container .company-profile-content .download-btn {
  margin-top: 20px;
}
@media (max-width: 1365px) {
  /* line 73, ../sass/pages/_downloads.scss */
  .company-profile .container .company-profile-content .download-btn {
    margin-top: 17px;
  }
}
@media (max-width: 767px) {
  /* line 73, ../sass/pages/_downloads.scss */
  .company-profile .container .company-profile-content .download-btn {
    margin-top: 13px;
  }
}

/* line 85, ../sass/pages/_downloads.scss */
.all-product-range {
  padding: 50px 0 0;
}
@media (max-width: 1199px) {
  /* line 85, ../sass/pages/_downloads.scss */
  .all-product-range {
    padding: 40px 0 0;
  }
}
/* line 90, ../sass/pages/_downloads.scss */
.all-product-range .all-product-range-title {
  font-size: 36px;
  font-weight: 700;
  color: #0D6DB1;
}
@media (max-width: 1365px) {
  /* line 90, ../sass/pages/_downloads.scss */
  .all-product-range .all-product-range-title {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  /* line 90, ../sass/pages/_downloads.scss */
  .all-product-range .all-product-range-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  /* line 90, ../sass/pages/_downloads.scss */
  .all-product-range .all-product-range-title {
    font-size: 24px;
  }
}
@media (max-width: 1365px) {
  /* line 105, ../sass/pages/_downloads.scss */
  .all-product-range > div:nth-child(2) {
    padding-top: 25px;
  }
}
@media (max-width: 1199px) {
  /* line 105, ../sass/pages/_downloads.scss */
  .all-product-range > div:nth-child(2) {
    padding-top: 20px;
  }
}

/* line 115, ../sass/pages/_downloads.scss */
.all-product-range-row {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  /* line 115, ../sass/pages/_downloads.scss */
  .all-product-range-row {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  /* line 115, ../sass/pages/_downloads.scss */
  .all-product-range-row {
    padding: 30px 0;
  }
}
/* line 123, ../sass/pages/_downloads.scss */
.all-product-range-row .section-header {
  text-align: left;
  margin: 0 0 5px;
}
/* line 126, ../sass/pages/_downloads.scss */
.all-product-range-row .section-header h2 {
  font-size: 28px;
  margin: 0;
  text-transform: none;
}
@media (max-width: 1365px) {
  /* line 126, ../sass/pages/_downloads.scss */
  .all-product-range-row .section-header h2 {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  /* line 126, ../sass/pages/_downloads.scss */
  .all-product-range-row .section-header h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  /* line 126, ../sass/pages/_downloads.scss */
  .all-product-range-row .section-header h2 {
    font-size: 22px;
  }
}
/* line 141, ../sass/pages/_downloads.scss */
.all-product-range-row .all-product-range-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 1365px) {
  /* line 141, ../sass/pages/_downloads.scss */
  .all-product-range-row .all-product-range-grid {
    margin: 0 -10px;
  }
}
/* line 149, ../sass/pages/_downloads.scss */
.all-product-range-row .all-product-range-grid .all-product-range-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #D9D9D9;
  width: calc(100% / 2 - 30px);
  margin: 15px;
}
@media (max-width: 1365px) {
  /* line 149, ../sass/pages/_downloads.scss */
  .all-product-range-row .all-product-range-grid .all-product-range-item {
    margin: 10px;
  }
}
@media (max-width: 1199px) {
  /* line 149, ../sass/pages/_downloads.scss */
  .all-product-range-row .all-product-range-grid .all-product-range-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 149, ../sass/pages/_downloads.scss */
  .all-product-range-row .all-product-range-grid .all-product-range-item {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 165, ../sass/pages/_downloads.scss */
.all-product-range-row .all-product-range-grid .all-product-range-item .all-product-range-image {
  width: 25%;
  height: fit-content;
  padding: 15px;
}
@media (max-width: 1365px) {
  /* line 165, ../sass/pages/_downloads.scss */
  .all-product-range-row .all-product-range-grid .all-product-range-item .all-product-range-image {
    width: 22%;
  }
}
@media (max-width: 767px) {
  /* line 165, ../sass/pages/_downloads.scss */
  .all-product-range-row .all-product-range-grid .all-product-range-item .all-product-range-image {
    width: 100%;
  }
}
/* line 175, ../sass/pages/_downloads.scss */
.all-product-range-row .all-product-range-grid .all-product-range-item .all-product-range-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
/* line 181, ../sass/pages/_downloads.scss */
.all-product-range-row .all-product-range-grid .all-product-range-item .all-product-range-content {
  border-left: 1px solid #D9D9D9;
  background-color: rgba(231, 245, 255, 0.4);
  width: 75%;
  padding: 15px 18px;
  border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
}
@media (max-width: 1365px) {
  /* line 181, ../sass/pages/_downloads.scss */
  .all-product-range-row .all-product-range-grid .all-product-range-item .all-product-range-content {
    width: 78%;
  }
}
@media (max-width: 767px) {
  /* line 181, ../sass/pages/_downloads.scss */
  .all-product-range-row .all-product-range-grid .all-product-range-item .all-product-range-content {
    width: 100%;
    border-left: 0;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    border-top: 1px solid #D9D9D9;
  }
}
/* line 196, ../sass/pages/_downloads.scss */
.all-product-range-row .all-product-range-grid .all-product-range-item .all-product-range-content h3 {
  display: block;
  font-size: 20px;
  line-height: normal;
  color: #000000;
  margin-bottom: 8px;
}
@media (max-width: 1365px) {
  /* line 196, ../sass/pages/_downloads.scss */
  .all-product-range-row .all-product-range-grid .all-product-range-item .all-product-range-content h3 {
    font-size: 19px;
  }
}
@media (max-width: 1023px) {
  /* line 196, ../sass/pages/_downloads.scss */
  .all-product-range-row .all-product-range-grid .all-product-range-item .all-product-range-content h3 {
    font-size: 18px;
  }
}
/* line 209, ../sass/pages/_downloads.scss */
.all-product-range-row .all-product-range-grid .all-product-range-item .all-product-range-content .button-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 212, ../sass/pages/_downloads.scss */
.all-product-range-row .all-product-range-grid .all-product-range-item .all-product-range-content .button-group .download-btn {
  margin: 7px 0;
  padding: 10px;
  height: auto;
}
@media (max-width: 1365px) {
  /* line 212, ../sass/pages/_downloads.scss */
  .all-product-range-row .all-product-range-grid .all-product-range-item .all-product-range-content .button-group .download-btn {
    padding: 10px 7px;
  }
}
/* line 224, ../sass/pages/_downloads.scss */
.all-product-range-row:nth-child(odd) {
  background-color: #f9f9f9;
}

/* line 1, ../sass/pages/_video-gallery.scss */
.video-gallery {
  padding: 50px 0;
}
@media (max-width: 1365px) {
  /* line 1, ../sass/pages/_video-gallery.scss */
  .video-gallery {
    padding: 40px 0;
  }
}
@media (max-width: 1023px) {
  /* line 1, ../sass/pages/_video-gallery.scss */
  .video-gallery {
    padding: 35px 0 30px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../sass/pages/_video-gallery.scss */
  .video-gallery {
    padding: 30px 0 20px;
  }
}
/* line 12, ../sass/pages/_video-gallery.scss */
.video-gallery .section-header {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  /* line 12, ../sass/pages/_video-gallery.scss */
  .video-gallery .section-header {
    margin: 0 0 22px;
  }
}
/* line 17, ../sass/pages/_video-gallery.scss */
.video-gallery .section-header h2 {
  text-transform: none;
}
@media (max-width: 767px) {
  /* line 17, ../sass/pages/_video-gallery.scss */
  .video-gallery .section-header h2 {
    margin: 0 0 7px;
  }
}
/* line 23, ../sass/pages/_video-gallery.scss */
.video-gallery .section-header p {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  /* line 23, ../sass/pages/_video-gallery.scss */
  .video-gallery .section-header p {
    max-width: 100%;
  }
}
/* line 31, ../sass/pages/_video-gallery.scss */
.video-gallery .video-gallery-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 1023px) {
  /* line 31, ../sass/pages/_video-gallery.scss */
  .video-gallery .video-gallery-grid {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  /* line 31, ../sass/pages/_video-gallery.scss */
  .video-gallery .video-gallery-grid {
    margin: 0;
  }
}
/* line 42, ../sass/pages/_video-gallery.scss */
.video-gallery .video-gallery-grid .video-gallery-item {
  width: calc(100% / 2 - 30px);
  margin: 8px 15px;
}
@media (max-width: 1365px) {
  /* line 42, ../sass/pages/_video-gallery.scss */
  .video-gallery .video-gallery-grid .video-gallery-item {
    margin: 6px 15px;
  }
}
@media (max-width: 1199px) {
  /* line 42, ../sass/pages/_video-gallery.scss */
  .video-gallery .video-gallery-grid .video-gallery-item {
    margin: 4px 15px;
  }
}
@media (max-width: 1023px) {
  /* line 42, ../sass/pages/_video-gallery.scss */
  .video-gallery .video-gallery-grid .video-gallery-item {
    margin: 4px 10px;
  }
}
@media (max-width: 767px) {
  /* line 42, ../sass/pages/_video-gallery.scss */
  .video-gallery .video-gallery-grid .video-gallery-item {
    width: 100%;
    margin: 5px 0;
  }
}
/* line 58, ../sass/pages/_video-gallery.scss */
.video-gallery .video-gallery-grid .video-gallery-item .video-gallery-poster {
  position: relative;
}
/* line 60, ../sass/pages/_video-gallery.scss */
.video-gallery .video-gallery-grid .video-gallery-item .video-gallery-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
/* line 66, ../sass/pages/_video-gallery.scss */
.video-gallery .video-gallery-grid .video-gallery-item .video-gallery-poster .play-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 75, ../sass/pages/_video-gallery.scss */
.video-gallery .video-gallery-grid .video-gallery-item .video-gallery-cnt {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: fit-content;
  margin: auto;
  padding: 15px 20px;
  position: relative;
  top: -32px;
  text-align: center;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
}
@media (max-width: 1023px) {
  /* line 75, ../sass/pages/_video-gallery.scss */
  .video-gallery .video-gallery-grid .video-gallery-item .video-gallery-cnt {
    padding: 8px 13px;
    top: -25px;
  }
}
/* line 89, ../sass/pages/_video-gallery.scss */
.video-gallery .video-gallery-grid .video-gallery-item .video-gallery-cnt strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 1365px) {
  /* line 89, ../sass/pages/_video-gallery.scss */
  .video-gallery .video-gallery-grid .video-gallery-item .video-gallery-cnt strong {
    font-size: 19px;
  }
}
@media (max-width: 1023px) {
  /* line 89, ../sass/pages/_video-gallery.scss */
  .video-gallery .video-gallery-grid .video-gallery-item .video-gallery-cnt strong {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  /* line 89, ../sass/pages/_video-gallery.scss */
  .video-gallery .video-gallery-grid .video-gallery-item .video-gallery-cnt strong {
    font-size: 16px;
  }
}

/* line 1, ../sass/pages/_contact-us.scss */
.lets-talk {
  padding: 60px 0;
}
@media (max-width: 1365px) {
  /* line 1, ../sass/pages/_contact-us.scss */
  .lets-talk {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  /* line 1, ../sass/pages/_contact-us.scss */
  .lets-talk {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  /* line 1, ../sass/pages/_contact-us.scss */
  .lets-talk {
    padding: 35px 0;
  }
}
/* line 12, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  /* line 12, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 19, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-content {
  width: 35%;
  padding: 20px;
  background-color: #E7F5FF;
  border-right: 1px solid #D9D9D9;
}
@media (max-width: 1199px) {
  /* line 19, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-content {
    width: 37%;
  }
}
@media (max-width: 1023px) {
  /* line 19, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-content {
    width: 40%;
  }
}
@media (max-width: 767px) {
  /* line 19, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-content {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #D9D9D9;
  }
}
/* line 35, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-content .lets-talk-cnt,
.lets-talk .lets-talk-view .lets-talk-content .headquarters-cnt {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
/* line 42, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-content .lets-talk-cnt h2 {
  font-size: 34px;
}
@media (max-width: 1365px) {
  /* line 42, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-content .lets-talk-cnt h2 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  /* line 42, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-content .lets-talk-cnt h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  /* line 42, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-content .lets-talk-cnt h2 {
    font-size: 26px;
  }
}
/* line 54, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-content .lets-talk-cnt p {
  margin: 3px 0 10px;
}
@media (max-width: 1023px) {
  /* line 54, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-content .lets-talk-cnt p {
    font-size: 15px;
    line-height: 160%;
  }
}
/* line 62, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-content .lets-talk-cnt .lets-talk-buttons .button-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 15px 0;
}
/* line 66, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-content .lets-talk-cnt .lets-talk-buttons .button-row i {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #0D6DB1;
  color: #FFFFFF;
  font-size: 14px;
  margin-right: 10px;
}
/* line 78, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-content .lets-talk-cnt .lets-talk-buttons .button-row p {
  margin: 0;
}
/* line 81, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-content .lets-talk-cnt .lets-talk-buttons .button-row a {
  font-size: 16px;
  display: inline-block;
}
/* line 85, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-content .lets-talk-cnt .lets-talk-buttons .button-row:last-child {
  margin-bottom: 0;
}
/* line 92, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-content .headquarters-cnt h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 15px;
}
@media (max-width: 1023px) {
  /* line 92, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-content .headquarters-cnt h3 {
    font-size: 20px;
  }
}
/* line 100, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-content .headquarters-cnt .address-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 102, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-content .headquarters-cnt .address-row i {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #0D6DB1;
  color: #FFFFFF;
  font-size: 14px;
  margin-right: 10px;
}
/* line 114, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-content .headquarters-cnt .address-row address {
  display: inline-block;
  width: calc(100% - 43px);
  font-style: normal;
  font-size: 16px;
  line-height: 170%;
  color: #2E2E2E;
}
@media (max-width: 1023px) {
  /* line 114, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-content .headquarters-cnt .address-row address {
    font-size: 15px;
    line-height: 160%;
  }
}
@media (max-width: 1023px) {
  /* line 125, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-content .headquarters-cnt .address-row address br {
    display: none;
  }
}
/* line 134, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-content .locate-cnt h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 15px;
}
@media (max-width: 1023px) {
  /* line 134, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-content .locate-cnt h3 {
    font-size: 20px;
  }
}
/* line 144, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-form {
  width: 65%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #FFFFFF;
  padding: 30px;
}
@media (max-width: 1199px) {
  /* line 144, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-form {
    width: 64%;
  }
}
@media (max-width: 1023px) {
  /* line 144, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-form {
    width: 60%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  /* line 144, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-form {
    width: 100%;
  }
}
/* line 159, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-form h3 {
  margin: 0 0 8px;
}
@media (max-width: 1023px) {
  /* line 159, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-form h3 {
    margin: 0 0 5px;
  }
}
@media (max-width: 1023px) {
  /* line 165, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-form p {
    font-size: 15px;
    line-height: 160%;
  }
}
/* line 171, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-form .wpcf7 {
  margin: 30px 0 0;
}
@media (max-width: 1023px) {
  /* line 171, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-form .wpcf7 {
    margin: 23px 0 0;
  }
}
/* line 178, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-form .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  border: 1px solid #dc3232;
  text-align: center;
  padding: 2px 15px;
  line-height: normal;
  color: #dc3232;
}
@media (max-width: 767px) {
  /* line 178, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-form .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
    font-size: 15px;
  }
}
/* line 190, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-form .wpcf7 .wpcf7-form.aborted .wpcf7-response-output {
  border: 1px solid #dc3232;
  text-align: center;
  padding: 2px 15px;
  line-height: normal;
  color: #dc3232;
}
@media (max-width: 767px) {
  /* line 190, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-form .wpcf7 .wpcf7-form.aborted .wpcf7-response-output {
    font-size: 15px;
  }
}
/* line 202, ../sass/pages/_contact-us.scss */
.lets-talk .lets-talk-view .lets-talk-form .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  text-align: center;
  padding: 2px 15px;
  line-height: normal;
  color: #46b450;
}
@media (max-width: 767px) {
  /* line 202, ../sass/pages/_contact-us.scss */
  .lets-talk .lets-talk-view .lets-talk-form .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    font-size: 15px;
  }
}

/* line 218, ../sass/pages/_contact-us.scss */
.contact-form .input-group {
  margin: 23px 0;
}
@media (max-width: 1023px) {
  /* line 218, ../sass/pages/_contact-us.scss */
  .contact-form .input-group {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  /* line 218, ../sass/pages/_contact-us.scss */
  .contact-form .input-group {
    margin: 13px 0;
  }
}
/* line 226, ../sass/pages/_contact-us.scss */
.contact-form .input-group label {
  display: block;
  font-size: 15px;
  margin: 0 0 4px;
}
/* line 230, ../sass/pages/_contact-us.scss */
.contact-form .input-group label i {
  color: #dc3232;
}
@media (max-width: 767px) {
  /* line 226, ../sass/pages/_contact-us.scss */
  .contact-form .input-group label {
    margin: 0 0 3px;
  }
}
/* line 237, ../sass/pages/_contact-us.scss */
.contact-form .input-group .wpcf7-not-valid-tip {
  font-size: 14px;
}
/* line 241, ../sass/pages/_contact-us.scss */
.contact-form .input-submit {
  margin-top: 40px;
  position: relative;
  display: table;
  margin-left: auto;
  padding-left: 40px;
}
@media (max-width: 1023px) {
  /* line 241, ../sass/pages/_contact-us.scss */
  .contact-form .input-submit {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  /* line 241, ../sass/pages/_contact-us.scss */
  .contact-form .input-submit {
    padding: 0 40px;
    margin: 20px auto 10px;
  }
}
/* line 254, ../sass/pages/_contact-us.scss */
.contact-form .input-submit .wpcf7-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  background-color: #0D6DB1;
  color: #FFFFFF;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 5px 15px;
  height: 45px;
  line-height: normal;
  cursor: pointer;
  text-transform: uppercase;
  min-width: 160px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
/* line 274, ../sass/pages/_contact-us.scss */
.contact-form .input-submit .wpcf7-submit:hover {
  background-color: #000000;
}
/* line 278, ../sass/pages/_contact-us.scss */
.contact-form .input-submit .wpcf7-spinner {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #0D6DB1;
}

/* line 289, ../sass/pages/_contact-us.scss */
.branch-address {
  padding: 60px 0;
  background-color: #E7F5FF;
}
@media (max-width: 1365px) {
  /* line 289, ../sass/pages/_contact-us.scss */
  .branch-address {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  /* line 289, ../sass/pages/_contact-us.scss */
  .branch-address {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  /* line 289, ../sass/pages/_contact-us.scss */
  .branch-address {
    padding: 30px 0;
  }
}
/* line 301, ../sass/pages/_contact-us.scss */
.branch-address .section-header {
  margin: 0 0 20px;
}
@media (max-width: 1365px) {
  /* line 301, ../sass/pages/_contact-us.scss */
  .branch-address .section-header {
    margin: 0 0 17px;
  }
}
@media (max-width: 1023px) {
  /* line 301, ../sass/pages/_contact-us.scss */
  .branch-address .section-header {
    margin: 0 0 12px;
  }
}
@media (max-width: 767px) {
  /* line 301, ../sass/pages/_contact-us.scss */
  .branch-address .section-header {
    margin: 0 0 8px;
  }
}
/* line 312, ../sass/pages/_contact-us.scss */
.branch-address .section-header h2 {
  margin: 0;
  text-transform: none;
}
/* line 317, ../sass/pages/_contact-us.scss */
.branch-address .branch-address-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 767px) {
  /* line 317, ../sass/pages/_contact-us.scss */
  .branch-address .branch-address-grid {
    margin: 0;
  }
}
/* line 325, ../sass/pages/_contact-us.scss */
.branch-address .branch-address-grid .branch-address-item {
  width: calc(100% / 3 - 24px);
  margin: 12px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: relative;
  top: 0;
  background-color: #FFFFFF;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
@media (max-width: 1023px) {
  /* line 325, ../sass/pages/_contact-us.scss */
  .branch-address .branch-address-grid .branch-address-item {
    width: calc(100% / 2 - 24px);
  }
}
@media (max-width: 767px) {
  /* line 325, ../sass/pages/_contact-us.scss */
  .branch-address .branch-address-grid .branch-address-item {
    width: 100%;
    margin: 12px 0;
  }
}
/* line 342, ../sass/pages/_contact-us.scss */
.branch-address .branch-address-grid .branch-address-item .branch-address-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
}
/* line 349, ../sass/pages/_contact-us.scss */
.branch-address .branch-address-grid .branch-address-item .branch-address-content {
  padding: 20px;
}
@media (max-width: 1023px) {
  /* line 349, ../sass/pages/_contact-us.scss */
  .branch-address .branch-address-grid .branch-address-item .branch-address-content {
    padding: 18px;
  }
}
@media (max-width: 767px) {
  /* line 349, ../sass/pages/_contact-us.scss */
  .branch-address .branch-address-grid .branch-address-item .branch-address-content {
    padding: 15px;
  }
}
/* line 357, ../sass/pages/_contact-us.scss */
.branch-address .branch-address-grid .branch-address-item .branch-address-content h3 {
  font-size: 22px;
}
@media (max-width: 767px) {
  /* line 357, ../sass/pages/_contact-us.scss */
  .branch-address .branch-address-grid .branch-address-item .branch-address-content h3 {
    font-size: 20px;
  }
}
/* line 363, ../sass/pages/_contact-us.scss */
.branch-address .branch-address-grid .branch-address-item .branch-address-content address {
  font-style: normal;
  font-size: 16px;
  line-height: 170%;
  display: block;
  margin: 10px 0;
}
@media (max-width: 1023px) {
  /* line 363, ../sass/pages/_contact-us.scss */
  .branch-address .branch-address-grid .branch-address-item .branch-address-content address {
    font-size: 15px;
    margin: 8px 0;
  }
}
/* line 374, ../sass/pages/_contact-us.scss */
.branch-address .branch-address-grid .branch-address-item .branch-address-content .branch-address-contact-cnt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -13px;
}
/* line 379, ../sass/pages/_contact-us.scss */
.branch-address .branch-address-grid .branch-address-item .branch-address-content .branch-address-contact-cnt .branch-address-contact-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: fit-content;
  margin: 8px 13px;
}
/* line 384, ../sass/pages/_contact-us.scss */
.branch-address .branch-address-grid .branch-address-item .branch-address-content .branch-address-contact-cnt .branch-address-contact-row i {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #0D6DB1;
  color: #FFFFFF;
  font-size: 14px;
  margin-right: 10px;
}
/* line 396, ../sass/pages/_contact-us.scss */
.branch-address .branch-address-grid .branch-address-item .branch-address-content .branch-address-contact-cnt .branch-address-contact-row a {
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 1023px) {
  /* line 396, ../sass/pages/_contact-us.scss */
  .branch-address .branch-address-grid .branch-address-item .branch-address-content .branch-address-contact-cnt .branch-address-contact-row a {
    font-size: 15px;
  }
}
/* line 406, ../sass/pages/_contact-us.scss */
.branch-address .branch-address-grid .branch-address-item:hover {
  top: -10px;
}

/* line 1, ../sass/pages/_request-quote.scss */
.request-quote {
  padding: 60px 0;
  background-color: #E7F5FF;
}
@media (max-width: 1365px) {
  /* line 1, ../sass/pages/_request-quote.scss */
  .request-quote {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  /* line 1, ../sass/pages/_request-quote.scss */
  .request-quote {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  /* line 1, ../sass/pages/_request-quote.scss */
  .request-quote {
    padding: 35px 0;
  }
}
/* line 13, ../sass/pages/_request-quote.scss */
.request-quote .request-quote-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  /* line 13, ../sass/pages/_request-quote.scss */
  .request-quote .request-quote-view {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 19, ../sass/pages/_request-quote.scss */
.request-quote .request-quote-view .request-quote-content {
  width: 35%;
  padding-right: 25px;
  border-right: 1px solid rgba(0, 0, 0, 0.35);
}
@media (max-width: 1023px) {
  /* line 19, ../sass/pages/_request-quote.scss */
  .request-quote .request-quote-view .request-quote-content {
    width: 38%;
    padding-right: 18px;
  }
}
@media (max-width: 767px) {
  /* line 19, ../sass/pages/_request-quote.scss */
  .request-quote .request-quote-view .request-quote-content {
    width: 100%;
    padding: 0 0 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    margin-bottom: 20px;
  }
}
/* line 34, ../sass/pages/_request-quote.scss */
.request-quote .request-quote-view .request-quote-content .request-quote-cnt {
  margin: 0 0 22px;
}
/* line 36, ../sass/pages/_request-quote.scss */
.request-quote .request-quote-view .request-quote-content .request-quote-cnt h3 {
  margin: 0 0 8px;
}
@media (max-width: 1023px) {
  /* line 36, ../sass/pages/_request-quote.scss */
  .request-quote .request-quote-view .request-quote-content .request-quote-cnt h3 {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  /* line 42, ../sass/pages/_request-quote.scss */
  .request-quote .request-quote-view .request-quote-content .request-quote-cnt p {
    font-size: 15px;
    line-height: 160%;
  }
}
/* line 50, ../sass/pages/_request-quote.scss */
.request-quote .request-quote-view .request-quote-content .request-quote-way .item {
  padding: 15px 15px 10px;
  margin: 12px 0;
  border: 1px dashed rgba(0, 0, 0, 0.35);
}
@media (max-width: 1023px) {
  /* line 50, ../sass/pages/_request-quote.scss */
  .request-quote .request-quote-view .request-quote-content .request-quote-way .item {
    padding: 10px 15px 5px;
  }
}
/* line 57, ../sass/pages/_request-quote.scss */
.request-quote .request-quote-view .request-quote-content .request-quote-way .item h4 {
  font-size: 20px;
  line-height: normal;
  margin: 0 0 3px;
}
@media (max-width: 1023px) {
  /* line 57, ../sass/pages/_request-quote.scss */
  .request-quote .request-quote-view .request-quote-content .request-quote-way .item h4 {
    font-size: 19px;
  }
}
/* line 65, ../sass/pages/_request-quote.scss */
.request-quote .request-quote-view .request-quote-content .request-quote-way .item p {
  font-size: 15px;
  line-height: 160%;
}
/* line 73, ../sass/pages/_request-quote.scss */
.request-quote .request-quote-view .request-quote-form {
  width: 63%;
  margin-left: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
  background-color: #FFFFFF;
  padding: 15px 30px;
}
@media (max-width: 1023px) {
  /* line 73, ../sass/pages/_request-quote.scss */
  .request-quote .request-quote-view .request-quote-form {
    width: 60%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  /* line 73, ../sass/pages/_request-quote.scss */
  .request-quote .request-quote-view .request-quote-form {
    width: 100%;
    padding: 10px 20px 20px;
  }
}
/* line 91, ../sass/pages/_request-quote.scss */
.request-quote .request-quote-view .request-quote-form .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  border: 1px solid #dc3232;
  text-align: center;
  padding: 2px 15px;
  line-height: normal;
  color: #dc3232;
}
@media (max-width: 767px) {
  /* line 91, ../sass/pages/_request-quote.scss */
  .request-quote .request-quote-view .request-quote-form .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
    font-size: 15px;
  }
}
/* line 103, ../sass/pages/_request-quote.scss */
.request-quote .request-quote-view .request-quote-form .wpcf7 .wpcf7-form.aborted .wpcf7-response-output {
  border: 1px solid #dc3232;
  text-align: center;
  padding: 2px 15px;
  line-height: normal;
  color: #dc3232;
}
@media (max-width: 767px) {
  /* line 103, ../sass/pages/_request-quote.scss */
  .request-quote .request-quote-view .request-quote-form .wpcf7 .wpcf7-form.aborted .wpcf7-response-output {
    font-size: 15px;
  }
}
/* line 115, ../sass/pages/_request-quote.scss */
.request-quote .request-quote-view .request-quote-form .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  text-align: center;
  padding: 2px 15px;
  line-height: normal;
  color: #46b450;
}
@media (max-width: 767px) {
  /* line 115, ../sass/pages/_request-quote.scss */
  .request-quote .request-quote-view .request-quote-form .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    font-size: 15px;
  }
}

/* line 131, ../sass/pages/_request-quote.scss */
.quote-form .form-group,
.quote-form .form-full-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 20px 0;
}
@media (max-width: 1023px) {
  /* line 131, ../sass/pages/_request-quote.scss */
  .quote-form .form-group,
  .quote-form .form-full-group {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}
/* line 141, ../sass/pages/_request-quote.scss */
.quote-form .form-group .input-group,
.quote-form .form-full-group .input-group {
  width: 48%;
}
@media (max-width: 1023px) {
  /* line 141, ../sass/pages/_request-quote.scss */
  .quote-form .form-group .input-group,
  .quote-form .form-full-group .input-group {
    width: 100%;
    margin: 10px 0;
  }
}
/* line 147, ../sass/pages/_request-quote.scss */
.quote-form .form-group .input-group label,
.quote-form .form-full-group .input-group label {
  display: block;
  font-size: 15px;
  margin: 0 0 4px;
}
/* line 151, ../sass/pages/_request-quote.scss */
.quote-form .form-group .input-group label i,
.quote-form .form-full-group .input-group label i {
  color: #dc3232;
}
@media (max-width: 767px) {
  /* line 147, ../sass/pages/_request-quote.scss */
  .quote-form .form-group .input-group label,
  .quote-form .form-full-group .input-group label {
    margin: 0 0 3px;
  }
}
/* line 158, ../sass/pages/_request-quote.scss */
.quote-form .form-group .input-group .wpcf7-not-valid-tip,
.quote-form .form-full-group .input-group .wpcf7-not-valid-tip {
  font-size: 14px;
}
/* line 164, ../sass/pages/_request-quote.scss */
.quote-form .form-full-group .input-group {
  width: 100%;
}
/* line 168, ../sass/pages/_request-quote.scss */
.quote-form .input-submit {
  margin-top: 40px;
  position: relative;
  display: table;
  margin-left: auto;
  padding-left: 40px;
}
@media (max-width: 1023px) {
  /* line 168, ../sass/pages/_request-quote.scss */
  .quote-form .input-submit {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  /* line 168, ../sass/pages/_request-quote.scss */
  .quote-form .input-submit {
    padding: 0 40px;
    margin: 20px auto 10px;
  }
}
/* line 181, ../sass/pages/_request-quote.scss */
.quote-form .input-submit .wpcf7-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  background-color: #0D6DB1;
  color: #FFFFFF;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 5px 15px;
  height: 45px;
  line-height: normal;
  cursor: pointer;
  text-transform: uppercase;
  min-width: 160px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
/* line 201, ../sass/pages/_request-quote.scss */
.quote-form .input-submit .wpcf7-submit:hover {
  background-color: #000000;
}
/* line 205, ../sass/pages/_request-quote.scss */
.quote-form .input-submit .wpcf7-spinner {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #0D6DB1;
}

/* line 216, ../sass/pages/_request-quote.scss */
.other-ways {
  padding: 50px 0;
}
@media (max-width: 1365px) {
  /* line 216, ../sass/pages/_request-quote.scss */
  .other-ways {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  /* line 216, ../sass/pages/_request-quote.scss */
  .other-ways {
    padding: 30px 0;
  }
}
/* line 224, ../sass/pages/_request-quote.scss */
.other-ways .section-header {
  margin: 0 0 20px;
}
/* line 226, ../sass/pages/_request-quote.scss */
.other-ways .section-header h2 {
  text-transform: none;
}
/* line 230, ../sass/pages/_request-quote.scss */
.other-ways .other-ways-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
/* line 236, ../sass/pages/_request-quote.scss */
.other-ways .other-ways-view .item {
  width: calc(100% / 2 - 175px);
  margin: 0 15px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media (max-width: 1365px) {
  /* line 236, ../sass/pages/_request-quote.scss */
  .other-ways .other-ways-view .item {
    width: calc(100% / 2 - 120px);
  }
}
@media (max-width: 1199px) {
  /* line 236, ../sass/pages/_request-quote.scss */
  .other-ways .other-ways-view .item {
    width: calc(100% / 2 - 15px);
  }
}
@media (max-width: 1023px) {
  /* line 236, ../sass/pages/_request-quote.scss */
  .other-ways .other-ways-view .item {
    width: fit-content;
  }
}
/* line 250, ../sass/pages/_request-quote.scss */
.other-ways .other-ways-view .item .title {
  padding: 10px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
/* line 257, ../sass/pages/_request-quote.scss */
.other-ways .other-ways-view .item .title i {
  max-width: 35px;
  border: 1px solid #d9d9d9;
  margin-right: 10px;
}
/* line 261, ../sass/pages/_request-quote.scss */
.other-ways .other-ways-view .item .title i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 268, ../sass/pages/_request-quote.scss */
.other-ways .other-ways-view .item .title h3 {
  font-size: 18px;
}
/* line 272, ../sass/pages/_request-quote.scss */
.other-ways .other-ways-view .item .content {
  padding: 10px 15px;
}
/* line 274, ../sass/pages/_request-quote.scss */
.other-ways .other-ways-view .item .content address {
  font-style: normal;
}
@media (max-width: 767px) {
  /* line 276, ../sass/pages/_request-quote.scss */
  .other-ways .other-ways-view .item .content address br {
    display: none;
  }
}
/* line 282, ../sass/pages/_request-quote.scss */
.other-ways .other-ways-view .item .content .other-ways-contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  /* line 282, ../sass/pages/_request-quote.scss */
  .other-ways .other-ways-view .item .content .other-ways-contact {
    margin: 8px -15px 0;
  }
}
/* line 291, ../sass/pages/_request-quote.scss */
.other-ways .other-ways-view .item .content .other-ways-contact .other-ways-contact-col {
  width: fit-content;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 10px 15px;
}
@media (max-width: 767px) {
  /* line 291, ../sass/pages/_request-quote.scss */
  .other-ways .other-ways-view .item .content .other-ways-contact .other-ways-contact-col {
    margin: 8px 15px;
  }
}
/* line 299, ../sass/pages/_request-quote.scss */
.other-ways .other-ways-view .item .content .other-ways-contact .other-ways-contact-col i {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #0D6DB1;
  color: #FFFFFF;
  font-size: 14px;
  margin-right: 10px;
}
/* line 311, ../sass/pages/_request-quote.scss */
.other-ways .other-ways-view .item .content .other-ways-contact .other-ways-contact-col p {
  margin: 0;
}
/* line 314, ../sass/pages/_request-quote.scss */
.other-ways .other-ways-view .item .content .other-ways-contact .other-ways-contact-col a {
  display: inline-block;
}

/* line 1, ../sass/pages/_career.scss */
.current-opening {
  background-color: #f7f7f7;
  padding: 60px 0;
}
@media (max-width: 1365px) {
  /* line 1, ../sass/pages/_career.scss */
  .current-opening {
    padding: 50px 0;
  }
}
@media (max-width: 1199px) {
  /* line 1, ../sass/pages/_career.scss */
  .current-opening {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  /* line 1, ../sass/pages/_career.scss */
  .current-opening {
    padding: 30px 0 40px;
  }
}
/* line 13, ../sass/pages/_career.scss */
.current-opening .section-header {
  margin: 0 0 30px;
}
@media (max-width: 1199px) {
  /* line 13, ../sass/pages/_career.scss */
  .current-opening .section-header {
    margin: 0 0 25px;
  }
}
/* line 18, ../sass/pages/_career.scss */
.current-opening .section-header h2 {
  text-transform: none;
  margin: 0;
}
/* line 23, ../sass/pages/_career.scss */
.current-opening .current-opening-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  /* line 23, ../sass/pages/_career.scss */
  .current-opening .current-opening-grid {
    margin: 0;
  }
}
/* line 32, ../sass/pages/_career.scss */
.current-opening .current-opening-grid .item {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 25px;
  width: 30%;
  margin: 15px;
}
@media (max-width: 1023px) {
  /* line 32, ../sass/pages/_career.scss */
  .current-opening .current-opening-grid .item {
    width: 46%;
  }
}
@media (max-width: 767px) {
  /* line 32, ../sass/pages/_career.scss */
  .current-opening .current-opening-grid .item {
    width: 100%;
    margin: 15px 0;
  }
}
/* line 46, ../sass/pages/_career.scss */
.current-opening .current-opening-grid .item h4 {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 10px;
  text-align: center;
  background-color: #0D6DB1;
  color: #FFFFFF;
  padding: 8px 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  /* line 46, ../sass/pages/_career.scss */
  .current-opening .current-opening-grid .item h4 {
    font-size: 19px;
  }
}
/* line 60, ../sass/pages/_career.scss */
.current-opening .current-opening-grid .item .item-row {
  display: block;
  width: 100%;
  margin: 14px 0;
}
/* line 64, ../sass/pages/_career.scss */
.current-opening .current-opening-grid .item .item-row label {
  font-size: 18px;
  display: block;
  font-weight: 600;
  margin: 0 0 3px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 64, ../sass/pages/_career.scss */
  .current-opening .current-opening-grid .item .item-row label {
    font-size: 17px;
  }
}
/* line 74, ../sass/pages/_career.scss */
.current-opening .current-opening-grid .item .item-row p {
  display: block;
  text-align: center;
}
/* line 78, ../sass/pages/_career.scss */
.current-opening .current-opening-grid .item .item-row:last-child {
  margin-bottom: 0;
}

/* line 85, ../sass/pages/_career.scss */
.join-team {
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  /* line 85, ../sass/pages/_career.scss */
  .join-team {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  /* line 85, ../sass/pages/_career.scss */
  .join-team {
    padding: 35px 0;
  }
}
/* line 94, ../sass/pages/_career.scss */
.join-team:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #E7F5FF;
}
@media (max-width: 1023px) {
  /* line 94, ../sass/pages/_career.scss */
  .join-team:after {
    width: 100%;
  }
}
/* line 107, ../sass/pages/_career.scss */
.join-team .join-team-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1023px) {
  /* line 107, ../sass/pages/_career.scss */
  .join-team .join-team-view {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 114, ../sass/pages/_career.scss */
.join-team .join-team-view .join-team-image {
  max-width: 40%;
  width: 100%;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 1365px) {
  /* line 114, ../sass/pages/_career.scss */
  .join-team .join-team-view .join-team-image {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  /* line 114, ../sass/pages/_career.scss */
  .join-team .join-team-view .join-team-image {
    padding: 30px 0;
  }
}
@media (max-width: 1023px) {
  /* line 114, ../sass/pages/_career.scss */
  .join-team .join-team-view .join-team-image {
    max-width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
}
/* line 130, ../sass/pages/_career.scss */
.join-team .join-team-view .join-team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
/* line 136, ../sass/pages/_career.scss */
.join-team .join-team-view .join-team-image:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 110%;
  height: 100%;
  z-index: -1;
  border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -ms-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
  background-color: #E7F5FF;
}
/* line 148, ../sass/pages/_career.scss */
.join-team .join-team-view .join-team-content {
  width: 57%;
  margin-left: auto;
}
@media (max-width: 1023px) {
  /* line 148, ../sass/pages/_career.scss */
  .join-team .join-team-view .join-team-content {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
/* line 156, ../sass/pages/_career.scss */
.join-team .join-team-view .join-team-content h2 {
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 1365px) {
  /* line 156, ../sass/pages/_career.scss */
  .join-team .join-team-view .join-team-content h2 {
    font-size: 36px;
    margin-bottom: 8px;
  }
}
@media (max-width: 1199px) {
  /* line 156, ../sass/pages/_career.scss */
  .join-team .join-team-view .join-team-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  /* line 156, ../sass/pages/_career.scss */
  .join-team .join-team-view .join-team-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  /* line 156, ../sass/pages/_career.scss */
  .join-team .join-team-view .join-team-content h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
/* line 174, ../sass/pages/_career.scss */
.join-team .join-team-view .join-team-content p {
  color: #2E2E2E;
}
@media (max-width: 767px) {
  /* line 174, ../sass/pages/_career.scss */
  .join-team .join-team-view .join-team-content p {
    font-size: 15px;
    line-height: 160%;
  }
}
/* line 181, ../sass/pages/_career.scss */
.join-team .join-team-view .join-team-content .read-more-btn {
  margin-top: 20px;
}
@media (max-width: 1365px) {
  /* line 181, ../sass/pages/_career.scss */
  .join-team .join-team-view .join-team-content .read-more-btn {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  /* line 181, ../sass/pages/_career.scss */
  .join-team .join-team-view .join-team-content .read-more-btn {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  /* line 181, ../sass/pages/_career.scss */
  .join-team .join-team-view .join-team-content .read-more-btn {
    margin-top: 10px;
  }
}

/* line 196, ../sass/pages/_career.scss */
.why-join {
  padding: 60px 0 40px;
}
@media (max-width: 1365px) {
  /* line 196, ../sass/pages/_career.scss */
  .why-join {
    padding: 50px 0 30px;
  }
}
@media (max-width: 1199px) {
  /* line 196, ../sass/pages/_career.scss */
  .why-join {
    padding: 40px 0 30px;
  }
}
@media (max-width: 1023px) {
  /* line 196, ../sass/pages/_career.scss */
  .why-join {
    padding: 35px 0 10px;
  }
}
@media (max-width: 767px) {
  /* line 196, ../sass/pages/_career.scss */
  .why-join {
    padding: 25px 0 10px;
  }
}
/* line 211, ../sass/pages/_career.scss */
.why-join .section-header h2 {
  text-transform: none;
  margin: 0;
}
/* line 216, ../sass/pages/_career.scss */
.why-join .why-join-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 50px 0;
}
@media (max-width: 1023px) {
  /* line 216, ../sass/pages/_career.scss */
  .why-join .why-join-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1365px) {
  /* line 216, ../sass/pages/_career.scss */
  .why-join .why-join-row {
    margin: 40px 0;
  }
}
@media (max-width: 1199px) {
  /* line 216, ../sass/pages/_career.scss */
  .why-join .why-join-row {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  /* line 216, ../sass/pages/_career.scss */
  .why-join .why-join-row {
    margin: 28px 0;
  }
}
/* line 233, ../sass/pages/_career.scss */
.why-join .why-join-row .why-join-content {
  width: 48%;
}
@media (max-width: 1365px) {
  /* line 233, ../sass/pages/_career.scss */
  .why-join .why-join-row .why-join-content {
    width: 49%;
  }
}
@media (max-width: 1023px) {
  /* line 233, ../sass/pages/_career.scss */
  .why-join .why-join-row .why-join-content {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
/* line 243, ../sass/pages/_career.scss */
.why-join .why-join-row .why-join-content i {
  display: inline-block;
  font-size: 40px;
  color: #0D6DB1;
}
@media (max-width: 1365px) {
  /* line 243, ../sass/pages/_career.scss */
  .why-join .why-join-row .why-join-content i {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  /* line 243, ../sass/pages/_career.scss */
  .why-join .why-join-row .why-join-content i {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  /* line 243, ../sass/pages/_career.scss */
  .why-join .why-join-row .why-join-content i {
    font-size: 30px;
  }
}
/* line 257, ../sass/pages/_career.scss */
.why-join .why-join-row .why-join-content h3 {
  font-size: 28px;
  line-height: normal;
  margin: 10px 0 3px;
}
@media (max-width: 1365px) {
  /* line 257, ../sass/pages/_career.scss */
  .why-join .why-join-row .why-join-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  /* line 257, ../sass/pages/_career.scss */
  .why-join .why-join-row .why-join-content h3 {
    font-size: 24px;
    margin: 8px 0 3px;
  }
}
@media (max-width: 1023px) {
  /* line 257, ../sass/pages/_career.scss */
  .why-join .why-join-row .why-join-content h3 {
    margin: 6px 0 2px;
  }
}
@media (max-width: 767px) {
  /* line 257, ../sass/pages/_career.scss */
  .why-join .why-join-row .why-join-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  /* line 275, ../sass/pages/_career.scss */
  .why-join .why-join-row .why-join-content p {
    font-size: 15px;
    line-height: 160%;
  }
}
/* line 282, ../sass/pages/_career.scss */
.why-join .why-join-row .why-join-image {
  margin-left: auto;
  width: 48%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1023px) {
  /* line 282, ../sass/pages/_career.scss */
  .why-join .why-join-row .why-join-image {
    width: 100%;
    margin: 0 0 20px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
/* line 292, ../sass/pages/_career.scss */
.why-join .why-join-row .why-join-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
}
/* line 300, ../sass/pages/_career.scss */
.why-join .why-join-row:nth-child(even) .why-join-content {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-left: auto;
}
/* line 304, ../sass/pages/_career.scss */
.why-join .why-join-row:nth-child(even) .why-join-image {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-left: 0;
}
/* line 312, ../sass/pages/_career.scss */
.why-join .container > div:nth-child(2) {
  margin-top: 35px;
}
@media (max-width: 1365px) {
  /* line 312, ../sass/pages/_career.scss */
  .why-join .container > div:nth-child(2) {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  /* line 312, ../sass/pages/_career.scss */
  .why-join .container > div:nth-child(2) {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  /* line 312, ../sass/pages/_career.scss */
  .why-join .container > div:nth-child(2) {
    margin-top: 20px;
  }
}

/* line 1, ../sass/pages/_blog.scss */
.blog-main-view {
  padding: 40px 0;
}
@media (max-width: 767px) {
  /* line 1, ../sass/pages/_blog.scss */
  .blog-main-view {
    padding: 35px 0;
  }
}
/* line 6, ../sass/pages/_blog.scss */
.blog-main-view .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1023px) {
  /* line 6, ../sass/pages/_blog.scss */
  .blog-main-view .container {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 13, ../sass/pages/_blog.scss */
.blog-main-view .blog-main {
  width: 68%;
}
@media (max-width: 1199px) {
  /* line 13, ../sass/pages/_blog.scss */
  .blog-main-view .blog-main {
    width: 64%;
  }
}
@media (max-width: 1023px) {
  /* line 13, ../sass/pages/_blog.scss */
  .blog-main-view .blog-main {
    width: 100%;
  }
}
/* line 21, ../sass/pages/_blog.scss */
.blog-main-view .blog-main .blog-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 767px) {
  /* line 21, ../sass/pages/_blog.scss */
  .blog-main-view .blog-main .blog-list {
    margin: 0;
  }
}
/* line 29, ../sass/pages/_blog.scss */
.blog-main-view .blog-main .blog-list .blog-item {
  width: calc(100% / 2 - 24px);
  margin: 0 12px 30px;
	border: 1px solid #fff;
    box-shadow: 0 0 8px #0000001a;
}
@media (max-width: 767px) {
  /* line 29, ../sass/pages/_blog.scss */
  .blog-main-view .blog-main .blog-list .blog-item {
    width: 100%;
    margin: 0 0 28px;
  }
}
/* line 36, ../sass/pages/_blog.scss */
.blog-main-view .blog-main .blog-list .blog-item .postImage {
  position: relative;
}
/* line 39, ../sass/pages/_blog.scss */
.blog-main-view .blog-main .blog-list .blog-item .postImage a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
/* line 45, ../sass/pages/_blog.scss */
.blog-main-view .blog-main .blog-list .blog-item .postImage a .published-date {
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-block;
  padding: 5px 13px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media (max-width: 1199px) {
  /* line 45, ../sass/pages/_blog.scss */
  .blog-main-view .blog-main .blog-list .blog-item .postImage a .published-date {
    left: 15px;
    top: 15px;
    padding: 4px 8px;
    font-size: 12px;
  }
}
.postContents ul {
    margin: 10px 0 20px;
}
.postContents ul li {
    list-style: disc;
    margin-left: 70px;
}
/* line 65, ../sass/pages/_blog.scss */
.blog-main-view .blog-main .blog-list .blog-item .postImage .blog-category {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: inline-block;
  padding: 7px 15px;
  text-transform: capitalize;
  background-color: #FFFFFF;
  border: 1px solid #0D6DB1;
  color: #0D6DB1;
  font-size: 12px;
  line-height: 120%;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
@media (max-width: 1199px) {
  /* line 65, ../sass/pages/_blog.scss */
  .blog-main-view .blog-main .blog-list .blog-item .postImage .blog-category {
    right: 12px;
    bottom: 12px;
    font-size: 11px;
    padding: 5px 8px;
  }
}
.postContents {    padding: 0 5px 0 45px;
    font-size: 15px;}
.post-excerpt {
    padding-bottom: 10px;
    font-size: 12px;
}
/* line 87, ../sass/pages/_blog.scss */
.blog-main-view .blog-main .blog-list .blog-item .postContents h4 {
  font-weight: 600;
  line-height: 150%;
  margin: 20px 0 12px;
	font-size:15px
}

@media (max-width: 1199px) {
  /* line 87, ../sass/pages/_blog.scss */
  .blog-main-view .blog-main .blog-list .blog-item .postContents h4 {
    margin: 8px 0;
  }
}
/* line 94, ../sass/pages/_blog.scss */
.blog-main-view .blog-main .blog-list .blog-item .postContents h4 a {
  font-size: inherit;
  line-height: inherit;
  color: #000000;
}
/* line 98, ../sass/pages/_blog.scss */
.blog-main-view .blog-main .blog-list .blog-item .postContents h4 a:hover {
  color: #0D6DB1;
}
/* line 104, ../sass/pages/_blog.scss */
.blog-main-view .blog-main .blog-list .blog-item .postContents .post-excerpt p {
  font-size: 14px;
  line-height: 170%;
  color: #2E2E2E;
  margin: 0 0 11px;
}
@media (max-width: 1199px) {
  /* line 104, ../sass/pages/_blog.scss */
  .blog-main-view .blog-main .blog-list .blog-item .postContents .post-excerpt p {
    margin: 0 0 10px;
  }
}
/* line 113, ../sass/pages/_blog.scss */
.blog-main-view .blog-main .blog-list .blog-item .postContents .post-excerpt .read-more {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
}
/* line 119, ../sass/pages/_blog.scss */
.blog-main-view .blog-main .blog-list .blog-item .postContents .post-excerpt .read-more:hover {
  color: #000000;
}
/* line 128, ../sass/pages/_blog.scss */
.blog-main-view .blog-sidebar {
  width: 28%;
  margin-left: auto;
}
@media (max-width: 1199px) {
  /* line 128, ../sass/pages/_blog.scss */
  .blog-main-view .blog-sidebar {
    width: 32%;
  }
}
@media (max-width: 1023px) {
  /* line 128, ../sass/pages/_blog.scss */
  .blog-main-view .blog-sidebar {
    width: 100%;
  }
}
/* line 137, ../sass/pages/_blog.scss */
.blog-main-view .blog-sidebar .blog-sidebar-view {
  width: 100%;
  position: sticky;
  top: 100px;
}
@media (max-width: 1023px) {
  /* line 137, ../sass/pages/_blog.scss */
  .blog-main-view .blog-sidebar .blog-sidebar-view {
    margin-top: 40px;
    position: unset;
  }
}
/* line 145, ../sass/pages/_blog.scss */
.blog-main-view .blog-sidebar .blog-sidebar-view .widget_block {
  margin: 0 0 40px;
  padding: 35px 30px;
  border: solid 1px #ebebeb;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 1365px) {
  /* line 145, ../sass/pages/_blog.scss */
  .blog-main-view .blog-sidebar .blog-sidebar-view .widget_block {
    padding: 30px 25px;
    margin: 0 0 35px;
  }
}
@media (max-width: 1199px) {
  /* line 145, ../sass/pages/_blog.scss */
  .blog-main-view .blog-sidebar .blog-sidebar-view .widget_block {
    padding: 25px 20px;
    margin: 0 0 30px;
  }
}
@media (max-width: 1023px) {
  /* line 145, ../sass/pages/_blog.scss */
  .blog-main-view .blog-sidebar .blog-sidebar-view .widget_block {
    margin: 0 0 25px;
  }
}
/* line 161, ../sass/pages/_blog.scss */
.blog-main-view .blog-sidebar .blog-sidebar-view .widget_block ul {
  margin: 20px 0 0;
}
/* line 163, ../sass/pages/_blog.scss */
.blog-main-view .blog-sidebar .blog-sidebar-view .widget_block ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-weight: 500;
  position: relative;
}
/* line 169, ../sass/pages/_blog.scss */
.blog-main-view .blog-sidebar .blog-sidebar-view .widget_block ul li:before {
  content: '\F285';
  position: absolute;
  left: 0;
  top: 11px;
  font-size: 14px;
  font-weight: 600;
  font-family: bootstrap-icons;
  color: #0D6DB1;
}
/* line 179, ../sass/pages/_blog.scss */
.blog-main-view .blog-sidebar .blog-sidebar-view .widget_block ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #d9d9d9;
  background: -webkit-linear-gradient(left, #d9d9d9 0%, transparent 100%);
  background: linear-gradient(to right, #d9d9d9 0%, transparent 100%);
}
/* line 190, ../sass/pages/_blog.scss */
.blog-main-view .blog-sidebar .blog-sidebar-view .widget_block ul li a {
  color: #000000;
}
/* line 192, ../sass/pages/_blog.scss */
.blog-main-view .blog-sidebar .blog-sidebar-view .widget_block ul li a:hover {
  color: #0D6DB1;
}
/* line 198, ../sass/pages/_blog.scss */
.blog-main-view .blog-sidebar .blog-sidebar-view .widget_block:last-child {
  margin-bottom: 0;
}
/* line 202, ../sass/pages/_blog.scss */
.blog-main-view .blog-sidebar .blog-sidebar-view .wp-block-search__label,
.blog-main-view .blog-sidebar .blog-sidebar-view .wp-block-heading {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
}
/* line 209, ../sass/pages/_blog.scss */
.blog-main-view .blog-sidebar .blog-sidebar-view .wp-block-search__inside-wrapper {
  position: relative;
}
@media (max-width: 1023px) {
  /* line 209, ../sass/pages/_blog.scss */
  .blog-main-view .blog-sidebar .blog-sidebar-view .wp-block-search__inside-wrapper {
    width: 100% !important;
  }
}
/* line 214, ../sass/pages/_blog.scss */
.blog-main-view .blog-sidebar .blog-sidebar-view .wp-block-search__inside-wrapper .wp-block-search__input {
  height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  min-width: 46.5%;
  outline: none;
  flex-grow: initial;
  width: auto;
}
@media (max-width: 1023px) {
  /* line 214, ../sass/pages/_blog.scss */
  .blog-main-view .blog-sidebar .blog-sidebar-view .wp-block-search__inside-wrapper .wp-block-search__input {
    min-width: 94.5%;
  }
}
/* line 226, ../sass/pages/_blog.scss */
.blog-main-view .blog-sidebar .blog-sidebar-view .wp-block-search__inside-wrapper .wp-block-search__button {
  border: 0;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #000000;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 237, ../sass/pages/_blog.scss */
.blog-main-view .blog-sidebar .blog-sidebar-view .wp-block-search__inside-wrapper .wp-block-search__button:before {
  content: '\F52A';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: bootstrap-icons;
  font-size: 16px;
  color: #FFFFFF;
}
/* line 248, ../sass/pages/_blog.scss */
.blog-main-view .blog-sidebar .blog-sidebar-view .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  background-color: #0D6DB1;
}

/* line 256, ../sass/pages/_blog.scss */
.blog-page-title {
  padding: 40px 0;
  background: #0D6DB1;
}
@media (max-width: 767px) {
  /* line 256, ../sass/pages/_blog.scss */
  .blog-page-title {
    padding: 30px 0;
  }
}
/* line 262, ../sass/pages/_blog.scss */
.blog-page-title .page-title {
  font-size: 28px;
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  /* line 262, ../sass/pages/_blog.scss */
  .blog-page-title .page-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  /* line 262, ../sass/pages/_blog.scss */
  .blog-page-title .page-title {
    font-size: 24px;
  }
}
/* line 275, ../sass/pages/_blog.scss */
.blog-page-title .archive-title {
  font-size: 28px;
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  /* line 275, ../sass/pages/_blog.scss */
  .blog-page-title .archive-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  /* line 275, ../sass/pages/_blog.scss */
  .blog-page-title .archive-title {
    font-size: 24px;
  }
}
/* line 284, ../sass/pages/_blog.scss */
.blog-page-title .archive-title span {
  font-size: inherit;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
}
/* line 289, ../sass/pages/_blog.scss */
.blog-page-title .archive-title span.title {
  width: calc(100% - 153px);
  margin-right: 0px;
}
@media (max-width: 767px) {
  /* line 289, ../sass/pages/_blog.scss */
  .blog-page-title .archive-title span.title {
    width: calc(100% - 139px);
  }
}
/* line 298, ../sass/pages/_blog.scss */
.blog-page-title .archive-description {
  margin: 0;
}

/* line 302, ../sass/pages/_blog.scss */
.pagination {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 1023px) {
  /* line 302, ../sass/pages/_blog.scss */
  .pagination {
    margin: 15px 0 0;
  }
}
@media (max-width: 767px) {
  /* line 302, ../sass/pages/_blog.scss */
  .pagination {
    margin: 8px 0 0;
  }
}
/* line 313, ../sass/pages/_blog.scss */
.pagination a, .pagination span {
  margin: 0 10px;
  font-size: 18px;
  color: #000000;
  display: inline-block;
}
/* line 319, ../sass/pages/_blog.scss */
.pagination .prev,
.pagination .next {
  font-size: 0;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #2E2E2E;
  color: #FFFFFF;
  position: relative;
}
/* line 328, ../sass/pages/_blog.scss */
.pagination .prev:hover,
.pagination .next:hover {
  background-color: #0D6DB1;
}
/* line 331, ../sass/pages/_blog.scss */
.pagination .prev:before,
.pagination .next:before {
  content: '\F284';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-family: bootstrap-icons;
  font-size: 16px;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 349, ../sass/pages/_blog.scss */
.pagination .next:before {
  content: '\F285';
}
/* line 353, ../sass/pages/_blog.scss */
.pagination .current {
  color: #0D6DB1;
  text-decoration: underline;
}

/* line 3, ../sass/pages/_blog-detail.scss */
.common-inner-page-banner .topbar-inner .page-title {
  font-size: 40px;
  line-height: 170%;
  color: #FFFFFF;
  margin: 0 0 10px;
}
@media (max-width: 1199px) {
  /* line 3, ../sass/pages/_blog-detail.scss */
  .common-inner-page-banner .topbar-inner .page-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  /* line 3, ../sass/pages/_blog-detail.scss */
  .common-inner-page-banner .topbar-inner .page-title {
    font-size: 24px;
  }
}
/* line 17, ../sass/pages/_blog-detail.scss */
.common-inner-page-banner .archive-title .title {
  font-size: 40px;
  line-height: 170%;
  color: #FFFFFF;
  margin: 0 0 10px;
}
@media (max-width: 1199px) {
  /* line 17, ../sass/pages/_blog-detail.scss */
  .common-inner-page-banner .archive-title .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  /* line 17, ../sass/pages/_blog-detail.scss */
  .common-inner-page-banner .archive-title .title {
    font-size: 24px;
  }
}

/* line 35, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .blog-item .main-title {
  margin: 0 0 20px;
}
/* line 37, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .blog-item .main-title .post-title {
  font-size: 34px;
  margin: 0 0 8px;
  color: #0D6DB1;
}
@media (max-width: 1365px) {
  /* line 37, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .main-title .post-title {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  /* line 37, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .main-title .post-title {
    font-size: 28px;
    margin: 0 0 6px;
  }
}
@media (max-width: 1023px) {
  /* line 37, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .main-title .post-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  /* line 37, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .main-title .post-title {
    font-size: 24px;
  }
}
/* line 56, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .blog-item .postImage {
  position: relative;
}
/* line 58, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .blog-item .postImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
/* line 64, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .blog-item .postImage .published-date {
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-block;
  padding: 5px 13px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
/* line 77, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .blog-item .postImage .blog-category {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: inline-block;
  padding: 7px 15px;
  text-transform: capitalize;
  background-color: #FFFFFF;
  border: 1px solid #0D6DB1;
  color: #0D6DB1;
  font-size: 12px;
  line-height: 120%;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
/* line 93, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .blog-item .postContents h2 {
  font-size: 30px;
  margin: 30px 0 10px;
  color: #245d9f;
}
@media (max-width: 1365px) {
  /* line 93, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .postContents h2 {
    font-size: 28px;
    margin: 28px 0 10px;
  	color: #245d9f;
	}
}
@media (max-width: 1199px) {
  /* line 93, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .postContents h2 {
    font-size: 26px;
    margin: 25px 0 10px;
	color: #245d9f;
  }
}
@media (max-width: 1023px) {
  /* line 93, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .postContents h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  /* line 93, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .postContents h2 {
    font-size: 22px;
  }
}
/* line 111, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .blog-item .postContents h3 {
  font-size: 25px;
  margin: 30px 0 10px;
  color: #0083d1;
}
@media (max-width: 1365px) {
  /* line 111, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .postContents h3 {
    font-size: 26px;
    margin: 28px 0 10px;
	color: #0083d1;
  }
}
@media (max-width: 1199px) {
  /* line 111, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .postContents h3 {
    font-size: 24px;
    margin: 25px 0 10px;
	color: #0083d1;
  }
}
@media (max-width: 1023px) {
  /* line 111, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .postContents h3 {
    font-size: 22px;
	color: #0083d1;
  }
}
@media (max-width: 767px) {
  /* line 111, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .postContents h3 {
    font-size: 21px;
    margin: 0 0 5px;
	color: #0083d1;
  }
}
/* line 130, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .blog-item .postContents h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 30px 0 10px;
}
@media (max-width: 1365px) {
  /* line 130, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .postContents h4 {
    font-size: 24px;
    margin: 28px 0 10px;
  }
}
@media (max-width: 1199px) {
  /* line 130, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .postContents h4 {
    font-size: 22px;
    margin: 25px 0 10px;
  }
}
@media (max-width: 1023px) {
  /* line 130, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .postContents h4 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  /* line 130, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .postContents h4 {
    font-size: 20px;
    margin: 0 0 5px;
  }
}
/* line 150, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .blog-item .postContents h5 {
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0 10px;
}
@media (max-width: 1365px) {
  /* line 150, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .postContents h5 {
    font-size: 22px;
    margin: 28px 0 10px;
  }
}
@media (max-width: 1199px) {
  /* line 150, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .postContents h5 {
    font-size: 21px;
    margin: 25px 0 10px;
  }
}
@media (max-width: 1023px) {
  /* line 150, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .postContents h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  /* line 150, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .postContents h5 {
    font-size: 19px;
    margin: 0 0 5px;
  }
}
/* line 171, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .blog-item .postContents h6 {
  font-size: 22px;
  font-weight: 700;
  margin: 30px 0 10px;
}
@media (max-width: 1365px) {
  /* line 171, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .postContents h6 {
    font-size: 21px;
    margin: 28px 0 10px;
  }
}
@media (max-width: 1199px) {
  /* line 171, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .postContents h6 {
    font-size: 20px;
    margin: 25px 0 10px;
  }
}
@media (max-width: 767px) {
  /* line 171, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .blog-view .blog-item .postContents h6 {
    font-size: 18px;
    margin: 0 0 5px;
  }
}
/* line 189, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .blog-item .post-share-view {
  position: relative;
  z-index: 0;
}
/* line 192, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .blog-item .post-share-view .share-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 195, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .blog-item .post-share-view .share-icons label {
  font-size: 20px;
  font-weight: 600;
  margin-right: 8px;
  display: inline-block;
}
/* line 201, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .blog-item .post-share-view .share-icons .sfsi_shortcode_container {
  float: none;
}
/* line 203, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .blog-item .post-share-view .share-icons .sfsi_shortcode_container .sfsi_wicons {
  padding-top: 8px;
  margin-bottom: 0 !important;
}
/* line 211, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .post-navigation {
  margin-top: 30px;
}
/* line 213, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .post-navigation .nav-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
/* line 218, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .post-navigation .nav-links .nav-previous a,
.blog-main-view .blog-main .blog-view .post-navigation .nav-links .nav-next a {
  display: inline-block;
  background-color: #000000;
  color: #FFFFFF;
  padding: 8px 15px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}
/* line 224, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .post-navigation .nav-links .nav-previous a .meta-nav,
.blog-main-view .blog-main .blog-view .post-navigation .nav-links .nav-next a .meta-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
}
/* line 228, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .post-navigation .nav-links .nav-previous a .meta-nav svg,
.blog-main-view .blog-main .blog-view .post-navigation .nav-links .nav-next a .meta-nav svg {
  display: inline-block;
  margin-left: -7px;
  margin-right: 7px;
}
/* line 234, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .post-navigation .nav-links .nav-previous a:hover,
.blog-main-view .blog-main .blog-view .post-navigation .nav-links .nav-next a:hover {
  background-color: #0D6DB1;
}
/* line 242, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .blog-view .post-navigation .nav-links .nav-next a .meta-nav svg {
  display: inline-block;
  margin-left: 7px;
  margin-right: -7px;
}
/* line 253, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .comments-area {
  display: none;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 1023px) {
  /* line 253, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .comments-area {
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
  }
}
/* line 263, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .comments-area .comment-reply-title {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  /* line 263, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .comments-area .comment-reply-title {
    margin: 0 0 5px;
  }
}
/* line 269, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .comments-area .comment-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 274, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .comments-area .comment-form p {
  width: 100%;
}
/* line 276, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .comments-area .comment-form p label {
  font-size: 15px;
}
/* line 278, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .comments-area .comment-form p label .required {
  position: relative;
  left: -3px;
  color: red;
}
/* line 284, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .comments-area .comment-form p input, .blog-main-view .blog-main .comments-area .comment-form p textarea {
  outline: none;
}
/* line 287, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .comments-area .comment-form p.comment-form-author {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 49%;
}
@media (max-width: 767px) {
  /* line 287, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .comments-area .comment-form p.comment-form-author {
    width: 100%;
  }
}
/* line 294, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .comments-area .comment-form p.comment-form-email {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: 49%;
}
@media (max-width: 767px) {
  /* line 294, ../sass/pages/_blog-detail.scss */
  .blog-main-view .blog-main .comments-area .comment-form p.comment-form-email {
    width: 100%;
  }
}
/* line 301, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .comments-area .comment-form p.comment-form-url {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
/* line 304, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .comments-area .comment-form p.comment-form-comment {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
/* line 307, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .comments-area .comment-form p.comment-form-cookies-consent {
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
/* line 310, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .comments-area .comment-form p.form-submit {
  -webkit-box-ordinal-group: 6;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
  display: inline-block;
  width: auto;
  margin-top: 15px;
}
/* line 315, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .comments-area .comment-form p.form-submit .submit {
  padding: 8px 15px;
  height: auto;
  background-color: #000000;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 322, ../sass/pages/_blog-detail.scss */
.blog-main-view .blog-main .comments-area .comment-form p.form-submit .submit:hover {
  background-color: #0D6DB1;
}

/* line 1, ../sass/pages/_news-events.scss */
.events-type {
  padding: 30px 0;
}
/* line 3, ../sass/pages/_news-events.scss */
.events-type .app-filter-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 3, ../sass/pages/_news-events.scss */
  .events-type .app-filter-wrap {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 30px;
  }
}
/* line 11, ../sass/pages/_news-events.scss */
.events-type .app-filter-wrap .event-select-title {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin-right: 15px;
}
/* line 16, ../sass/pages/_news-events.scss */
.events-type .app-filter-wrap .event-select-title:after {
  content: ':';
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 16, ../sass/pages/_news-events.scss */
  .events-type .app-filter-wrap .event-select-title:after {
    display: none;
  }
}
@media (max-width: 1365px) {
  /* line 11, ../sass/pages/_news-events.scss */
  .events-type .app-filter-wrap .event-select-title {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  /* line 11, ../sass/pages/_news-events.scss */
  .events-type .app-filter-wrap .event-select-title {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  /* line 11, ../sass/pages/_news-events.scss */
  .events-type .app-filter-wrap .event-select-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  /* line 11, ../sass/pages/_news-events.scss */
  .events-type .app-filter-wrap .event-select-title {
    margin: 0 0 15px 0;
  }
}
/* line 37, ../sass/pages/_news-events.scss */
.events-type .app-filter-wrap .events-type-list li {
  display: inline-block;
  margin: 0 5px;
}
/* line 40, ../sass/pages/_news-events.scss */
.events-type .app-filter-wrap .events-type-list li a {
  display: inline-block;
  min-width: 159px;
  height: 42px;
  padding: 10px 15px;
  text-align: center;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  outline: none;
  position: relative;
  border: 1px solid #0D6DB1;
  color: #0D6DB1;
  text-transform: uppercase;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
/* line 58, ../sass/pages/_news-events.scss */
.events-type .app-filter-wrap .events-type-list li.active a {
  background-color: #0D6DB1;
  color: #FFFFFF;
}

/* line 67, ../sass/pages/_news-events.scss */
.event-page {
  padding: 0 0 50px;
}
@media (max-width: 1023px) {
  /* line 67, ../sass/pages/_news-events.scss */
  .event-page {
    padding: 0 0 40px;
  }
}
/* line 72, ../sass/pages/_news-events.scss */
.event-page .section-header {
  margin: 0 0 10px;
  text-align: left;
}
/* line 75, ../sass/pages/_news-events.scss */
.event-page .section-header h2 {
  text-transform: none;
  font-size: 33px;
  margin: 0;
}
@media (max-width: 1365px) {
  /* line 75, ../sass/pages/_news-events.scss */
  .event-page .section-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  /* line 75, ../sass/pages/_news-events.scss */
  .event-page .section-header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  /* line 75, ../sass/pages/_news-events.scss */
  .event-page .section-header h2 {
    font-size: 26px;
    text-align: center;
  }
}
/* line 92, ../sass/pages/_news-events.scss */
.event-page .events-view .event-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 18px 0;
  border: 1px solid #D9D9D9;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
@media (max-width: 767px) {
  /* line 92, ../sass/pages/_news-events.scss */
  .event-page .events-view .event-item {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 101, ../sass/pages/_news-events.scss */
.event-page .events-view .event-item .event-picture {
  width: 30%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 767px) {
  /* line 101, ../sass/pages/_news-events.scss */
  .event-page .events-view .event-item .event-picture {
    width: 100%;
    padding: 15px;
  }
}
/* line 109, ../sass/pages/_news-events.scss */
.event-page .events-view .event-item .event-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
/* line 116, ../sass/pages/_news-events.scss */
.event-page .events-view .event-item .event-content {
  border-left: 1px solid #D9D9D9;
  background-color: rgba(231, 245, 255, 0.4);
  width: 70%;
  padding: 15px 18px;
  border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
}
@media (max-width: 767px) {
  /* line 116, ../sass/pages/_news-events.scss */
  .event-page .events-view .event-item .event-content {
    border-left: 0;
    border-top: 1px solid #D9D9D9;
    width: 100%;
  }
}
/* line 127, ../sass/pages/_news-events.scss */
.event-page .events-view .event-item .event-content h3 {
  display: block;
  font-size: 22px;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  /* line 127, ../sass/pages/_news-events.scss */
  .event-page .events-view .event-item .event-content h3 {
    font-size: 20px;
  }
}
/* line 136, ../sass/pages/_news-events.scss */
.event-page .events-view .event-item .event-content h3 a {
  font-size: inherit;
  font-weight: inherit;
  color: #000000;
}
/* line 140, ../sass/pages/_news-events.scss */
.event-page .events-view .event-item .event-content h3 a:hover {
  color: #0D6DB1;
}
/* line 145, ../sass/pages/_news-events.scss */
.event-page .events-view .event-item .event-content .event-date {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #2E2E2E;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  /* line 145, ../sass/pages/_news-events.scss */
  .event-page .events-view .event-item .event-content .event-date {
    font-size: 17px;
  }
}
/* line 156, ../sass/pages/_news-events.scss */
.event-page .events-view .event-item .event-content .event-place {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #2E2E2E;
  margin: 0 0 10px;
}
/* line 164, ../sass/pages/_news-events.scss */
.event-page .events-view .event-item .event-content p {
  display: block;
  font-size: 15px;
  line-height: normal;
  color: #2E2E2E;
  margin: 0 0 10px;
}
/* line 171, ../sass/pages/_news-events.scss */
.event-page .events-view .event-item .event-content .read-more {
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
}
/* line 175, ../sass/pages/_news-events.scss */
.event-page .events-view .event-item .event-content .read-more:hover {
  color: #000000;
}
/* line 182, ../sass/pages/_news-events.scss */
.event-page .event-pagination {
  margin-top: 50px;
}
@media (max-width: 1365px) {
  /* line 182, ../sass/pages/_news-events.scss */
  .event-page .event-pagination {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  /* line 182, ../sass/pages/_news-events.scss */
  .event-page .event-pagination {
    margin-top: 33px;
  }
}
@media (max-width: 1023px) {
  /* line 182, ../sass/pages/_news-events.scss */
  .event-page .event-pagination {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  /* line 182, ../sass/pages/_news-events.scss */
  .event-page .event-pagination {
    margin-top: 22px;
  }
}
/* line 197, ../sass/pages/_news-events.scss */
.event-page .event-pagination .pagination li {
  margin: 0 10px;
  display: inline-block;
}
/* line 200, ../sass/pages/_news-events.scss */
.event-page .event-pagination .pagination li span, .event-page .event-pagination .pagination li a {
  margin: 0;
  font-size: 18px;
  color: #000000;
}
/* line 206, ../sass/pages/_news-events.scss */
.event-page .event-pagination .pagination li.active span {
  color: #0D6DB1;
  text-decoration: underline;
}
/* line 213, ../sass/pages/_news-events.scss */
.event-page .event-pagination .pagination li.prev a, .event-page .event-pagination .pagination li.next a {
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

/* line 1, ../sass/pages/_news-events-detail.scss */
.news-events-detail-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 150px;
  padding: 30px 0;
}
@media (max-width: 1199px) {
  /* line 1, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-banner {
    min-height: 110px;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  /* line 1, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-banner {
    padding: 20px 0;
    min-height: 150px;
  }
}
/* line 15, ../sass/pages/_news-events-detail.scss */
.news-events-detail-banner .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: inherit;
}
@media (max-width: 767px) {
  /* line 15, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-banner .container {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 24, ../sass/pages/_news-events-detail.scss */
.news-events-detail-banner .topbar-content {
  width: 100%;
}
/* line 26, ../sass/pages/_news-events-detail.scss */
.news-events-detail-banner .topbar-content h1 {
  font-size: 40px;
  line-height: 170%;
  color: #FFFFFF;
}
@media (max-width: 1365px) {
  /* line 26, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-banner .topbar-content h1 {
    font-size: 38px;
    line-height: 160%;
  }
}
@media (max-width: 1199px) {
  /* line 26, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-banner .topbar-content h1 {
    font-size: 36px;
    line-height: 150%;
  }
}
@media (max-width: 1023px) {
  /* line 26, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-banner .topbar-content h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  /* line 26, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-banner .topbar-content h1 {
    font-size: 30px;
    line-height: 140%;
  }
}
/* line 46, ../sass/pages/_news-events-detail.scss */
.news-events-detail-banner .topbar-content .date-place-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  /* line 46, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-banner .topbar-content .date-place-view {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
/* line 53, ../sass/pages/_news-events-detail.scss */
.news-events-detail-banner .topbar-content .date-place-view span {
  font-size: 18px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  /* line 53, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-banner .topbar-content .date-place-view span {
    width: 100%;
    font-size: 16px;
  }
}
/* line 60, ../sass/pages/_news-events-detail.scss */
.news-events-detail-banner .topbar-content .date-place-view span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 50%;
  margin: 0 20px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  /* line 60, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-banner .topbar-content .date-place-view span:after {
    display: none;
  }
}
/* line 73, ../sass/pages/_news-events-detail.scss */
.news-events-detail-banner .topbar-content .date-place-view span.date:before {
  content: '\F214';
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  font-family: bootstrap-icons;
  margin-right: 5px;
}
/* line 83, ../sass/pages/_news-events-detail.scss */
.news-events-detail-banner .topbar-content .date-place-view span.place:before {
  content: '\F3E8';
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  font-family: bootstrap-icons;
  margin-right: 5px;
}
/* line 93, ../sass/pages/_news-events-detail.scss */
.news-events-detail-banner .topbar-content .date-place-view span:last-child:after {
  display: none;
}
/* line 100, ../sass/pages/_news-events-detail.scss */
.news-events-detail-banner .topbar-right {
  margin-left: auto;
}
/* line 102, ../sass/pages/_news-events-detail.scss */
.news-events-detail-banner .topbar-right .event-book-btn {
  background-color: #FFFFFF;
  color: #000000;
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}
/* line 108, ../sass/pages/_news-events-detail.scss */
.news-events-detail-banner .topbar-right .event-book-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  animation: pulse-shadow 1.5s ease-out infinite;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
/* line 122, ../sass/pages/_news-events-detail.scss */
.news-events-detail-banner .topbar-right .event-book-btn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* line 124, ../sass/pages/_news-events-detail.scss */
.news-events-detail-banner .topbar-right .event-book-btn:hover:after {
  animation: none;
}
@media (max-width: 767px) {
  /* line 100, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-banner .topbar-right {
    margin-top: 30px;
    margin-top: 13px;
    width: 100%;
  }
}

/* line 136, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main {
  padding: 60px 0;
}
@media (max-width: 1365px) {
  /* line 136, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main {
    padding: 40px 0;
  }
}
@media (max-width: 1023px) {
  /* line 136, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main {
    padding: 30px 0;
  }
}
/* line 144, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 149, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .post-share-view {
  width: auto;
}
@media (max-width: 767px) {
  /* line 149, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .post-share-view {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-top: 20px;
  }
}
/* line 155, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .post-share-view .share-icons {
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  /* line 155, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .post-share-view .share-icons {
    position: unset;
    top: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 166, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .post-share-view .share-icons label {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  /* line 166, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .post-share-view .share-icons label {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
/* line 175, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .post-share-view .share-icons .norm_row {
  float: none;
  width: auto !important;
}
/* line 178, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .post-share-view .share-icons .norm_row .sfsi_wicons {
  display: block;
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  /* line 178, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .post-share-view .share-icons .norm_row .sfsi_wicons {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
  }
}
/* line 190, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .news-events-detail-main-inner {
  margin-left: auto;
  width: 90%;
}
@media (max-width: 1365px) {
  /* line 190, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner {
    width: 89%;
  }
}
@media (max-width: 1199px) {
  /* line 190, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner {
    width: 87%;
  }
}
@media (max-width: 1023px) {
  /* line 190, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner {
    width: 83%;
  }
}
@media (max-width: 767px) {
  /* line 190, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
}
/* line 207, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .news-events-detail-main-inner > h2:first-of-type {
  margin-top: 0;
}
/* line 211, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .news-events-detail-main-inner h2 {
  font-size: 34px;
  margin: 30px 0 10px;
}
@media (max-width: 1365px) {
  /* line 211, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner h2 {
    font-size: 32px;
    margin: 28px 0 10px;
  }
}
@media (max-width: 1199px) {
  /* line 211, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner h2 {
    font-size: 30px;
    margin: 25px 0 10px;
  }
}
@media (max-width: 1023px) {
  /* line 211, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  /* line 211, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner h2 {
    font-size: 26px;
  }
}
/* line 229, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .news-events-detail-main-inner h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 30px 0 10px;
}
@media (max-width: 1365px) {
  /* line 229, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner h3 {
    font-size: 28px;
    margin: 28px 0 10px;
  }
}
@media (max-width: 1199px) {
  /* line 229, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner h3 {
    font-size: 26px;
    margin: 25px 0 10px;
  }
}
@media (max-width: 1023px) {
  /* line 229, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  /* line 229, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner h3 {
    font-size: 22px;
  }
}
/* line 248, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .news-events-detail-main-inner h4 {
  font-size: 26px;
  font-weight: 600;
  margin: 30px 0 10px;
}
@media (max-width: 1365px) {
  /* line 248, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner h4 {
    font-size: 24px;
    margin: 28px 0 10px;
  }
}
@media (max-width: 1199px) {
  /* line 248, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner h4 {
    font-size: 22px;
    margin: 25px 0 10px;
  }
}
@media (max-width: 1023px) {
  /* line 248, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  /* line 248, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner h4 {
    font-size: 19px;
  }
}
/* line 267, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .news-events-detail-main-inner h5 {
  font-size: 22px;
  font-weight: 600;
  margin: 30px 0 10px;
}
@media (max-width: 1365px) {
  /* line 267, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner h5 {
    font-size: 20px;
    margin: 28px 0 10px;
  }
}
@media (max-width: 1199px) {
  /* line 267, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner h5 {
    font-size: 19px;
    margin: 25px 0 10px;
  }
}
@media (max-width: 767px) {
  /* line 267, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner h5 {
    font-size: 18px;
  }
}
/* line 283, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .news-events-detail-main-inner h6 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0 10px;
}
@media (max-width: 1365px) {
  /* line 283, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner h6 {
    font-size: 18px;
    margin: 28px 0 10px;
  }
}
@media (max-width: 1199px) {
  /* line 283, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .news-events-detail-main-inner h6 {
    font-size: 17px;
    margin: 25px 0 10px;
  }
}
/* line 296, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .news-events-detail-main-inner ul, .news-events-detail-main .news-events-detail-main-inner ol {
  margin: 20px 0 10px;
}
/* line 298, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .news-events-detail-main-inner ul li, .news-events-detail-main .news-events-detail-main-inner ol li {
  line-height: normal;
  margin: 0 0 10px;
}
/* line 303, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .news-events-detail-main-inner p {
  margin: 0 0 15px;
}
/* line 305, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .news-events-detail-main-inner p:empty {
  display: none;
}
/* line 309, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .news-events-detail-main-inner p[content="&nbsp;"] {
  display: none;
}
/* line 313, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .event-gallery {
  width: 100%;
}
/* line 315, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .event-gallery h2 {
  font-size: 30px;
  line-height: normal;
}
@media (max-width: 1023px) {
  /* line 315, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .event-gallery h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  /* line 315, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .event-gallery h2 {
    font-size: 26px;
    margin: 20px 0 10px;
  }
}
/* line 326, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .event-gallery .gallery-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
/* line 332, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .event-gallery .gallery-view .item {
  width: 32.4%;
  display: inline-flex;
  margin: 5px;
}
@media (max-width: 1365px) {
  /* line 332, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .event-gallery .gallery-view .item {
    width: 32.3%;
  }
}
@media (max-width: 1199px) {
  /* line 332, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .event-gallery .gallery-view .item {
    width: 32.1%;
  }
}
@media (max-width: 1023px) {
  /* line 332, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .event-gallery .gallery-view .item {
    width: 48.3%;
  }
}
@media (max-width: 767px) {
  /* line 332, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .event-gallery .gallery-view .item {
    width: 47.3%;
  }
}
/* line 348, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .event-gallery .gallery-view .item a {
  width: 100%;
}
/* line 351, ../sass/pages/_news-events-detail.scss */
.news-events-detail-main .event-gallery .gallery-view .item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media (max-width: 1365px) {
  /* line 351, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .event-gallery .gallery-view .item img {
    height: 250px;
  }
}
@media (max-width: 1199px) {
  /* line 351, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .event-gallery .gallery-view .item img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  /* line 351, ../sass/pages/_news-events-detail.scss */
  .news-events-detail-main .event-gallery .gallery-view .item img {
    height: 150px;
  }
}

/* line 370, ../sass/pages/_news-events-detail.scss */
.event-registration {
  padding: 60px 0;
  background-color: #E7F5FF;
}
@media (max-width: 1365px) {
  /* line 370, ../sass/pages/_news-events-detail.scss */
  .event-registration {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  /* line 370, ../sass/pages/_news-events-detail.scss */
  .event-registration {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  /* line 370, ../sass/pages/_news-events-detail.scss */
  .event-registration {
    padding: 35px 0;
  }
}
/* line 382, ../sass/pages/_news-events-detail.scss */
.event-registration .wpcf7 {
  max-width: 80%;
  margin: auto;
}
@media (max-width: 1199px) {
  /* line 382, ../sass/pages/_news-events-detail.scss */
  .event-registration .wpcf7 {
    max-width: 90%;
  }
}
@media (max-width: 1023px) {
  /* line 382, ../sass/pages/_news-events-detail.scss */
  .event-registration .wpcf7 {
    max-width: 100%;
  }
}
/* line 392, ../sass/pages/_news-events-detail.scss */
.event-registration .wpcf7 .wpcf7-form .event-registration-form {
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
}
@media (max-width: 1023px) {
  /* line 392, ../sass/pages/_news-events-detail.scss */
  .event-registration .wpcf7 .wpcf7-form .event-registration-form {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  /* line 392, ../sass/pages/_news-events-detail.scss */
  .event-registration .wpcf7 .wpcf7-form .event-registration-form {
    padding: 10px 20px 20px;
  }
}
/* line 403, ../sass/pages/_news-events-detail.scss */
.event-registration .wpcf7 .wpcf7-form .event-registration-form .form-group,
.event-registration .wpcf7 .wpcf7-form .event-registration-form .form-full-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 20px 0;
}
@media (max-width: 767px) {
  /* line 403, ../sass/pages/_news-events-detail.scss */
  .event-registration .wpcf7 .wpcf7-form .event-registration-form .form-group,
  .event-registration .wpcf7 .wpcf7-form .event-registration-form .form-full-group {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}
/* line 413, ../sass/pages/_news-events-detail.scss */
.event-registration .wpcf7 .wpcf7-form .event-registration-form .form-group .input-group,
.event-registration .wpcf7 .wpcf7-form .event-registration-form .form-full-group .input-group {
  width: 49%;
}
@media (max-width: 767px) {
  /* line 413, ../sass/pages/_news-events-detail.scss */
  .event-registration .wpcf7 .wpcf7-form .event-registration-form .form-group .input-group,
  .event-registration .wpcf7 .wpcf7-form .event-registration-form .form-full-group .input-group {
    width: 100%;
    margin: 10px 0;
  }
}
/* line 419, ../sass/pages/_news-events-detail.scss */
.event-registration .wpcf7 .wpcf7-form .event-registration-form .form-group .input-group label,
.event-registration .wpcf7 .wpcf7-form .event-registration-form .form-full-group .input-group label {
  display: block;
  font-size: 15px;
  margin: 0 0 4px;
}
/* line 423, ../sass/pages/_news-events-detail.scss */
.event-registration .wpcf7 .wpcf7-form .event-registration-form .form-group .input-group label i,
.event-registration .wpcf7 .wpcf7-form .event-registration-form .form-full-group .input-group label i {
  color: #dc3232;
}
@media (max-width: 767px) {
  /* line 419, ../sass/pages/_news-events-detail.scss */
  .event-registration .wpcf7 .wpcf7-form .event-registration-form .form-group .input-group label,
  .event-registration .wpcf7 .wpcf7-form .event-registration-form .form-full-group .input-group label {
    margin: 0 0 3px;
  }
}
/* line 431, ../sass/pages/_news-events-detail.scss */
.event-registration .wpcf7 .wpcf7-form .event-registration-form .form-group .wpcf7-not-valid-tip,
.event-registration .wpcf7 .wpcf7-form .event-registration-form .form-full-group .wpcf7-not-valid-tip {
  font-size: 14px;
}
/* line 436, ../sass/pages/_news-events-detail.scss */
.event-registration .wpcf7 .wpcf7-form .event-registration-form .form-group:first-child {
  margin-top: 0;
}
/* line 441, ../sass/pages/_news-events-detail.scss */
.event-registration .wpcf7 .wpcf7-form .event-registration-form .form-full-group .input-group {
  width: 100%;
}
/* line 445, ../sass/pages/_news-events-detail.scss */
.event-registration .wpcf7 .wpcf7-form .event-registration-form .input-submit {
  margin-top: 40px;
  position: relative;
  display: table;
  margin-left: auto;
  padding-left: 40px;
}
@media (max-width: 1023px) {
  /* line 445, ../sass/pages/_news-events-detail.scss */
  .event-registration .wpcf7 .wpcf7-form .event-registration-form .input-submit {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  /* line 445, ../sass/pages/_news-events-detail.scss */
  .event-registration .wpcf7 .wpcf7-form .event-registration-form .input-submit {
    padding: 0 40px;
    margin: 20px auto 10px;
  }
}
/* line 458, ../sass/pages/_news-events-detail.scss */
.event-registration .wpcf7 .wpcf7-form .event-registration-form .input-submit .wpcf7-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  background-color: #0D6DB1;
  color: #FFFFFF;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 5px 15px;
  height: 45px;
  line-height: normal;
  cursor: pointer;
  text-transform: uppercase;
  min-width: 160px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
/* line 478, ../sass/pages/_news-events-detail.scss */
.event-registration .wpcf7 .wpcf7-form .event-registration-form .input-submit .wpcf7-submit:hover {
  background-color: #000000;
}
/* line 482, ../sass/pages/_news-events-detail.scss */
.event-registration .wpcf7 .wpcf7-form .event-registration-form .input-submit .wpcf7-spinner {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #0D6DB1;
}
/* line 494, ../sass/pages/_news-events-detail.scss */
.event-registration .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  border: 1px solid #dc3232;
  text-align: center;
  padding: 2px 15px;
  line-height: normal;
  color: #dc3232;
}
@media (max-width: 767px) {
  /* line 494, ../sass/pages/_news-events-detail.scss */
  .event-registration .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
    font-size: 15px;
  }
}

/* line 1, ../sass/pages/_account.scss */
.registration-form-main {
  padding: 60px 0;
  background-color: #E7F5FF;
}
@media (max-width: 1365px) {
  /* line 1, ../sass/pages/_account.scss */
  .registration-form-main {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  /* line 1, ../sass/pages/_account.scss */
  .registration-form-main {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  /* line 1, ../sass/pages/_account.scss */
  .registration-form-main {
    padding: 35px 0;
  }
}
/* line 13, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner {
  max-width: 80%;
  margin: auto;
  background-color: #FFFFFF;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
}
@media (max-width: 1199px) {
  /* line 13, ../sass/pages/_account.scss */
  .registration-form-main .registration-form-inner {
    max-width: 90%;
  }
}
@media (max-width: 1023px) {
  /* line 13, ../sass/pages/_account.scss */
  .registration-form-main .registration-form-inner {
    max-width: 100%;
  }
}
/* line 25, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner .form-title {
  padding: 12px 20px;
  background-color: #000000;
  border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
}
@media (max-width: 767px) {
  /* line 25, ../sass/pages/_account.scss */
  .registration-form-main .registration-form-inner .form-title {
    padding: 10px 15px;
  }
}
/* line 32, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner .form-title h3 {
  font-size: 21px;
  font-weight: 600;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  /* line 32, ../sass/pages/_account.scss */
  .registration-form-main .registration-form-inner .form-title h3 {
    font-size: 19px;
  }
}
/* line 41, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner .form-content {
  padding: 12px 30px;
}
@media (max-width: 767px) {
  /* line 41, ../sass/pages/_account.scss */
  .registration-form-main .registration-form-inner .form-content {
    padding: 12px 15px;
  }
}
/* line 46, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner .form-content p {
  margin: 0 0 3px;
  line-height: normal;
}
/* line 51, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner .wpcf7 {
  padding: 0 30px 30px;
}
@media (max-width: 767px) {
  /* line 51, ../sass/pages/_account.scss */
  .registration-form-main .registration-form-inner .wpcf7 {
    padding: 0 15px 30px;
  }
}
/* line 58, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .form-group,
.registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .form-full-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 20px 0;
}
@media (max-width: 767px) {
  /* line 58, ../sass/pages/_account.scss */
  .registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .form-group,
  .registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .form-full-group {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}
/* line 68, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .form-group .input-group,
.registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .form-full-group .input-group {
  width: 49%;
}
@media (max-width: 767px) {
  /* line 68, ../sass/pages/_account.scss */
  .registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .form-group .input-group,
  .registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .form-full-group .input-group {
    width: 100%;
    margin: 10px 0;
  }
}
/* line 74, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .form-group .input-group label,
.registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .form-full-group .input-group label {
  display: block;
  font-size: 15px;
  margin: 0 0 4px;
}
/* line 78, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .form-group .input-group label i,
.registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .form-full-group .input-group label i {
  color: #dc3232;
}
@media (max-width: 767px) {
  /* line 74, ../sass/pages/_account.scss */
  .registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .form-group .input-group label,
  .registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .form-full-group .input-group label {
    margin: 0 0 3px;
  }
}
/* line 86, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .form-group .wpcf7-not-valid-tip,
.registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .form-full-group .wpcf7-not-valid-tip {
  font-size: 14px;
}
/* line 91, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .form-group:first-child {
  margin-top: 0;
}
/* line 96, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .form-full-group .input-group {
  width: 100%;
}
/* line 100, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .input-submit {
  margin-top: 40px;
  position: relative;
  display: table;
  margin-left: auto;
  padding-left: 40px;
}
@media (max-width: 1023px) {
  /* line 100, ../sass/pages/_account.scss */
  .registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .input-submit {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  /* line 100, ../sass/pages/_account.scss */
  .registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .input-submit {
    padding: 0 40px;
    margin: 20px auto 10px;
  }
}
/* line 113, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .input-submit .wpcf7-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  background-color: #0D6DB1;
  color: #FFFFFF;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 5px 15px;
  height: 45px;
  line-height: normal;
  cursor: pointer;
  text-transform: uppercase;
  min-width: 100px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
/* line 133, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .input-submit .wpcf7-submit:hover {
  background-color: #000000;
}
/* line 137, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner .wpcf7 .wpcf7-form .registration-form .input-submit .wpcf7-spinner {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #0D6DB1;
}
/* line 149, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  border: 1px solid #dc3232;
  text-align: center;
  padding: 2px 15px;
  line-height: normal;
  color: #dc3232;
}
@media (max-width: 767px) {
  /* line 149, ../sass/pages/_account.scss */
  .registration-form-main .registration-form-inner .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
    font-size: 15px;
  }
}
/* line 161, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner .wpcf7 .wpcf7-form.aborted .wpcf7-response-output {
  border: 1px solid #dc3232;
  text-align: center;
  padding: 2px 15px;
  line-height: normal;
  color: #dc3232;
}
@media (max-width: 767px) {
  /* line 161, ../sass/pages/_account.scss */
  .registration-form-main .registration-form-inner .wpcf7 .wpcf7-form.aborted .wpcf7-response-output {
    font-size: 15px;
  }
}
/* line 173, ../sass/pages/_account.scss */
.registration-form-main .registration-form-inner .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  text-align: center;
  padding: 2px 15px;
  line-height: normal;
  color: #46b450;
}
@media (max-width: 767px) {
  /* line 173, ../sass/pages/_account.scss */
  .registration-form-main .registration-form-inner .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    font-size: 15px;
  }
}

/*------------New Home page Responsive styles Starts--------------------*/
@media(max-width:1400px){
    .industry-applications-section:before{
        width: 10px;
        height: 10px;
    }
	.hero-banner-adwords {
    min-height: 360px;
}
    .hero-section-inner .hero-content h1{
        font-size: 50px;
        padding-right: 140px;
        padding-bottom: 32px;
    }
    .hero-section .hero-section-inner{
        padding: 100px 0 100px;
    }
    .hero-section-inner .hero-content p{
        padding-bottom: 40px;
    }
    .blue-btn {
        font-size: 16px;
        padding: 6px 30px;
        min-height: 30px;
    }
    .trusted-global-wrapper .global-top-block{
        padding: 60px 0 60px;
    }
    .trusted-global-wrapper .brand-logo-slider{
        margin: 30px 0;
    }
    .manufacturer-wrapper p{
        padding-bottom: 20px;
    }
    .static-block .section-header p{
        padding-bottom: 30px;
    }
    .static-block{
        padding: 60px 0;
    }
    .manufacturer-section{
        padding: 60px 0;
    }
    .product-section{
        padding: 60px 0;
    }
    .industry-applications-section{
        padding: 60px 0;
    }
    .global-exhibitor-section{
        padding: 60px 0;
    }
    .countries-served-section{
        padding: 60px 0;
    }
    .countries-served-wrapper .countries-header{
        padding-bottom: 30px;
    }
    .countries-card{
        padding: 40px 40px 40px 60px;
    }
}
@media (max-width: 1279px){
    .hero-section-inner .hero-content h1 {
        font-size: 42px;}
	.product-section {
        padding: 30px 0;}
	.adwords-h1{font-size:25px;padding-bottom:0px;}
	.intro-content-adwords-flex{display:block;font-size:17px}
	.intro-content-adwords{width:100%;padding-bottom: 20px;}
	.adwords-heading h1{font-size:18px;}
	.adwords-heading h2{font-size:13px;}
    .hero-section .hero-section-inner{
        padding: 60px 0 60px;
    }
    .hero-section-inner .hero-content p {
        padding-bottom: 24px;
    }
    .trusted-global-wrapper .brand-logo-slider {
        margin: 15px 0;
    }
    .global-top-block .global-left h2 {
        font-size: 40px;
    }
    .section-header h2{
        font-size: 40px;
    }
    .manufacturer-wrapper h2{
        font-size: 40px;
    }
    .exhibitor-block .exhibitor-left h2{
        font-size: 40px;
    }
    .static-block-card{
        padding: 30px 20px 30px 68px;
    }
    .static-block-card img{
        left: 20px;
        top: 40px;
    }
    .static-block-card .card-title {
      font-size: 28px;
      line-height: 30px;
    }
    .manufacturer-wrapper{
        padding: 40px 60px 40px 40px;
        max-width: 500px;
    }
    .product-card{
        padding: 30px 30px 0;
    }
    .right-item .right-content{
        padding-right: 60px;
    }
    .industry-applications-section .section-header {
        padding-right: 200px;
    }
    .countries-card {
        padding: 30px 20px 40px 30px;
    }
    .card-title{
        font-size: 36px;
    }
    .slick-slide.global-item img {
        margin: 0 auto;
    }
    .industry-item-content h3 a{
        font-size: 22px;
    }
    .global-top-block .global-left {
        flex: 0 0 50%;
        padding-right: 40px;
    }
    .global-top-block .global-right {
        flex: 0 0 50%;
    }
    .exhibitor-block .exhibitor-left {
        flex: 0 0 50%;
        padding-right: 40px;
    }
    .exhibitor-block .exhibitor-left h2 {
        position: relative;
        padding-bottom: 80px;
        padding-right: 30px;
    }
    .exhibitor-right .right-item img {
        padding-bottom: 26px;
    }
    .exhibitor-block .exhibitor-right {
        flex: 0 0 50%;
        display: flex;
    }
    .right-item .right-content {
        padding-right: 30px;
    }
}
@media (max-width: 1024px){
    .industry-card .industry-item-content {
        min-height: 85px;
    }
    .industry-item-content h3 {
       padding: 10px 20px !important;
    }
    .industry-item-content h3:before{
        right: 30px !important;
        top: 28px !important;
    }
    .industry-item-content h3 a{
        font-size: 16px;
    }
}
@media (max-width: 1023px){
    .hero-section .hero-section-inner{
        flex-wrap: wrap;
        row-gap: 30px;
    }
.hero-banner-adwords {
    min-height: 270px;
}    .hero-section-inner .hero-content{
        flex: 0 0 100%;
    }
    .hero-section-inner .hero-content h1 {
        padding-right: 0;
        padding-bottom: 20px;
    }
    .hero-section-inner .hero-img{
        flex: 0 0 100%;
    }
    .hero-section-inner .hero-img img {
        width: 100%;
        height: 400px;
        object-fit: contain;
    }
    .trusted-global-wrapper .global-top-block{
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .global-top-block .global-left{
        flex: 0 0 100%;
        padding-right: 0;
    }
    .global-top-block .global-right{
        flex: 0 0 100%;
    }
    .static-block-wrapper{
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .static-block-wrapper .item {
        width: calc(100% / 2 - 20px);
        margin: 0 10px;
    }
    .product-wrapper{
        flex-wrap: wrap;
        row-gap: 40px;
    }
   
    .product-card img{
        width: 100%;
        height: 350px;
        object-fit: contain;
    }
    .product-card{
        padding: 0;
    }
    .global-exhibitor-wrapper .exhibitor-block{
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .exhibitor-block .exhibitor-left {
        flex: 0 0 100%;
    }
    .exhibitor-block .exhibitor-left h2 {
        padding-bottom: 40px;
        padding-right: 0;
    }
    .global-top-block .global-left h2{
        padding-bottom: 40px;
    }
    .exhibitor-block .exhibitor-right {
        flex: 0 0 100%;
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .exhibitor-right .right-item {
        width:100%;
        margin: 0;
    }
    .right-item .right-content {
        padding-right: 0;
    }
    .border-img::before{
        width: 120px;
        height: 12px;
        background-size: contain;
        bottom: 16%;
        transform: translateY(-16%);
    }
    .countries-inner {
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .countries-item {
        width: calc(100% / 1 - 30px);
        margin: 0 15px;
    }
    .highlighter{
        margin-bottom: 20px;
    }
    .hero-section-inner .hero-content h1 {
        font-size: 38px;
    }
    .global-top-block .global-left h2 {
        font-size: 32px;
    }
    .manufacturer-wrapper h2 {
        font-size: 25px;
    }
    .section-header h2 {
        font-size: 32px;
    }
    .industry-item-content h3 a{
        font-size: 18px;
    }
    .industry-card .industry-item-content{
        min-height: 80px;
    }
}
@media (max-width: 767px){
    .hero-section-inner .hero-content h1{
        font-size: 38px;
    }
	.request-quote-btn-ppc{padding: 8px 15px;font-size: 15px;}
	.adwords-heading{padding:10px;}
    .hero-section .hero-section-inner {
        padding: 40px 0 40px;
        row-gap: 50px;
    }
    .hero-section-inner .hero-img img {
        height: 200px;
    }
     .trusted-global-wrapper .global-top-block{
        padding: 35px 0 35px;
    }
     .trusted-global-wrapper .global-top-block .global-left h2{
        font-size: 28px;
     }
    .trusted-global-wrapper .brand-logo-slider {
        margin: 0;
    }
    .static-block{
      padding: 35px 0;
    }
    .static-block .section-header h2 {
      font-size: 28px;
    }
    .static-block-wrapper .item {
        width: calc(100% / 1 - 20px);
        margin: 0 10px;
    }
    .product-section{
      padding: 35px 0;
    }
    .product-card img {
        height: 240px;
    }
    .industry-applications-section{
      padding: 35px 0;
    }
    .industry-applications-section .section-header {
        padding-right:0;
    }
    .slider-btn{
        bottom: -40px;
    }
    .highlighter{
        margin-bottom: 16px;
    }
    .blue-btn{
        font-size: 14px;
        padding: 6px 20px;
        height: 40px;
		display: block;
    margin: 0 auto;
    }
    .global-exhibitor-section{
      padding: 35px 0;
    }
    .exhibitor-block .exhibitor-left h2{
      font-size: 28px;
    }
    .manufacturer-wrapper {
        padding: 20px 20px 20px 20px;
    }
    .hero-section-inner .hero-content p {
        line-height: normal;
    }
    .static-block .section-header p {
        line-height: normal;
    }
    .manufacturer-wrapper p {
        line-height: normal;
    }
    .product-content p {
        line-height: normal;
    }
    .product-content h3 {
        font-size: 26px;
    }
	.header-main .navigation-bar .container{flex-direction:column;}
	.adwords-heading{font-size: 18px;
        padding-top: 20px;
        text-align: center;
        line-height: 28px;}
    .industry-item-content h3 a {
        font-size: 20px;
    }
	
    .border-img::before {
        bottom: 14%;
        transform: translateY(-14%);
    }
    .brands{
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .countries-served-section{
      padding: 35px 0;
    }
    .countries-served-section .section-header h2{
      font-size: 28px;
    }
    .countries-card h3 {
      padding: 0 70px 20px 0;
      font-size: 20px;
    }
    .countries-card p a{
      font-size: 15px;
    }
    .product-item{
        width: 100%;
    }
    .product-content h3 {
        padding: 34px 0 16px;
        text-transform: math-auto;
    }
    .countries-img .map-img {
        padding: 20px 0;
    }
    .countries-served-wrapper .countries-header {
        padding-bottom: 16px;
    }
    .exhibitor-right .right-item img {
        padding-bottom: 18px;
    }
    .map:before{
      width: 60%;
      height: 60%;
    }
    .map:after {
      height: 8px;
      width: 20px;
      position: absolute;
      margin: 14px 0 0 -15px;
    }
	.hero-banner-adwords {
    /*background-size: cover;*/
    background-repeat: no-repeat;
    /*min-height: 582px;*/
		/*background: url("/source/7ee389989718c7a6c9d9527910d24f13/unnati-pumps-ppc-banner3.jpg"); background-repeat: no-repeat;*/
    background-size: contain;
    background-position: center;
		min-height: unset; 
		margin-top:0px;	}
	.hero-section-adwords .hero-section-inner-adwords{padding: 40px 0 108px;}
	.adwords-h4{font-size:18px;}

}
.certificate_section{margin-top:20px}
