/* Base */
.image-wrapper {
    position: relative;
    padding-bottom: 100%;
    line-height: 1;
    overflow: hidden;
}

.image-wrapper img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-wrapper {
    margin-top: 7.2rem;
    margin-bottom: 4rem;
}

.heading-banner {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/*.heading-banner.heading-banner--has-breadcrumbs {*/
/*    padding-top: 8rem;*/
/*}*/

.heading-banner .breadcrumb {
    margin-bottom: 1.2rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
}

.heading-banner__title {
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 1.17;
}

.heading-banner__title:before {
    content: "";
    position: absolute;
    left: -2.8rem;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--purple-color);
}

.jws-heading {
    font-family: 'adobe_garamond_proregular', serif;
    font-weight: 400;
    font-size: 4.8rem;
    line-height: 1.17;
}

.jws-title {
    font-family: 'adobe_garamond_proregular', serif;
    font-weight: 400;
    font-size: 4.8rem;
    line-height: 1.17;
}

.jws-subheading {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.33;
}

.jws-subtitle {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4;
}

.jws-title-1-400 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jws-caption {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--blue-color);
}

.jws-headline-3-700 {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.25;
    color: var(--black-color);
}

.jws-headline-4-400 {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.33;
    color: var(--black-color);
}

.jws-text {
    font-family: 'adobe_garamond_proregular', serif;
    font-size: 2.4rem;
    line-height: 1.33;
}

.jws-text.jws-text--lg {
    font-size: 2.4rem;
}

.jws-text.jws-text--md {
    font-size: 1.8rem;
}

.jws-text p,
.jws-text li {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

p.jws-text,
.jws-text p {
    margin-bottom: 1.33em;
}

p.jws-text:last-child,
.jws-text p:last-child {
    margin-bottom: 0;
}

.jws-sidebar-title {
    border-top: 4px solid var(--black-color);
    border-bottom: 1px solid var(--black-color);
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    margin-bottom: 2.4rem;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.67;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jws-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--white-color);
    padding: 0.3rem 1.5rem;
    width: auto;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--white-color);
    background-color: var(--blue-color) !important;
    -webkit-transition: color 0.25s, background-color 0.25s;
    -o-transition: color 0.25s, background-color 0.25s;
    transition: color 0.25s, background-color 0.25s;
}

.jws-btn:hover,
.jws-btn:focus {
    color: var(--white-color);
    background-color: var(--black-color) !important;
}

.jws-btn svg {
    margin-left: 0.8rem;
}

.jws-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
    text-transform: capitalize;
    color: var(--blue-color);
}

.jws-link:hover {
    color: var(--purple-color);
}

.jws-link svg {
    width: 2.4rem;
}

@media (max-width: 991px) {
    header {
        height: 88px !important;
    }
    .page-wrapper {
        margin-top: 0;
        margin-bottom: 3rem;
    }
    .heading-banner__title {
        font-size: 3.6rem;
    }
    .jws-heading {
        font-size: 4rem;
    }
    .jws-title {
        font-size: 3.6rem;
    }
    .jws-title-1-400 {
        font-size: 1.8rem;
    }
    .jws-headline-3-700 {
        font-size: 2.8rem;
    }
    .jws-headline-4-400 {
        font-size: 2rem;
    }
    .jws-subtitle {
        font-size: 1.8rem;
    }
    .jws-caption {
        font-size: 1.4rem;
    }
    .jws-text {
        font-size: 2rem;
    }
    .jws-text.jws-text--lg {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    header {
        height: 80px !important;
    }
    .page-wrapper {
        margin-bottom: 2rem;
    }
    .heading-banner {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }
    /*.heading-banner.heading-banner--has-breadcrumbs {*/
    /*    padding-top: 4.8rem;*/
    /*}*/
    .heading-banner__title {
        font-size: 2.4rem;
        line-height: 1.33;
    }
    .heading-banner__title:before {
        left: -1.6rem;
    }
    .heading-banner__title {
        font-size: 1.8rem;
    }
    .jws-heading {
        font-size: 3.6rem;
        line-height: 1.1;
    }
    .jws-title {
        font-size: 2.4rem;
        line-height: 1.33;
    }
    .jws-title-1-400 {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .jws-headline-3-700 {
        font-size: 2.4rem;
    }
    .jws-headline-4-400 {
        font-size: 1.8rem;
    }
    .jws-subheading {
        font-size: 2rem;
        line-height: 1.4;
    }
    .jws-subtitle {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .jws-caption {
        font-size: 1.2rem;
    }
    .jws-text.jws-text--lg {
        font-size: 1.8rem;
    }
    .jws-text {
        font-size: 1.8rem;
    }
    .jws-btn svg {
        margin-left: 0.4rem;
    }
    .jws-link {
        font-size: 1.4rem;
    }
    .jws-link svg {
        width: 1.6rem;
    }
}

/* Contact Page */
.contact {
    padding-top: 6.4rem;
    padding-bottom: 4rem;
}

.contact__title {
    margin-bottom: 2.4rem;
}

.contact__form {
    margin-top: 8rem;
}

.contact__form br {
    display: none;
}

.contact__form p {
    margin-bottom: 0;
}

.jws-form__group {
    margin-bottom: 6.4rem;
}

.jws-form__group h4,
.jws-form__group label {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    color: var(--blue-color);
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.33;
}

.jws-form__row > p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact__form .wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: top;
    margin-top: 1.6rem;
    width: 100%;
}

.contact__form .wpcf7-form-control-wrap[data-name="topic"] {
    margin-top: 0.4rem;
}

.contact__form input,
.contact__form select,
.contact__form textarea {
    display: inline-block;
    vertical-align: top;
    border: 0;
    border-bottom: 2px solid var(--blue-color);
    padding: 0.4rem 0 1.6rem;
    width: 100%;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.14;
}

.contact__form input::-webkit-input-placeholder {
    color: var(--black-color);
    font-size: 1.4rem;
}

.contact__form input::-moz-placeholder {
    color: var(--black-color);
    font-size: 1.4rem;
}

.contact__form input:-ms-input-placeholder {
    color: var(--black-color);
    font-size: 1.4rem;
}

.contact__form input:-moz-placeholder {
    color: var(--black-color);
    font-size: 1.4rem;
}

.contact__form select {
    padding-top: 1.6rem;
}

.contact__form textarea {
    border: 2px solid var(--blue-color);
    padding: 1.6rem;
    height: 80px;
}

.contact__form .wpcf7 .wpcf7-form-control.wpcf7-submit {
    border: 1px solid var(--white-color);
    padding: 0.3rem 1.5rem;
    width: auto;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--white-color);
    background-color: var(--blue-color) !important;
    -webkit-transition: color 0.25s, background-color 0.25s;
    -o-transition: color 0.25s, background-color 0.25s;
    transition: color 0.25s, background-color 0.25s;
}

.contact__form .wpcf7 .wpcf7-form-control.wpcf7-submit:hover,
.contact__form .wpcf7 .wpcf7-form-control.wpcf7-submit:focus {
    color: var(--white-color);
    background-color: var(--black-color) !important;
}

.contact__form .jws-form__row .wpcf7-form-control-wrap {
    width: 48%;
}

.contact__form .wpcf7-form p .wpcf7-not-valid-tip {
    position: static;
}

.contact__links {
    margin-bottom: 0;
}

.contact__link {
    margin-bottom: 2.4rem;
}

.contact__link:last-child {
    margin-bottom: 0;
}

.quick-link a {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.33;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--blue-color);
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

.quick-link a:hover {
    color: var(--purple-color);
}

.quick-link a svg {
    margin-left: 1rem;
    width: 0.9rem;
}

@media (max-width: 991px) {
    .contact {
        padding-top: 4.8rem;
        padding-bottom: 3rem;
    }
    .contact__title {
        margin-bottom: 2rem;
    }
    .contact__form {
        margin-top: 6rem;
    }
    .contact__sidebar {
        margin-top: 4rem;
    }
    .contact__link {
        margin-bottom: 2rem;
    }
    .quick-link a {
        font-size: 1.6rem;
    }
    .quick-link a svg {
        width: 0.7rem;
    }
}

@media (max-width: 767px) {
    .contact {
        padding-top: 2.4rem;
        padding-bottom: 2rem;
    }
    .contact__title {
        margin-bottom: 1.6rem;
    }
    .contact__form {
        margin-top: 4rem;
    }
    .jws-form__group {
        margin-bottom: 4rem;
    }
    .contact__form input,
    .contact__form select,
    .contact__form textarea {
        padding: 1rem 0 1.2rem;
    }
    .contact__form select {
        padding-top: 1.2rem;
    }
    .contact__form textarea {
        padding: 1.2rem;
        height: 112px;
    }
    .contact__form .jws-form__row .wpcf7-form-control-wrap {
        width: 100%;
    }
    .contact__link {
        margin-bottom: 1.6rem;
    }
    .quick-link a {
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 1.14;
    }
    .quick-link a svg {
        margin-left: 0.6rem;
        width: 0.8rem;
    }
}

/* Author */
.author__row {
    padding-top: 8rem;
}

.author__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.author__avatar-wrapper {
    margin-right: 2.4rem;
    width: 16rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.author__avatar {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    line-height: 1;
    border-radius: 50%;
}

.author__avatar img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.author__name {
    margin-bottom: 0.8rem;
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 300;
}

.author__name b {
    font-weight: 700;
}

.author__position {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.33;
    text-transform: capitalize;
}

.author__follow {
    display: none;
}

.author__sidebar {
    border-left: 4px solid var(--blue-color);
    padding-left: 4rem;
}

.author__follow-title {
    margin-bottom: 1.6rem;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
}

.author__follow-links {
    margin-bottom: 0;
}

.author__follow-link {
    margin-bottom: 0.8rem;
    line-height: 1;
}

.author__follow-link:last-child {
    margin-bottom: 0;
}

.author__follow-link a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.33;
    color: var(--black-color);
}

.author__follow-link a svg {
    margin-right: 1.6rem;
}

.author__bio {
    padding-top: 6.4rem;
}

.author__bio-title {
    position: relative;
    margin-bottom: 2.4rem;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.author__bio p {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.33;
    font-family: 'adobe_garamond_proregular', serif;
}

.author-recent.nwsl-championship {
    padding-top: 2.4rem;
}

@media (max-width: 991px) {
    .author__row {
        padding-top: 3.6rem;
    }
    .author__main {
        border-bottom: 4px solid var(--blue-color);
        padding-bottom: 3.6rem;
    }
    .author__avatar-wrapper {
        margin-right: 2rem;
        width: 12rem;
    }
    .author__name {
        font-size: 3.6rem;
    }
    .author__position {
        font-size: 1.6rem;
    }
    .author__sidebar {
        display: none;
    }
    .author__follow {
        display: block;
        margin-top: 0.8rem;
    }
    .author__follow-link a {
        font-size: 1.6rem;
    }
    .author__follow-link a svg {
        margin-right: 1.2rem;
        width: 2rem;
        height: auto;
    }
    .author__bio {
        padding-top: 3.6rem;
    }
    .author__bio-title {
        margin-bottom: 2rem;
    }
    .author-recent.nwsl-championship {
        padding-top: 3rem;
    }
}

@media (max-width: 767px) {
    .author__row {
        padding-top: 2.4rem;
    }
    .author__main {
        padding-bottom: 2.4rem;
    }
    .author__avatar-wrapper {
        margin-right: 1.6rem;
        width: 8.8rem;
    }
    .author__name {
        font-size: 2.4rem;
    }
    .author__position {
        font-size: 1.4rem;
    }
    .author__follow-link a {
        font-size: 1.4rem;
    }
    .author__follow-link a svg {
        margin-right: 0.8rem;
        width: 1.6rem;
    }
    .author__bio {
        padding-top: 2.4rem;
    }
    .author__bio-title {
        margin-bottom: 1.6rem;
        font-size: 1.8rem;
        line-height: 1.33;
    }
    .author-recent.nwsl-championship .secondary-title {
        font-size: 1.8rem;
    }
    .author-recent.nwsl-championship {
        padding-top: 2rem;
    }
}

/* Newsletter Page */
.newsletter {
    padding-top: 8rem;
    padding-bottom: 4rem;
}

.newsletter__row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsletter.newsletter--about .newsletter__row {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.newsletter__image {
    padding-bottom: 115.8%;
}

.newsletter.newsletter--about .newsletter__image {
    padding-bottom: 88.4%;
}

.newsletter__image.newsletter__image--mob {
    display: none;
}

.newsletter__image img {
    -o-object-fit: contain;
    object-fit: contain;
}

.newsletter__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.newsletter__content-inner {
    margin-bottom: auto;
}

.newsletter__title {
    margin-bottom: 6.4rem;
}

.newsletter.newsletter--about .newsletter__title {
    margin-bottom: 2.4rem;
}

.newsletter__caption {
    margin-bottom: 2.4rem;
}

.newsletter__text {
    margin-bottom: 0;
}

.newsletter.newsletter--about .newsletter__text {
    margin-bottom: 4rem;
}

.newsletter__form {
    margin-top: 3.2rem;
}

.newsletter.newsletter--about .newsletter__form {
    margin-top: 0;
}

.newsletter__form br {
    display: none;
}

.newsletter__form p {
    margin-bottom: 0;
}

.newsletter__form .wpcf7-form > p {
    position: relative;
}

.newsletter__form .wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.newsletter__form .wpcf7-form-control-wrap input {
    display: inline-block;
    vertical-align: top;
    border: 0;
    border-bottom: 4px solid var(--blue-color);
    padding: 0.4rem 6rem 1.4rem 0;
    width: 100%;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.5;
}

.newsletter__form .wpcf7-form.form-sent .wpcf7-form-control-wrap input {
    border-bottom-color: var(--grey40-color);
}

.newsletter__form input:focus {
    border-bottom-color: var(--blue-color);
}

.newsletter__form input::-webkit-input-placeholder {
    color: #72716F;
    font-size: 1.4rem;
}

.newsletter__form input::-moz-placeholder {
    color: #72716F;
    font-size: 1.4rem;
}

.newsletter__form input:-ms-input-placeholder {
    color: #72716F;
    font-size: 1.4rem;
}

.newsletter__form input:-moz-placeholder {
    color: #72716F;
    font-size: 1.4rem;
}

.newsletter__form .wpcf7 .wpcf7-form-control.wpcf7-submit {
    position: absolute;
    right: 0;
    top: 0.4rem;
    border: 0;
    margin: 0;
    padding: 0 2rem 0 0;
    width: auto;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.33;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--black-color);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='m6 3.555 4.471 4.472c.26.26.26.682 0 .943L6 13.44l-.943-.942 4-4-4-4L6 3.555Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-color: transparent !important;
    z-index: 10;
}

.newsletter__form .wpcf7-form.form-sent .wpcf7-form-control.wpcf7-submit {
    font-size: 0;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='m14.276 4-7.805 7.805a.667.667 0 0 1-.942 0L1.724 8l.943-.943L6 10.39l7.333-7.333.943.943Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.newsletter__form .wpcf7-response-output {
    margin-top: 1.6rem !important;
}

.newsletter__form .wpcf7-form p .wpcf7-not-valid-tip {
    position: static;
}

.writer {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.writer__image {
    padding-bottom: 75%;
}

.writer__image img {
    -o-object-fit: contain;
    object-fit: contain;
}

.writer__caption {
    margin-bottom: 0.8rem;
}

.writer__title {
    margin-bottom: 2.4rem;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.25;
}

.writer__text {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .newsletter {
        padding-top: 6rem;
        padding-bottom: 3rem;
    }
    .newsletter__image-wrapper {
        margin-bottom: 4rem;
    }
    .newsletter--about .newsletter__image-wrapper {
        margin-top: 4rem;
        margin-bottom: 0;
    }
    .newsletter.newsletter--about .newsletter__image {
        padding-bottom: 85.4%;
    }
    .newsletter__title {
        margin-bottom: 3.6rem;
    }
    .newsletter.newsletter--about .newsletter__title {
        margin-bottom: 2rem;
    }
    .newsletter__caption {
        margin-bottom: 2rem;
    }
    .newsletter__form {
        margin-top: 3rem;
    }
    .writer {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .writer__image-wrapper {
        margin-bottom: 7.4rem;
    }
    .writer__title {
        margin-bottom: 2rem;
        font-size: 2.8rem;
    }
    .writer__content {
        border-bottom: 1px solid var(--grey40-color);
        padding-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .newsletter {
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
    .newsletter__image {
        padding-bottom: 74.9%;
    }
    .newsletter__image.newsletter__image--desktop {
        display: none;
    }
    .newsletter__image.newsletter__image--mob {
        display: block;
    }
    .newsletter__caption {
        margin-bottom: 1.6rem;
    }
    .newsletter__title {
        margin-bottom: 1.6rem;
    }
    .newsletter.newsletter--about .newsletter__title {
        margin-bottom: 1.6rem;
    }
    .newsletter__form {
        margin-top: 4rem;
    }
    .writer {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .writer__image-wrapper {
        margin-bottom: 2.4rem;
    }
    .writer__content {
        padding-bottom: 1.6rem;
    }
    .writer__title {
        margin-bottom: 1.6rem;
        font-size: 2.4rem;
    }
}

/* Careers Page */
.careers,
.position {
    padding-top: 6.4rem;
    padding-bottom: 8rem;
}

.careers__row {
    margin-bottom: 6.4rem;
}

.careers__row:last-child {
    margin-bottom: 0;
}

.careers__title {
    margin-bottom: 2.4rem;
}

.positions__list {
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.positions__list.loading {
    opacity: 0.5;
}

.positions__item {
    border-top: 1px solid var(--grey40-color);
    margin-bottom: 4.8rem;
    padding-top: 1.6rem;
}

.positions__item:last-child {
    margin-bottom: 0;
}

.positions__item-title {
    margin-bottom: 1.6rem;
}

.positions__item-department {
    margin-bottom: 0.8rem;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--grey50-color);
}

.careers__filter {
    margin-left: auto;
    width: 20rem;
}

.careers__filter-label {
    margin-bottom: 0.4rem;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.33;
    color: var(--blue-color);
}

.careers__filter .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.8rem;
    border-bottom: 2px solid var(--blue-color);
    padding: 0.4rem 0 1.6rem;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.14;
    color: var(--black-color);
}

.careers__filter .dropdown-toggle:after {
    display: none;
}

.careers__filter .dropdown-toggle svg {
    -webkit-transition: -webkit-transform 0.25s linear;
    transition: -webkit-transform 0.25s linear;
    -o-transition: transform 0.25s linear;
    transition: transform 0.25s linear;
    transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}

.careers__filter .dropdown-toggle.show svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.careers__filter .dropdown-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.8rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.14;
    color: var(--black-color);
    text-transform: none;
}

.careers__filter .dropdown-item.checked,
.careers__filter .dropdown-item:hover {
    background-color: var(--grey20-color);
}

.careers__filter .dropdown-item .dropdown-item__check {
    display: none;
}

.careers__filter .dropdown-item.checked .dropdown-item__check {
    display: inline-block;
    vertical-align: top;
}

.position__title {
    margin-bottom: 1.6rem;
}

.position__item {
    padding-bottom: 3.2rem;
}
.positions__item-department {
    margin-bottom: 0.6rem;
    font-size: 1.4rem;
}
.position__details-caption {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.position__details {
    margin-bottom: 2.4rem;
}

.position__details-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.14;
}

.position__details-item svg {
    margin-right: 1.4rem;
}

.position__details-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .careers,
    .position {
        padding-top: 4.8rem;
        padding-bottom: 6rem;
    }
    .careers__row {
        margin-bottom: 4rem;
    }
    .careers__title {
        margin-bottom: 2rem;
    }
    .positions__item {
        margin-bottom: 3.6rem;
    }
    .positions__item-department {
        margin-bottom: 0.4rem;
        font-size: 1rem;
        line-height: 1.8;
    }
    .positions__item-content {
        margin-bottom: 2.4rem;
    }
    .position__title {
        margin-bottom: 1.2rem;
    }
    .position__sidebar {
        margin-bottom: 6rem;
    }
}

@media (max-width: 767px) {
    .careers,
    .position {
        padding-top: 2.4rem;
        padding-bottom: 4rem;
    }
    .careers__row {
        margin-bottom: 2.4rem;
    }
    .careers__title {
        margin-bottom: 1.6rem;
    }
    .positions__item {
        border-top: 0;
        border-bottom: 1px solid var(--grey40-color);
        margin-bottom: 2.4rem;
        padding-top: 0;
        padding-bottom: 2.4rem;
    }
    .position__title {
        margin-bottom: 0.8rem;
    }
    .position__item {
        padding-bottom: 2.4rem;
    }
    .position__sidebar {
        margin-bottom: 4rem;
    }
}

/* About Page */
.text-card,
.image-context,
.founder {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.text-card__image {
    padding-bottom: 85.9%;
}

.text-card__image img {
    -o-object-fit: contain;
    object-fit: contain;
}

.text-card__content {
    position: relative;
    padding: 4.8rem 2.4rem 4.8rem 0;
    width: 715px;
    background-color: var(--white-color);
    z-index: 5;
}

.text-card__title,
.image-context__title {
    margin-bottom: 2.4rem;
}

.image-context__image {
    padding-bottom: 108.2%;
}

.image-context__image img {
    -o-object-fit: contain;
    object-fit: contain;
}

.promo__inner {
    position: relative;
    padding-bottom: 56.25%;
    line-height: 1;
    overflow: hidden;
}

.promo__inner video,
.promo__inner iframe,
.promo__inner img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.merge {
    padding-top: 8rem;
    padding-bottom: 8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.merge__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    -webkit-animation: marquee-animation 160s linear infinite;
    animation: marquee-animation 160s linear infinite;
}

.merge__link svg {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 28.4rem;
    height: 5.5rem;
}

@-webkit-keyframes marquee-animation {
    0% {
        -webkit-transform: translateX(-800%);
        transform: translateX(-800%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes marquee-animation {
    0% {
        -webkit-transform: translateX(-800%);
        transform: translateX(-800%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.founder__row {
    margin-bottom: 4rem;
}

.founder__image {
    padding-bottom: 91.1%;
}

.founder__image img {
    -o-object-fit: contain;
    object-fit: contain;
}

.founder__title {
    padding-right: 10%;
}

.founder__caption {
    margin-bottom: 1.2rem;
}

.about-careers {
    margin-top: 4rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-color: var(--grey10-color);
}

.about-careers:last-child {
    position: relative;
}

.about-careers:not(:last-child) {
    margin-bottom: 4rem;
}

.about-careers:last-child:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 12rem;
    background-color: inherit;
}

.about-careers__row {
    margin-bottom: 4rem;
}

.about-careers__link {
    margin-top: 1.6rem;
}

@media (min-width: 992px) {
    .founder__title {
        font-size: 3.6rem;
        line-height: 1.11;
    }
}

@media (max-width: 1999px) {
    .text-card__content {
        position: relative;
        padding: 3.6rem 2rem 3.6rem 0;
        width: 600px;
    }
}

@media (max-width: 991px) {
    .text-card,
    .image-context,
    .founder {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .text-card__image,
    .image-context__image {
        padding-bottom: 85.4%;
    }
    .text-card__content {
        margin-bottom: 4rem;
        padding: 0;
        width: 100%;
    }
    .text-card__title,
    .image-context__title {
        margin-bottom: 2rem;
    }
    .image-context__image-wrapper {
        margin-top: 4rem;
    }
    .merge {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .merge__link {
        -webkit-animation-duration: 96s;
        animation-duration: 96s;
    }
    .merge__link svg {
        width: 18.5rem;
        height: 3.6rem;
    }
    .founder__row {
        margin-bottom: 3rem;
    }
    .founder__title {
        padding-right: 0;
    }
    .founder__image-wrapper {
        width: 70%;
        margin-bottom: 3rem;
    }
    .founder__image {
        padding-bottom: 89.2%;
    }
    .about-careers {
        margin-top: 2.8rem;
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .about-careers:not(:last-child) {
        margin-bottom: 2.8rem;
    }
    .about-careers__row {
        margin-bottom: 3rem;
    }
    .about-careers__title {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .text-card,
    .image-context,
    .founder {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .text-card__title,
    .image-context__title {
        margin-bottom: 1.6rem;
    }
    .merge {
        padding-top: 2.8rem;
        padding-bottom: 2.8rem;
    }
    .merge__link {
        -webkit-animation-duration: 80s;
        animation-duration: 80s;
    }
    .merge__link svg {
        width: 13rem;
        height: 2.4rem;
    }
    .founder__row {
        margin-bottom: 2.4rem;
    }
    .founder__image-wrapper {
        margin-bottom: 2.4rem;
    }
    .founder__caption {
        margin-bottom: 1.6rem;
    }
    .about-careers {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .about-careers:last-child {
        padding-bottom: 2rem;
    }
    .about-careers:last-child:after {
        height: 2rem;
    }
    .about-careers__row {
        margin-bottom: 2.4rem;
    }
    .about-careers__title {
        margin-bottom: 1.6rem;
    }
}

/* Updates */
.quick-fact-content h4 {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.learboard-ul .top-leader,
.learboard-ul .top-leader .fw-400,
.learboard-ul .top-leader .fw-600 {
    font-weight: 700;
}

.league-top-wrap h1 {
    margin-bottom: 0;
    font-size: 4.8rem;
    line-height: 1.17;
    font-weight: 700;
}

.league-top-wrap span.small-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.67;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.single-tournament form .wrapper {
    margin-top: 4.8rem !important;
}

body.team-template-default .score-update,
body.team-template-default .single-tournament-score {
    padding-top: 0;
}

body.page-template-scores-schedules .score-tab {
    padding-top: 4rem;
}

body.page-template-scores-schedules .score-tab .nav-tabs h3 {
    font-size: 3.2rem;
    line-height: 1.25;
}

body.page-template-scores-schedules .score-tab .accordion-button h3 {
    margin-bottom: 2.4rem !important;
    font-size: 2rem;
    line-height: 1.4;
}

body.single-tournament .calender-main-div .pb-40 {
    padding-bottom: 0.8rem;
}

.all-match-detail .team a {
    display: flex;
    align-items: center;
}

.current-stats > form > .pb-40 {
    padding-bottom: 1.6rem;
}

@media (max-width: 991px) {
    .wrapper.mt-80 {
        margin-top: 0 !important;
    }
    .quick-fact-content h4 {
        font-size: 1.6rem;
    }
    body.page-template-scores-schedules .score-tab h3 {
        font-size: 2.4rem;
    }
}

@media (max-width: 767px) {
    .quick-fact-content h4 {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.7;
    }
    .league-top-wrap h1 {
        font-size: 3.2rem;
        line-height: 1.25;
    }
    body.page-template-scores-schedules .score-tab {
        padding-top: 1.6rem;
    }
    body.page-template-scores-schedules .score-tab .nav-tabs h3 {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    body.page-template-scores-schedules .score-tab .nav-tabs .nav-link.active h3 {
        font-weight: 600;
    }
    body.page-template-scores-schedules .score-tab .accordion-button h3 {
        margin-bottom: 1.6rem !important;
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: 0.08em;
    }
    body.single-tournament .calender-main-div .pb-40 {
        padding-bottom: 0;
    }
    body.single-tournament form .wrapper {
        margin-top: 2.4rem !important;
    }
    body.single-tournament .all-match-info,
    body.single-tournament .no-data,
    body.page-template-league-schedules .all-match-info,
    body.page-template-league-schedules .no-data {
        margin-top: 0;
    }
    .league-tab > .container > .mb-40 {
        margin-bottom: 2.4rem;
    }
    .current-stats > form > .pb-40 {
        padding-bottom: 0;
    }
    .profile-tab-content > .container > form > .pb-40 {
        padding-bottom: 2.4rem;
    }
    .league-dropdown .dropdown-toggle {
        margin-bottom: 0;
    }
}