:root {
    --bs-blue: #144477;
    --bs-indigo: #6610f2;
    --bs-purple: #8e00ba;
    --bs-pink: #c54d7a;
    --bs-red: #8c0602;
    --bs-orange: #fd7e14;
    --bs-yellow: #f39c12;
    --bs-green: #00bc8c;
    --bs-teal: #20c997;
    --bs-cyan: #00f3ff;
    --bs-white: #fff;
    --bs-gray: #888;
    --bs-gray-dark: #303030;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #ebebeb;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #888;
    --bs-gray-700: #444;
    --bs-gray-800: #303030;
    --bs-gray-900: #222;
    --bs-primary: #00f3ff;
    --bs-secondary: #444;
    --bs-success: #00bc8c;
    --bs-info: #144477;
    --bs-warning: #f39c12;
    --bs-danger: #8c0602;
    --bs-light: #adb5bd;
    --bs-dark: #222;
    --bs-primary-rgb: 0, 243, 255;
    --bs-secondary-rgb: 68, 68, 68;
    --bs-success-rgb: 0, 188, 140;
    --bs-info-rgb: 20, 68, 119;
    --bs-warning-rgb: 243, 156, 18;
    --bs-danger-rgb: 140, 6, 2;
    --bs-light-rgb: 173, 181, 189;
    --bs-dark-rgb: 34, 34, 34;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;


}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    font-family: "Gilroy", proxima-soft, sans-serif;

}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: .5rem;
    margin-top: 0;
    font-family: "Rangers";
    text-transform: uppercase;
}

.h1,
h1 {
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 3rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1.125rem
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol,
ul {
    padding-left: 0rem
}

dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

sub,
sup {
    font-size: .75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #00f3ff;
    text-decoration: underline
}

a:hover {
    color: #00c2cc
}

a {
    text-decoration: none
}

a,
a:hover {
    color: inherit
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img,
svg {
    vertical-align: middle
}

caption {
    color: #adb5bd;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

/*===================
	Start - Header
====================*/

.masthead {
    left: 0;
    pointer-events: none;
    /*position:fixed;
    top:0;
    width:100%;
    z-index:1000*/
}

.masthead .container {
    max-width: 950px
}

.masthead .header--standard {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    width: 100%
}

@media (min-width: 992px) {
    .masthead .header--standard.show-banner {
        display: none
    }
}

@media (max-width: 991px) {
    .masthead .header--standard {
        display: flex
    }
}

.masthead .header--banner {
    display: none;
    height: 100px;
    position: relative;
    width: 100%;
    z-index: 10
}

@media (min-width: 992px) {
    .masthead .header--banner.show-banner {
        display: block
    }
}

@media (max-width: 991px) {
    .masthead .header--banner {
        display: none
    }
}

.masthead .header--banner:before {
    background: #479bb9;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 50vw;
    z-index: -1
}

.masthead .header--banner .bg-helper {
    height: 100%;
    left: 360px;
    left: 270px;
    position: absolute;
    top: 0;
    width: 820px
}

.masthead .header--banner .masthead-banner__logo {
    left: 0
}

.masthead .header--banner .masthead-banner__donate {
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    left: 465px;
    left: 395px
}

.masthead .header--banner .masthead-banner__donate span i {
    font-size: 38px;
    vertical-align: initial
}

.masthead .header--banner .true-blue-hero {
    right: 0;
    width: 197px
}

.masthead .header--banner .true-blue-hero .true-blue-heroes-logo {
    background: url("/wp-content/themes/rcf/images/true-blue-hero-icon.png") no-repeat 0;
    background-position: 100%;
    color: #b4e2f2;
    font-size: 24px;
    font-weight: 700;
    height: 48px;
    letter-spacing: 2px;
    line-height: .9em;
    padding: 5px 48px 0 0;
    text-transform: uppercase
}

.masthead .header--banner > a {
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%)
}

.masthead__search-bar {
    background-color: #d8edf4;
    color: #144477;
    font-size: 0;
    pointer-events: none;
    position: relative;
    transition: .3s;
    z-index: -1
}

.masthead__search-bar .search-bar-wrapper {
    background-color: #d8edf4;
    color: #144477;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(-101%);
    transition: .3s;
    width: 100%
}

.masthead__search-bar.active {
    pointer-events: all;
    position: relative;
    transform: none
}

.masthead__search-bar.active .search-bar-wrapper {
    top: 0;
    transform: none
}

.masthead__search-bar form {
    display: inline-block;
    padding-right: 50px;
    position: relative;
    width: calc(100% - 50px)
}

.masthead__search-bar form input {
    background-color: transparent;
    border: none;
    color: #144477;
    font-size: 20px;
    font-weight: 700;
    height: 60px;
    outline: none;
    width: 100%
}

.masthead__search-bar form input::-webkit-input-placeholder {
    color: #144477
}

.masthead__search-bar form input:-moz-placeholder,
.masthead__search-bar form input::-moz-placeholder {
    color: #144477;
    opacity: 1
}

.masthead__search-bar form input:-ms-input-placeholder {
    color: #144477
}

.masthead__search-bar form button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.masthead__search-bar .close-search {
    align-items: center;
    border: 2px solid #144477;
    border-radius: 50%;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    margin-left: 10px;
    width: 40px
}

.masthead__search-bar .close-search i {
    color: #144477;
    font-size: 25px
}

.masthead__logo {
    display: block;
    width: 199px
}

@media (max-width: 991px) {
    .masthead__logo {
        width: 160px
    }
}

.masthead__upper {
    background-color: #fff;
    pointer-events: all
}

.masthead__upper .container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.masthead__upper .container .masthead__links a {
    margin-left: 16px;
    vertical-align: middle
}

@media (max-width: 991px) {
    .masthead__upper .container .masthead__links a {
        font-size: 12px !important;
        margin-left: 5px
    }

    .masthead__upper .container .masthead__links .cta {
        display: none
    }
}

.masthead__upper .container .masthead__links .donate {
    background-color: #c54d7a;
    border: 2px solid #c54d7a;
    border-radius: 99px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    padding: 12px 20px 12px 52px;
    position: relative;
    text-transform: uppercase;
    transition: .3s
}

.masthead__upper .container .masthead__links .donate svg {
    left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s
}

.masthead__upper .container .masthead__links .donate:hover {
    background-color: #144477;
    border-color: #144477
}

@media (max-width: 991px) {
    .masthead__upper .container .masthead__links .donate {
        background-color: transparent;
        border: none;
        border-radius: 0;
        font-size: 0 !important;
        margin: 0;
        padding: 0
    }

    .masthead__upper .container .masthead__links .donate svg {
        left: 0;
        position: relative;
        top: 0;
        transform: none
    }

    .masthead__upper .container .masthead__links .donate svg path {
        fill: #144477
    }
}

.masthead__upper .masthead__search.mobile {
    display: none
}

@media (max-width: 991px) {
    .masthead__upper .masthead__search.mobile {
        display: inline-block;
        margin-left: 16px;
        vertical-align: middle
    }
}

@media (max-width: 370px) {
    .masthead__upper .masthead__search.mobile {
        margin-left: 6px
    }
}

.masthead__lower {
    background-color: #b4e2f2;
    color: #144477;
    pointer-events: all
}

@media (max-width: 991px) {
    .masthead__lower {
        display: none
    }
}

.masthead__lower .container {
    justify-content: space-between;
    position: relative;
    z-index: 10
}

.masthead__lower .container,
.masthead__lower .container .masthead__nav .menu {
    align-items: center;
    display: flex;
    padding: 20px 0;
}

.masthead__lower .container .masthead__nav .menu > li {
    margin-right: 16px
}

.masthead__lower .container .masthead__nav .menu > li > a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 0;
    text-transform: uppercase
}

.masthead__lower .container .masthead__nav .menu > li > a .helper-bar {
    display: none
}

.masthead__lower .container .masthead__nav .menu > li.current-menu-item > a {
    position: relative
}

.masthead__lower .container .masthead__nav .menu > li.current-menu-item > a:before {
    background-color: #144477;
    border-radius: 99px;
    bottom: 14px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 30px
}

.masthead__lower .container .masthead__nav .menu > li.menu-item-has-children > a:after {
    color: #144477;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-left: 5px;
    vertical-align: top
}

.masthead__lower .container .masthead__nav .menu > li.menu-item-has-children:focus > a,
.masthead__lower .container .masthead__nav .menu > li.menu-item-has-children:hover > a {
    position: relative
}

.masthead__lower .container .masthead__nav .menu > li.menu-item-has-children:focus > a .helper-bar,
.masthead__lower .container .masthead__nav .menu > li.menu-item-has-children:hover > a .helper-bar {
    bottom: 0;
    display: block;
    height: 20px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 400px
}

.masthead__lower .container .masthead__nav .menu > li.menu-item-has-children:focus .sub-menu,
.masthead__lower .container .masthead__nav .menu > li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

.masthead__lower .container .masthead__nav .menu > li > .sub-menu {
    background-color: #d8edf4;
    left: 0;
    min-height: 215px;
    opacity: 0;
    padding: 30px 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition: .3s;
    visibility: hidden;
    width: 100%
}

.masthead__lower .container .masthead__nav .menu > li > .sub-menu:before {
    background-color: #d8edf4;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    width: 100vw;
    z-index: -1
}

.masthead__lower .container .masthead__nav .menu > li > .sub-menu > li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    width: 240px
}

.masthead__lower .container .masthead__nav .menu > li > .sub-menu > li .sub-menu li a {
    color: #4c7fb1;
    font-weight: 500
}

.masthead__lower .container .masthead__nav .menu > li > .sub-menu li a {
    border-bottom: 1px solid transparent;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    padding: 4px 0 2px;
    transition: .3s
}

.masthead__lower .container .masthead__nav .menu > li > .sub-menu li a:hover {
    border-bottom-color: #144477;
    color: #144477 !important
}

.masthead__lower .container .masthead__search svg {
    width: 18px
}

.masthead__breadcrumbs {
    background-color: #d8edf4;
    border-top: 1px solid #fff;
    color: #144477;
    padding: 10px 0;
    pointer-events: all;
    position: relative;
    z-index: -10
}

.masthead__breadcrumbs span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase
}

.masthead__breadcrumbs .separator {
    display: inline-block;
    font-size: 0;
    margin: 0 12px;
    vertical-align: revert
}

.masthead__breadcrumbs .separator:before {
    color: #144477;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 10px
}


/*=================
	Start - Footer
==================*/
.footer {
    background-color: #144477;
    color: #fff;
    overflow: hidden;
    padding: 45px 0
}

@media (max-width: 767px) {
    .footer .col-12 {
        margin-bottom: 30px
    }
}

.footer * {
    font-weight: 600
}

.footer a:not(.donate):hover {
    text-decoration: underline
}

.footer__nav {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px
}

.footer__nav .menu {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 0 15px
}

.footer__nav .menu li {
    margin-bottom: 10px
}

.footer__nav .menu li a {
    display: block;
    font-weight: 100;
    line-height: 1.2
}

.footer__socials p {
    display: block;
    margin-bottom: 20px
}

.footer__socials .socials-list li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px
}

.footer__socials .socials-list li a {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    display: flex;
    height: 35px;
    justify-content: center;
    transition: .3s;
    width: 35px
}

.footer__socials .socials-list li a i {
    color: #144477;
    font-size: 20px;
    transition: .3s
}

.footer__socials .socials-list li a:hover {
    background-color: #b4e2f2;
    text-decoration: none
}

.footer__donate p {
    display: block;
    line-height: 1.2;
    margin-bottom: 10px;
    max-width: 205px
}

@media (max-width: 767px) {
    .footer__donate p {
        margin-bottom: 30px
    }
}

.footer__donate .donate {
    background-color: #c54d7a;
    border: 2px solid #c54d7a;
    border-radius: 99px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    padding: 12px 20px 12px 52px;
    position: relative;
    text-transform: uppercase;
    transition: .3s
}

.footer__donate .donate svg {
    left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s
}

.footer__donate .donate:hover {
    background-color: #144477;
    border-color: #144477
}

@media (max-width: 991px) {
    .footer .row--bottom {
        margin-top: 0;
        padding-top: 20px
    }
}

@media (max-width: 767px) {
    .footer .row--bottom {
        padding-top: 0
    }

    .footer .row--bottom .col-club {
        order: 1
    }

    .footer .row--bottom .col-logos {
        order: 2
    }

    .footer__logos {
        display: flex;
        flex-flow: column
    }
}

.footer__logos img {
    display: inline-block;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .footer__logos img {
        margin-bottom: 30px
    }
}

.footer__logos .logo-1 {
    width: 250px
}

@media (max-width: 767px) {
    .footer__logos .logo-1 {
        order: 3
    }
}

.footer__logos .logo-2 {
    margin-left: 20px;
    width: 80px
}

@media (max-width: 767px) {
    .footer__logos .logo-2 {
        order: 1
    }
}

.footer__logos .logo-3 {
    margin-left: 20px;
    width: 100px
}

@media (max-width: 767px) {
    .footer__logos .logo-3 {
        order: 2
    }

    .footer__copy {
        margin-bottom: 6px
    }
}

.footer__copy p {
    font-size: 14px;
    line-height: 1.3
}

.footer .col-club {
    align-items: flex-end;
    display: flex
}

.footer__bottom-right {
    margin-left: auto;
    padding-left: 15px;
    width: 41.666%
}

@media (max-width: 991px) {
    .footer__bottom-right {
        padding-left: 0;
        width: 100%
    }
}

.footer__club {
    margin-bottom: 42px;
    text-align: center
}

@media (max-width: 767px) {
    .footer__club {
        margin-bottom: 10px
    }
}

.footer__club .club-link {
    display: block;
    max-width: 145px
}

.footer__club .club-link img {
    display: block;
    margin: 0 auto 10px
}

.footer__club .club-link span {
    display: block;
    text-align: center
}

.footer__agency {
    opacity: .7
}

.footer__agency p {
    font-size: 14px
}

.container {
    margin: 0 auto;
    max-width: 1030px;
    max-width: 1080px;
    padding-left: 0;
    padding-right: 0;
    width: 90%
}

ol,
ul {
    list-style: none
}

img {
    height: auto;
    max-width: 100%;
}

/*====================
Start - ROWS & Columns
==================== */
.row {

    display: flex;
    flex-wrap: wrap;

}

.row > * {
    flex-shrink: 0;

    max-width: 100%;
    width: 100%
}

.col {
    flex: 1 0 0%
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.cta {
    border-radius: 99px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: .3s;
    width: auto;
    margin: 0 auto;
}

.cta.outlined {
    border: 2px solid #144477;
    color: #144477;
    background: #fff
}

.cta.button {
    align-items: center;
    background-color: #144477;
    border: 2px solid #144477;
    border-radius: 99px;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    height: 45px;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer;
}

.cta.button:hover {
    background-color: transparent;
    color: #144477;
}

.cta.outlined:hover {
    background-color: #144477;
    border: 2px solid #144477;
    color: #fff;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("/fonts/Gilroy-Semibold.otf") format('opentype');
}

@font-face {
    font-family: 'Rangers';
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
    src: url("/fonts/RangersFC-Display.otf") format('opentype'), url("/fonts/RangersFC-Digital.woff") format('woff');
}
