/* Identical to the file in Sitefinity. Updates should be made there so that they can be copied over to Sitefinity */

/*** Fonts ***************************************/
@font-face {
    font-family: 'Graphik';
    src: url(/css/fonts/Graphik/Graphik-Thin.woff2) format('woff2'), url(/css/fonts/Graphik/Graphik-Thin.woff) format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url(/css/fonts/Graphik/Graphik-ThinItalic.woff2) format('woff2'), url(/css/fonts/Graphik/Graphik-ThinItalic.woff) format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url(/css/fonts/Graphik/Graphik-Extralight.woff2) format('woff2'), url(/css/fonts/Graphik/Graphik-Extralight.woff) format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url(/css/fonts/Graphik/Graphik-ExtralightItalic.woff2) format('woff2'), url(/css/fonts/Graphik/Graphik-ExtralightItalic.woff) format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url(/css/fonts/Graphik/Graphik-Light.woff2) format('woff2'), url(/css/fonts/Graphik/Graphik-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url(/css/fonts/Graphik/Graphik-LightItalic.woff2) format('woff2'), url(/css/fonts/Graphik/Graphik-LightItalic.woff) format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url(/css/fonts/Graphik/Graphik-Regular.woff2) format('woff2'), url(/css/fonts/Graphik/Graphik-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url(/css/fonts/Graphik/Graphik-RegularItalic.woff2) format('woff2'), url(/css/fonts/Graphik/Graphik-RegularItalic.woff) format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url(/css/fonts/Graphik/Graphik-Medium.woff2) format('woff2'), url(/css/fonts/Graphik/Graphik-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url(/css/fonts/Graphik/Graphik-MediumItalic.woff2) format('woff2'), url(/css/fonts/Graphik/Graphik-MediumItalic.woff) format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url(/css/fonts/Graphik/Graphik-Semibold.woff2) format('woff2'), url(/css/fonts/Graphik/Graphik-Semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url(/css/fonts/Graphik/Graphik-SemiboldItalic.woff2) format('woff2'), url(/css/fonts/Graphik/Graphik-SemiboldItalic.woff) format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url(/css/fonts/Graphik/Graphik-Bold.woff2) format('woff2'), url(/css/fonts/Graphik/Graphik-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url(/css/fonts/Graphik/Graphik-BoldItalic.woff2) format('woff2'), url(/css/fonts/Graphik/Graphik-BoldItalic.woff) format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url(/css/fonts/Graphik/Graphik-Black.woff2) format('woff2'), url(/css/fonts/Graphik/Graphik-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url(/css/fonts/Graphik/Graphik-BlackItalic.woff2) format('woff2'), url(/css/fonts/Graphik/Graphik-BlackItalic.woff) format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}



/* * * * * * * * * * * * * *
    Text Sizes
* * * * * * * * * * * * * */
/* 
  General Guide
  .gText--xxxxs - Trustpilot TrustScore text
  .gText--xxs - Bullets, Figma(Body Small/Regular)
  .gText--xs - Paragraph, Figma(Body Medium/Regular)
  .gText--sm - Subheading, Figma(Body Large/Regular)
  .gText--md - ~ Heading 4 / Card Heading
  .gText--lg - Heading 3
  .gText--xl - Heading 2
  .gText--xxl - Heading 1
*/
.gText--xxxxs {
    font-size: 10px;
    line-height: 11px;
}

.gText--xxs {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.25px;
}

.gText--xs {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.gText--sm {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
}

.gText--md {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.gText--lg {
    font-size: 22px;
    line-height: 32px;
}

.gText--xl {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.25px;
}

.gText--xxl {
    font-size: 32px;
    line-height: 42px;
}

@media (min-width: 768px) {
    .gText--xs {
        font-size: 18px;
        line-height: 27px;
    }

    .gText--sm {
        font-size: 20px;
        line-height: 22px;
        letter-spacing: 0.15px;
    }

    .gText--md {
        font-size: 22px;
        line-height: 27px;
    }

    .gText--lg {
        font-size: 30px;
        line-height: 32px;
    }

    .gText--xl {
        font-size: 42px;
        line-height: 46px;
    }

    .gText--xxl {
        font-size: 55px;
        line-height: 62px;
    }
}

/* * * * * * * * * * * * * *
    Font Weight
* * * * * * * * * * * * * */
.gFont--regular {
    font-weight: 400;
}

.gFont--semibold {
    font-weight: 600;
}

.gFont--bold {
    font-weight: 700;
}

/* * * * * * * * * * * * * *
    Titles
* * * * * * * * * * * * * */
.gSmallTitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
}

.gTitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.15px;
    padding-bottom: 5px;
}

.gEyebrow {
    font-size: 12px;
    font-weight: 500;
    line-height: 13.2px;
    letter-spacing: 1.5px;
    display: block;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 16px;
}

/* * * * * * * * * * * * * *
    Stats
* * * * * * * * * * * * * */
.saStats {
    font-size: 42px;
    line-height: 46.2px;
    letter-spacing: 0.25px;
}

/* * * * * * * * * * * * * *
    Check badge
* * * * * * * * * * * * * */
.card__checkBadge {
    padding: 6px 10px;
    font-size: 14px;
}

    .card__checkBadge img {
        top: -1px;
    }

/* * * * * * * * * * * * * *
    Background
* * * * * * * * * * * * * */
.gGlobe1__background {
    background-image: linear-gradient(transparent, white 100%), url("Globe_1 1.svg");
    background-size: cover;
    height: 374px;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: -1;
    top: 0;
}

@media (min-width: 992px) {
    .gGlobe1__background {
        width: 800px;
    }
}

.gSectionVerticalMargins {
    margin-top: 16px;
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .gSectionVerticalMargins {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.gBgBlock {
    display: none;
}

@media (min-width: 992px) {
    .gBgBlock {
        display: block;
        height: 950px;
        position: absolute;
        width: 100%;
        background-color: #f3f3f3;
    }
}

@media (min-width: 1200px) {
    .gBgBlock {
        height: 500px;
        position: absolute;
        width: 100%;
        background-color: #f3f3f3;
    }
}

.gHideInMobile {
    display: none;
}

@media (min-width: 768px) {
    .gHideInMobile {
        display: inherit;
    }
}

/* Used for globe on home page */
.gBackgroundPosition--Top {
    background-position: top !important;
    background-size: contain !important;
}

@media (min-width: 768px) {
    .gBackgroundPosition--Top {
        background-size: revert !important;
    }
}

/* * * * * * * * * * * * * *
    Position
* * * * * * * * * * * * * */
.bottom-5 {
    bottom: 3rem !important;
}

.bottom-4 {
    bottom: 1.5rem !important;
}

.bottom-3 {
    bottom: 1rem !important;
}

.bottom-2 {
    bottom: 0.5rem !important;
}

.bottom-1 {
    bottom: 0.25rem !important;
}

.top-5 {
    top: 3rem !important;
}

.top-4 {
    top: 1.5rem !important;
}

.top-3 {
    top: 1rem !important;
}

.top-2 {
    top: 0.5rem !important;
}

.top-1 {
    top: 0.25rem !important;
}

/* * * * * * * * * * * * * *
    Flex Basis
* * * * * * * * * * * * * */
.flex-basis-0 {
    flex-basis: 0px;
}

/* * * * * * * * * * * * * *
    Width
* * * * * * * * * * * * * */
.fit-content {
    width: fit-content;
}

@media (min-width: 992px) {
    .gGlobe1__background {
        width: 800px;
    }
}

.gBgBlock {
    display: none;
}

.gContent__textdark {
    color: #000000;
}

    .gContent__textdark a {
        cursor: pointer;
        color: #000000;
        text-decoration: underline;
    }

.gContent__textlight {
    color: #ffffff;
}

    .gContent__textlight a {
        cursor: pointer;
        color: #ffffff;
        text-decoration: underline;
    }
@media (min-width: 992px) {
    .gBgBlock {
        display: block;
        height: 950px;
        position: absolute;
        width: 100%;
        background-color: #f3f3f3;
    }
}

@media (min-width: 1200px) {
    .gBgBlock {
        height: 500px;
        position: absolute;
        width: 100%;
        background-color: #f3f3f3;
    }
}

/* Temporarily Added For Notifications Widget View Component Not Handled By Dependency Manager -DM*/

.saBanner .btn {
    width: fit-content;
}

#closeBannerBtn {
    margin: auto;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
    border: none;
    background-color: transparent;
}

    #closeBannerBtn span {
        top: -5px;
        right: 10px;
    }

@media (min-width: 576px) {
    #closeBannerBtn {
        top: 50%;
        bottom: 50%;
    }
}

@media (min-width: 768px) {
    #closeBannerBtn {
        right: 0;
    }
}

/* * * * * * * * * * * * * *
    scroll to top button
* * * * * * * * * * * * * */
#gScrollToTopWrapper {
    width: 50px;
}