/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

:root {
    --light: 80;
    /* the threshold at which colors are considered "light." Range: integers from 0 to 100,
  recommended 50 - 70 */
    --threshold: 60;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    background: #17205B;
}

body {
    background-color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
    color: #17205B;
    text-decoration: none;
}

/**
 * Color classes
 */
.color-yellow {
    color: #cc1e20;
}

/**
 * Bootstrap
 */
button:focus, button:active {
    outline: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/**
 * Basic typography style for copy text + all @font-face declarations
 */
body {
    font-family: "Poppins", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #17205B;
}

body {
    font-size: 17px;
}

@media screen and (min-width: 320px) {
    body {
        font-size: -webkit-calc(17px + 1 * ((100vw - 320px) / 880));
        font-size: -moz-calc(17px + 1 * ((100vw - 320px) / 880));
        font-size: calc(17px + 1 * ((100vw - 320px) / 880));
        line-height: -webkit-calc(24px + 4 * ((100vw - 320px) / 880));
        line-height: -moz-calc(24px + 4 * ((100vw - 320px) / 880));
        line-height: calc(24px + 4 * ((100vw - 320px) / 880));
    }
}

@media screen and (min-width: 1200px) {
    body {
        font-size: 18px;
        line-height: 28px;
    }
}

h1 {
    font-weight: 500;
    letter-spacing: -0.015em;
    margin: 0;
}

h1 {
    font-size: 36px;
}

@media screen and (min-width: 320px) {
    h1 {
        font-size: -webkit-calc(36px + 32 * ((100vw - 320px) / 880));
        font-size: -moz-calc(36px + 32 * ((100vw - 320px) / 880));
        font-size: calc(36px + 32 * ((100vw - 320px) / 880));
        line-height: -webkit-calc(52px + 36 * ((100vw - 320px) / 880));
        line-height: -moz-calc(52px + 36 * ((100vw - 320px) / 880));
        line-height: calc(52px + 36 * ((100vw - 320px) / 880));
    }
}

@media screen and (min-width: 1200px) {
    h1 {
        font-size: 68px;
        line-height: 88px;
    }
}

h2 {
    font-weight: 600;
    margin-top: 1.2em;
    margin-bottom: 0.83em;
    color: #17205B;
    line-height: 1.17;
    letter-spacing: 0.02em;
}

h3 {
    font-weight: 500;
    margin-top: 2em;
    margin-bottom: 1.25em;
    color: #2236A1;
    line-height: 1.33;
    letter-spacing: 0.01em;
}

h3 {
    font-size: 28px;
}

@media screen and (min-width: 320px) {
    h3 {
        font-size: -webkit-calc(28px + 20 * ((100vw - 320px) / 880));
        font-size: -moz-calc(28px + 20 * ((100vw - 320px) / 880));
        font-size: calc(28px + 20 * ((100vw - 320px) / 880));
        line-height: -webkit-calc(44px + 24 * ((100vw - 320px) / 880));
        line-height: -moz-calc(44px + 24 * ((100vw - 320px) / 880));
        line-height: calc(44px + 24 * ((100vw - 320px) / 880));
    }
}

@media screen and (min-width: 1200px) {
    h3 {
        font-size: 48px;
        line-height: 68px;
    }
}

h4 {
    font-weight: 300;
    margin-top: 2em;
    margin-bottom: 1.5em;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

h5 {
    font-weight: 400;
    margin-top: 3em;
    margin-bottom: 1.875em;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

h6 {
    font-weight: 300;
    margin-top: 3em;
    margin-bottom: 1.5em;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

label {
    font-family: "Poppins", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

label {
    font-size: 16px;
}

@media screen and (min-width: 320px) {
    label {
        font-size: -webkit-calc(16px + 5 * ((100vw - 320px) / 880));
        font-size: -moz-calc(16px + 5 * ((100vw - 320px) / 880));
        font-size: calc(16px + 5 * ((100vw - 320px) / 880));
        line-height: -webkit-calc(28px + 5 * ((100vw - 320px) / 880));
        line-height: -moz-calc(28px + 5 * ((100vw - 320px) / 880));
        line-height: calc(28px + 5 * ((100vw - 320px) / 880));
    }
}

@media screen and (min-width: 1200px) {
    label {
        font-size: 21px;
        line-height: 33px;
    }
}

/**
 * Clear inner floats
 */
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}

btn:focus, a:focus, button:focus, input:focus {
    outline: none;
}

btn:focus, a:focus, button:focus, input:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a {
    text-decoration: none !important;
}

/* -----------------------------------------------------------------------------*/
/* This file contains all styles related to the header of the site/application.*/
/* -----------------------------------------------------------------------------*/
nav {
    height: 135px;
    background: rgba(23, 32, 91, 0.49);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

nav .nav-link {
    color: white;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    margin-right: 24px;
    font-weight: 500;
}

nav .nav-link:hover {
    color: #62E2FF;
}

nav .nav-link-gl {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px;
    margin-left: 10px;
}

nav .nav-link-gl.active {
    color: #cc1e20;
}

nav .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 136px;
    max-width: 1920px !important;
}

nav .container .download-button-lg {
    display: none;
}

@media (min-width: 768px) {
    nav .container .download-button-lg {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

nav .container .download-button-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    padding: 9px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    width: 48px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    nav .container .download-button-sm {
        display: none;
    }
}

nav .container .download-button-sm span {
    margin: 0;
    padding: 0;
    line-height: 0;
}

nav img {
    height: 46px;
}

@media (min-width: 768px) {
    nav img {
        height: 58px;
    }
}

main .container, footer .container, nav .container {
    padding: 24px;
    margin: 0 auto;
}

@media (min-width: 576px) {
    main .container, footer .container, nav .container {
        padding: 40px 40px;
    }
}

@media (min-width: 992px) {
    main .container, footer .container, nav .container {
        max-width: 100%;
        padding: 60px;
    }
}

@media (min-width: 1460px) {
    main .container, footer .container, nav .container {
        max-width: 1580px;
    }
}

.modal-window {
    width: 100%;
    max-width: 850px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 44px 28px;
}

@media (min-width: 576px) {
    .modal-window {
        padding: 44px 56px;
    }
}

.modal-window h2 {
    width: 100%;
    letter-spacing: -0.01em;
    margin-top: 6px;
    margin-bottom: 84px;
    color: #17205B;
    text-align: center;
    font-size: 34px;
}

.modal-window label {
    text-align: center;
    width: 100%;
    font-weight: 500;
    color: #2236A1;
    font-size: 18px;
    margin-top: 32px;
}

.modal-window p {
    font-size: 16px;
    margin: 0 0 40px;
    font-weight: 500;
    margin-right: 12px;
    text-align: center;
}

@media (min-width: 576px) {
    .modal-window p {
        margin-right: 24px;
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .modal-window p {
        margin: 0;
        text-align: left;
    }
}

.modal-window .modal-row {
    margin-bottom: 24px;
    background: #F8F9FA;
    padding: 40px 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 180ms ease-in-out;
    -o-transition: all 180ms ease-in-out;
    -moz-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-window .modal-row:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .modal-window .modal-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 20px 20px 24px;
    }
}

.fancybox-slide--html {
    padding: 12px;
}

@media (min-width: 576px) {
    .fancybox-slide--html {
        padding: 24px;
    }
}

footer {
    color: #FFDED5;
    background: #17205B;
    padding: 48px 0 30px;
    margin-top: 60px;
}

@media (min-width: 768px) {
    footer {
        padding: 88px 0 68px;
    }
}

footer .container {
    padding-top: 0;
    padding-bottom: 0;
}

footer a {
    color: #FFDED5;
}

footer h2 {
    color: #FFDED5;
    font-size: 42px;
    line-height: 58px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin: 8px 0 54px;
}

@media (min-width: 576px) {
    footer h2 {
        font-size: 60px;
        line-height: 72px;
        margin: 8px 0 74px;
    }
}

footer .footer-social {
    margin-top: auto;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    footer .footer-social {
        margin-bottom: 26px;
    }
}

footer .text-col {
    margin-top: 4px;
}

footer .text-col .text-entry {
    margin-bottom: 40px;
}

footer .text-col .text-entry label {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

footer .text-col .text-entry p {
    font-size: 18px;
    margin-bottom: 4px;
    line-height: 29px;
}

footer .text-col .text-entry a {
    color: #FFDED5;
    text-decoration: underline !important;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

footer .text-col .text-entry a:hover {
    color: #62E2FF;
}

footer .text-col .text-entry a p {
    margin-bottom: 8px;
}

footer .text-col .text-entry .social-links a {
    text-decoration: none !important;
}

footer .social-links p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

footer .social-links a {
    text-decoration: none !important;
}

footer .social-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .ticket-service-link {
    color: #62E2FF;
    font-size: 21px;
    line-height: 34px;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    margin-bottom: 21px;
    max-width: 360px;
}

footer .ticket-service-link span {
    margin: 0 0 0 4px;
    padding: 0;
    font-size: 22px;
    vertical-align: middle;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

footer .ticket-service-link:hover {
    color: #a4eeff;
}

footer .ticket-service-link:hover span {
    margin-left: 10px;
}

footer .footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 62px;
}

footer .footer-bottom p {
    margin: 0;
}

footer .footer-bottom a {
    font-weight: 500;
    font-size: 18px;
    text-decoration: underline !important;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

footer .footer-bottom a:hover {
    color: #62E2FF;
}

.button-secondary, .button-primary {
    background: #cc1e20;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 20px 32px;
    font-weight: 500;
    letter-spacing: -0.01em;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    color: white;
}

.button-secondary:hover, .button-primary:hover {
    background: #e23638;
}

.button-light-blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #2D41AC;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 16px 24px;
    font-weight: 500;
    letter-spacing: -0.01em;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    color: white;
}

.button-light-blue:hover {
    background: #3b52cc;
}

.button-light-blue span {
    margin: 0 14px 0 0;
}

.button-light-blue p {
    margin: 0;
    line-height: 0;
}

.button-primary {
    background: none;
    border: 2px solid white;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: white;
    padding: 16px 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.button-primary span {
    margin-left: 12px;
}

.button-primary:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.social-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFDED5;
    background: #1b266b;
    margin: 0;
    line-height: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    height: 62px;
    width: 62px;
    min-height: 64px;
    min-width: 64px;
    text-decoration: none !important;
}

.social-button span {
    color: #FFDED5;
    font-size: 30px;
    line-height: 30px;
    margin: auto;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.social-button svg {
    color: #FFDED5;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.social-button #Logo__x2014__FIXED, .social-button svg path {
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.social-button:hover {
    background: #1e2a77;
    -webkit-box-shadow: 0 0 0 6px #1e2a77;
    -moz-box-shadow: 0 0 0 6px #1e2a77;
    box-shadow: 0 0 0 6px #1e2a77;
}

.social-button:hover span {
    color: #62E2FF;
}

.social-button:hover svg {
    fill: #62E2FF;
}

.social-button:hover #Logo__x2014__FIXED {
    fill: #62E2FF;
}

.social-button:hover svg path {
    fill: #62E2FF;
}

.inp-line {
    position: relative;
    margin: auto;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.inp-line .label {
    position: absolute;
    top: 20px;
    left: 12px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    pointer-events: none;
    font-weight: 500;
}

.inp-line .focus-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    z-index: -1;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
}

.inp-line input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 16px 12px 0 12px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: black;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.inp-line input:hover {
    background: rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.inp-line input:not(:-moz-placeholder-shown) + .label {
    color: rgba(0, 0, 0, 0.5);
    -moz-transform: translate3d(0, -13px, 0) scale(0.75);
    transform: translate3d(0, -13px, 0) scale(0.75);
}

.inp-line input:not(:-ms-input-placeholder) + .label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -13px, 0) scale(0.75);
}

.inp-line input:not(:placeholder-shown) + .label {
    color: rgba(0, 0, 0, 0.5);
    -webkit-transform: translate3d(0, -13px, 0) scale(0.75);
    -moz-transform: translate3d(0, -13px, 0) scale(0.75);
    transform: translate3d(0, -13px, 0) scale(0.75);
}

.inp-line input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.inp-line input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.inp-line input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.inp-line input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.inp-line input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.inp-line input::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.inp-line input:focus {
    background: rgba(0, 0, 0, 0.05);
    outline: none;
    -webkit-box-shadow: inset 0 -2px 0 #17205B;
    -moz-box-shadow: inset 0 -2px 0 #17205B;
    box-shadow: inset 0 -2px 0 #17205B;
}

.inp-line input:focus + .label {
    color: #17205B;
    -webkit-transform: translate3d(0, -13px, 0) scale(0.75);
    -moz-transform: translate3d(0, -13px, 0) scale(0.75);
    transform: translate3d(0, -13px, 0) scale(0.75);
}

.inp-line input:focus + .label + .focus-bg {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.inp-line input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.inp-line input:focus:-moz-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.inp-line input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.inp-line input:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.inp-line input:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.inp-line input:focus::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.inp-line input:not(:-moz-placeholder-shown) + .label {
    color: #17205b;
}

.inp-line input:not(:-ms-input-placeholder) + .label {
    color: #17205b;
}

.inp-line input:not(:placeholder-shown) + .label {
    color: #17205b;
}

.inp-line.lightmode .label {
    color: rgba(255, 255, 255, 0.9);
}

.inp-line.lightmode .focus-bg {
    background: rgba(255, 255, 255, 0.09);
}

.inp-line.lightmode input {
    background: rgba(255, 255, 255, 0.02);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3);
    color: white;
}

.inp-line.lightmode input:hover {
    background: rgba(255, 255, 255, 0.04);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.9);
    -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.9);
}

.inp-line.lightmode input:not(:-moz-placeholder-shown) + .label {
    color: rgba(255, 255, 255, 0.5);
}

.inp-line.lightmode input:not(:-ms-input-placeholder) + .label {
    color: rgba(255, 255, 255, 0.5);
}

.inp-line.lightmode input:not(:placeholder-shown) + .label {
    color: rgba(255, 255, 255, 0.5);
}

.inp-line.lightmode input:focus {
    background: rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: inset 0 -2px 0 #cc1e20;
    -moz-box-shadow: inset 0 -2px 0 #cc1e20;
    box-shadow: inset 0 -2px 0 #cc1e20;
}

.inp-line.lightmode input:focus + .label {
    color: #cc1e20;
}

.inp-line.lightmode input:not(:-moz-placeholder-shown) + .label {
    color: #cc1e20;
}

.inp-line.lightmode input:not(:-ms-input-placeholder) + .label {
    color: #cc1e20;
}

.inp-line.lightmode input:not(:placeholder-shown) + .label {
    color: #cc1e20;
}

.inp-line.placeholder .label {
    -webkit-transform: translate3d(0, -24px, 0) scale(0.75);
    -moz-transform: translate3d(0, -24px, 0) scale(0.75);
    transform: translate3d(0, -24px, 0) scale(0.75);
    opacity: 0;
}

.inp-line.placeholder input {
    padding: 16px 12px 16px 12px;
}

.inp-line.placeholder input:not(:-moz-placeholder-shown) {
    padding: 16px 12px 0 12px;
}

.inp-line.placeholder input:not(:-ms-input-placeholder) {
    padding: 16px 12px 0 12px;
}

.inp-line.placeholder input:not(:placeholder-shown) {
    padding: 16px 12px 0 12px;
}

.inp-line.placeholder input:not(:-moz-placeholder-shown) + .label {
    opacity: 100;
}

.inp-line.placeholder input:not(:-ms-input-placeholder) + .label {
    opacity: 100;
}

.inp-line.placeholder input:not(:placeholder-shown) + .label {
    opacity: 100;
}

.inp-line.placeholder input:focus {
    padding: 16px 12px 0 12px;
}

.inp-line.placeholder input:focus + .label {
    opacity: 100;
}

.search-field {
    margin-bottom: 32px;
    position: relative;
}

.search-field span {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    left: 24px;
    bottom: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.search-field input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 16px 12px 16px 68px;
    height: 74px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 400;
    background: #62E2FF;
    color: #FFFBE5;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.search-field input:hover {
    -webkit-box-shadow: inset 0 0 0 2px #cc1e20;
    -moz-box-shadow: inset 0 0 0 2px #cc1e20;
    box-shadow: inset 0 0 0 2px #cc1e20;
}

.search-field input::-webkit-input-placeholder {
    color: #FFFBE5;
}

.search-field input:-moz-placeholder {
    color: #FFFBE5;
}

.search-field input::-moz-placeholder {
    color: #FFFBE5;
}

.search-field input:-ms-input-placeholder {
    color: #FFFBE5;
}

.search-field input::-ms-input-placeholder {
    color: #FFFBE5;
}

.search-field input::placeholder {
    color: #FFFBE5;
}

.search-field input:focus {
    -webkit-box-shadow: inset 0 0 0 2px #cc1e20;
    -moz-box-shadow: inset 0 0 0 2px #cc1e20;
    box-shadow: inset 0 0 0 2px #cc1e20;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.search-field input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.search-field input:focus:-moz-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.search-field input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.search-field input:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.search-field input:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.search-field input:focus::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.search-field:hover span {
    color: #cc1e20;
}

.scroll-indicator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 8px;
}

.scroll-indicator p {
    display: none;
    min-width: 101px;
    color: #FFDED5 !important;
    margin: 0;
    opacity: 0.8;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-bottom: 50px;
    margin-right: -50px;
}

@media (min-width: 768px) {
    .scroll-indicator p {
        display: block;
    }
}

.dots span {
    margin-top: 12px;
    display: block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffded4;
}

.dots span:nth-child(1) {
    -webkit-animation: fade 1.4s ease-in-out infinite both;
    -moz-animation: fade 1.4s ease-in-out infinite both;
    -o-animation: fade 1.4s ease-in-out infinite both;
    animation: fade 1.4s ease-in-out infinite both;
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.dots span:nth-child(2) {
    -webkit-animation: fade 1.4s ease-in-out infinite both;
    -moz-animation: fade 1.4s ease-in-out infinite both;
    -o-animation: fade 1.4s ease-in-out infinite both;
    animation: fade 1.4s ease-in-out infinite both;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.dots span:nth-child(3) {
    -webkit-animation: fade 1.4s ease-in-out infinite both;
    -moz-animation: fade 1.4s ease-in-out infinite both;
    -o-animation: fade 1.4s ease-in-out infinite both;
    animation: fade 1.4s ease-in-out infinite both;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

@-webkit-keyframes fade {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-moz-keyframes fade {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-o-keyframes fade {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fade {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.uw-card-dark {
    background: #082C60;
    padding: 20px 24px;
    -webkit-border-radius: 18px 18px 18px 0;
    -moz-border-radius: 18px 18px 18px 0;
    border-radius: 18px 18px 18px 0;
}

@media (min-width: 768px) {
    .uw-card-dark {
        padding: 40px 52px;
    }
}

.uw-card-dark.rounded-card {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.uw-card-light {
    background: white;
    padding: 20px 24px;
    -webkit-border-radius: 18px 18px 18px 0;
    -moz-border-radius: 18px 18px 18px 0;
    border-radius: 18px 18px 18px 0;
    border: 1px solid #D6DAE3;
}

@media (min-width: 768px) {
    .uw-card-light {
        padding: 40px 52px;
    }
}

.uw-card-light.rounded-card {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.uw-card-light.max-rounded-card {
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}

.uw-card-light.hoverable {
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.uw-card-light.hoverable:hover {
    -webkit-box-shadow: inset 0 0 0 2px #17205B;
    -moz-box-shadow: inset 0 0 0 2px #17205B;
    box-shadow: inset 0 0 0 2px #17205B;
    border: 1px solid #17205B;
}

.uw-card-light .type-info {
    margin: 0;
    font-size: 16px;
    color: #6b839c;
    text-align: right;
    margin-left: auto;
}

.uw-card-grey {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: auto;
    background: #F9F9F9;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 40px;
    min-height: 314px;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.uw-card-grey .uw-card-inside {
    position: relative;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.uw-card-grey:hover {
    background: #f5faff;
    -webkit-box-shadow: 0 0 0 8px #ffffff, 0 0 0 11px #2d41ac;
    -moz-box-shadow: 0 0 0 8px #ffffff, 0 0 0 11px #2d41ac;
    box-shadow: 0 0 0 8px #ffffff, 0 0 0 11px #2d41ac;
}

.uw-card-grey:hover h4 {
    color: #2d41ac;
}

.uw-card-grey .translate-link {
    position: absolute;
    bottom: 30px;
    right: 32px;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.uw-card-grey .translate-link:hover {
    background: #ffffff;
    padding: 12px;
    color: #2D41AC;
    bottom: 18px;
    right: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.uw-card-grey h4 {
    margin-top: 0;
    font-size: 21px;
    font-weight: 500;
    color: #17205B;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

@media (min-width: 768px) {
    .uw-card-grey h4 {
        font-size: 24px;
    }
}

.uw-card-grey p {
    max-width: 360px;
    text-align: center;
    font-weight: 500;
    color: #17205B;
    margin-bottom: 36px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .uw-card-grey p {
        font-size: 17px;
    }
}

.img-1::before, .img-6::before, .img-5::before, .img-4::before, .img-3::before, .img-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/g-img-1.jpg);
    -moz-background-size: 280px;
    -o-background-size: 280px;
    background-size: 280px;
    background-repeat: no-repeat;
    background-position: top -100px left;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    mix-blend-mode: multiply;
}

.img-2::before {
    background-image: url(/img/g-img-2.jpg);
}

.img-3::before {
    background-image: url(/img/g-img-3.jpg);
}

.img-4::before {
    background-image: url(/img/g-img-4.jpg);
}

.img-5::before {
    background-image: url(/img/g-img-5.jpg);
}

.img-6::before {
    background-image: url(/img/g-img-6.jpg);
}

.video-card span {
    font-size: 32px;
    -webkit-transition: font-size 150ms ease-in-out;
    -o-transition: font-size 150ms ease-in-out;
    -moz-transition: font-size 150ms ease-in-out;
    transition: font-size 150ms ease-in-out;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: transparent;
    border: none;
}

.video-card:hover span {
    font-size: 38px;
}

.news-card {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    border: none;
}

.news-card .img-container {
    width: 100%;
    height: 270px;
    min-height: 270px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news-card .img-container img {
    height: 270px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 530ms ease-in-out;
    -o-transition: all 530ms ease-in-out;
    -moz-transition: all 530ms ease-in-out;
    transition: all 530ms ease-in-out;
}

.news-card .text-container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
    border: solid 1px #D6DAE3;
    border-top: 0;
    -webkit-border-radius: 0 0 32px 32px;
    -moz-border-radius: 0 0 32px 32px;
    border-radius: 0 0 32px 32px;
}

@media (min-width: 576px) {
    .news-card .text-container {
        padding: 28px 32px 32px 32px;
    }
}

.news-card label {
    color: #17205B;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.03em;
}

.news-card h5 {
    margin: 4px 0 48px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #17205B;
}

.news-card:hover .img-container img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

@media (min-width: 576px) {
    .news-card:hover .img-container img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.uw-card-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
}

.uw-card-actions .button-secondary, .uw-card-actions .button-primary {
    padding: 12px 18px;
}

/* -----------------------------------------------------------------------------*/
/* This file contains styles that are specific to the home page.*/
/* -----------------------------------------------------------------------------*/
.masthead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100vh;
    min-height: 670px;
    max-height: 100%;
    background: #17205B;
    background-color: #17205B;
    background-image: url(../img/masthead-img.jpg);
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: -610px;
}

@media (min-width: 576px) {
    .masthead {
        max-height: 1080px;
        background-position: center;
    }
}

@media (min-width: 992px) {
    .masthead {
        background-position: left;
    }
}

.masthead .nav-link {
    color: white;
    font-weight: 500;
    margin-right: 28px;
    text-decoration: none;
}

.masthead .nav-link:first-child {
    margin-right: 12px;
}

.masthead .nav-link:hover {
    color: #62E2FF;
}

.masthead .container {
    padding: 0;
    max-width: 100%;
}

@media (min-width: 1460px) {
    .masthead .container {
        max-width: 1920px;
    }
}

.masthead .masthead-info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #FFDED5;
    padding: 41px 24px 60px;
    height: 100%;
}

@media (min-width: 576px) {
    .masthead .masthead-info {
        padding: 41px 40px 60px;
    }
}

@media (min-width: 992px) {
    .masthead .masthead-info {
        padding: 41px 60px 60px;
    }
}

@media (min-width: 1720px) {
    .masthead .masthead-info {
        padding: 41px 60px 80px 60px;
    }
}

.masthead .masthead-info p {
    max-width: 680px;
    color: white;
}

.masthead .masthead-info label {
    color: white;
    font-size: 21px;
    margin-bottom: 12px;
    margin-top: 60px;
}

.masthead .masthead-info h1 {
    color: white;
    margin-bottom: 16px;
}

.masthead .masthead-info .button-secondary, .masthead .masthead-info .button-primary {
    margin-top: 28px;
}

.masthead .masthead-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.masthead .masthead-top .button-primary {
    margin: 0;
}

.masthead .masthead-top .download-button-lg {
    display: none;
}

@media (min-width: 768px) {
    .masthead .masthead-top .download-button-lg {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.masthead .masthead-top .download-button-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    padding: 9px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    width: 48px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .masthead .masthead-top .download-button-sm {
        display: none;
    }
}

.masthead .masthead-top .download-button-sm span {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.masthead .masthead-top img {
    height: 46px;
    margin-bottom: 24px;
    margin-top: -2px;
}

@media (min-width: 768px) {
    .masthead .masthead-top img {
        height: 58px;
    }
}

.download-section .online-guidelines, .video-section .online-guidelines, .download-section .printed, .video-section .printed {
    background-color: #17205B;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center right 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFDED5;
    min-height: 293px;
    padding: 32px 36px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

@media (min-width: 768px) {
    .download-section .online-guidelines, .video-section .online-guidelines, .download-section .printed, .video-section .printed {
        padding: 60px 68px;
        background-image: url(../img/globe.png);
    }
}

.download-section .online-guidelines h2, .video-section .online-guidelines h2, .download-section .printed h2, .video-section .printed h2 {
    color: #FFDED5;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
    max-width: 330px;
}

.download-section .online-guidelines h2, .video-section .online-guidelines h2, .download-section .printed h2, .video-section .printed h2 {
    font-size: 28px;
}

@media screen and (min-width: 320px) {
    .download-section .online-guidelines h2, .video-section .online-guidelines h2, .download-section .printed h2, .video-section .printed h2 {
        font-size: -webkit-calc(28px + 20 * ((100vw - 320px) / 880));
        font-size: -moz-calc(28px + 20 * ((100vw - 320px) / 880));
        font-size: calc(28px + 20 * ((100vw - 320px) / 880));
        line-height: -webkit-calc(44px + 18 * ((100vw - 320px) / 880));
        line-height: -moz-calc(44px + 18 * ((100vw - 320px) / 880));
        line-height: calc(44px + 18 * ((100vw - 320px) / 880));
    }
}

@media screen and (min-width: 1200px) {
    .download-section .online-guidelines h2, .video-section .online-guidelines h2, .download-section .printed h2, .video-section .printed h2 {
        font-size: 48px;
        line-height: 62px;
    }
}

@media (min-width: 768px) {
    .download-section .online-guidelines h2, .video-section .online-guidelines h2, .download-section .printed h2, .video-section .printed h2 {
        max-width: 400px;
    }
}

@media (min-width: 992px) {
    .download-section .online-guidelines h2, .video-section .online-guidelines h2, .download-section .printed h2, .video-section .printed h2 {
        max-width: 100%;
    }
}

.download-section .online-guidelines span, .video-section .online-guidelines span, .download-section .printed span, .video-section .printed span {
    color: #FFDED5;
    margin-left: 16px;
    vertical-align: middle;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.download-section .online-guidelines span, .video-section .online-guidelines span, .download-section .printed span, .video-section .printed span {
    font-size: 24px;
}

@media screen and (min-width: 320px) {
    .download-section .online-guidelines span, .video-section .online-guidelines span, .download-section .printed span, .video-section .printed span {
        font-size: -webkit-calc(24px + 18 * ((100vw - 320px) / 880));
        font-size: -moz-calc(24px + 18 * ((100vw - 320px) / 880));
        font-size: calc(24px + 18 * ((100vw - 320px) / 880));
        line-height: -webkit-calc(44px + 18 * ((100vw - 320px) / 880));
        line-height: -moz-calc(44px + 18 * ((100vw - 320px) / 880));
        line-height: calc(44px + 18 * ((100vw - 320px) / 880));
    }
}

@media screen and (min-width: 1200px) {
    .download-section .online-guidelines span, .video-section .online-guidelines span, .download-section .printed span, .video-section .printed span {
        font-size: 42px;
        line-height: 62px;
    }
}

.download-section .online-guidelines p, .video-section .online-guidelines p, .download-section .printed p, .video-section .printed p {
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    color: #FFDED5;
    max-width: 400px;
}

@media (min-width: 992px) {
    .download-section .online-guidelines p, .video-section .online-guidelines p, .download-section .printed p, .video-section .printed p {
        max-width: 700px;
    }
}

.download-section .online-guidelines-link .online-guidelines:hover, .video-section .online-guidelines-link .online-guidelines:hover, .download-section .online-guidelines-link .printed:hover, .video-section .online-guidelines-link .printed:hover {
    background-color: #151d53;
}

.download-section .online-guidelines-link .online-guidelines:hover span, .video-section .online-guidelines-link .online-guidelines:hover span, .download-section .online-guidelines-link .printed:hover span, .video-section .online-guidelines-link .printed:hover span {
    margin-left: 24px;
}

.download-section .printed, .video-section .printed {
    background-color: #FFDED5;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .download-section .printed, .video-section .printed {
        background-image: url(../img/heart.png);
        margin-top: 60px;
    }
}

.download-section .printed h2, .video-section .printed h2, .download-section .printed p, .video-section .printed p, .download-section .printed span, .video-section .printed span {
    color: #17205B;
}

.download-section .printed-link .printed:hover, .video-section .printed-link .printed:hover {
    background-color: #ffe6df;
}

.download-section .printed-link .printed:hover span, .video-section .printed-link .printed:hover span {
    margin-left: 24px;
}

.download-section .downloads-header, .video-section .downloads-header, .video-section .video-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 450px;
    width: 100%;
    /*background-image: url(../img/arm-open.jpg);*/
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    letter-spacing: -0.01em;
    /*padding: 40px 24px 300px 24px;*/
    padding: 40px 24px;
}

@media (min-width: 576px) {
    .download-section .downloads-header, .video-section .downloads-header, .video-section .video-header {
        /*padding: 60px 60px 300px 60px;*/
        padding: 60px;
    }
}

.download-section .downloads-header h3, .video-section .downloads-header h3, .video-section .video-header h3 {
    margin-top: 0;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
    max-width: 740px;
    text-align: center;
}

.download-section .downloads-header p, .video-section .downloads-header p, .video-section .video-header p {
    max-width: 850px;
    text-align: center;
}

.download-section .downloads-header span, .video-section .downloads-header span, .video-section .video-header span {
    font-size: 46px;
    color: #2236A1;
    margin-top: 34px;
}

.download-section .card-block, .video-section .card-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .download-section .card-block, .video-section .card-block {
        gap: 60px;
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    .download-section .card-block, .video-section .card-block {
        margin-top: 60px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1370px) {
    .download-section .card-block, .video-section .card-block {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.video-section .card-block {
    gap: 40px;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .video-section .card-block {
        gap: 60px;
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    .video-section .card-block {
        margin-top: 80px;
    }
}

.video-section .video-header {
    margin-top: -40px;
    /*background-image: url(../img/arm-ok.jpg);*/
}

@media (min-width: 768px) {
    .video-section .video-header {
        margin-top: -60px;
    }
}

.video-section .main-video-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    display: flex;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden;
    max-height: 640px;
    width: auto;
    height: 250px;
}

@media (min-width: 992px) {
    .video-section .main-video-container {
        height: auto;
    }
}

.video-section .main-video-container img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.video-section .main-video-container .overlay {
    width: 100%;
    height: 100%;
    background-color: #17205B;
    position: absolute;
    opacity: 0.6;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.video-section .main-video-container .video-info {
    position: absolute;
}

.video-section .main-video-container .video-info h3 {
    color: white;
    letter-spacing: -0.02em;
    margin: 8px;
}

.video-section .main-video-container .video-info h3 {
    font-size: 21px;
}

@media screen and (min-width: 500px) {
    .video-section .main-video-container .video-info h3 {
        font-size: -webkit-calc(21px + 13 * ((100vw - 500px) / 700));
        font-size: -moz-calc(21px + 13 * ((100vw - 500px) / 700));
        font-size: calc(21px + 13 * ((100vw - 500px) / 700));
        line-height: -webkit-calc(36px + 22 * ((100vw - 500px) / 700));
        line-height: -moz-calc(36px + 22 * ((100vw - 500px) / 700));
        line-height: calc(36px + 22 * ((100vw - 500px) / 700));
    }
}

@media screen and (min-width: 1200px) {
    .video-section .main-video-container .video-info h3 {
        font-size: 34px;
        line-height: 58px;
    }
}

@media (min-width: 576px) {
    .video-section .main-video-container .video-info h3 {
        margin: 24px;
    }
}

.video-section .main-video-container .video-info span {
    font-size: 66px;
    -webkit-transition: font-size 150ms ease-in-out;
    -o-transition: font-size 150ms ease-in-out;
    -moz-transition: font-size 150ms ease-in-out;
    transition: font-size 150ms ease-in-out;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: transparent;
    border: none;
    color: white;
}

.video-section .main-video-container:hover .overlay {
    opacity: 0.4;
}

.video-section .main-video-container:hover img {
    -webkit-filter: grayscale(0.4);
    filter: grayscale(0.4);
}

.video-section .main-video-container:hover .video-info span {
    font-size: 76px;
}

.video-section .video-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    max-height: 280px;
    min-height: 256px;
    padding: 0;
    width: auto;
    height: auto;
}

.video-section .video-card .overlay {
    width: 100%;
    height: 100%;
    background-color: #17205B;
    position: absolute;
    opacity: 0.2;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.video-section .video-card img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.video-section .video-card .video-info {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.video-section .video-card .video-info p {
    font-size: 19px;
    margin: 16px;
    color: white;
}

.video-section .video-card .video-info span {
    font-size: 36px;
    -webkit-transition: font-size 150ms ease-in-out;
    -o-transition: font-size 150ms ease-in-out;
    -moz-transition: font-size 150ms ease-in-out;
    transition: font-size 150ms ease-in-out;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: transparent;
    border: none;
    color: white;
}

.video-section .video-card:hover .overlay {
    opacity: 0.1;
}

.video-section .video-card:hover img {
    -webkit-filter: grayscale(0.3);
    filter: grayscale(0.3);
}

.inner-page {
    background-color: #17205B;
    margin-top: 142px;
}

.inner-page:before {
    content: "";
    background-color: #17205B;
    width: 100%;
    height: 100%;
}

.inner-page .inner-container {
    -webkit-border-radius: 24px 24px 0 0;
    -moz-border-radius: 24px 24px 0 0;
    border-radius: 24px 24px 0 0;
    background: white;
}

@media (min-width: 576px) {
    .inner-page .inner-container {
        -webkit-border-radius: 32px 32px 0 0;
        -moz-border-radius: 32px 32px 0 0;
        border-radius: 32px 32px 0 0;
    }
}

.inner-page .downloads-header, .inner-page .video-section .video-header, .video-section .inner-page .video-header {
    background: none;
    padding-top: 0;
    /*background-image: url(../img/arm-three.jpg);
    background-repeat: no-repeat;
    background-position: bottom -45px center;*/
}

.inner-page .downloads-header p, .inner-page .video-section .video-header p, .video-section .inner-page .video-header p {
    max-width: 700px;
}

.inner-page .downloads-header h3, .inner-page .video-section .video-header h3, .video-section .inner-page .video-header h3 {
    color: #17205B;
    font-size: 32px;
}

@media (min-width: 576px) {
    .inner-page .downloads-header h3, .inner-page .video-section .video-header h3, .video-section .inner-page .video-header h3 {
        font-size: 38px;
    }
}

@media (min-width: 768px) {
    .inner-page .downloads-header h3, .inner-page .video-section .video-header h3, .video-section .inner-page .video-header h3 {
        font-size: 46px;
    }
}

.inner-page .downloads-header .top-icon, .inner-page .video-section .video-header .top-icon, .video-section .inner-page .video-header .top-icon {
    margin-bottom: 52px;
    font-size: 42px;
}

.inner-page .card-block {
    margin-top: 0;
}

.inner-page .uw-card-grey h4 {
    margin-bottom: 40px;
}
