/* ====== FONTS ====== */
@import url("https://use.typekit.net/vpt7prk.css"); /* Arial */

@font-face {
    font-family: 'ITC Avant Garde Gothic Pro';
    src: url("../fonts/itc-avant-garde-gothic-book.otf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Pro';
    src: url("../fonts/itc-avant-garde-gothic-medium.otf");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Pro';
    src: url("../fonts/itc-avant-garde-gothic-bold.otf");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Helvetica';
    src: local('Helvetica'), url('../fonts/helvetica.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Nextrue';
    src: url("../fonts/nextrue-condensed-bold.otf");
    font-weight: 700;
    font-style: normal
}

:root {
    --clr--halite--blue: 14, 70, 94; /* #0E465E */
    --clr--lime--green: 234, 254, 54; /* #EAFE36 */
    --clr--black: 0, 0, 0; /* #000000 */
    --clr--white: 255, 255, 255; /* #ffffff */

    --fnt--arial: "arial", sans-serif;
    --fnt--avantgarde: "ITC Avant Garde Gothic Pro", sans-serif;
    --fnt--helvetica: "Helvetica", sans-serif;
    --fnt--nextrue: "Nextrue", sans-serif;
}

/* ====== SCROLL ====== */
::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

::-webkit-scrollbar-track {
    background: rgb(var(--clr--white));
    box-shadow: inset 2px 2px 3px rgba(rgb(var(--clr--black)), 0.4);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.mp-message-wrap > *::-webkit-scrollbar-track {
    background: rgb(238, 238, 238);
    box-shadow: none !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    background: rgb(205, 220, 41);
    box-shadow: inset 0px 0px 8px rgba(var(--clr--black), 0.4);
}

.mp-message-wrap > *::-webkit-scrollbar-thumb {
    background: rgb(var(--clr--white));
    border: 1px solid rgba(var(--clr--black), .4);
    box-shadow: none !important;
}

html,
body {
    color: rgb(var(--clr--black));
    font-size: clamp(16px, 1vw, 22px);
    font-weight: 400;
    font-family: var(--fnt--avantgarde);
    line-height: 1.2;
    background: rgb(var(--clr--white));
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 5px 0;
    line-height: 1;
    font-weight: 700;
}

h1 {
    font-size: clamp(32px, 2.5vw, 60px);
}

h2 {
    font-size: clamp(24px, 2.1vw, 48px);
}

h3 {
    font-size: clamp(21px, 1.2vw, 36px);
}

h4 {
    font-size: clamp(18px, 1.1vw, 27px);
}

h5 {
    font-size: clamp(17px, 0.9vw, 23px);
}

h6 {
    line-height: 1.3;
}

p,
ul,
ol {
    font-size: clamp(15px, 1vw, 22px);
    line-height: 1.3;
}

p:nth-last-of-type(1) {
    margin-bottom: 0;
}

p:has(+ ul),
p:has(+ ol) {
    margin-bottom: .6rem !important;
}

.small,
small {
    display: inline-block;
    font-weight: 400;
    line-height: 1.2;
    font-size: 14px !important;
}

a {
    color: currentColor;
}

.desktop {
    display: block !important;
}

.mobile {
    display: none !important;
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    max-width: 100%;
    position: relative;
}

img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(224, 224, 224);
    border: 2px dashed rgb(176, 176, 176);
}

section {
    position: relative;
}

.section-row,
.section-row-top,
.section-row-bottom,
.section-row-inline,
.section-row-large {
    position: relative;
}

.section-row {
    padding-block: 30px;
}

.section-row-top {
    padding-top: 30px;
}

.section-row-bottom {
    padding-bottom: 30px;
}

.section-row-inline {
    padding-inline: 30px;
}

.section-row-large {
    padding-block: 50px;
}

.titles {
    margin-bottom: .75rem;
}

.titles > * {
    color: rgb(var(--clr--lime--green));
    font-size: clamp(32px, 4.2vw, 92px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -4px !important;
    text-align: center;
    text-wrap: balance;
    text-transform: uppercase;
}

.titles.big-titles > * {
    font-size: clamp(48px, 9vw, 180px);
    letter-spacing: -12px !important;
}

.titles__highlighter {
    color: rgb(var(--clr--white));
}

.titles__sub-heading {
    color: rgb(var(--clr--halite--blue));
    font-size: clamp(24px, 2.3vw, 60px);
    letter-spacing: -2px;
    text-transform: uppercase;
    text-wrap: balance;
}

.titles__sub-heading-large {
    font-size: clamp(28px, 3.5vw, 82px);
    line-height: 1;
    letter-spacing: -5px;
}

.fw100 {
    font-weight: 100;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw900,
strong {
    font-weight: 900;
}

.ls {
    letter-spacing: 1.5px;
}

.italic {
    font-style: italic;
}

.fnt--arial {
    font-family: var(--fnt--arial);
}

.fnt--avantgarde {
    font-family: var(--fnt--avantgarde);
}

.fnt--helvetica {
    font-family: var(--fnt--helvetica);
}

.fnt--nextrue {
    font-family: var(--fnt--nextrue);
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* ====== COLORS ====== */
.clr--halite--blue {
    color: rgb(var(--clr--halite--blue)) !important;
}

.clr--lime--green {
    color: rgb(var(--clr--lime--green)) !important;
}

.clr--black {
    color: rgb(var(--clr--black)) !important;
}

.clr--white {
    color: rgb(var(--clr--white)) !important;
}

.bgclr--halite--blue {
    color: rgb(var(--clr--white));
    background-color: rgb(var(--clr--halite--blue));
}

.bgclr--lime--green {
    color: rgb(var(--clr--halite--blue));
    background-color: rgb(var(--clr--lime--green));
}

.bgclr--black {
    color: rgb(var(--clr--white));
    background-color: rgb(var(--clr--black));
}

.bgclr--white {
    color: rgb(var(--clr--black));
    background-color: rgb(var(--clr--white));
}

/* Input Fields */
.form-control {
    color: rgb(var(--clr--black));
    font-family: var(--fnt--helvetica);
    font-size: clamp(15px, 1.2vw, 19px);
    font-weight: 400;
    line-height: 1.3;
    padding: 20px 15px;
    margin-top: 8px;
    background-color: rgb(var(--clr--white));
    border: 1px solid rgb(var(--clr--halite--blue));
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

textarea.form-control {
    min-height: 200px;
}

.form-control:disabled {
    background-color: rgb(var(--clr--white), .2);
    opacity: .6;
}

.form-control:focus {
    color: rgb(var(--clr--black));
    background-color: rgb(var(--clr--white));
    border: 1px solid rgb(var(--clr--lime--green));
    outline: 0;
    box-shadow: none;
    transition: ease-in .3s;
    -webkit-transition: ease-in .3s;
    -moz-transition: ease-in .3s;
    -ms-transition: ease-in .3s;
    -o-transition: ease-in .3s;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 2px solid rgb(var(--clr--lime--green));
    -webkit-text-fill-color: var(--clr--black);
    box-shadow: 0 0 0px 1000px rgba(var(--clr--black), 0.1) inset;
    -webkit-box-shadow: 0 0 0px 1000px rgba(var(--clr--black), 0.1) inset;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -moz-transition: background-color 5000s ease-in-out 0s;
    -ms-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
}

::placeholder {
    color: rgba(var(--clr--black), .4) !important;
    opacity: .6;
}

::-webkit-input-placeholder {
    color: rgba(var(--clr--black), .4) !important;
    opacity: .6;
}

::-moz-placeholder {
    color: rgba(var(--clr--black), .4) !important;
    opacity: .6;
}

:-ms-input-placeholder {
    color: rgba(var(--clr--black), .4) !important;
}

::-ms-input-placeholder {
    color: rgba(var(--clr--black), .4) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.invalid-feedback {
    color: rgb(var(--clr--white));
    font-size: 13px;
    text-align: center;
    background-color: rgb(220, 53, 69);
    padding: 5px 10px;
}

/* ====== BUTTONS ====== */
.btn {
    font-size: clamp(15px, 1vw, 24px);
    font-weight: 900 !important;
    color: rgb(var(--clr--halite--blue));
    line-height: 1.1;
    transition: ease-in .4s;
    -webkit-transition: ease-in .4s;
    -moz-transition: ease-in .4s;
    -ms-transition: ease-in .4s;
    -o-transition: ease-in .4s;
    width: fit-content;
    padding: 5px 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.btn:hover,
a:hover {
    text-decoration: none;
}

.btn-large {
    font-size: clamp(18px, 1.4vw, 41px);
    padding: 18px 60px;
    position: relative;
    z-index: 9;
}

.primary--btn {
    color: rgb(var(--clr--halite--blue));
    background-color: rgb(var(--clr--lime--green));
    border: 2px solid rgb(var(--clr--lime--green));
}

.primary--btn:hover,
.primary--btn:active,
.primary--btn:focus-visible {
    color: rgb(var(--clr--white)) !important;
    background-color: rgba(var(--clr--lime--green), .15) !important;
    border: 2px solid rgb(var(--clr--lime--green)) !important;
}

.primary--btn.disabled {
    color: rgb(var(--clr--halite--blue));
    background-color: rgba(var(--clr--lime--green), 0.6);
    border-color: rgba(var(--clr--lime--green), 0.6);
    cursor: not-allowed;
}

/* Grid laout */
.grid-two,
.grid-three {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.grid-two>* {
    width: calc((100% / 2) - 13px);
}

.grid-three>* {
    width: calc((100% / 3) - 17px);
}

/* OWL CAROUSEL */
.owl-loaded {
    width: 100%;
    position: relative;
}

.owl-stage-outer {
  overflow: hidden;
}

.owl-stage {
    display: flex;
}

.owl-item {
	padding: 20px 5px;
	vertical-align: top;
	display: flex;
	justify-content: center;
	opacity: 0.2;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}
.owl-item.active {
	opacity: 1;
}

.owl-nav {
    width: 100%;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next{
    font-size: 32px;
    color: rgb(var(--clr--lime--green));
    font-weight: 700;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.owl-nav button.owl-prev {
    left: 15px;
}

.owl-nav button.owl-next{
    right: 15px;
}

.owl-dots {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 8px;
    row-gap: 15px;
}

.owl-dots button.owl-dot {
    width: 35px;
    height: 5px;
    background: rgba(var(--clr--lime--green), .3);
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.owl-dots button.owl-dot.active {
    background: rgb(var(--clr--lime--green));
}

.owl-loaded .disabled {
    display: none;
}

/* ====== HEADER ====== */
.header {
    width: 100%;
    background-color: transparent;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.header__navbar {
    background-color: rgb(var(--clr--halite--blue));
    width: 100%;
    height: 100vh;
    padding: 30px 50px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    border-radius: 40px 40px 0 0;
    -webkit-border-radius: 40px 40px 0 0;
    -moz-border-radius: 40px 40px 0 0;
    -ms-border-radius: 40px 40px 0 0;
    -o-border-radius: 40px 40px 0 0;
}

.header__navbar_title {
    text-align: left;
}

.header__logo {
    width: 100%;
    height: 140px;
    line-height: 1;
    position: relative;
}

.header__logo_image {
    height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/* ====== PLEDGING YOUR SUPPORT ====== */
.pledging-support__wrapper {
    background-color: rgb(var(--clr--halite--blue));
    padding-inline: 30px;
    display: flex;
    align-items: flex-end;
    gap: 50px;
}

.pledging-support__wrapper_progress {
    width: 500px;
    padding-left: 60px;
    position: relative;
    z-index: 99;
}

.pledging-support__wrapper_progress-bar {
    aspect-ratio: 15 / 52;
    height: 687px;
    position: relative;
}

.pledging-support__wrapper_progress-bar-thumb {
    width: 50px;
    height: var(--progress--percentage);
    background-color: rgb(var(--clr--lime--green));
    position: absolute;
    left: -5px;
    bottom: 0;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.pledging-support__wrapper_progress-value {
    width: 300px;
    position: absolute;
    bottom: 75px;
    left: 160px;
}

.pledging-support__wrapper_progress-count {
    color: rgb(var(--clr--lime--green));
    font-family: var(--fnt--nextrue);
    font-size: clamp(60px, 4vw, 92px);
    line-height: 1;
    margin-bottom: 10px;
}

.pledging-support__wrapper_progress-text {
    color: rgb(var(--clr--lime--green));
    font-size: clamp(18px, 1.6vw, 36px);
    font-weight: 600;
    line-height: 1.2;
}

.pledging-support__wrapper_progress-net {
    width: 225px;
}

.pledging-support__wrapper_progress-ball {
    position: absolute;
    top: -20px;
    left: calc(100% + 60px);
    width: 140px;
}

.pledging-support__wrapper_progress-bar-success .pledging-support__wrapper_progress-ball {
    top: -170px;
    left: calc(100% - 100px);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.pledging-support__wrapper_form-container {
    width: calc(100% - 550px);
    padding-inline: 60px;
    padding-bottom: 40px;
    position: relative;
}

.pledging-support__wrapper_form_submit-button {
    width: 100%;
    margin-top: 15px;
}

.pledging-support__wrapper_form-footer {
    margin-top: 25px;
}

.pledging-support__wrapper_form-footer p {
    color: rgb(var(--clr--white));
    font-family: var(--fnt--helvetica);
    text-align: center;
}

.pledging-support__wrapper_form-footer p a {
    display: inline-block;
}

.pledging-support__success {
    color: rgb(var(--clr--white));
    text-align: center;
    background-color: rgb(var(--clr--halite--blue));
    width: 100%;
    height: 100%;
    padding: 60px;
    margin: 0;
    border: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.pledging-support__success-wrapper {
    width: 100%;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.pledging-support__success_heading {
    font-size: clamp(60px, 7vw, 180px) !important;
}

.pledging-support__success_body {
    font-size: clamp(24px, 2.3vw, 60px);
    font-weight: 600;
    text-wrap: balance;
}

/* ====== USER COMMENTS ====== */
.user-comments__wrapper {
    background-color: rgb(var(--clr--lime--green));
    padding: 60px;
    border-radius: 0 0 40px 40px;
    -webkit-border-radius: 0 0 40px 40px;
    -moz-border-radius: 0 0 40px 40px;
    -ms-border-radius: 0 0 40px 40px;
    -o-border-radius: 0 0 40px 40px;
}

.user-comments__wrapper_carousel {
    background-color: rgb(var(--clr--halite--blue));
    padding: 60px 35px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.user-comments__wrapper_carousel p {
    color: rgb(var(--clr--lime--green));
    text-align: center;
}

.user-comments__wrapper_carousel-comment {
    font-size: clamp(18px, 1.7vw, 42px);
    font-weight: 600;
}

.user-comments__wrapper_carousel-user {
    font-size: clamp(18px, 1.15vw, 32px);
    font-weight: 400;
}

.user-comments__wrapper_carousel > .user-comments__wrapper_carousel-card {
    min-width: 100%;
    position: relative;
    overflow: hidden;
}

.user-comments__wrapper_carousel > .user-comments__wrapper_carousel-card:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(var(--clr--halite--blue));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.user-comments__wrapper_carousel {
    position: relative;
    display: flex;
    overflow: hidden;
}

.user-comments__wrapper_carousel.owl-loaded {
    display: block;
    overflow: visible;
}

.user-comments__wrapper_carousel .user-comments__wrapper_carousel-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/* ====== IT'S TIME ====== */
.its-time__wrapper {
    background-color: rgb(var(--clr--halite--blue));
    padding: 60px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 50px;
}

.its-time__wrapper_text {
    color: rgb(var(--clr--white));
    width: calc(100% - 750px);
}

.its-time__wrapper_text p {
  font-size: clamp(15px, 1.1vw, 23px);
  width: 100%;
  /* max-width: 768px; */
}

.its-time__wrapper_image {
    text-align: center;
    width: 700px;
}

.its-time__wrapper_image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    /* margin-top: -40px; */
    /* margin-bottom: -70px; */
}

/* ====== WHY OLYMPIC NETBALL DESERVES ====== */
.netball-deserves__wrapper {
    padding-inline: 75px;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.netball-deserves__wrapper_header {
    background-color: rgb(var(--clr--halite--blue));
    width: 530px;
    height: 850px;
    padding: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.netball-deserves__wrapper_header .titles {
    position: relative;
    z-index: 9;
}

.netball-deserves__wrapper_header .titles > * {
    font-size: clamp(36px, 3.5vw, 72px);
}

.netball-deserves__wrapper_header-image {
    width: 120%;
    max-width: unset;
    position: absolute;
    top: 320px;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: ease-in .3s;
    -webkit-transition: ease-in .3s;
    -moz-transition: ease-in .3s;
    -ms-transition: ease-in .3s;
    -o-transition: ease-in .3s;
}

.netball-deserves__wrapper_header:hover .netball-deserves__wrapper_header-image {
    top: 150px;
    opacity: .5;
}

.netball-deserves__wrapper_bullets {
    width: calc(100% - 580px);
}

.netball-deserves__wrapper_bullets-card {
    padding-left: 65px;
    margin-bottom: 35px;
    position: relative;
}

.netball-deserves__wrapper_bullets-card:last-child {
    margin-bottom: 0;
}

.netball-deserves__wrapper_bullets-card-number {
    color: rgb(var(--clr--white));
    font-size: 112px;
    font-weight: 900;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in .3s;
    -webkit-transition: ease-in .3s;
    -moz-transition: ease-in .3s;
    -ms-transition: ease-in .3s;
    -o-transition: ease-in .3s;
}

.netball-deserves__wrapper_bullets-card:nth-of-type(2n + 1) .netball-deserves__wrapper_bullets-card-number {
    background-color: rgb(var(--clr--halite--blue));
}

.netball-deserves__wrapper_bullets-card:nth-of-type(2n + 2) .netball-deserves__wrapper_bullets-card-number {
    background-color: rgb(205, 220, 41);
}

.netball-deserves__wrapper_bullets-card:hover .netball-deserves__wrapper_bullets-card-number {
    margin-left: -15px;
}

.netball-deserves__wrapper_bullets-card-copy {
    background-color: rgb(var(--clr--white));
    min-height: 120px;
    padding: 30px;
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.netball-deserves__wrapper_bullets-card-copy:before {
    content: "";
    width: 15px;
    height: 100%;
    background: linear-gradient(90deg, rgba(var(--clr--black), 0) 0%, rgba(var(--clr--black), .1) 100%);
    position: absolute;
    top: 0;
    left: -15px;
}

.netball-deserves__wrapper_bullets-card-copy p {
    font-size: clamp(16px, 1.2vw, 36px);
    font-weight: 600;
}

.netball-deserves__wrapper_bullets-card-copy p strong {
    color: rgb(var(--clr--halite--blue));
}

.keep-up__wrapper_header {
    background-color: rgb(var(--clr--lime--green));
    padding: 15px 75px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.keep-up__wrapper_header .titles {
    margin: 0;
}

.keep-up__wrapper_header .titles > * {
    color: rgb(var(--clr--halite--blue));
    margin: 0;
}

.keep-up__wrapper_body {
    width: 100%;
    padding-inline: 75px;
}

.keep-up__wrapper_body > img {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

/* ====== JOIN THE MOMENT ====== */
.join-moment__wrapper {
    background-color: rgb(var(--clr--halite--blue));
    padding: 60px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.join-moment__wrapper_nav {
    margin-bottom: 50px !important;
    gap: 20px;
}

.join-moment__wrapper_nav-link {
    color: rgb(var(--clr--halite--blue)) !important;
    font-weight: 900;
    background-color: rgb(var(--clr--white));
    min-width: 240px;
    padding: 12px 30px;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.join-moment__wrapper_nav-link.active,
.join-moment__wrapper_nav-link:hover {
    background-color: rgb(var(--clr--lime--green)) !important;
}

.join-moment__wrapper_tab-pane-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

.join-moment__wrapper_tab-pane-image {
    width: 50%;
}

.join-moment__wrapper_tab-pane-image img {
    width: 100%;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.join-moment__wrapper_tab-pane-copy {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.join-moment__wrapper_tab-pane-title {
    font-size: clamp(32px, 4.8vw, 92px);
    text-align: left;
    letter-spacing: -7px !important;
}

.join-moment__wrapper_tab-pane-subheading {
    color: rgb(var(--clr--lime--green));
    font-size: clamp(18px, 1.6vw, 36px);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -2px;
}

.join-moment__wrapper_tab-pane-excerpt {
    color: rgb(var(--clr--white));
    font-size: clamp(18px, 2vw, 48px);
    font-weight: 600;
    letter-spacing: -2px;
}

.join-moment__wrapper_tab-pane-button {
    font-weight: 600 !important;
    padding: 20px 35px;
    margin-top: 30px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

/* ====== TELL THE COMMITTEE ====== */
.send-a-letter__wrapper {
    background-color: rgb(var(--clr--halite--blue));
    padding: 60px 60px 10px 60px;
    display: flex;
    gap: 60px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    justify-content: space-between;
}

.send-a-letter__wrapper_heading {
    width: 50%;
}

.netball-deserves__wrapper_header .titles > * {
    font-size: clamp(36px, 3.5vw, 72px);
}

.send-a-letter__wrapper_title {
    text-align: left;
}

.join-moment__wrapper_subheading {
    color: rgb(var(--clr--lime--green));
    font-size: clamp(18px, 1.6vw, 36px);
    font-weight: 600;
}

.join-moment__wrapper_image {
    width: 100%;
    margin: 50px auto 0;
    display: block;
}

.send-a-letter__wrapper_form {
    width: 50%;
    max-width: 550px;
    padding-bottom: 50px;
}

.send-a-letter__wrapper .cmm-mp--form {
    background-color: transparent;
    padding: 0;
}

.send-a-letter__wrapper .cmm-mp-header,
.send-a-letter__wrapper .signature-wrap,
.send-a-letter__wrapper .mp-name-wrap,
.send-a-letter__wrapper .mp-email-wrap {
    display: none;
}

.cmm-mp--form form .row div[class*="col"] {
    margin-bottom: 0;
}

.mp-message-wrap > * {
    max-height: 350px;
    overflow-y: auto;
}

.send-a-letter__wrapper .mp-message {
    padding: 0;
    margin: 16px 0 0 0;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.send-a-letter__wrapper textarea.form-control {
    min-height: 300px;
    padding-left: 0;
    border: 0 !important;
}

.mp-message-wrap {
    background: rgb(var(--clr--white));
    padding: 15px;
    margin: 20px 0 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.mp-message-wrap p {
    font-family: var(--fnt--avantgarde);
    font-size: 17px;
}

.send-a-letter__wrapper_form-submit-button {
    color: rgb(var(--clr--halite--blue)) !important;
    max-width: 290px;
    margin: 0 auto 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.send-a-letter__wrapper .cmm-mp-footer .footer-copy {
    color: rgb(var(--clr--white));
}

.send-a-letter__wrapper .cmm-mp-footer .footer-copy p {
    font-size: 16px;
    text-wrap: balance;
}

.send-a-letter__wrapper .cmm-mp-return-message:empty {
    padding: 0;
    margin: 0;
}

.cmm-mp--form .invalid-feedback {
    color: rgb(var(--clr--white));
    font-size: 13px;
    text-align: center;
    background-color: rgb(220, 53, 69);
    padding: 5px 10px;
}

/* ====== TOGETHER WE CAN ====== */
.together-we-can__wrapper_header {
    padding: 15px 75px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.together-we-can__wrapper_header > * {
    width: 50%;
}

.together-we-can__wrapper_title {
    color: rgb(var(--clr--halite--blue));
    text-align: right;
}

/* ====== WALL OF FAME ====== */
.wall-of-fame__wrapper {
    background-color: rgb(var(--clr--halite--blue));
    padding: 60px;
    overflow: hidden;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.wall-of-fame__wrapper_title {
    color: rgb(var(--clr--white));
    max-width: 1500px;
    margin-inline: auto;
}

.wall-of-fame__wrapper_wall {
    width: 90%;
    max-width: 1500px;
    margin-inline: auto;
}

.wall-of-fame__wrapper_wall .owl-item {
    padding: 0;
}

.wall-of-fame__wrapper_wall .owl-stage-outer {
    overflow: visible;
}

.wall-of-fame__wrapper_wall .owl-nav button.owl-prev {
    left: -60px;
}

.wall-of-fame__wrapper_wall .owl-nav button.owl-next {
    right: -60px;
}

.wall-of-fame__wrapper_wall > div[class*="wall-of-fame__wrapper_wall-card-"] {
    min-width: calc((100% / 3) - 10px);
    position: relative;
    overflow: hidden;
}

.wall-of-fame__wrapper_wall > div[class*="wall-of-fame__wrapper_wall-card-"]:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(var(--clr--halite--blue));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.wall-of-fame__wrapper_wall {
    position: relative;
    display: flex;
	gap: 15px;
    overflow: hidden;
}

.wall-of-fame__wrapper_wall.owl-loaded {
    display: block;
    overflow: visible;
}

.wall-of-fame__wrapper_wall div[class*="wall-of-fame__wrapper_wall-card-"] {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/* ====== PARTNERS ====== */
.partners__wrapper {
    background-color: rgb(var(--clr--halite--blue));
    padding: 60px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.partners__wrapper_logos {
    max-width: 600px;
    margin: 50px auto 0;
}

.partners__wrapper_logo-card {
    background-color: rgb(var(--clr--white));
    padding: 25px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

/* ====== COMMON ARTICLE ====== */
.common-content__container_heading {
    color: rgb(var(--clr--halite--blue));
}

/* ====== 404 ====== */
.error-message {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.error-message__container {
    height: calc(100% - 60px);
}

.error-message__row {
    height: calc(100% - 60px);
}

.error-message__content {
    color: rgb(var(--clr--white));
    background-color: rgb(var(--clr--halite--blue));
    height: calc(100vh - 60px);
    padding: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.error-message__title {
    color: rgb(var(--clr--lime--green));
    font-size: clamp(48px, 7.5vw, 120px);
    font-weight: 900;
    margin: 0;
}

.error-message__back-button {
    padding: 15px 35px;
    margin-top: 15px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}