html {
    font-family: Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
}
body {
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--gray-800);
    text-align: left;
    background-color: var(--white);
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    position: relative;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga";
    min-height: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
table {
    border-collapse: collapse;
}
fieldset {
    border: none;
    padding: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-display: swap;
}
h1,
.h1 {
    font-size: 3.25rem;
    color: var(--blue-600);
}
h2,
.h2 {
    font-size: 2.25rem;
    color: var(--blue-600);
}
h3,
.h3 {
    font-size: 1.5rem;
    color: var(--blue-500);
}
h4,
.h4 {
    font-size: 1.25rem;
    color: var(--gray-600);
}
a {
    color: var(--blue-400);
    outline: none;
    transition: 0.2s ease;
    text-decoration: underline;
    cursor: pointer;
}
.no-underline,
.no-underline a {
    text-decoration: none;
}
.no-hover:hover,
.no-hover:focus {
    transform: translateY(0) !important;
}
img {
    transition: 0.2s ease;
}
p {
    margin-top: 0;
    margin-bottom: 2.25rem;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 2rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
li {
    margin-bottom: 0.25rem;
}
blockquote {
    padding-left: 2.5rem;
    margin: 0;
    color: #999;
    border-left: 5px solid #ddd;
    font-style: italic;
    font-family: georgia, serif;
}
.circle {
    border-radius: 50em;
}
.no-border {
    border: none;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
small,
.small {
    font-size: 16px !important;
    line-height: 1.5 !important;
}
.smaller {
    font-size: 14px !important;
    line-height: 1.25 !important;
}
.rounded {
    border-radius: 1rem !important;
}
.border {
    border: 1px solid var(--gray) !important;
}
.border-bottom {
    border-bottom: 1px solid var(--gray) !important;
}
.border-white {
    border: 3px solid var(--white);
}
.border-orange {
    border: 3px solid var(--orange) !important;
}
.border-light-orange {
    border: 3px solid var(--yellow) !important;
}
.font-weight-normal {
    font-weight: 400;
}
strong {
    font-weight: 800 !important;
}
.shadow {
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 10%);
}
.blue-shadow {
    box-shadow: 0 4px 0 0 #0a3b66;
}
.orange-shadow {
    box-shadow: 0 4px 0 0 var(--orange);
}
.white-shadow {
    box-shadow: 5px 6px 0 0 var(--white);
}
.black-shadow {
    box-shadow: 5px 6px 0 0 var(--black);
}
.no-shadow {
    box-shadow: none !important;
}
.large-font {
    font-size: 1.5rem;
    line-height: 2.125rem;
}
.tight-text {
    line-height: 1.25 !important;
}
.z-index-1 {
    z-index: 100;
}
.jumbo {
    font-size: 12rem;
    line-height: 0.75;
}
.pointer {
    cursor: pointer;
}
@media (hover: hover) {
    .hover-down:hover,
    .hover-down:hover img {
        transform: translateY(4px);
        box-shadow: none;
    }
    .header a:hover,
    .footer a:hover {
        text-shadow: 0 0 10px #fff !important;
    }
    .header .nav-btn:hover {
        transform: translateY(2px);
        box-shadow: none;
    }
}
@media (hover: none) {
    .hover-down:hover,
    .hover-down:hover img {
    }
}
.container-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-900 {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.min-height {
    min-height: 1010px;
}
.full-height {
    height: 100vh;
}
.h-100 {
    height: 100%;
}
.w-100 {
    width: 100%;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 2rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 2rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pt-6 {
    padding-top: 4rem !important;
}
.pl-2 {
    padding-left: 0.5rem !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 2rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.pb-6 {
    padding-bottom: 4rem !important;
}
.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.px-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.m-0 {
    margin: 0 !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 2rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mb-0 {
    margin-bottom: 0rem !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 2rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.mr-3 {
    margin-right: 1rem !important;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.align-middle {
    vertical-align: middle !important;
}
.position-relative {
    position: relative !important;
}
:root {
    --blue: #275a86;
    --dark-blue: #01516e;
    --orange: #df7b01;
    --green: #31815c;
    --purple: #bc5ca3;
    --red: #e85d75;
    --yellow: #ffc857;
    --teal: #44b8af;
    --white: #ffffff;
    --black: #000000;
    --gray: #cccccc;
    --light-gray: #f7f7f7;
    --dark-gray: #777777;
    --gray-600: #475866;
    --gray-700: #2e3133;
    --gray-800: #17181a;
    --blue-600: #0a3b66;
    --blue-500: #275a86;
    --blue-400: #1866a0;
}
.black {
    color: var(--black) !important;
}
.black-bg {
    background-color: var(--black) !important;
}
.white,
.white a {
    color: var(--white) !important;
}
.white-bg {
    background-color: var(--white) !important;
}
.blue {
    color: var(--blue) !important;
}
.blue-bg {
    background-color: var(--blue) !important;
}
.dark-blue {
    color: var(--dark-blue) !important;
}
.dark-blue-bg {
    background-color: var(--dark-blue) !important;
}
.orange {
    color: var(--orange) !important;
}
.orange-bg {
    background-color: var(--orange) !important;
}
.green {
    color: var(--green) !important;
}
.green-bg {
    background-color: var(--green) !important;
}
.purple {
    color: var(--purple) !important;
}
.purple-bg {
    background-color: var(--purple) !important;
}
.red {
    color: var(--red) !important;
}
.red-bg {
    background-color: var(--red) !important;
}
.yellow {
    color: var(--yellow) !important;
}
.yellow-bg {
    background-color: var(--yellow) !important;
}
.teal {
    color: var(--teal) !important;
}
.teal-bg {
    background-color: var(--teal) !important;
}
.gray {
    color: var(--gray) !important;
}
.gray-bg {
    background-color: var(--gray) !important;
}
.dark-gray {
    color: var(--dark-gray) !important;
}
.light-gray-bg {
    background-color: var(--light-gray) !important;
}
.text-shadow {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.muted {
    opacity: 0.75;
}
.muted-bg {
    background-color: rgba(255, 255, 255, 0.15);
}
.glow:hover {
    text-shadow: 0 0 10px #fff !important;
}
.btn {
    color: var(--black);
    white-space: normal;
    font-size: 18px;
    line-height: 1.25;
    padding: 0.75rem 1.25rem;
    text-decoration: none;
    border: 0;
    border-radius: 100rem !important;
    cursor: pointer;
    display: inline-block;
    background-image: none !important;
    text-shadow: none !important;
    background: var(--yellow);
    transition: 0.2s ease;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
.btn-xs {
    font-size: 15px !important;
    line-height: 1;
    padding: 0.5rem 1rem;
    border-radius: 10rem !important;
    box-shadow: 2px 2px 0 0 var(--orange);
}
.btn-sm {
    font-size: 16px !important;
}
.btn-lg {
    font-size: 24px !important;
    padding: 1rem 2rem !important;
}
.btn-xl {
    font-size: 30px !important;
    padding: 1.5rem 2rem !important;
}
.btn-secondary {
    color: var(--yellow);
    background: none;
    border: 1px solid var(--yellow);
    font-weight: 400;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-size: 18px;
    line-height: 1.5;
    color: var(--black);
    background-color: var(--white);
    background-clip: padding-box;
    border: 1px solid var(--gray);
    border-radius: 100rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    outline: none;
}
.buttons {
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
}
.buttons li {
    display: inline-block;
    margin: 0 0.25rem 1rem 0.25rem;
}
.video-btn {
    display: inline-flex;
    align-items: center;
}
.video-btn img {
    margin-right: 5px;
    transform: none !important;
}
.header {
    padding: 1rem 0;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    line-height: 2;
}
.nav-brand {
    width: 160px;
    height: 60px;
    margin: 0 1rem 0 0;
}
.nav-link,
.nav-icon {
    padding: 1rem 0.75rem;
    margin: 0;
}
.nav-btn {
    font-size: 15px;
    line-height: 1;
    padding: 0.5rem 1rem;
    border-radius: 10rem !important;
    box-shadow: 0 2px 0 0 var(--orange);
}
.nav-icon img,
.nav-mobile img {
    vertical-align: middle;
}
.nav-mobile {
    display: none;
}
.mobile-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: var(--blue);
    background-image: linear-gradient(180deg, rgba(39, 90, 134, 1) 0%, rgba(39, 90, 134, 0.95) 25%, rgba(39, 90, 134, 0.95) 75%, rgba(39, 90, 134, 1) 100%);
    overflow: hidden;
    z-index: 1000;
    transition: height 1s ease;
}
@keyframes fillUp {
    0% {
        height: 0;
    }
    100% {
        height: 108%;
    }
}
@keyframes drainOut {
    0% {
        height: 100%;
    }
    100% {
        height: 0;
    }
}
.mobile-menu-content {
    position: relative;
    top: 4%;
    width: 100%;
    text-align: center;
    margin: 3rem auto;
}
.mobile-menu .closebtn {
    position: absolute;
    top: 5rem;
    right: 2rem;
    font-size: 3rem;
    color: var(--white);
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    z-index: 1000;
}
.mobile-menu .mobile-link {
    padding: 1rem 0.5rem;
    text-decoration: none;
    font-size: 1.25rem;
    color: var(--white);
    display: block;
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1;
    border: 1px solid var(--white);
    border-radius: 1rem;
}
.announcement {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 0.5rem;
    position: relative;
    z-index: 10;
}
.announcement ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.announcement li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.1rem;
}
.sticky-banner {
    position: fixed;
    top: -75px;
    left: 0;
    width: 100%;
    background-color: #007bff;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    transition: top 0.2s;
    z-index: 1000;
    text-decoration: none;
}
.sticky-banner.visible {
    top: 0;
}
.homepage-wrapper {
    position: relative;
    min-height: 400px;
}
.homepage-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    background: var(--blue);
}
.homepage-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    padding: 5rem 1rem;
}
.stat-card {
    display: block;
    text-decoration: none !important;
    color: var(--dark-gray);
}
.stat-card li {
    display: inline-flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    transform: translateY(0) !important;
}
.stat-card img {
    transform: translateY(0) !important;
}
.brand-kit a {
    display: inline-block;
    background: var(--yellow);
    color: var(--black);
    border: none;
    border-radius: 0.25rem;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    padding: 0.25rem 0.75rem;
    transition: 0.2s ease;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
}
.brand-kit a:hover {
    transform: translateY(2px);
    box-shadow: none;
}
.bubbles-bg,
.snow-bg,
.purple-bubbles-bg,
.teal-bubbles-bg,
.yellow-bubbles-bg {
    position: relative;
}
.bubbles-bg:before,
.waves-bg:before,
.snow-bg:before,
.purple-bubbles-bg:before,
.teal-bubbles-bg:before,
.yellow-bubbles-bg:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bubbles-bg:before {
    background-image: linear-gradient(180deg, rgba(39, 90, 134, 1) 0%, rgba(39, 90, 134, 0.95) 25%, rgba(39, 90, 134, 0.95) 75%, rgba(39, 90, 134, 1) 100%);
}
.purple-bubbles-bg:before {
    background-image: linear-gradient(180deg, rgba(188, 92, 163, 1) 0%, rgba(188, 92, 163, 0.95) 25%, rgba(188, 92, 163, 0.95) 75%, rgba(188, 92, 163, 1) 100%);
}
.teal-bubbles-bg:before {
    background-image: linear-gradient(180deg, rgba(68, 184, 175, 1) 0%, rgba(68, 184, 175, 0.95) 25%, rgba(68, 184, 175, 0.95) 75%, rgba(68, 184, 175, 1) 100%);
}
.yellow-bubbles-bg:before {
    background-image: linear-gradient(180deg, rgba(255, 200, 87, 1) 0%, rgba(255, 200, 87, 0.9) 25%, rgba(255, 200, 87, 0.9) 75%, rgba(255, 200, 87, 1) 100%);
}
.snow-bg:before {
    background-image: linear-gradient(180deg, rgba(1, 81, 110, 1) 0%, rgba(1, 81, 110, 0.95) 25%, rgba(1, 81, 110, 0.95) 75%, rgba(1, 81, 110, 1) 100%);
}
.category-row:last-child .wave-bar {
    display: none;
}
.tag-row:last-child .wave-bar {
    display: none;
}
.wave-top {
    --mask: radial-gradient(67.08px at 50% 90px, #000 99%, #0000 101%) calc(50% - 60px) 0/120px 100%, radial-gradient(67.08px at 50% -60px, #0000 99%, #000 101%) 50% 30px/120px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}
.wave-bottom {
    --mask: radial-gradient(67.08px at 50% calc(100% - 90px), #000 99%, #0000 101%) calc(50% - 60px) 0/120px 100%, radial-gradient(67.08px at 50% calc(100% + 60px), #0000 99%, #000 101%) 50% calc(100% - 30px) / 120px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}
.wave-both {
    --mask: radial-gradient(67.08px at 50% 90px, #000 99%, #0000 101%) calc(50% - 60px) 0/120px 51% repeat-x, radial-gradient(67.08px at 50% -60px, #0000 99%, #000 101%) 50% 30px/120px calc(51% - 30px) repeat-x,
    radial-gradient(67.08px at 50% calc(100% - 90px), #000 99%, #0000 101%) 50% 100%/120px 51% repeat-x,
    radial-gradient(67.08px at 50% calc(100% + 60px), #0000 99%, #000 101%) calc(50% - 60px) calc(100% - 30px) / 120px calc(51% - 30px) repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}
.article {
    margin: auto;
    width: 100%;
    max-width: 800px;
}
.article a {
    font-weight: 800;
}
.article a:hover {
    color: var(--blue);
}
.post-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    padding: 1rem;
    transition: 0.2s ease;
}
.post-card img {
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 10%);
    transition: 0.2s ease;
    margin-bottom: 0.5rem;
}
.recommended-article {
    list-style: none;
    padding: 0 1rem;
}
.snippet {
    position: relative;
    background: var(--blue);
    color: var(--white);
    border-radius: 1rem;
    padding: 0.25rem 3rem;
    margin-bottom: 2rem;
}
.snippet h2,
.snippet h3,
.snippet h4,
.snippet a {
    color: var(--white);
}
.snippet .tip {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: -20px;
    left: -10px;
    background: var(--orange);
    border: 3px solid var(--white);
    border-radius: 500rem;
    padding: 15px 10px 10px;
}
.post-offer {
    position: relative;
    background: var(--blue);
    color: var(--white);
    border-radius: 1rem;
    padding: 3rem;
    margin-bottom: 2rem;
}
.post-offer .h2 {
    color: var(--white);
    font-size: 2rem;
}
.post-offer a:hover {
    color: var(--black);
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0 0 40px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rll-youtube-player {
    background: var(--white) !important;
    margin: 0 !important;
}
.yt-wrapper {
    max-width: 100%;
    margin: 0 auto 2.25rem;
    padding: 0 20px;
    z-index: 100;
}
.youtube {
    background-color: var(--white);
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    z-index: 100;
}
.youtube img {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: var(--black);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    z-index: 100;
}
.youtube .play-button-red {
    width: 75px;
    height: 75px;
    z-index: 1;
}
.youtube .play-button:before,
.youtube .play-button-red:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent var(--white);
}
.youtube .play-button,
.youtube img,
.youtube .play-button-red {
    cursor: pointer;
}
.youtube .play-button,
.youtube .play-button:before,
.youtube iframe,
.youtube img,
.youtube .play-button-red,
.youtube .play-button-red:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before,
.youtube .play-button-red,
.youtube .play-button-red:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.card {
    border-radius: 1rem;
    margin-bottom: 2rem;
    background: var(--white);
    position: relative;
}
.card .card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.card .card-content {
    padding: 1rem;
}
.card .card-stars {
    max-width: 100px;
    display: block;
}
.card .card-content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    color: var(--black);
}
.card .card-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.card .card-header .card-author {
    width: 50px;
    border-radius: 100rem;
}
.card .card-badge {
    border-radius: 8px;
    left: 50%;
    padding: 0.5rem 2rem;
    position: absolute;
    text-align: center;
    top: -1.4rem;
    transform: translate(-50%);
    z-index: 1;
    background: var(--orange);
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
}
.checklist {
    list-style: none;
    padding-left: 0;
}
.checklist li {
    position: relative;
    padding-left: 1rem;
}
.checklist li:before {
    content: "âœ“";
    position: absolute;
    left: -5px;
    color: var(--green);
}
.price-tag {
    border-radius: 100rem;
    top: -5%;
    left: 50%;
    padding: 1rem;
    position: absolute;
    text-align: center;
    transform: translate(-50%);
    z-index: 1;
    background: var(--yellow);
    color: var(--black);
    font-weight: 700;
    font-size: 20px;
    border: 2px solid var(--white);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    font-family: "Poppins", sans-serif;
}
.yellow-banner {
    background-color: var(--yellow);
    color: var(--black);
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 10;
}
.red-banner {
    background-color: var(--red);
    color: var(--white);
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 10;
}
.orange-bottom-arrow {
    border-bottom: 5px solid var(--orange);
    position: relative;
}
.orange-bottom-arrow:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 25px solid var(--orange);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    z-index: 100;
}
.teal-bottom-arrow {
    border-bottom: 5px solid var(--teal);
    position: relative;
}
.teal-bottom-arrow:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 25px solid var(--teal);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    z-index: 100;
}
.purple-bottom-arrow {
    border-bottom: 5px solid var(--purple);
    position: relative;
}
.purple-bottom-arrow:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 25px solid var(--purple);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    z-index: 100;
}
.red-bottom-arrow {
    border-bottom: 5px solid var(--red);
    position: relative;
}
.red-bottom-arrow:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 25px solid var(--red);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    z-index: 100;
}
.testimonial {
    border: 1px solid var(--gray);
    border-radius: 1rem;
    margin-bottom: 2rem;
    background: var(--white);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.testimonial .photo {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.testimonial .content {
    padding: 1rem;
}
.testimonial strong {
    display: block;
}
.testimonial .stars {
    max-width: 100px;
}
.testimonial .content p {
    margin: 0;
    font-size: 16px;
}
.testimonial .content-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.testimonial .content-header .author {
    width: 50px;
    height: 50px;
    border-radius: 100rem;
}
.lesson {
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.25);
    color: var(--white);
    border-radius: 1rem;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    font-size: 16px;
}
.lesson .lesson-title {
    flex-shrink: 0;
    font-weight: 700;
}
.lesson .lesson-duration {
    flex-shrink: 0;
}
.byline {
    display: flex;
    align-items: center;
}
.byline .byline-image {
    flex-shrink: 0;
    border-radius: 100rem;
    width: 40px;
    height: 40px;
    margin-right: 0.75rem;
}
.byline .byline-author {
    flex-shrink: 0;
}
.price-card {
    border-radius: 1rem;
    margin-bottom: 2rem;
    background: var(--white);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    text-decoration: none !important;
    display: block;
}
.price-card .card-content {
    padding: 1rem;
    color: var(--black);
}
.price-card .card-badge {
    border-radius: 8px;
    left: 50%;
    padding: 0.5rem 2rem;
    position: absolute;
    text-align: center;
    top: -1.4rem;
    transform: translate(-50%);
    z-index: 1;
    background: var(--orange);
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
}
.phone-container {
    width: 300px;
    height: 600px;
    border: 16px solid var(--white);
    border-radius: 36px;
    background: var(--white);
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin: auto;
}
.phone-video-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.phone-video {
    width: 100%;
    height: 100%;
    border: 0;
    display: none;
}
.phone-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}
.phone-play-button::before {
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent var(--blue);
    margin-left: 4px;
}
.phone-thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.plan-task {
    border: 1px solid var(--gray);
    border-radius: 1rem;
    padding: 2rem;
    overflow: hidden;
    height: 100%;
}
.plan-task img {
    float: right;
    width: 200px;
    height: 200px;
    margin-left: 20px;
    margin-bottom: 10px;
    border-radius: 1rem;
    display: block;
}
.plan-task h3 {
    font-size: 22px;
}
.plan-task p {
    margin: 0;
}
.podcast-buttons {
    list-style: none;
    margin: 0;
    padding: 0;
}
.podcast-buttons li {
    display: inline-block;
    margin: 0 0.25rem 1rem 0rem;
}
.podcast-buttons img {
    width: 100%;
    height: 30px;
    vertical-align: middle;
    transform: none !important;
}
.podcast-episode {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 2rem;
    text-decoration: none;
    background: var(--white);
    color: var(--black);
}
.podcast-episode .date {
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0 0 0.5rem 0;
    font-size: 16px;
    color: var(--dark-gray);
}
.podcast-episode .date li {
    display: inline-flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    line-height: 0;
}
.podcast-episode .date img {
    transform: none;
    opacity: 50%;
}
.podcast-episode button {
    align-self: flex-end;
    margin-top: auto;
}
.video-modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.75);
    transition: opacity 0.2s linear, visibility 0.2s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-modal.show {
    visibility: visible;
    opacity: 1;
}
.video-modal-content {
    position: relative;
    background-color: var(--white);
    margin: 25% auto;
    padding: 1px;
    border: 1px solid var(--white);
    width: 95%;
    max-width: 800px;
}
.video-modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    z-index: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    object-fit: cover;
}
.video-modal-close:hover,
.video-modal-close:focus {
    color: var(--black);
    text-decoration: none;
    cursor: pointer;
}
.video-modal-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-modal-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wp-block-image,
.wp-block-embed-youtube {
    margin: 0 0 2.25rem 0;
    max-width: 100%;
    width: auto;
    height: auto;
}
.wp-block-image img,
.wp-block-embed-youtube img {
    width: 100%;
    height: auto;
}
.alignnone {
    margin: 5px 20px 0 0;
    max-width: 100%;
    width: auto;
    height: auto;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.aligncenter {
    margin: auto;
}
a img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
a img.alignnone {
    max-width: 100%;
    width: 100%;
    height: auto;
}
a img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin: auto;
}
.wp-caption {
    background: none;
    border: none;
    max-width: 100%;
    text-align: left;
    margin: 0 0 40px 0 !important;
}
.wp-caption.alignnone {
    margin: 0 0 40px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 11px;
    padding: 0;
    color: #999;
    margin: 0px !important;
}
.wp-element-caption {
    font-size: 16px;
    line-height: 1.25;
    color: var(--dark-gray);
    font-style: italic;
}
.gallery-item {
    margin: 0.5rem;
    width: 30% !important;
}
.gallery-item img {
    width: 100%;
    height: auto;
}
.lasso-title,
a.lasso-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
    font-size: 24px !important;
}
.lasso-image img {
    max-height: 250px !important;
}
.lasso-description {
    line-height: 1.5;
}
.lasso-splash a.lasso-button-1 {
    color: var(--black) !important;
    white-space: normal;
    font-size: 16px;
    line-height: 1.25;
    padding: 0.75rem 1.25rem;
    text-decoration: none;
    border: 0;
    border-radius: 100rem !important;
    cursor: pointer;
    display: inline-block;
    background-image: none !important;
    text-shadow: none !important;
    background: var(--yellow) !important;
    transition: 0.2s ease;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    box-shadow: 0 4px 0 0 var(--orange) !important;
}
.lasso-splash a.lasso-button-2 {
    color: var(--black) !important;
    white-space: normal;
    font-size: 16px;
    line-height: 1.25;
    padding: 0.75rem 1.25rem;
    text-decoration: none;
    border: 3px solid var(--yellow) !important;
    border-radius: 100rem !important;
    cursor: pointer;
    display: inline-block;
    background-image: none !important;
    text-shadow: none !important;
    background: var(--white) !important;
    transition: 0.2s ease;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
@media (max-width: 1199.98px) {
    .footer-icon {
        display: none;
    }
}
@media (max-width: 991.99px) {
    h1,
    .h1 {
        font-size: 2.5rem;
        line-height: 1.1;
    }
    h2,
    .h2 {
        font-size: 2rem;
    }
    h3,
    .h3 {
        font-size: 1.75rem;
    }
    .container {
        max-width: 100%;
    }
    .text-lg-center {
        text-align: center !important;
    }
    .text-lg-left {
        text-align: left !important;
    }
    .nav .nav-link,
    .nav .nav-btn,
    .nav .nav-icon {
        display: none;
    }
    .nav-brand {
        margin: 0 0 0 1rem;
    }
    .nav-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        line-height: 2;
    }
}
@media (max-width: 767.98px) {
    .text-md-center {
        text-align: center !important;
    }
    .text-md-left {
        text-align: left !important;
    }
    .btn-lg {
        font-size: 1rem;
    }
    .gallery-item {
        float: none !important;
    }
    .pr-0 {
        padding-right: 15px !important;
    }
    .matt-giovanisci {
        max-width: 250px;
    }
    .about-buttons {
        position: relative;
        top: 0;
        left: 0;
        margin: auto;
        width: 100%;
    }
    .about-button li {
        display: block;
    }
    .stat-card li {
        display: block;
    }
    .mb-md-4 {
        margin-bottom: 2rem;
    }
}
@media (max-width: 575.99px) {
    h1,
    .h1 {
        font-size: 2.5rem;
    }
    h2,
    .h2 {
        font-size: 2rem;
    }
    h3,
    .h3 {
        font-size: 1.5rem;
    }
    .homepage-content {
        padding: 3rem 1rem;
    }
    .buttons,
    .btn-lg {
        font-size: 20px !important;
    }
    .jumbo {
        font-size: 8rem;
        line-height: 0.75;
    }
    .plan-task img {
        float: none;
        margin: 0 auto 20px;
        text-align: center;
    }
    .sticky-banner {
        top: -100px;
    }
}
