@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  position: relative;
  min-width: 320px;
}

html {
  overflow-x: hidden;
}

article,
aside,
figure,
figcaption,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

a {
  text-decoration: none;
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}
a img {
  border: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 100%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em auto;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

button {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ol, ul {
  list-style: none;
}

input,
button,
textarea,
select {
  border: 0;
  outline: none !important;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  box-sizing: border-box;
  background-clip: padding-box;
}

img {
  max-width: 100%;
  height: auto;
  touch-action: none;
  pointer-events: none;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

abbr {
  text-decoration: none;
  border: none;
}

/* Untitled Sans font import */
@font-face {
  font-family: "Untitled Sans";
  src: url("../fonts/untitled-sans/untitled-sans-bold.woff2");
  src: url("../fonts/untitled-sans/untitled-sans-bold.woff2") format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: "Untitled Sans";
  src: url("../fonts/untitled-sans/untitled-sans-medium.woff2");
  src: url("../fonts/untitled-sans/untitled-sans-medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Untitled Sans";
  src: url("../fonts/untitled-sans/untitled-sans-regular.woff2");
  src: url("../fonts/untitled-sans/untitled-sans-regular.woff2") format("woff2");
  font-weight: normal;
}
/* At Hauss Aero font import */
@font-face {
  font-family: "At Hauss Aero";
  src: url("../fonts/at-hauss-aero/AtHaussAero-Bold.woff2");
  src: url("../fonts/at-hauss-aero/AtHaussAero-Bold.woff2") format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: "At Hauss Aero";
  src: url("../fonts/at-hauss-aero/AtHaussAero-Regular.woff2");
  src: url("../fonts/at-hauss-aero/AtHaussAero-Regular.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "At Hauss Aero";
  src: url("../fonts/at-hauss-aero/AtHaussAero-Medium.woff2");
  src: url("../fonts/at-hauss-aero/AtHaussAero-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "At Hauss Aero";
  src: url("../fonts/at-hauss-aero/AtHaussAero-Regular.woff2");
  src: url("../fonts/at-hauss-aero/AtHaussAero-Regular.woff2") format("woff2");
  font-weight: normal;
}
.grid {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1310px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .grid {
    width: 99.21875%;
  }
}
@media screen and (max-width: 600px) {
  .grid {
    width: 96.6666666667%;
  }
}
.grid-0 {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1310px;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.1450381679%;
  padding-right: 1.1450381679%;
}
.col-desk-shift-0 {
  margin-left: 0%;
}
.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.1450381679%;
  padding-right: 1.1450381679%;
}
.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}
.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.1450381679%;
  padding-right: 1.1450381679%;
}
.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}
.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.1450381679%;
  padding-right: 1.1450381679%;
}
.col-desk-shift-3 {
  margin-left: 25%;
}
.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.1450381679%;
  padding-right: 1.1450381679%;
}
.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}
.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.1450381679%;
  padding-right: 1.1450381679%;
}
.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}
.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.1450381679%;
  padding-right: 1.1450381679%;
}
.col-desk-shift-6 {
  margin-left: 50%;
}
.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.1450381679%;
  padding-right: 1.1450381679%;
}
.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}
.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.1450381679%;
  padding-right: 1.1450381679%;
}
.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}
.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.1450381679%;
  padding-right: 1.1450381679%;
}
.col-desk-shift-9 {
  margin-left: 75%;
}
.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.1450381679%;
  padding-right: 1.1450381679%;
}
.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}
.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.1450381679%;
  padding-right: 1.1450381679%;
}
.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}
.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.1450381679%;
  padding-right: 1.1450381679%;
}
.col-desk-shift-12 {
  margin-left: 100%;
}
@media screen and (max-width: 1024px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.1811023622%;
    padding-right: 1.1811023622%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.1811023622%;
    padding-right: 1.1811023622%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.1811023622%;
    padding-right: 1.1811023622%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.1811023622%;
    padding-right: 1.1811023622%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.1811023622%;
    padding-right: 1.1811023622%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.1811023622%;
    padding-right: 1.1811023622%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.1811023622%;
    padding-right: 1.1811023622%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.1811023622%;
    padding-right: 1.1811023622%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.1811023622%;
    padding-right: 1.1811023622%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.1811023622%;
    padding-right: 1.1811023622%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.1811023622%;
    padding-right: 1.1811023622%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.1811023622%;
    padding-right: 1.1811023622%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.1811023622%;
    padding-right: 1.1811023622%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 600px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.724137931%;
    padding-right: 1.724137931%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.724137931%;
    padding-right: 1.724137931%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.724137931%;
    padding-right: 1.724137931%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.724137931%;
    padding-right: 1.724137931%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.724137931%;
    padding-right: 1.724137931%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

/*
    ====================================================
     GENERAL TEXT 
    ====================================================
*/
.heading {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
  display: block;
  color: inherit;
}
.future-of-sports-page-wrap .heading, .future-of-sports-event-hero .heading, .future-of-sports-event-main .heading {
  font-family: "At Hauss Aero", "Untitled Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.heading > * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.heading--1 {
  font-size: 64px;
}
.heading--2 {
  font-size: 48px;
}
.heading--3 {
  font-size: 40px;
}
.heading--4 {
  font-size: 32px;
}
.heading--5 {
  font-size: 24px;
}
.heading--6 {
  font-size: 16px;
}
.heading--7 {
  font-size: 14px;
}
.heading--20px {
  font-size: 20px;
}

.font-aha,
.aha-font {
  font-family: "At Hauss Aero", "Untitled Sans", sans-serif;
}

.section-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.05em;
  position: relative;
  color: inherit;
  display: block;
}
.section-title > * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.section-title--large {
  font-size: 36px;
}
.section-title--small {
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .home .section-title {
    font-size: 18px;
  }
}

.section-title-wrapper {
  border-bottom: 1px solid black;
  padding-bottom: 16px;
  margin-bottom: 32px;
  position: relative;
}
.section-title-wrapper .section-title:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px !important;
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-title-wrapper a.section-title:before {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='23' viewBox='0 0 25 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3135 6.22852L24.2632 11.0726L19.3135 15.9167' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.6272 11.0722H0.999756' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.section-title-wrapper.no-arrow .section-title:before {
  display: none;
}

.dark-bg .section-title-wrapper {
  border-color: #F1F1F1;
}

p, .text {
  font-weight: normal;
  letter-spacing: -0.03em;
  font-size: 16px;
  line-height: 1.5;
  margin: 0.5em 0;
}

.text--grey {
  color: rgba(255, 255, 255, 0.75);
}
.light-grey-bg .text--grey {
  color: unset;
}

.text--black75 {
  color: rgba(0, 0, 0, 0.75);
}
.text--black50 {
  color: rgba(0, 0, 0, 0.5);
}

.text a:not(.btn),
.post-body-content a:not(.btn),
.heading p a:not(.btn) {
  text-decoration: underline;
  text-decoration-color: #3866F6;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.25em;
  color: inherit;
  transition: 0.2s ease;
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 1025px) {
  .text a:not(.btn):hover,
.post-body-content a:not(.btn):hover,
.heading p a:not(.btn):hover {
    color: #3866F6;
  }
}

p {
  margin-bottom: 16px;
}

.p1 {
  font-size: 20px;
  line-height: 1.9;
}
.p2 {
  font-size: 18px;
  line-height: 1.3;
}
.p3 {
  font-size: 16px;
  line-height: 1.4;
}
.p4 {
  font-size: 14px;
  line-height: 1.4;
}

.date {
  font-size: 12px;
  line-height: 1.25;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.75);
}

.dark-bg .date {
  color: rgba(255, 255, 255, 0.75);
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

.wysiwyg > *:first-child {
  margin-top: unset;
}
.wysiwyg > *:last-child {
  margin-bottom: unset;
}
.wysiwyg ul {
  list-style: outside disc;
}
.wysiwyg ol {
  list-style: outside decimal;
}
.wysiwyg ul, .wysiwyg ol {
  padding-left: 28px;
}

/*
    ====================================================
     UTILITY AND REPEATED CLASSES
    ====================================================
*/
body {
  font-family: "Untitled Sans", sans-serif;
  background-color: white;
  position: relative;
  color: black;
}
body::-webkit-scrollbar {
  width: 10px;
  display: none;
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 50px 4px;
  cursor: pointer;
  transition: 0.3s ease;
}
body::-webkit-scrollbar-track {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
body.dark-bg::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.7);
}
body.dark-bg::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.7);
}

main {
  position: relative;
}

.container {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding: 0 16px;
  }
}
@media screen and (max-width: 600px) {
  .container {
    padding: unset;
  }
}

.grid .container {
  padding: unset;
}

section,
.section {
  margin-top: 32px;
  margin-bottom: 32px;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.img-wrapper {
  overflow: hidden;
}
.img-wrapper img, .img-wrapper svg {
  width: 100%;
  height: 100%;
}
.img-wrapper--contain img {
  object-fit: contain;
}
.img-wrapper--cover img {
  object-fit: cover;
}

.dark-bg {
  background-color: black;
  color: white;
}

.light-grey-bg {
  background-color: #F1F1F1;
  color: black;
}

.blue-bg {
  background-color: #3866F6;
  color: white;
}

.blue-tag {
  background-color: #3866F6;
  color: white;
  font-size: 14px;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.ad-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advert-heading {
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #828A91;
  text-align: center;
  font-size: 10px;
}

.card__top {
  display: flex;
  justify-content: space-between;
}
.card__tags {
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.card__tags.has-exclusive-tag {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.card__tags span {
  color: #3866F6;
}
.card__tags span a {
  color: inherit;
}
@media screen and (min-width: 1025px) {
  .card__tags span a:hover {
    text-decoration: underline;
    text-underline-offset: 0.1em;
  }
}
.card__tags [rel=author] {
  color: black;
}
.pro-card-wrapper.dark-bg .card__tags [rel=author] {
  color: white;
}
.card__heading {
  margin: 5px 4px 10px 0;
  transition: 0.4s ease;
}
.card__heading:hover {
  text-decoration: underline;
}
.card__desc {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.75);
}
.card--landscape {
  display: flex;
  flex-direction: row;
}
.card--landscape .card-img {
  width: 35%;
  padding-bottom: 22.5%;
  margin-right: 2.5%;
  position: relative;
  height: 0;
}
.card--landscape .card-img img {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.card--landscape .card-content {
  width: 62.5%;
}
.card--landscape .card-content > *:last-child {
  margin-bottom: unset;
}
.card--landscape-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .card--landscape-reverse {
    flex-direction: column;
  }
}
.card--landscape-reverse .card-img {
  margin-right: unset;
  margin-left: 5%;
}
@media screen and (max-width: 600px) {
  .card--landscape-reverse .card-img {
    margin-left: unset;
  }
}
.card--portrait .card__heading {
  margin-bottom: 12px;
}
.card--portrait .card-img {
  width: 100%;
  padding-bottom: 64%;
  position: relative;
  margin-bottom: 16px;
  display: block;
}
.card--portrait .card-img img {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.card--portrait .card-content > *:not(:last-child) {
  margin-bottom: 12px;
}
.card--portrait .card-content .card__tags {
  margin-bottom: 8px;
}
.card--minimal .date {
  color: rgba(0, 0, 0, 0.75);
}

.card-author {
  display: inline-block;
  white-space: pre-wrap;
}

.card-img {
  overflow: hidden;
}
.card-img img {
  transition: 0.5s ease;
  height: 100%;
  width: 100%;
}

.hide-author .card-author,
.hide-date .date,
.hide-excerpt .card__desc,
.hide-tag .card__tags {
  display: none;
}

.hide-tag .card__tags.has-exclusive-tag {
  display: none !important;
}

.hide-excerpt.hide-date .card__heading {
  margin-bottom: unset;
}

.card-list--vertical .card-wrapper {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E5E5E5;
}
.card-list--vertical .card-wrapper:last-of-type {
  margin-bottom: unset !important;
  border-bottom: unset !important;
}
.card-list--vertical.no-border .card-wrapper {
  border-bottom: unset;
}
.card-list--vertical.inner-border .card-wrapper {
  border-bottom: unset;
  padding-bottom: unset;
}
.card-list--vertical.inner-border .card {
  padding-bottom: 24px;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (min-width: 601px) {
  .card-list--vertical.inner-border .card-wrapper:nth-last-child(-n+2) .card {
    border-bottom: unset;
  }
}
@media screen and (max-width: 600px) {
  .card-list--vertical.inner-border .card-wrapper:last-child .card {
    border-bottom: unset;
  }
}
.card-list--horizontal {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 601px) {
  .card-list--horizontal .card-wrapper.col-desk-3 {
    border-right: 1px solid #E5E5E5;
  }
}
@media screen and (max-width: 600px) {
  .card-list--horizontal .card-wrapper {
    padding-bottom: 24px;
    border-bottom: 1px solid #E5E5E5;
  }
}

@media screen and (max-width: 600px) {
  .card-wrapper {
    margin-bottom: 24px;
  }
}
.card-wrapper--pro {
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 601px) {
  .card-list--horizontal .card-wrapper--pro {
    height: 100%;
  }
}
.card-wrapper--pro .card {
  background-color: black;
  padding: 14px;
}
@media screen and (min-width: 601px) {
  .card-wrapper--pro .card--portrait {
    height: 100%;
  }
}
.card-wrapper--pro .card__heading {
  color: white;
}
.card-wrapper--pro .card__tags {
  position: relative;
  color: white;
}
.card-wrapper--pro .card__tags:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "Pro";
  height: 20px;
  width: 44px;
  background-color: #3866F6;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pro-page-wrap .card-wrapper--pro .card__tags:before {
  display: none;
}
.card-wrapper--pro .card__tags [rel=author] {
  color: white;
}
.card-wrapper--sponsored .card {
  background-color: #F1F1F1;
  padding: 12px;
}
.card-wrapper--sponsored .card__tags {
  color: #9D9D9D;
}
.card-wrapper--sponsored .card-author {
  display: none;
}
.card-wrapper--podcast .card {
  background-color: rgba(56, 102, 246, 0.08);
  padding: 12px;
  position: relative;
}
.card-wrapper--podcast .card:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 80C149.9 80 62.4 159.4 49.6 262c9.4-3.8 19.6-6 30.4-6c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48c-44.2 0-80-35.8-80-80V384 336 288C0 146.6 114.6 32 256 32s256 114.6 256 256v48 48 16c0 44.2-35.8 80-80 80c-26.5 0-48-21.5-48-48V304c0-26.5 21.5-48 48-48c10.8 0 21 2.1 30.4 6C449.6 159.4 362.1 80 256 80z' fill='%233866F6'/%3E%3C/svg%3E");
}
@media screen and (max-width: 600px) {
  .card-wrapper--podcast .card:before {
    top: 10px;
    right: 10px;
  }
}
.card-wrapper--company .card {
  background-color: #EFF3FE;
  padding: 12px;
}
.card-wrapper--company .card__tags {
  color: #9D9D9D;
}
.card-wrapper--company .card-author {
  display: none;
}
.card-wrapper--author {
  margin-top: 12px;
}
.card-wrapper--author .card__tags {
  color: #3866F6;
}
.card-wrapper--author .card .card-img img {
  border-radius: 100%;
  width: 64.3%;
  height: 100%;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.card-wrapper--author .card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pro-tag {
  display: inline-block;
  padding: 8px;
  background-color: #3866F6;
}

.share-btn {
  font-size: 10px;
  color: inherit;
  font-weight: normal;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.share-btn:before {
  content: "";
  position: absolute;
  right: calc(100% - 16px);
  top: -1px;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 4.17969H4.28475C3.41358 4.17969 2.57809 4.52576 1.96208 5.14177C1.34607 5.75778 1 6.59326 1 7.46443V9.10681' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.71484 7.46305L12.9996 4.1783L9.71484 0.893555' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.dark-bg .share-btn:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 4.17969H4.28475C3.41358 4.17969 2.57809 4.52576 1.96208 5.14177C1.34607 5.75778 1 6.59326 1 7.46443V9.10681' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.71484 7.46305L12.9996 4.1783L9.71484 0.893555' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.load-more,
.facetwp-load-more {
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.load-more:before,
.facetwp-load-more:before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  height: 14px;
  width: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cg%3E%3Cg transform='matrix(1 0 0 -1 0 1638)'%3E%3Cpath d='M10,1370.2c0,3.4,0.6,6.6,1.8,9.8s3.1,6,5.8,8.3c5,5,11.1,7.6,18.1,7.6s13.1-2.5,18.1-7.6L500,942.6l445.7,445.7c5,5,11.2,7.6,18.4,7.6s13.3-2.5,18.4-7.6c5-5,7.6-11.1,7.6-18.1s-2.5-13.1-7.6-18.1L518.1,887.7c-5-5-11.1-7.6-18.1-7.6c-7.1,0-13.1,2.5-18.1,7.6L17.6,1352c-2.7,2.4-4.6,5.1-5.8,8.3C10.6,1363.5,10,1366.8,10,1370.2L10,1370.2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.faqs {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .faqs {
    margin-top: unset;
    margin-bottom: unset;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.page-template-pro.light-grey-bg .faqs {
  background-color: white;
  margin-bottom: unset;
}
.faqs .container {
  max-width: 900px;
  padding-left: 4%;
  padding-right: 4%;
}
.faqs .section-title {
  margin-bottom: 44px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .faqs .section-title {
    font-size: 28px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

.faq-list {
  list-style: none;
  margin: 0 auto;
}
.faq-list .faq-item {
  padding: 24px 30px;
  margin-bottom: 24px;
  border-radius: 10px;
  background-color: #F1F1F1;
}
@media screen and (max-width: 600px) {
  .faq-list .faq-item {
    padding-left: 24px;
  }
  .faq-list .faq-item:last-of-type {
    margin-bottom: unset;
  }
}
.faq-list .faq-item > * {
  padding-right: 10%;
}
@media screen and (max-width: 600px) {
  .faq-list .faq-item > * {
    padding-right: 5%;
  }
}
.faq-list .faq-item.active .question:before {
  transform: translateY(-12px) rotate(135deg);
}
@media screen and (max-width: 600px) {
  .faq-list .faq-item.active .question:before {
    transform: translateY(-8px) rotate(135deg);
  }
}
.faq-list .question {
  position: relative;
  cursor: pointer;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .faq-list .question {
    font-size: 18px;
  }
}
.faq-list .question:before {
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-7px) rotate(-45deg);
  width: 14px;
  height: 14px;
  border-radius: 1px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  color: inherit;
  border-color: currentColor;
  content: "";
  transition: 0.4s ease;
}
@media screen and (max-width: 600px) {
  .faq-list .question:before {
    right: -12px;
    width: 10px;
    height: 10px;
    transform: translateY(-3px) rotate(-45deg);
  }
}
.faq-list .answer {
  height: 0;
  overflow: hidden;
  transition: 0.4s all ease;
  margin: 0;
}
.faq-list .answer *:first-child {
  margin-top: unset;
}
.faq-list .answer *:last-child {
  margin-bottom: unset;
}
.faq-list .answer ul {
  list-style: outside circle;
}
.faq-list .answer ol {
  list-style: outside decimal;
}
.faq-list .answer ul, .faq-list .answer ol {
  margin: 8px 0 16px 30px;
}
.faq-list .answer p + ul,
.faq-list .answer p + ol {
  margin-top: -12px;
}
.dark-bg .faq-list .faq-item {
  background-color: #1A1C21;
}
.dark-bg .faq-list .faq-item .answer {
  color: rgba(255, 255, 255, 0.75);
}
.dark-bg .faq-list .faq-item .answer p {
  color: inherit;
}
.dark-bg .faq-list .faq-item .answer a {
  color: white;
}

@media screen and (max-width: 1024px) {
  #pico_launcher {
    display: none;
  }
}

.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}

.margin-auto,
.auto-margin {
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form-container {
  margin-top: 32px;
}
.newsletter-form-container .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0;
}
.newsletter-form-container .gform_required_legend {
  display: none;
}
.newsletter-form-container form {
  position: relative;
}
.single-newsletter .newsletter-form-container form ul {
  list-style: none;
}
.newsletter-form-container .gform_body .gfield {
  padding-right: unset !important;
}
.newsletter-form-container .gform_body .gfield label {
  display: none;
}
.newsletter-hero-2 .newsletter-form-container .gform_body .gfield {
  padding-right: 16px !important;
  position: relative;
}
.newsletter-hero-2 .newsletter-form-container .gform_body .gfield .gfield_validation_message {
  border: none;
  background-color: unset;
  position: absolute;
  padding: unset;
  bottom: 6px;
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .newsletter-hero-2 .newsletter-form-container .gform_body .gfield .gfield_validation_message {
    bottom: -3px;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-hero-2 .newsletter-form-container .gform_body .gfield .ginput_container input {
    font-size: 16px !important;
    line-height: 1.5;
    padding-bottom: 8px !important;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-hero-2 .newsletter-form-container .gform_body .gfield .ginput_container.ginput_container_email input {
    padding-right: unset !important;
  }
}
.newsletter-form-container .gform_body .gfield .ginput_container {
  margin-top: unset !important;
}
.newsletter-form-container .gform_body .gfield .ginput_container input {
  width: 100% !important;
  background-color: transparent;
  border-bottom: 1px solid black !important;
  border-left: unset !important;
  border-right: unset !important;
  border-top: unset !important;
  padding-bottom: 12px !important;
  padding-left: unset !important;
  margin-bottom: 24px;
  font-size: 18px !important;
  letter-spacing: -0.05em !important;
}
@media screen and (max-width: 600px) {
  .newsletter-form-container .gform_body .gfield .ginput_container input {
    margin: unset;
  }
}
.newsletter-form-container .gform_body .gfield .ginput_container.ginput_container_email input {
  padding-right: 180px !important;
}
.newsletter-form-container .gform_body .gform_validation_container {
  display: none;
}
.newsletter-form-container .gform_body .newsletter-checkbox {
  display: inline-flex;
}
@media screen and (max-width: 600px) {
  .newsletter-form-container .gform_body .newsletter-checkbox {
    flex-direction: column;
    width: 100%;
  }
}
.newsletter-form-container .gform_body .newsletter-checkbox .gfield_checkbox {
  display: inline-flex;
  margin-top: unset;
  margin-bottom: unset;
}
@media screen and (max-width: 600px) {
  .newsletter-form-container .gform_body .newsletter-checkbox .gfield_checkbox {
    width: 100%;
  }
}
.newsletter-form-container .gform_body .newsletter-checkbox .ginput_container_checkbox {
  margin-top: unset;
}
.newsletter-form-container .gform_body .newsletter-checkbox .gfield_description {
  width: 60%;
  font-size: 14px;
  letter-spacing: -0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .newsletter-form-container .gform_body .newsletter-checkbox .gfield_description {
    width: 100%;
    margin-bottom: 16px;
  }
}
.newsletter-form-container .gform_body .newsletter-checkbox li input[type=checkbox]:checked + label {
  font-weight: unset;
}
.newsletter-form-container .gform_body .newsletter-checkbox li {
  position: relative;
  padding-left: 20px !important;
  margin-bottom: unset;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .newsletter-form-container .gform_body .newsletter-checkbox li {
    width: 50%;
  }
}
.newsletter-form-container .gform_body .newsletter-checkbox li:first-of-type {
  margin-right: 10px;
}
.newsletter-form-container .gform_body .newsletter-checkbox li input[type=checkbox] {
  position: absolute;
  left: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
  transition: 0.2s ease;
  margin-top: 0 !important;
}
.newsletter-form-container .gform_body .newsletter-checkbox li input[type=checkbox]:checked {
  background-color: #3866F6;
  border-color: #3866F6;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M941,157c14,0,25.7,4.7,35,14c9.3,9.3,14,21,14,35c0,13.8-4.7,25.4-14.2,34.8l-588,588c-9.4,9.4-21.1,14.2-34.8,14.2s-25.4-4.7-34.8-14.2l-294-294C14.7,525.4,10,513.8,10,500c0-14,4.7-25.7,14-35s21-14,35-14c13.8,0,25.4,4.7,34.8,14.2L353,724.7l553.2-553.5C915.6,161.7,927.2,157,941,157L941,157z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.newsletter-form-container .gform_body .newsletter-checkbox li label {
  letter-spacing: -0.05em;
  max-width: unset;
}
@media screen and (min-width: 601px) {
  .newsletter-form-container .gform_footer {
    margin: 0 !important;
    height: 0 !important;
    padding: 0 !important;
  }
}
.newsletter-form-container .gform_footer button[type=submit] {
  border: 1px solid black;
  padding: 10px 16px;
  width: 170px !important;
  text-align: left;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 18px !important;
  margin-right: unset !important;
  background: unset;
  width: 100%;
  line-height: 1 !important;
  font-weight: bold;
  transition: 0.3s ease;
  margin-bottom: unset !important;
}
.newsletter-form-container .gform_footer button[type=submit]:hover {
  background-color: black;
  color: white;
}
@media screen and (max-width: 600px) {
  .newsletter-form-container .gform_footer button[type=submit] {
    position: relative;
    width: 100% !important;
    text-align: left;
    padding: 8px 10px !important;
    margin-bottom: unset !important;
  }
}
@media screen and (min-width: 601px) {
  .newsletter-hero-2 .newsletter-form-container .gform_footer button[type=submit] {
    top: auto;
    bottom: 32px;
    right: 16px;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-hero-2 .newsletter-form-container .gform_footer button[type=submit] {
    margin-right: 16px !important;
  }
}
.dark-bg .newsletter-form-container .gform_body li input[type=checkbox]:not(:checked) {
  border-color: white !important;
}
.dark-bg .newsletter-form-container .gform_body .ginput_container_email input {
  border-bottom-color: white !important;
}
.dark-bg .newsletter-form-container .gform_footer button[type=submit] {
  border-color: white;
}
.newsletter-form-container .gform_confirmation_message {
  letter-spacing: -0.03em;
}
.newsletter-form-container .gform_ajax_spinner {
  display: none;
}
.newsletter-form-container .gform_wrapper .gform_validation_errors {
  display: none;
}
.newsletter-form-container .gform_wrapper .gform_validation_errors {
  display: none;
}
.newsletter-form-container .gform_wrapper .gform_validation_error .gform_body ul li.gfield.gfield_error {
  max-width: 100% !important;
  background-color: unset;
  border-top: unset;
  border-bottom: unset;
}
.newsletter-form-container .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error {
  max-width: 100% !important;
  border: none !important;
  background-color: unset !important;
  padding-top: unset !important;
  padding-bottom: unset !important;
}

.contact-form-container .gfield {
  margin-bottom: 24px;
}
.contact-form-container .gfield .gfield_label {
  font-size: 16px;
  margin-bottom: 12px;
  display: inline-block;
}
.contact-form-container .gfield .gfield_label .gfield_required {
  display: none;
}
.contact-form-container .gfield input:not([type=checkbox]),
.contact-form-container .gfield textarea, .contact-form-container .gfield select {
  padding: 18px;
  padding-right: 36px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 4px;
  display: inline-block;
  width: 100%;
}
.contact-form-container .gfield input:not([type=checkbox])::placeholder,
.contact-form-container .gfield textarea::placeholder, .contact-form-container .gfield select::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.contact-form-container .gfield input::placeholder,
.contact-form-container .gfield textarea::placeholder,
.contact-form-container .gfield .gf_placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.contact-form-container .gfield select option {
  color: black;
}
.contact-form-container .gfield .hidden_sub_label {
  display: none;
}
.contact-form-container button[type=submit] {
  width: 100%;
  background-color: #3866F6;
  color: white;
  padding: 18px;
  padding-right: 32px;
  text-align: left;
  font-weight: 500;
  position: relative;
  display: inline-block;
  transition: 0.3s ease;
  border-color: #3866F6;
}
.contact-form-container button[type=submit]:hover {
  background-color: white;
  border-color: white;
  color: #3866F6;
}
.contact-form-container .validation_error {
  margin-bottom: 24px;
  display: none;
}
.contact-form-container .validation_message,
.contact-form-container .validation_error {
  color: #F4C069;
}
.contact-form-container .validation_message {
  font-size: 13px;
}

.r25-nomination-form-container .gform_wrapper .gform_heading {
  display: none;
}
.r25-nomination-form-container .gform_wrapper .gf_page_steps {
  border-bottom: unset !important;
}
.r25-nomination-form-container .gform_wrapper .gf_page_steps .gf_step .gf_step_number {
  display: none;
}
.r25-nomination-form-container .gform_wrapper .gf_page_steps .gf_step .gf_step_label {
  padding-left: unset;
  color: #3866F6;
}
.r25-nomination-form-container .gform_wrapper .gf_page_steps .gf_step:not(.gf_step_active) {
  display: none;
}
.r25-nomination-form-container .gform_wrapper .gform_validation_errors {
  background-color: unset !important;
  border: unset !important;
  box-shadow: unset !important;
  padding: unset !important;
}
.r25-nomination-form-container .gform_body .gform_page_fields .gform_fields {
  grid-row-gap: 24px;
  grid-column-gap: 18px;
}
@media screen and (max-width: 1024px) {
  .r25-nomination-form-container .gform_body .gform_page_fields .gform_fields {
    grid-column-gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .r25-nomination-form-container .gform_body .gform_page_fields .gform_fields {
    grid-row-gap: 16px;
  }
}
.r25-nomination-form-container .gform_body .gform_page_fields .gform_fields .ginput_complex {
  column-gap: 18px;
}
@media screen and (max-width: 1024px) {
  .r25-nomination-form-container .gform_body .gform_page_fields .gform_fields .ginput_complex {
    column-gap: 10px;
  }
}
.r25-nomination-form-container .gform_body .gform_page_fields .gform_fields .ginput_complex .gform-grid-col {
  padding-left: unset !important;
  padding-right: unset !important;
}
.r25-nomination-form-container .gform_body .gform_page .gform_page_footer {
  display: flex;
  justify-content: space-between;
}
.r25-nomination-form-container .gform_body .gform_page .gform_page_footer .gform_ajax_spinner {
  display: none;
}
.r25-nomination-form-container .gform_body .gform_page .gform_page_footer button {
  min-width: 165px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  border: 1px solid currentColor;
  transition: 0.3s ease;
  padding: 14px 40px;
}
@media (max-width: 370px) {
  .r25-nomination-form-container .gform_body .gform_page .gform_page_footer button {
    min-width: unset;
    font-size: 14px;
  }
}
.r25-nomination-form-container .gform_body .gform_page .gform_page_footer button:before {
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-37%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-radius: 1px;
  border-style: solid;
  color: inherit;
  border-color: currentColor;
  content: "";
}
.r25-nomination-form-container .gform_body .gform_page .gform_page_footer button.gform_next_button {
  background-color: #3866F6;
  color: white;
  padding-right: 56px;
  border-color: #3866F6;
}
.r25-nomination-form-container .gform_body .gform_page .gform_page_footer button.gform_next_button:hover {
  background-color: white;
  color: #3866F6;
  border-color: white;
}
.r25-nomination-form-container .gform_body .gform_page .gform_page_footer button.gform_next_button:before {
  right: 44px;
  left: auto;
  border-width: 1px 1px 0 0;
}
.r25-nomination-form-container .gform_body .gform_page .gform_page_footer button.gform_previous_button {
  background-color: transparent;
  color: white;
  padding-left: 56px;
  border-color: white;
}
.r25-nomination-form-container .gform_body .gform_page .gform_page_footer button.gform_previous_button:hover {
  background-color: white;
  color: #3866F6;
  border-color: white;
}
.r25-nomination-form-container .gform_body .gform_page .gform_page_footer button.gform_previous_button:before {
  right: auto;
  left: 44px;
  border-width: 0 0 1px 1px;
}
.r25-nomination-form-container .gform_body .gform_page .gform_page_footer button[type=submit] {
  background-color: #3866F6;
  border-color: #3866F6;
}
.r25-nomination-form-container .gform_body .gform_page .gform_page_footer button[type=submit]:hover {
  background-color: white;
  color: #3866F6;
  border-color: white;
}
.r25-nomination-form-container .gform_body .gform_page .gform_page_footer button[type=submit]:before {
  right: 42px;
}
.r25-nomination-form-container .gfield.gfield_html {
  margin-bottom: unset;
}
.r25-nomination-form-container .gfield.gfield_html h2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.r25-nomination-form-container .gfield.gfield_html p {
  letter-spacing: unset;
  margin-bottom: 8px;
}
.r25-nomination-form-container .gfield.gfield--type-name .ginput_container.ginput_complex .gform-grid-col {
  margin-bottom: unset;
}
@media screen and (max-width: 600px) {
  .r25-nomination-form-container .gfield.gfield--type-name .ginput_container.ginput_complex .gform-grid-col:not(:first-of-type) {
    margin-top: 16px;
  }
}
.r25-nomination-form-container .gfield.gfield--type-date .ginput_container input {
  width: 100%;
}
.r25-nomination-form-container .gfield.gfield--type-fileupload .ginput_container {
  display: none;
}
.r25-nomination-form-container .gfield.gfield--type-fileupload label {
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  padding-left: 24px;
  position: relative;
  cursor: pointer;
}
.r25-nomination-form-container .gfield.gfield--type-fileupload label:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M360.2 83.8c-24.4-24.4-64-24.4-88.4 0l-184 184c-42.1 42.1-42.1 110.3 0 152.4s110.3 42.1 152.4 0l152-152c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-152 152c-64 64-167.6 64-231.6 0s-64-167.6 0-231.6l184-184c46.3-46.3 121.3-46.3 167.6 0s46.3 121.3 0 167.6l-176 176c-28.6 28.6-75 28.6-103.6 0s-28.6-75 0-103.6l144-144c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-144 144c-6.7 6.7-6.7 17.7 0 24.4s17.7 6.7 24.4 0l176-176c24.4-24.4 24.4-64 0-88.4z' fill='%23fff'/%3E%3C/svg%3E");
}
.r25-nomination-form-container .gfield .gfield_label {
  font-size: 16px;
  margin-bottom: 12px;
  display: inline-block;
}
.r25-nomination-form-container .gfield .gfield_label .gfield_required {
  display: none;
}
.r25-nomination-form-container .gfield input:not([type=checkbox]),
.r25-nomination-form-container .gfield textarea {
  padding: 16px !important;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  margin-bottom: 4px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .r25-nomination-form-container .gfield input:not([type=checkbox]),
.r25-nomination-form-container .gfield textarea {
    padding: 12px !important;
  }
}
.r25-nomination-form-container .gfield input:not([type=checkbox])::placeholder,
.r25-nomination-form-container .gfield textarea::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.r25-nomination-form-container .gfield textarea {
  line-height: 1.375;
}
.r25-nomination-form-container .gfield select option {
  color: black;
}
.r25-nomination-form-container .gfield .hidden_sub_label {
  display: none;
}
.r25-nomination-form-container .r25-nomination-payment-step .gfield .StripeElement {
  padding: 18px;
  height: auto;
}
.r25-nomination-form-container .r25-nomination-payment-step .gfield .StripeElement,
.r25-nomination-form-container .r25-nomination-payment-step .gfield .StripeElement--focus {
  border: 1px solid #bbb;
}
.r25-nomination-form-container .r25-nomination-payment-step .gfield input:not([type=checkbox]) {
  background-color: white;
  color: black;
  border: 1px solid #bbb;
  font-size: 14px;
  font-family: sans-serif;
}
.r25-nomination-form-container .r25-nomination-payment-step .gfield input:not([type=checkbox])::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.r25-nomination-form-container .r25-nomination-payment-step .gfield .ginput_full:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .r25-nomination-form-container .r25-nomination-payment-step .gfield .ginput_full:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.r25-nomination-form-container .r25-nomination-payment-step .gfield .gfield_validation_message {
  display: block;
}
.r25-nomination-form-container .validation_error {
  margin-bottom: 24px;
  display: none;
}
.r25-nomination-form-container .validation_message,
.r25-nomination-form-container .validation_error {
  color: #F4C069;
}
.r25-nomination-form-container .validation_message {
  font-size: 13px;
}
.r25-nomination-form-container .gfield_validation_message {
  display: block;
  padding: 0 !important;
  border: unset !important;
  background-color: unset !important;
  padding-top: unset !important;
  font-size: 13px !important;
}

/*
    ====================================================
     GENERAL BUTTONS
    ====================================================
*/
.btn {
  color: inherit;
  position: relative;
  padding-right: 20px;
  display: inline-block;
  min-width: 170px;
  transition: 0.3s ease;
}
.btn:before {
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-37%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-radius: 1px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  color: inherit;
  border-color: currentColor;
  content: "";
}
.btn--outline {
  border: 1px solid black;
  padding: 10px 32px 10px 16px;
  font-weight: bold;
  min-width: 170px;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1025px) {
  .btn--outline:hover {
    background-color: black;
    color: white;
    border-color: black;
  }
}
.btn--outline-blue {
  border-color: #3866F6;
  color: #3866F6;
}
@media screen and (min-width: 1025px) {
  .btn--outline-blue:hover {
    background-color: #3866F6;
    border-color: #3866F6;
    color: white;
  }
}
.btn--no-outline {
  min-width: unset;
}
.btn--blue-text {
  color: #3866F6;
  font-weight: 500;
}
.btn--blue {
  background-color: #3866F6;
  color: white;
  padding: 10px 32px 10px 16px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .btn--blue:hover {
    background-color: white;
    border-color: white;
    color: #3866F6;
  }
}
.btn--blue:before, .btn--outline:before {
  right: 12px;
}
.btn--no-min {
  min-width: unset;
}

.light-grey-bg .btn.btn--outline:not(.btn--outline-blue), .footer-cta__right .btn.btn--outline:not(.btn--outline-blue) {
  border-color: black;
}

.dark-bg .btn--outline {
  border-color: white;
}
@media screen and (min-width: 1025px) {
  .dark-bg .btn--outline:hover {
    color: black;
    background-color: white;
  }
}

.social-icons {
  display: inline-flex;
  flex-direction: row;
}
.social-icons li {
  margin-right: 24px;
}
.social-icons li a {
  color: white;
  transition: 0.3s ease;
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .social-icons li a:hover {
    color: #3866F6;
  }
  .social-icons li a:hover .img-wrapper svg path {
    fill: #3866F6;
  }
}
.social-icons .img-wrapper {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icons .img-wrapper svg path {
  fill: white;
  transition: 0.3s ease;
}

.social-icons-2-container {
  border: 1px solid #9D9D9D;
  border-left: unset;
  border-right: unset;
  padding: 16px 0;
  margin-top: 26px;
}

.social-icons-2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .social-icons-2 {
    justify-content: flex-start;
    display: none;
  }
  .social-icons-2.mobile-active {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .social-icons-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 16px;
  }
}
.social-icons-2 li {
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .social-icons-2 li {
    margin-left: unset;
    margin-top: 16px;
  }
}
@media screen and (max-width: 600px) {
  .social-icons-2 li {
    margin: 10px auto;
    margin-left: unset;
  }
}
.social-icons-2 li a {
  color: #00000080;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
}
.social-icons-2 li a .img-wrapper {
  margin-right: 8px;
  height: 18px;
  width: 18px;
}
.social-icons-2 li a .img-wrapper img, .social-icons-2 li a .img-wrapper svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.author-connect-btn {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.author-connect-btn.active:before {
  transform: translateY(-37%) rotate(90deg);
}
@media screen and (min-width: 1025px) {
  .author-connect-btn {
    display: none;
  }
}

body .wppopups-whole {
  z-index: 999;
}

.fos-popup .close-btn {
  font-size: 16px;
  top: 16px;
  right: 16px;
}

.popup-active {
  overflow: hidden;
}
.popup-active .body-overlay {
  display: block;
}

.newsletter-popup {
  width: 100%;
  max-width: 980px;
  display: none;
  flex-direction: row;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  border: 1px solid black;
}
.newsletter-popup.active {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .newsletter-popup {
    width: 95vw;
    flex-direction: column-reverse;
  }
}
.spu-content .newsletter-popup {
  max-width: unset;
}
.newsletter-popup__left {
  width: 55%;
  padding: 40px;
  padding-bottom: 48px;
}
.newsletter-popup__left .text {
  color: rgba(0, 0, 0, 0.75);
}
.newsletter-popup__left .heading {
  font-weight: bold;
}
@media screen and (min-width: 601px) {
  .newsletter-popup__left .heading,
.newsletter-popup__left .text {
    max-width: 355px;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-popup__left {
    width: 100%;
    padding: 18px;
  }
  .newsletter-popup__left .heading {
    font-size: 28px;
  }
  .single-newsletter .newsletter-popup__left .heading {
    padding-right: 24px;
  }
}
.newsletter-popup__left .newsletter-popup-latest {
  font-weight: bold;
  padding-right: 18px;
  letter-spacing: -0.02em;
  font-size: 12px;
  margin-top: 10px;
}
.single-newsletter .newsletter-popup__left .newsletter-popup-latest {
  display: none;
}
.newsletter-popup__left .newsletter-popup-latest:before {
  border-width: 2px 2px 0 0;
}
@media screen and (max-width: 600px) {
  .newsletter-popup__left .newsletter-popup-latest {
    margin-top: unset;
  }
}
.newsletter-popup__left .newsletter-form-container {
  margin-top: unset;
}
@media screen and (max-width: 600px) {
  .newsletter-popup__left .newsletter-form-container .gform_wrapper {
    margin-bottom: 8px;
  }
}
.newsletter-popup__left .newsletter-form-container .gform_header {
  display: none;
}
.newsletter-popup__left .newsletter-form-container .gform_body .ginput_container_email {
  margin-top: unset;
}
.newsletter-popup__left .newsletter-form-container .gform_body .ginput_container_email input[type=email] {
  margin-top: unset;
  padding-right: 16px !important;
  margin-bottom: 16px;
}
.single-newsletter .newsletter-popup__left .newsletter-form-container .gform_body .ginput_container_email input[type=email] {
  padding-top: 12px;
}
@media screen and (max-width: 600px) {
  .newsletter-popup__left .newsletter-form-container .gform_body .ginput_container_email input[type=email] {
    line-height: 1.2;
  }
}
.newsletter-popup__left .newsletter-form-container .gform_body .gform_fields {
  padding-left: unset;
}
.newsletter-popup__left .newsletter-form-container .gform_footer {
  height: auto !important;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .newsletter-popup__left .newsletter-form-container .gform_footer {
    padding-top: unset;
    margin-top: unset;
  }
}
.newsletter-popup__left .newsletter-form-container .gform_footer button[type=submit] {
  width: 100% !important;
  position: relative;
}
.newsletter-popup__left .newsletter-form-container .gform_confirmation_wrapper {
  margin-top: 14px;
  margin-bottom: 8px;
}
.newsletter-popup__right {
  width: 45%;
}
@media screen and (max-width: 600px) {
  .newsletter-popup__right {
    width: 100%;
  }
}
@media only screen and (max-width: 380px) and (max-height: 680px) {
  .newsletter-popup__right {
    display: none;
  }
}
.newsletter-popup__right img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
}
.single-newsletter .newsletter-popup__right img {
  height: 100% !important;
}
.newsletter-popup .close-btn {
  color: white;
}
@media only screen and (max-width: 380px) and (max-height: 680px) {
  .newsletter-popup .close-btn svg path {
    stroke: black;
  }
}

.pro-popup {
  width: 100%;
  max-width: 803px;
  display: flex;
  flex-direction: row;
  position: relative;
}
.spu-content .pro-popup {
  max-width: unset;
}
@media screen and (max-width: 600px) {
  .pro-popup {
    max-width: 95vw;
    flex-direction: column-reverse;
  }
}
.pro-popup__left {
  width: 58.5%;
  padding: 40px;
  padding-bottom: 48px;
}
@media screen and (max-width: 600px) {
  .pro-popup__left {
    width: 100%;
    padding: 30px;
  }
}
.pro-popup__left .heading {
  margin-bottom: 16px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .pro-popup__left .heading {
    font-size: 26px;
  }
}
.pro-popup__left .text {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .pro-popup__left .text {
    font-size: 16px;
  }
}
.pro-popup__right {
  width: 41.5%;
}
@media screen and (max-width: 600px) {
  .pro-popup__right {
    width: 100%;
    height: 200px;
  }
}
.pro-popup__right img {
  height: 100% !important;
  width: 100%;
}
.pro-popup .close-btn {
  color: white;
}

.pum .pum-container .pum-close:not(.close-btn) {
  display: none !important;
}

.pum .pum-container .pum-content.popmake-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .pum-container {
    margin-bottom: 0 !important;
  }
}
.newsletter-sticky-bar-plugin-wrapper.spu-box {
  z-index: 999;
}

.newsletter-sticky-bar {
  width: 100%;
  padding-top: 22px !important;
  padding-bottom: 22px !important;
  margin-left: 0 !important;
  border-top: 2px solid black;
  transition: 0.6s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  animation: 1.4s sponsoredBarReveal ease;
  z-index: 999;
}
@media screen and (max-width: 600px) {
  .newsletter-sticky-bar {
    padding-top: 18px;
    padding-bottom: 18px;
    position: fixed;
    bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .newsletter-sticky-bar__heading {
    border-right: 1px solid #3866F6;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-sticky-bar__heading {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .newsletter-sticky-bar__text {
    display: none;
  }
}
.newsletter-sticky-bar__close {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  .newsletter-sticky-bar__close {
    height: 0;
  }
}
.newsletter-sticky-bar__close .close-btn {
  color: black;
  position: relative;
  top: auto;
  right: auto;
}
@media screen and (max-width: 600px) {
  .newsletter-sticky-bar__close .close-btn {
    position: absolute;
    top: 24px;
    right: 22px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1450px) {
  .newsletter-sticky-bar__close {
    /* adjustment for pico floating button */
    justify-content: flex-start;
  }
  .newsletter-sticky-bar__form {
    /* adjustment for pico floating button */
    margin-left: -30px;
  }
}
.newsletter-sticky-bar .grid {
  align-items: center;
}
.newsletter-sticky-bar .text {
  margin-top: unset;
  margin-bottom: unset;
}
.newsletter-sticky-bar .newsletter-form-container {
  margin-top: unset;
}
.newsletter-sticky-bar .newsletter-form-container .gform_wrapper {
  margin-top: unset;
  margin-bottom: unset;
}
.newsletter-sticky-bar .newsletter-form-container .gform_wrapper form {
  padding-top: 4px;
}
.newsletter-sticky-bar .newsletter-form-container .gform_heading {
  display: none;
}
.newsletter-sticky-bar .newsletter-form-container .gform_body .gfield {
  margin-top: unset !important;
}
.newsletter-sticky-bar .newsletter-form-container .gform_body .gfield .ginput_container_email {
  margin-top: unset !important;
}
.newsletter-sticky-bar .newsletter-form-container .gform_body .gfield .ginput_container_email input {
  margin-bottom: unset;
  margin-top: unset;
  padding-bottom: 8px !important;
  font-size: 14px !important;
}
.single-video .newsletter-sticky-bar .newsletter-form-container .gform_body .gfield#field_66_2,
.single-video .newsletter-sticky-bar .newsletter-form-container .gform_body .gfield label {
  display: none !important;
}
.single-video .newsletter-sticky-bar .newsletter-form-container .gform_body .gfield#field_66_1 {
  padding-top: 8px;
}
@media screen and (max-width: 600px) {
  .newsletter-sticky-bar .newsletter-form-container .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
  }
}
.newsletter-sticky-bar .newsletter-form-container .gform_footer button[type=submit] {
  border: unset;
  min-width: unset;
  padding-right: 24px;
  width: auto !important;
  top: 0;
  font-size: 14px !important;
}
@media screen and (max-width: 600px) {
  .newsletter-sticky-bar .newsletter-form-container .gform_footer button[type=submit] {
    position: absolute;
    top: 5px;
    padding-right: 24px !important;
  }
}
@media screen and (min-width: 1025px) {
  .newsletter-sticky-bar .newsletter-form-container .gform_footer button[type=submit]:hover {
    background-color: unset;
    color: #3866F6;
  }
}

.poll-container {
  padding: 18px;
  padding-bottom: 20px;
}
.poll-container .gpoll_button {
  display: none;
}
.poll-container .btn {
  min-width: unset;
  width: 100%;
  text-align: left;
}
.poll-container .poll-section-heading {
  border-bottom: 1px solid black;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.poll-container .gform_wrapper form .gform_body {
  padding-right: 2px;
}
.poll-container .gform_wrapper form .gform_body .gfield_label {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.05em;
  margin-bottom: 14px;
}
.poll-container .gform_wrapper form .gform_body .gfield_radio {
  padding-right: unset;
}
.poll-container .gform_wrapper form .gform_body .gfield_radio li, .poll-container .gform_wrapper form .gform_body .gfield_radio .gchoice {
  padding-right: unset;
}
.poll-container .gform_wrapper form .gform_body .gfield_radio li:not(:last-of-type), .poll-container .gform_wrapper form .gform_body .gfield_radio .gchoice:not(:last-of-type) {
  margin-bottom: 10px;
}
.poll-container .gform_wrapper form .gform_body .gfield_radio li input, .poll-container .gform_wrapper form .gform_body .gfield_radio .gchoice input {
  display: none;
}
.poll-container .gform_wrapper form .gform_body .gfield_radio li input:checked + label, .poll-container .gform_wrapper form .gform_body .gfield_radio .gchoice input:checked + label {
  font-weight: normal;
}
.poll-container .gform_wrapper form .gform_body .gfield_radio li label, .poll-container .gform_wrapper form .gform_body .gfield_radio .gchoice label {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}
.poll-container .gform_wrapper form .gform_body .gfield_radio li label:before, .poll-container .gform_wrapper form .gform_body .gfield_radio .gchoice label:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  height: 12px;
  width: 12px;
  border: 1px solid #9D9D9D;
  border-radius: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  transition: 0.15s ease;
}
.poll-container .gform_wrapper form .gform_body .gfield_radio li input:checked + label:before, .poll-container .gform_wrapper form .gform_body .gfield_radio .gchoice input:checked + label:before {
  background-color: #3866F6;
  border-color: #3866F6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M440.1 103C450.3 112.4 450.3 127.6 440.1 136.1L176.1 400.1C167.6 410.3 152.4 410.3 143 400.1L7.029 264.1C-2.343 255.6-2.343 240.4 7.029 231C16.4 221.7 31.6 221.7 40.97 231L160 350.1L407 103C416.4 93.66 431.6 93.66 440.1 103V103z' fill='white'/%3E%3C/svg%3E");
}
.poll-container .gform_wrapper form [type=submit] {
  border-color: #3866F6;
  color: #3866F6;
  padding-left: 14px;
}
.poll-container .gform_wrapper form [type=submit]:hover {
  background-color: #3866F6;
  color: white;
}
.poll-container #gforms_confirmation_message .gpoll_container .gpoll_field_label {
  margin-bottom: 14px;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
.poll-container #gforms_confirmation_message .gpoll_container .gpoll_bar {
  background-color: unset;
  background: unset;
  margin-left: unset;
  margin-right: 36px;
}
.poll-container #gforms_confirmation_message .gpoll_container .gpoll_choice_label {
  margin-bottom: 8px;
}
.poll-container #gforms_confirmation_message .gpoll_container .gpoll_wrapper {
  margin-bottom: 14px;
}
.poll-container #gforms_confirmation_message .gpoll_container .gpoll_bar_juice {
  background-color: #3866F6;
  background-image: unset;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-shadow: unset;
  -webkit-box-shadow: unset;
}
.poll-container #gforms_confirmation_message .gpoll_container .gpoll_bar_juice:after {
  background-image: unset;
}
.poll-container #gforms_confirmation_message .gpoll_container .gpoll_bar_juice .gpoll_bar_count {
  text-shadow: unset;
  padding-left: 5px;
}
.poll-container #gforms_confirmation_message .gpoll_container .gpoll_ratio_box {
  background-color: transparent;
  left: auto;
  right: 0;
  width: 30px;
  color: black;
}
.poll-container #gforms_confirmation_message .gpoll_container .gpoll_value_selected {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z' fill='%233866F6'/%3E%3C/svg%3E");
}
.poll-container .gform_validation_errors,
.poll-container .gfield_validation_message {
  display: none;
}
.poll-container__stats {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
}

/*
    ====================================================
     HEADER 
    ====================================================
*/
.site-logo {
  max-width: 350px;
  width: 100%;
  transition: 0.3s ease-in;
}

.site-header {
  position: relative;
  background-color: white;
  z-index: 1001;
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
}
.popup-active .site-header {
  z-index: 1000;
}
@media screen and (max-width: 600px) {
  .site-header {
    position: sticky;
    top: 0;
    max-height: 70px;
  }
}
.site-header .header-main {
  background-color: white;
  z-index: inherit;
  position: relative;
}
.site-header .header-main > .grid {
  max-width: 100%;
}
.site-header .header-main > .grid .col-desk-12 {
  display: flex;
  flex-direction: column;
}
.site-header .header-main > .grid .col-desk-12 > * {
  width: 100%;
}
.site-header .header-main__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 24px;
  transition: 0.3s ease;
}
@media screen and (max-width: 600px) {
  .site-header .header-main__top {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.site-header .header-main__top > * {
  width: 33%;
}
.site-header .header-main__top .header-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media screen and (max-width: 600px) {
  .site-header .header-main__top .header-left {
    width: 50px;
  }
}
@media screen and (max-width: 600px) {
  .site-header .header-main__top .header-center {
    width: calc(100% - 50px - 50px - 32px);
  }
}
.site-header .header-main__top .header-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .site-header .header-main__top .header-right {
    width: 50px;
  }
}
.site-header .header-main__top .header-right__links {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 600px) {
  .site-header .header-main__top .header-right__links {
    display: none;
  }
}
.site-header .header-main__top .header-right__links li {
  padding: 6px 12px;
  border-right: 2px solid #F1F1F1;
}
.site-header .header-main__top .header-right__links li a {
  color: black;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .site-header .header-main__top .header-right__links li a:hover {
    color: #3866F6;
  }
}
.site-header .header-main__top .header-right__links li:last-of-type {
  border-right: unset;
}
.site-header .header-main__top .header-right__links li:last-of-type a {
  font-weight: 500;
  color: #3866F6;
}
.site-header .header-main__bottom nav {
  margin-bottom: 8px;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .site-header .header-main__bottom {
    display: none;
  }
}

.menu-toggle {
  margin-left: 12px;
}

.main-menu {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .main-menu li:nth-child(n+9) {
    display: none;
  }
}
.main-menu li a {
  font-size: 14px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 500;
  color: black;
  transition: 0.4s ease;
}
@media screen and (min-width: 1025px) {
  .main-menu li a:hover {
    color: #3866F6;
  }
}

.header-banner {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid white;
  display: block;
}
.header-banner[href="#"] {
  cursor: default;
}
@media screen and (max-width: 600px) {
  .header-banner {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.header-banner .grid .col-desk-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-banner__text {
  font-size: 12px;
  font-weight: 500;
  padding-right: 16px;
}
@media screen and (max-width: 600px) {
  .header-banner__text {
    width: 70%;
    line-height: 1.25;
  }
}
.header-banner .btn {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.05em;
  padding-right: 16px;
  min-width: unset;
}
.header-banner .btn svg {
  right: 0;
}
@media screen and (max-width: 600px) {
  .header-banner .btn {
    display: inline-block;
  }
  .header-banner .btn:before {
    font-size: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .header-banner .btn:hover {
    color: #3866F6;
  }
}

.dropdown {
  min-height: 550px;
  padding-top: 36px;
  padding-bottom: 48px;
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  animation: dropDownReveal 0.6s ease forwards;
}
@media screen and (max-width: 600px) {
  .dropdown {
    min-height: unset;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.dropdown.active {
  display: block;
}
.dropdown ul > li > a {
  transition: 0.4s ease;
}
@media screen and (min-width: 1025px) {
  .dropdown ul > li > a:hover {
    color: #3866F6;
  }
}
@media screen and (max-width: 600px) {
  .dropdown .grid {
    position: relative;
  }
}
.dropdown__logo {
  margin-bottom: 54px;
}
@media screen and (max-width: 600px) {
  .dropdown__logo {
    align-items: flex-start;
    margin-bottom: 32px;
  }
}
.dropdown__logo .img-wrapper {
  width: 30%;
  max-width: 350px;
}
@media screen and (max-width: 600px) {
  .dropdown__logo .img-wrapper {
    width: 75%;
  }
}
@media screen and (max-width: 600px) {
  .dropdown .social-icons {
    margin-top: 10px;
  }
  .dropdown .social-icons .img-wrapper {
    width: 18px;
    height: 18px;
  }
}
.dropdown .social-icons svg:hover path {
  fill: white;
}
.dropdown .close-btn {
  top: 38px;
  right: 20px;
}
@media screen and (min-width: 601px) {
  .sticky-header .dropdown .close-btn {
    top: 22px;
  }
}
@media screen and (max-width: 600px) {
  .dropdown .close-btn {
    top: 1px;
    right: 8px;
  }
}

.close-btn {
  position: absolute;
  top: 2px;
  right: 14px;
  font-size: 20px;
  color: white;
}
@media screen and (max-width: 600px) {
  .close-btn {
    top: 0px;
  }
}

.dropdown__menu-cols {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-right: -2.9%;
  margin-left: -2.9%;
}
.dropdown__primary-col, .dropdown__secondary-col {
  width: 33.3%;
  margin-right: 2.9%;
  margin-left: 2.9%;
}
.dropdown__primary-col {
  padding-top: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .dropdown__primary-col {
    width: 100%;
  }
}
.dropdown__secondary-col {
  width: 27.3%;
}
@media screen and (max-width: 600px) {
  .dropdown__secondary-col {
    display: none;
    width: 100%;
  }
}
.dropdown__primary-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dropdown__primary-menu nav:nth-child(1) {
  width: 55%;
}
.dropdown__primary-menu nav:nth-child(2) {
  width: 40%;
}
@media screen and (max-width: 600px) {
  .dropdown__primary-menu nav {
    width: 48% !important;
  }
}
.dropdown__wk-mobile-sign-in {
  width: 100%;
  margin-top: 24px;
}
@media screen and (min-width: 601px) {
  .dropdown__wk-mobile-sign-in {
    display: none;
  }
}
.dropdown__wk-mobile-sign-in .btn {
  width: 100%;
}

.dropdown-main-menu {
  margin-bottom: 24px;
}
.dropdown-main-menu li a {
  color: white;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  padding: 10px;
  padding-left: unset;
}
@media screen and (max-width: 600px) {
  .dropdown-main-menu li a {
    font-weight: 500;
  }
}

.dropdown-secondary-menu li {
  border-bottom: 1px solid #3C3C3C;
}
.dropdown-secondary-menu li a {
  color: rgba(255, 255, 255, 0.75);
  font-weight: normal;
  font-size: 16px;
  display: inline-block;
  padding: 16px;
  padding-left: unset;
}

.body-overlay {
  position: fixed;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  transition: 0.4s opacity ease;
  animation: 0.3s bodyOverlay ease;
}
.menu-active .body-overlay {
  display: block;
}
.search-active .body-overlay {
  display: block;
  background-color: transparent;
}

.menu-active {
  overflow: hidden;
}

.header-search-wrapper {
  border-radius: 8px 8px 0 0;
  position: relative;
  left: -14px;
  width: 326px;
}
.header-search-wrapper.active {
  z-index: 1002;
}
@media screen and (max-width: 1310px) {
  .header-search-wrapper {
    left: 0;
  }
}
.header-search-wrapper label span,
.header-search-wrapper .search-submit {
  display: none;
}
.header-search-wrapper form {
  position: relative;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid transparent;
}
.header-search-wrapper form .search-field-wrapper {
  padding: 14px;
  display: flex;
  width: 100%;
}
.header-search-wrapper form input {
  width: calc(100% - 16px - 16px - 12px - 12px);
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .header-search-wrapper form input {
    width: 0;
  }
}
.header-search-wrapper .results-container {
  display: none;
  padding-bottom: 20px;
  padding-top: 46px;
  position: absolute;
  top: 0;
  background-color: white;
  z-index: 999;
  border: 1px solid black;
  border-radius: 8px;
  width: 100%;
}
.header-search-wrapper .results-container .no-results-container {
  padding: 16px;
  padding-bottom: unset;
}
.header-search-wrapper .results-container .card-wrapper {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #E5E5E5;
  margin-right: 8px;
}
.header-search-wrapper .results-container .card-wrapper:first-child {
  margin-top: unset;
}
.header-search-wrapper .results-container .card-list {
  max-height: 500px;
  overflow-y: auto;
  margin-left: 14px;
  margin-right: 8px;
}
.header-search-wrapper .results-container .card-list::-webkit-scrollbar {
  width: 7px;
}
.header-search-wrapper .results-container .card-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 50px 4px;
  cursor: pointer;
  transition: 0.3s ease;
}
.header-search-wrapper .results-container .card-list::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 5px;
}
.header-search-wrapper .search-icon {
  height: 16px;
  width: 16px;
  margin-right: 12px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M507.3 484.7l-141.5-141.5C397 306.8 415.1 259.7 415.1 208c0-114.9-93.13-208-208-208S-.0002 93.13-.0002 208S93.12 416 207.1 416c51.68 0 98.85-18.96 135.2-50.15l141.5 141.5C487.8 510.4 491.9 512 496 512s8.188-1.562 11.31-4.688C513.6 501.1 513.6 490.9 507.3 484.7zM208 384C110.1 384 32 305 32 208S110.1 32 208 32S384 110.1 384 208S305 384 208 384z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 600px) {
  .header-search-wrapper .search-icon {
    min-width: 16px;
  }
}
.header-search-wrapper .search-icon--close {
  display: none;
  margin-right: unset;
  margin-left: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M380.2 453.7c5.703 6.75 4.859 16.84-1.891 22.56C375.3 478.7 371.7 480 368 480c-4.547 0-9.063-1.938-12.23-5.657L192 280.8l-163.8 193.6C25.05 478.1 20.53 480 15.98 480c-3.641 0-7.313-1.25-10.31-3.781c-6.75-5.719-7.594-15.81-1.891-22.56l167.2-197.7L3.781 58.32c-5.703-6.75-4.859-16.84 1.891-22.56c6.75-5.688 16.83-4.813 22.55 1.875L192 231.2l163.8-193.6c5.703-6.688 15.8-7.563 22.55-1.875c6.75 5.719 7.594 15.81 1.891 22.56l-167.2 197.7L380.2 453.7z'/%3E%3C/svg%3E");
}
.header-search-wrapper .search-icon--close.active {
  display: inline-block;
}
.header-search-wrapper .all-results-btn {
  font-weight: 500;
  font-size: 12px;
  padding: 14px;
}
.header-search-wrapper .all-results-btn span {
  font-weight: bold;
}
.header-search-wrapper.active form {
  border-color: black;
}
.header-search-wrapper.active form:before {
  left: 16px;
}
.header-search-wrapper.active .results-container {
  display: block;
}
.header-search-wrapper .card-wrapper--pro .card__tags:before {
  font-size: 8px;
  height: 14px;
  width: 36px;
}

@media screen and (max-width: 600px) {
  .site-header .mobile-search-active .header-left {
    width: 100%;
  }
  .site-header .mobile-search-active .header-left .header-search-wrapper {
    width: 100%;
  }
  .site-header .mobile-search-active .header-left .header-search-wrapper input {
    width: 100%;
  }
  .site-header .mobile-search-active .header-center {
    display: none;
  }
  .site-header .mobile-search-active .header-right {
    display: none;
  }
}

.spinner-loader {
  margin: 32px auto;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: black;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

.ticker-row {
  background-color: black;
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 2000;
}
.ticker-row--sponsored .ticker-container {
  width: calc(100% - 230px);
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .ticker-row--sponsored .ticker-container {
    width: 100%;
  }
}
.ticker-row--sponsored .ticker-credits {
  width: 230px;
  display: flex;
}
@media screen and (max-width: 600px) {
  .ticker-row--sponsored .ticker-credits {
    display: none;
  }
}

.ticker-credits {
  display: none;
  flex-direction: row;
  align-items: center;
  color: white;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 0.5px solid #F1F1F1;
  height: 100%;
}
.ticker-credits[href="#"] {
  cursor: default;
  pointer-events: none;
}
.ticker-credits .img-wrapper {
  width: 75px;
  margin-left: 14px;
}
.ticker-credits .img-wrapper img {
  object-fit: contain;
}

.ticker-container {
  width: 100%;
}
.ticker-container .smw-ticker-element .smw-field-logo,
.ticker-container .smw-ticker-element .smw-field-change-abs {
  display: none;
}
.ticker-container .smw-ticker-element .smw-field {
  font-size: 10px;
  margin-left: 3px;
  margin-right: 3px;
}
.ticker-container .smw-ticker-element .smw-field-symbol,
.ticker-container .smw-ticker-element .smw-field-price {
  color: white;
}
.ticker-container .smw-ticker-element .smw-field-symbol {
  font-weight: normal !important;
  order: 1;
}
.ticker-container .smw-ticker-element .smw-field-price {
  font-weight: bold;
  order: 2;
}
.ticker-container .smw-ticker-element .smw-field-change-pct {
  order: 3;
  font-weight: 500;
}
.ticker-container .smw-ticker-element .fas {
  order: 4;
}
.ticker-container .smw-ticker-element .smw-field-change-pct.smw-down,
.ticker-container .smw-ticker-element .fas.smw-down {
  color: #FF433D;
}
.ticker-container .smw-ticker-element .smw-field-change-pct.smw-up,
.ticker-container .smw-ticker-element .fas.smw-up {
  color: #1FCD93;
}
.ticker-container .smw-ticker-element .fas:before {
  font-size: 12px !important;
}
.ticker-container .smw-widget .smw-ticker-container .smw-ticker-element {
  padding: 0 16px;
}
.ticker-container .smw-root .smw-ticker-markets, .ticker-container .smw-root .smw-ticker-news, .ticker-container .smw-root .smw-ticker-quotes {
  cursor: default;
}

@media screen and (min-width: 601px) {
  .sticky-header {
    position: sticky;
    top: 0;
  }
  .sticky-header .site-logo {
    max-width: 280px;
  }
  .sticky-header .header-main__top {
    margin-top: 6px;
    margin-bottom: 0;
  }
  .sticky-header .header-main__bottom nav {
    margin-bottom: 0;
  }
}

/*
    ====================================================
     FOOTER
    ====================================================
*/
footer {
  padding-top: 64px;
  padding-bottom: 36px;
}
@media screen and (max-width: 600px) {
  footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
footer .footer-main {
  display: flex;
  flex-direction: row;
  margin-bottom: 42px;
}
@media screen and (max-width: 600px) {
  footer .footer-main {
    flex-direction: column;
    position: relative;
    margin-bottom: 28px;
  }
  footer .footer-main .back-to-top-container {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: unset;
  }
  footer .footer-main .footer-links__socials {
    margin-bottom: unset;
  }
}
footer .footer-links {
  display: flex;
  flex-direction: row;
  width: calc(65% - 110px);
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 600px) {
  footer .footer-links {
    display: none;
  }
}
footer .footer-links .footer-column {
  width: 27.3%;
  margin-right: 3%;
  margin-left: 3%;
}
@media screen and (min-width: 1025px) {
  footer .footer-links .footer-column {
    min-width: 155px;
    width: 23.3%;
    margin-right: 5%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-links .footer-column {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-links__socials {
    margin-bottom: 32px;
  }
  footer .footer-links__socials .social-icons {
    max-width: 230px;
  }
  footer .footer-links__socials .social-icons li {
    margin-right: 16px;
  }
}
footer .footer-menu li a {
  display: inline-block;
  padding: 6px 0;
  transition: 0.4s ease;
  color: white;
}
@media screen and (min-width: 1025px) {
  footer .footer-menu li a:hover {
    color: #3866F6 !important;
  }
}
footer .footer-menu > li {
  margin-bottom: 10px;
}
footer .footer-menu > li > a {
  color: white;
  font-weight: 500;
  font-size: 17px;
}
@media only screen and (min-width: 601px) and (max-width: 850px) {
  footer .footer-menu > li > a {
    font-size: 14px;
  }
}
footer .footer-menu .sub-menu li a {
  font-weight: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}
footer .mobile-footer-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 50px;
}
@media screen and (min-width: 601px) {
  footer .mobile-footer-links {
    display: none;
  }
}
footer .mobile-footer-links .footer-column {
  width: 38%;
}

.footer-company-info {
  width: 36%;
  max-width: 366px;
  margin-right: 7%;
  padding-top: 8px;
}
@media screen and (max-width: 1024px) {
  .footer-company-info {
    margin-right: 5%;
  }
}
@media screen and (max-width: 600px) {
  .footer-company-info {
    max-width: unset;
    width: 100%;
    margin-right: unset;
  }
}
.footer-company-info .footer-logo {
  margin-bottom: 24px;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 600px) {
  .footer-company-info .footer-logo {
    width: 245px;
    margin-bottom: 16px;
  }
}
.footer-company-info .footer-logo img {
  width: 100%;
}
.footer-company-info .footer-company-desc {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 26px;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .footer-company-info .footer-company-desc {
    font-size: 14px;
  }
}

.footer-meta {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.pro-footer .footer-meta {
  color: black;
  border-color: rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 900px) {
  .footer-meta {
    text-align: center;
    font-size: 12px;
  }
  .footer-meta .address {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .footer-meta {
    flex-direction: column-reverse;
  }
}
.footer-meta .address {
  white-space: pre;
}

.back-to-top-container {
  width: 110px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
}

.back-to-top {
  position: relative;
  padding-left: 20px;
  color: white;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 601px) and (max-width: 850px) {
  .back-to-top {
    font-size: 14px;
  }
}
.back-to-top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cg%3E%3Cg transform='matrix(1 0 0 -1 0 1008)' fill='%23bfbfbf'%3E%3Cpath d='M10,499.3l490,490l490-490l-52.5-52.5L535,849.3V26.8h-70v822.5L62.5,446.8L10,499.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.footer-cta {
  margin-top: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .footer-cta {
    margin-top: 32px;
  }
  .footer-cta .grid {
    width: 100%;
  }
}
.footer-cta .heading,
.footer-cta .text {
  margin-bottom: 22px;
  max-width: 420px;
}
@media screen and (max-width: 600px) {
  .footer-cta .heading,
.footer-cta .text {
    max-width: 335px;
  }
}
@media screen and (max-width: 600px) {
  .footer-cta .heading {
    font-size: 24px;
  }
}
.footer-cta .col-desk-6 {
  position: relative;
  padding-top: 58px;
  padding-bottom: 58px;
}
@media screen and (max-width: 600px) {
  .footer-cta .col-desk-6 {
    padding: 32px 3.5%;
  }
}
.footer-cta .col-desk-6:before {
  position: absolute;
  content: "";
  width: 50vw;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .footer-cta .col-desk-6:before {
    display: none;
  }
}
.footer-cta__left {
  color: white;
}
@media screen and (max-width: 600px) {
  .footer-cta__left {
    background-color: #3866F6;
  }
}
.footer-cta__left:before {
  background-color: #3866F6;
}
.footer-cta__left .container {
  max-width: 400px;
  margin-left: 0;
}
.footer-cta__left .text {
  color: rgba(255, 255, 255, 0.75);
}
.footer-cta__left .btn {
  border-color: white;
}
@media screen and (min-width: 1025px) {
  .footer-cta__left .btn:hover {
    color: #3866F6;
    background-color: white;
  }
}
.footer-cta__right {
  color: black;
}
.footer-cta__right .text {
  color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 600px) {
  .footer-cta__right .text br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .footer-cta__right {
    background-color: #F1F1F1;
  }
}
@media only screen and (min-width: 601px) {
  .footer-cta__right .container {
    padding-left: 10%;
  }
}
.footer-cta__right:before {
  background-color: #F1F1F1;
  right: auto;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .footer-cta__right .gfield.newsletter-checkbox {
    display: flex;
    flex-direction: column;
  }
  .footer-cta__right .gfield.newsletter-checkbox .gfield_description {
    width: 100%;
    display: block;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 600px) {
  .footer-cta__right .gform_wrapper {
    margin-bottom: unset;
  }
  .footer-cta__right .gform_wrapper .gform_footer {
    padding-bottom: unset;
  }
}
@media screen and (min-width: 601px) {
  .footer-cta__right .newsletter-form-container {
    margin-top: unset;
  }
  .footer-cta__right .newsletter-form-container .gform_wrapper {
    margin-bottom: unset;
  }
  .footer-cta__right .newsletter-form-container .gform_wrapper .top_label div.ginput_container {
    margin-top: unset;
  }
  .footer-cta__right .newsletter-form-container .gform_wrapper ul li.gfield {
    margin-top: unset;
  }
  .footer-cta__right .newsletter-form-container .gform_footer button[type=submit] {
    top: 0;
  }
  .footer-cta__right .newsletter-form-container .gform_wrapper .gfield .ginput_container_email input {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 22px !important;
  }
}
.single-whitepaper .footer-cta, .single-event .footer-cta, .page-template-event-webinar .footer-cta, .page-template-awards .footer-cta {
  margin-top: unset;
}
@media screen and (min-width: 601px) {
  .single-post .footer-cta {
    display: none;
  }
}

.pro-footer {
  padding-top: unset;
}
.pro-footer .footer-main {
  display: none;
}

.event-pw-protect {
  margin: unset;
  padding-top: 32px;
  padding-bottom: 32px;
}

.event-pw-protect__container {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.post-password-form input {
  display: inline-block;
  margin-right: 20px;
  padding: 8px 16px;
}

.post-password-form input[type=password] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-left: 4px;
}

.sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .sidebar {
    margin-top: 36px;
    display: none;
  }
}
.single-post-main--default .sidebar > *,
.sidebar .single-company > *,
.sidebar .category-main > * {
  order: 4;
}
.single-post-main--default .sidebar .fos-pro-sidebar,
.sidebar .single-company .fos-pro-sidebar,
.sidebar .category-main .fos-pro-sidebar {
  order: 1;
}
.single-post-main--default .sidebar .sidebar-upcoming,
.sidebar .single-company .sidebar-upcoming,
.sidebar .category-main .sidebar-upcoming {
  order: 3;
}
.sidebar .sidebar-ad-container {
  order: 2;
  margin-bottom: unset;
}
.sidebar .sidebar-ad-container > * {
  width: 100%;
}
.sidebar .sidebar-ad-container > *:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .sidebar .sidebar-ad-container .frnto-sidebar_right iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-post-main--alt .sidebar > * {
  order: 4;
}
.single-post-main--alt .sidebar .fos-pro-sidebar {
  order: 3;
}
.single-post-main--alt .sidebar .sidebar-ad {
  order: 1;
}
.single-post-main--alt .sidebar .sidebar-upcoming {
  order: 2;
}
.archive.author .sidebar .sidebar-upcoming, .search-results .sidebar .sidebar-upcoming {
  display: none;
}
.archive.author .sidebar .fos-pro-sidebar, .search-results .sidebar .fos-pro-sidebar {
  order: 3;
}
.archive.author .sidebar .sidebar-ad, .search-results .sidebar .sidebar-ad {
  order: 2;
}
.archive.author .sidebar .sidebar-subscription, .search-results .sidebar .sidebar-subscription {
  order: 1;
}
.sidebar--pro > * {
  border-radius: 16px;
  overflow: hidden;
}
.sidebar--pro > *:last-child {
  position: sticky;
  top: 90px;
}
.sidebar--pro .sidebar-upcoming__content {
  padding-bottom: 30px;
}

/***** perhaps create a class for these ******/
.sidebar .frnto-sidebar_right,
.sidebar .sidebar-ad-container,
.post-body-area__inner-sidebar .frnto-skyscraper_left,
.post-body-area__inner-sidebar .post-share-v2 {
  position: sticky;
  top: 100px;
}

.sidebar-subscription {
  padding: 24px;
}
.sidebar-subscription .text {
  font-size: 17px;
  margin-top: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sidebar-subscription .heading--4 {
    font-size: 24px;
  }
}
.sidebar-subscription .newsletter-form-container {
  margin-top: 10px;
}
.sidebar-subscription .newsletter-form-container form .gform_heading {
  display: none;
}
.sidebar-subscription .newsletter-form-container form .gform_body .ginput_container input[type=email] {
  padding-right: 10px !important;
  padding-left: unset !important;
  padding-bottom: 12px !important;
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: unset;
  margin-top: unset;
}
.sidebar-subscription .newsletter-form-container form .gform_body .newsletter-checkbox {
  display: flex;
  flex-direction: column;
}
.sidebar-subscription .newsletter-form-container form .gform_body .newsletter-checkbox .gfield_description {
  width: 100%;
  margin-bottom: 16px;
}
.sidebar-subscription .newsletter-form-container form .gform_footer {
  height: auto !important;
  margin-top: 26px !important;
}
.sidebar-subscription .newsletter-form-container form .gform_footer button[type=submit] {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .sidebar-subscription .newsletter-form-container form .gform_footer button[type=submit] {
    min-width: unset !important;
    width: auto !important;
  }
  .sidebar-subscription .newsletter-form-container form .gform_footer button[type=submit]:before {
    display: none;
  }
}

.podcast-sidebar {
  border: 1px solid #CCCCCC;
  padding: 24px 16px;
}
.archive .podcast-sidebar {
  display: none;
}
.podcast-sidebar .heading {
  margin-bottom: 16px;
  text-align: center;
}
.podcast-sidebar iframe {
  border: unset;
}
.podcast-sidebar__iframe-container {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.podcast-sidebar__socials {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.podcast-sidebar__socials li {
  margin-left: 8px;
  margin-right: 8px;
  width: 24px;
  height: 22px;
}

.fos-podcast-block {
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100vw;
  margin-left: -14px;
  padding-left: 16px;
  padding-right: 16px;
  max-width: unset !important;
}
.fos-podcast-block__title, .fos-podcast-block__desc {
  text-align: center;
  margin: unset !important;
}
.fos-podcast-block__title {
  font-size: 25px !important;
  font-weight: 700 !important;
}
.fos-podcast-block__title-wrapper {
  margin-bottom: 16px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.fos-podcast-block__desc {
  font-size: 16px;
}
.fos-podcast-block__logo {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 601px) {
  .fos-podcast-block {
    display: none;
  }
}
.fos-podcast-block .podcast-sidebar__socials {
  margin-bottom: unset;
}

.single-post-main--default .sidebar .frnto-sidebar_right {
  order: 10 !important;
}

.course-promo-block {
  margin-bottom: 16px;
  display: block;
  text-decoration: none !important;
  color: black !important;
}
.course-promo-block:hover {
  color: black !important;
}
.course-promo-block__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: unset;
  border-right: unset;
  padding-top: 8px;
  padding-bottom: 8px;
}
.course-promo-block__img {
  width: 110px;
  height: 110px;
}
.course-promo-block__main {
  width: calc(100% - 110px);
  padding: 4px 24px;
  padding-right: 12px;
  display: flex;
  flex-direction: row;
}
.course-promo-block__copy {
  width: 70%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 2%;
}
.course-promo-block__copy .heading {
  margin-top: 2px;
  margin-bottom: 2px;
}
.course-promo-block__copy .text {
  margin: 0;
}
.course-promo-block__credit {
  width: 30%;
  padding-left: 4%;
}
.course-promo-block__credit .card__tags {
  margin-bottom: 20px;
}
.course-promo-block__credit .img-wrapper {
  max-width: 130px;
}
@media screen and (max-width: 600px) {
  .course-promo-block__container {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .course-promo-block__img {
    width: 100px;
    height: 100px;
  }
  .course-promo-block__main {
    padding-left: 2%;
    padding-right: unset;
    padding-top: unset;
    padding-bottom: unset;
    width: calc(100% - 100px);
    flex-direction: column;
  }
  .course-promo-block__copy {
    border-right: unset;
    width: 100%;
  }
  .course-promo-block__copy .card__tags,
.course-promo-block__copy .heading {
    display: none;
  }
  .course-promo-block__copy .text {
    font-size: 14px;
  }
  .course-promo-block__credit {
    margin-top: 6px;
    padding-left: unset;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .course-promo-block__credit .img-wrapper {
    max-width: 100px;
  }
  .course-promo-block__credit .card__tags {
    margin-bottom: unset;
    margin-right: 12px;
  }
}
.course-promo-block.course-has-no-partner .course-promo-block__copy {
  width: 100%;
  border-right: unset;
}
@media screen and (max-width: 600px) {
  .course-promo-block.course-has-no-partner .course-promo-block__copy .text {
    font-size: 16px;
  }
}
.course-promo-block.course-has-no-partner .course-promo-block__credit {
  display: none;
}

@media screen and (max-width: 600px) {
  .post-strip {
    margin-bottom: unset;
  }
}
@media screen and (max-width: 600px) {
  .post-strip .grid {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-top: 20px;
  }
}
.post-strip .grid > * {
  border-right: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 601px) {
  .post-strip .grid > *:nth-of-type(n+5) {
    display: none;
  }
}
.post-strip .grid > * .card__heading {
  margin-bottom: unset;
}
@media screen and (max-width: 600px) {
  .post-strip .grid > * {
    margin-bottom: 8px;
    min-width: 51%;
    max-width: 51%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .post-strip .grid > * .card {
    position: relative;
  }
  .post-strip .grid > * .card__heading {
    max-height: 58px;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .post-strip .grid > *:first-of-type {
    padding-left: unset;
  }
  .post-strip .grid > *:last-of-type {
    border-right: unset;
  }
}
@media screen and (min-width: 601px) {
  .post-strip .grid > *:nth-child(4) {
    border-right: unset;
  }
}
.post-strip .grid .card-wrapper--sponsored .card {
  padding: 8px 12px;
}
@media screen and (max-width: 600px) {
  .post-strip .grid .card-wrapper--sponsored {
    margin-bottom: 10px;
  }
}
.post-strip .grid .card {
  position: relative;
}
.post-strip .grid .card__tags {
  position: absolute;
  top: -16px;
  left: 0;
}

.home-top-section__featured .card__heading {
  font-size: 36px;
  line-height: 1.1;
}
@media screen and (min-width: 601px) {
  .home-top-section__featured .card__desc {
    font-size: 16px;
  }
}
.home-top-section__latest .card__heading {
  line-height: 1.3;
}
.home-top-section__podcast .home-podcast-player {
  width: 100%;
  height: 250px;
  overflow: visible;
  margin-bottom: 26px;
}
.home-top-section__podcast .home-podcast-player iframe {
  border: unset;
  width: 100%;
}
@media screen and (min-width: 601px) {
  .home-top-section__podcast .home-podcast-player iframe {
    width: calc(100% + 32px);
    position: relative;
    left: -16px;
  }
}
@media only screen and (min-width: 851px) {
  .home-top-section.has-frnto .grid {
    flex-wrap: nowrap;
  }
}
.home-top-section.has-frnto .home-top-section__fos-pro {
  min-width: 300px;
}
@media only screen and (min-width: 851px) {
  .home-top-section.has-frnto .home-top-section__fos-pro {
    box-sizing: initial;
  }
}
@media screen and (max-width: 600px) {
  .home-top-section {
    margin-top: unset;
  }
  .home-top-section__latest {
    order: 2;
  }
  .home-top-section__latest .card-wrapper:last-of-type {
    display: none;
  }
  .home-top-section__latest .card__heading {
    font-size: 16px;
  }
  .home-top-section__featured {
    order: 1;
  }
  .home-top-section__featured .card-wrapper {
    margin-bottom: 16px;
  }
  .home-top-section__featured .card__heading {
    font-size: 26px;
    line-height: 1.2;
  }
  .home-top-section__fos-pro {
    order: 3;
  }
  .home-top-section__fos-pro .home-fos-pro .card-wrapper:nth-of-type(n+4) {
    display: none;
  }
  .home-top-section__fos-pro .home-fos-pro .card-wrapper:nth-of-type(n+3) {
    border-bottom: unset;
    margin-bottom: unset;
    padding-bottom: unset;
  }
  .home-top-section__podcast {
    order: 3;
  }
}
.home-top-section .home-mini-slider a {
  display: block;
}
.home-top-section .home-mini-slider a[href="javascript:void(0)"] {
  cursor: default;
}
.home-top-section .home-mini-slider .img-wrapper {
  border: 1px solid black;
  width: 100%;
  height: 0;
  padding-bottom: calc(100% - 2px);
  position: relative;
}
.home-top-section .home-mini-slider .img-wrapper img {
  object-fit: cover;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 600px) {
  .home-top-section .home-mini-slider .tns-ovh {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
  }
  .home-top-section .home-mini-slider .tns-ovh .tns-inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-top-section .home-mini-slider .tns-ovh .tns-inner .tns-slider {
    height: 100%;
  }
  .home-top-section .home-mini-slider .tns-ovh .tns-inner .tns-slider .tns-item {
    height: 100% !important;
  }
  .home-top-section .home-mini-slider .tns-ovh .tns-inner .tns-slider .tns-item .img-wrapper {
    height: 100% !important;
  }
}
.home-top-section .home-mini-slider .tns-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 18px;
}
.home-top-section .home-mini-slider .tns-nav button {
  height: 10px;
  width: 10px;
  background-color: white;
  border: 1px solid black;
  border-radius: 50%;
  margin-right: 4px;
  margin-left: 4px;
}
.home-top-section .home-mini-slider .tns-nav button.tns-nav-active {
  background-color: black;
}
.home-top-section .frnto-homepage_incontent {
  display: flex;
  justify-content: center;
}
.home-top-section .home-top-stories {
  margin-bottom: 28px;
}
.home-top-section .home-top-stories .section-title-wrapper {
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.home-top-section .home-top-stories .card-wrapper {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 601px) and (max-width: 1000px) {
  .home-top-section .home-top-stories .card-wrapper:nth-child(n+5) {
    display: none;
  }
}
.home-top-section .home-top-stories .card-wrapper--sponsored .card {
  padding: unset;
  background-color: unset;
}

.featured-post-related {
  padding: 0 12px 0 0;
  list-style: disc outside;
  margin-left: 18px;
}
@media screen and (max-width: 600px) {
  .featured-post-related {
    font-size: 16px;
    margin-bottom: 28px;
  }
}
.featured-post-related li {
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  font-size: 16px;
}
.featured-post-related li:last-of-type {
  margin-bottom: unset;
}
.featured-post-related li a {
  color: inherit;
  transition: 0.2s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.25em;
}
.featured-post-related li a:hover {
  text-decoration-color: #3866F6;
}
.featured-post-related li a[data-summari-detected] strong {
  font-weight: inherit;
}

.home-top-section .home-fos-pro {
  padding: 28px 25px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .home-top-section .home-fos-pro {
    padding-top: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .home-top-section .home-fos-pro {
    padding-top: 10px;
  }
}
.home-top-section .home-fos-pro .section-title {
  border-bottom: 1px solid white;
  padding-bottom: 16px;
  margin-bottom: 28px;
}
.home-top-section .home-fos-pro .card-wrapper {
  border-color: #9D9D9D;
}
.home-top-section .home-fos-pro .card-wrapper:last-of-type {
  padding-bottom: unset;
}
.home-top-section .home-fos-pro .card__heading {
  line-height: 1.3;
}

@media only screen and (min-width: 601px) {
  .home-business-section .grid.section-main > *:nth-child(1) {
    padding-right: unset;
  }
}
.home-business-section .grid.section-main > *:nth-child(1) .card {
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .home-business-section .grid.section-main > *:nth-child(1) .card {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .home-business-section .grid.section-main > *:nth-child(1) .card .card__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .home-business-section .grid.section-main > *:nth-child(1) .card .card__heading {
    font-size: 24px;
  }
}
.home-business-section .grid.section-main > *:nth-child(1) .card-img {
  padding-bottom: unset;
  width: 100%;
  height: 0;
  padding-bottom: 29.7%;
  max-width: 46.1%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .home-business-section .grid.section-main > *:nth-child(1) .card-img {
    max-width: unset;
    padding-bottom: 64%;
  }
}
@media screen and (max-width: 600px) {
  .home-business-section .grid.section-main > *:nth-child(1) .card-content {
    width: 100%;
    margin-top: 16px;
  }
}
.home-business-section .grid.section-main > *:nth-child(2) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.home-business-section .grid.section-main > *:nth-child(2) .card-wrapper {
  width: 50%;
}
@media screen and (min-width: 601px) {
  .home-business-section .grid.section-main > *:nth-child(2) .card-wrapper {
    border-left: 1px solid #E5E5E5;
    padding-left: 16px;
  }
  .home-business-section .grid.section-main > *:nth-child(2) .card-wrapper:nth-child(1), .home-business-section .grid.section-main > *:nth-child(2) .card-wrapper:nth-child(2) {
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .home-business-section .grid.section-main > *:nth-child(2) .card-wrapper:nth-child(1), .home-business-section .grid.section-main > *:nth-child(2) .card-wrapper:nth-child(3) {
    border-left: unset;
    padding-left: unset;
    padding-right: 16px;
  }
}
@media screen and (max-width: 600px) {
  .home-business-section .grid.section-main > *:nth-child(2) .card-wrapper {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 22px;
  }
  .home-business-section .grid.section-main > *:nth-child(2) .card-wrapper:nth-child(3), .home-business-section .grid.section-main > *:nth-child(2) .card-wrapper:nth-child(4) {
    display: none;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  body.home .home-top-section__latest .card .card-img {
    display: none;
  }
  body.home .home-top-section__latest .card .card-content {
    width: 100%;
  }
  body.home .home-top-section__fos-pro .home-fos-pro .card-wrapper:nth-of-type(n+3) {
    display: none;
  }
  body.home .home-top-section__fos-pro .home-fos-pro .card-wrapper:nth-of-type(2) {
    margin-bottom: unset;
    border-bottom: unset;
    padding-bottom: unset;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1000px) {
  body.home .post-strip {
    padding-left: 16px;
    padding-right: 16px;
  }
  body.home .home-top-section__latest, body.home .home-top-section__featured, body.home .home-top-section__fos-pro {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  body.home .home-top-section__latest {
    order: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.home .home-top-section__latest .card-wrapper {
    width: calc(50% - 16px);
  }
  body.home .home-top-section__latest .card-wrapper:nth-of-type(n+5) {
    display: none;
  }
  body.home .home-top-section__latest .card-wrapper .card__heading {
    font-size: 16px;
  }
  body.home .home-top-section__featured {
    order: 1;
    margin-bottom: 32px;
  }
  body.home .home-top-section__fos-pro {
    order: 3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body.home .home-top-section__fos-pro > * {
    width: calc(50% - 16px);
  }
  body.home .home-top-section__podcast {
    order: 3;
  }
}
.home-sponsored-section {
  padding-top: 88px;
  padding-bottom: 88px;
  margin-top: unset;
}
@media screen and (max-width: 600px) {
  .home-sponsored-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .home-sponsored-section .card__heading {
    font-size: 18px;
  }
}
.home-sponsored-section .section-title-wrapper .section-title {
  margin-top: 12px;
}
.home-sponsored-section .section-title-wrapper::before {
  display: none;
}
.home-sponsored-section .col-desk-12 {
  position: relative;
}
.home-sponsored-section .col-desk-12 .trending-next-prev {
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.home-sponsored-section .col-desk-12 .trending-next-prev.trending-next {
  left: auto;
  right: -16px;
}
@media screen and (max-width: 1024px) {
  .home-sponsored-section .col-desk-12 .trending-next-prev {
    left: 16px;
  }
  .home-sponsored-section .col-desk-12 .trending-next-prev.trending-next {
    right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .home-sponsored-section .col-desk-12 .trending-next-prev {
    left: 10px;
  }
  .home-sponsored-section .col-desk-12 .trending-next-prev.trending-next {
    right: 10px;
  }
}
.home-sponsored-section .col-desk-12 .trending-next-prev i {
  font-size: 26px;
  color: #3866F6;
}
.home-sponsored-section .section-main {
  flex-wrap: nowrap;
  overflow-x: scroll;
  display: flex;
  padding-bottom: 48px;
  position: relative;
}
.home-sponsored-section .section-main .card-wrapper {
  min-width: 480px;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .home-sponsored-section .section-main .card-wrapper {
    min-width: 33.5vw;
  }
}
@media screen and (max-width: 600px) {
  .home-sponsored-section .section-main .card-wrapper {
    min-width: 220px;
    margin-right: 14px;
  }
}
.home-sponsored-section .section-main .card-wrapper .card-author {
  display: inline;
  color: white;
}
.home-sponsored-section .section-main .card-wrapper .card-author [rel=author] {
  color: inherit;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .home-sponsored-section .section-main .card-wrapper .card__heading {
    font-size: 20px;
  }
}
.home-sponsored-section .section-main .card-wrapper .card {
  background-color: black;
}
.home-sponsored-section .section-main::-webkit-scrollbar {
  height: 4px;
}
.home-sponsored-section .section-main::-webkit-scrollbar-thumb {
  background-color: #3866F6;
  border-radius: 10px;
  padding: 50px 4px;
  cursor: pointer;
  transition: 0.3s ease;
}
.home-sponsored-section .section-main::-webkit-scrollbar-track {
  background-color: transparent;
  background-color: #404040;
  border-radius: 5px;
}
.home-sponsored-section .card__tags span {
  color: #9D9D9D;
}
@media screen and (max-width: 600px) {
  .home-sponsored-section .card__tags {
    line-height: 1.6;
  }
}
.home-sponsored-section .card__tags span {
  color: #9D9D9D;
}

@media screen and (min-width: 1025px) {
  .top-picks-section .section-main > div:nth-child(1) {
    border-right: 1px solid #E5E5E5;
  }
  .top-picks-section .section-main > div:nth-child(1) .card__desc {
    margin-bottom: unset;
  }
}
@media screen and (max-width: 1024px) {
  .top-picks-section .section-main > div:nth-child(1) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .top-picks-section .grid .col-desk-6:nth-child(1) .card__heading {
    font-size: 24px;
  }
  .top-picks-section .grid .col-desk-6:nth-child(2) .card__desc,
.top-picks-section .grid .col-desk-6:nth-child(2) .date,
.top-picks-section .grid .col-desk-6:nth-child(2) .card-author {
    display: none;
  }
  .top-picks-section .grid .col-desk-6:nth-child(2) .card__heading {
    font-size: 16px;
  }
  .top-picks-section .grid .col-desk-6:nth-child(2) .card-wrapper:nth-child(3) {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .home-culture-section .card-list .col-desk-3 {
    border-right: 1px solid #E5E5E5;
  }
  .home-culture-section .card-list .col-desk-3:last-child {
    border-right: unset;
  }
}
@media screen and (max-width: 1024px) {
  .home-culture-section .card-list .col-desk-3 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .home-culture-section .card-list .col-desk-3 {
    margin-bottom: unset;
  }
  .home-culture-section .card-list .col-desk-3:nth-child(3), .home-culture-section .card-list .col-desk-3:nth-child(4) {
    display: none;
  }
}

.up-next-section .container {
  padding: 48px;
  max-width: 1280px;
}
@media screen and (max-width: 600px) {
  .up-next-section .container {
    padding-left: unset;
    padding-right: unset;
  }
}
@media screen and (max-width: 600px) {
  .up-next-section .section-title {
    font-size: 18px;
  }
}
.up-next-section .card-list--vertical .card-wrapper {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-color: #E5E5E5;
}
.up-next-section .card-list--vertical .card-wrapper .video-thumbnail:before {
  display: none;
}
.up-next-section .section-main .col-desk-8 .card {
  position: relative;
}
.up-next-section .section-main .col-desk-8 .card .card-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  max-width: 530px;
  color: white;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .up-next-section .section-main .col-desk-8 .card .card-content {
    position: static;
    color: unset;
  }
  .up-next-section .section-main .col-desk-8 .card .card-content .card__heading {
    font-size: 24px;
  }
}
.up-next-section .section-main .col-desk-8 .card .card__tags {
  display: none;
}
@media screen and (min-width: 601px) {
  .up-next-section .section-main .col-desk-8 .card .card__desc {
    color: rgba(255, 255, 255, 0.75);
  }
}
.up-next-section .section-main .col-desk-8 .card-img {
  position: relative;
  padding-bottom: 56%;
}
.up-next-section .section-main .col-desk-8 .card-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(transparent 40%, black 100%);
  background-color: unset;
  z-index: 1;
}
.up-next-section .section-main .col-desk-8 .card-img:before {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 600px) {
  .up-next-section .section-main .col-desk-8 .card-img:before {
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .up-next-section .section-main .col-desk-8 {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .up-next-section .section-main .card-list--vertical .card__heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .home-newsletters-leadoff-section .col-desk-6:nth-child(1) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .home-newsletters-leadoff-section .col-desk-6:nth-child(1) {
    margin-bottom: unset;
  }
}
@media screen and (max-width: 600px) {
  .home-newsletters-leadoff-section .col-desk-6:nth-child(2) .card-wrapper:nth-child(2) {
    margin-bottom: unset;
    padding-bottom: unset;
    border-bottom: unset;
  }
}
@media screen and (max-width: 600px) {
  .home-newsletters-leadoff-section .card-list {
    flex-wrap: wrap;
  }
}
.home-newsletters-leadoff-section .card-wrapper {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .home-newsletters-leadoff-section .card-wrapper .card__heading {
    font-size: 21px;
  }
}
@media screen and (max-width: 600px) {
  .home-newsletters-leadoff-section .card-wrapper .card__heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .home-newsletters-leadoff-section .card-wrapper:last-child {
    border-bottom: unset;
  }
}
@media screen and (min-width: 601px) {
  .home-newsletters-leadoff-section .card-wrapper {
    width: 50%;
    margin-right: 16px;
  }
}

.home-podcasts .card .card-img {
  width: 22.5%;
  border: 1px solid black;
}

.frnto-homepage_in-content {
  display: flex;
  justify-content: center;
  text-align: center;
}

.page-template-default main .post-title {
  margin-top: unset;
}
@media screen and (max-width: 600px) {
  .page-template-default main .post-title {
    font-size: 48px;
  }
}

.newsletter-hero {
  margin: 0px;
  position: relative;
}
.newsletter-hero__left {
  padding-top: 62px;
  padding-bottom: 80px;
  position: relative;
}
.newsletter-hero__left.col-desk-7 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 601px) {
  .newsletter-hero__left {
    padding-right: 2%;
  }
}
@media screen and (min-width: 1025px) {
  .newsletter-hero__left {
    padding-right: 8%;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-hero__left {
    background-color: black;
  }
}
.newsletter-hero__left:before {
  background-color: black;
  content: "";
  height: 100%;
  width: 50vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .newsletter-hero__left:before {
    display: none;
  }
}
.newsletter-hero__left .container {
  position: sticky;
  top: 90px;
}
.newsletter-hero__right {
  height: 100%;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: unset;
}
@media screen and (max-width: 1024px) {
  .newsletter-hero__right {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-hero__right {
    padding: unset;
    width: 100%;
  }
}
.newsletter-hero__right .newsletter-hero-img {
  margin-bottom: 100px;
  width: 50vw;
  height: calc(100vh - 182px);
}
@media screen and (max-width: 600px) {
  .newsletter-hero__right .newsletter-hero-img {
    width: 100%;
  }
}
.newsletter-hero__right .newsletter-hero-img img {
  object-fit: cover;
}
.newsletter-hero__right.col-desk-5 .newsletter-hero-img {
  height: 505px;
  margin-bottom: unset;
}
.newsletter-hero .grid {
  height: 100%;
}
@media screen and (max-width: 600px) {
  .newsletter-hero .grid {
    width: 100%;
  }
}
.newsletter-hero .grid > *:nth-child(2) {
  position: relative;
}
.newsletter-hero .newsletter-heading {
  margin-bottom: 32px;
  font-size: 46px;
  letter-spacing: -0.05em;
  font-weight: 500;
  padding-right: 1%;
}
@media screen and (max-width: 1024px) {
  .newsletter-hero .newsletter-heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .newsletter-hero .newsletter-heading {
    font-size: 33px;
  }
}
.newsletter-hero .form-container {
  margin-bottom: 32px;
}
.newsletter-hero .scroll-down {
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.newsletter-hero .scroll-down:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 14px;
  width: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8125 8.6875L7.3125 13.875C7.21875 13.9688 7.09375 14 7 14C6.875 14 6.75 13.9688 6.65625 13.875L1.15625 8.6875C0.9375 8.5 0.9375 8.1875 1.125 7.96875C1.3125 7.75 1.625 7.75 1.8125 7.9375L6.5 12.3125V0.53125C6.5 0.25 6.71875 0 6.96875 0C7.21875 0 7.5 0.25 7.5 0.53125V12.3125L12.1562 7.9375C12.3438 7.75 12.6562 7.75 12.8438 7.96875C13.0312 8.1875 13.0312 8.5 12.8125 8.6875Z' fill='white'/%3E%3C/svg%3E%0A");
}
.newsletter-hero .ev-mobile-form {
  display: none;
}
@media screen and (max-width: 600px) {
  .newsletter-hero .newsletter-hero-img {
    margin-bottom: unset;
  }
  .newsletter-hero .ev-mobile-form {
    display: block;
    padding: 42px 3% 32px;
  }
}
.newsletter-hero--event .newsletter-heading {
  margin-bottom: 16px;
}
.newsletter-hero--event .whitepaper-form-container {
  margin-top: 32px;
}

.newsletter-hero-pre-logo-text {
  margin-bottom: 16px;
}

.newsletter-hero-logo {
  height: 32px;
  width: auto;
  display: inline-block;
  margin-bottom: 24px;
}
.newsletter-hero-logo img {
  object-fit: contain;
}

.newsletter-body {
  margin-top: 90px;
  margin-bottom: 90px;
}
.newsletter-body .heading {
  margin-bottom: 24px;
}
.newsletter-body .grid .col-desk-6:nth-child(2) {
  padding-left: 90px;
}
.newsletter-body__summary {
  margin-bottom: 40px;
}
.newsletter-body__summary ul, .newsletter-body__summary ol {
  list-style: initial;
  list-style-position: inside;
  margin-left: 12px;
}

.newsletter-body-main {
  margin-left: 100px;
  margin-bottom: 100px;
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  .newsletter-body-main {
    margin-left: 32px;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-body-main {
    margin-left: unset;
    padding: 3%;
    padding-top: 28px;
    margin-bottom: unset;
  }
}
.newsletter-body-main .heading {
  margin-bottom: 24px;
}
.newsletter-body-main .text {
  letter-spacing: unset;
}
.newsletter-body-main hr {
  margin-top: 50px;
  margin-bottom: 50px;
}

.newsletter-middle-sub {
  padding-top: 42px;
  padding-bottom: 42px;
  text-align: center;
}
.newsletter-middle-sub.dark-bg .newsletter-form-container .gform_footer button[type=submit]:hover {
  color: black;
  background-color: white;
}
.newsletter-middle-sub .grid > * {
  max-width: 580px;
}
@media screen and (max-width: 1024px) {
  .newsletter-middle-sub .grid > * {
    max-width: 100%;
  }
}
.newsletter-middle-sub .heading,
.newsletter-middle-sub .text {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .newsletter-middle-sub .heading,
.newsletter-middle-sub .text {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-middle-sub .heading,
.newsletter-middle-sub .text {
    max-width: 340px;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-middle-sub .heading {
    font-size: 24px;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-middle-sub .text {
    font-size: 18px;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-middle-sub .newsletter-checkbox .gfield_description {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 600px) {
  .newsletter-all-posts .section-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .newsletter-most-recent .section-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .newsletter-most-recent .col-desk-6:first-child .card-wrapper .card .card__heading {
    font-size: 22px;
  }
  .newsletter-most-recent .card-list .card-wrapper .card .card__desc {
    display: none;
  }
  .newsletter-most-recent .card-list .card-wrapper .card .card__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-most-recent .card-list .card-wrapper .card .card__heading {
    font-size: 16px;
    line-height: 1.3;
  }
}

.speaker {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E5E5E5;
}
.speaker:last-of-type {
  padding-bottom: unset;
  border-bottom: unset;
}
.speaker__img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-right: 16px;
}
@media screen and (max-width: 600px) {
  .speaker__img {
    width: 75px;
    height: 75px;
  }
}
.speaker__img img {
  object-fit: cover;
}
.speaker__details {
  width: calc(100% - 100px - 16px);
}
@media screen and (max-width: 600px) {
  .speaker__details {
    width: calc(100% - 75px - 16px);
  }
}
.speaker__name {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 600px) {
  .speaker__name {
    font-size: 20px;
  }
}
.speaker__role {
  margin-bottom: 6px;
  letter-spacing: -0.05em;
}
.speaker__company {
  font-style: italic;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 600px) {
  .speaker__role, .speaker__company {
    font-size: 16px;
  }
}

.event-agenda {
  font-weight: 500;
}
.event-agenda__item {
  padding-bottom: 28px;
  margin-bottom: 28px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #E5E5E5;
}
.event-agenda__item:last-of-type {
  padding-bottom: unset;
  border-bottom: unset;
}
.event-agenda__time {
  width: 80px;
}
.event-agenda__desc {
  width: calc(100% - 80px - 12px);
}
.event-agenda__desc > *:first-child {
  margin-top: unset;
}

.podcast-links {
  display: inline-flex;
  flex-direction: row;
  margin-top: 20px;
  align-items: center;
  list-style: none !important;
}
.podcast-links li {
  margin-right: 12px;
}
.podcast-links li a {
  display: inline-block;
}
.podcast-links .img-wrapper {
  height: 38px;
  width: auto;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
}
.podcast-links .img-wrapper img {
  height: 100%;
  object-fit: contain;
}

.whitepaper-download {
  display: none;
  margin-top: 32px;
}

.whitepaper-form-container .no-whitepaper-form {
  margin-bottom: 32px;
}
.whitepaper-form-container form .gform_body .gfield {
  margin: unset !important;
}
.whitepaper-form-container form .gform_body .gfield .gfield_label {
  display: none;
}
.whitepaper-form-container form .gform_body .gfield .ginput_container {
  margin: unset !important;
}
.whitepaper-form-container form .gform_body .gfield .ginput_container input:not([type=checkbox]) {
  background: transparent;
  border: 1px solid #9D9D9D;
  margin: unset;
  margin-bottom: 16px;
}
.whitepaper-form-container form .gform_body .gfield_error {
  background-color: unset !important;
  border: unset !important;
}
.whitepaper-form-container form .gform_body .gfield_error .ginput_container_email input {
  width: 100%;
}
.whitepaper-form-container form .gform_body .gfield_error .validation_message {
  display: none !important;
}
.whitepaper-form-container form .gform_body .ginput_container_email input {
  width: 100%;
}
.whitepaper-form-container form .gform_body .ginput_container_checkbox li {
  display: inline-flex;
}
.whitepaper-form-container form .gform_body .ginput_container_checkbox input {
  width: 16px;
  height: 16px;
  border: 1px solid #9D9D9D;
  margin-right: 10px;
}
.whitepaper-form-container form .gform_body .ginput_container_checkbox label {
  font-size: 14px;
  width: calc(100% - 26px);
  line-height: 1.4;
  display: inline-block;
  position: relative;
  font-weight: normal !important;
  max-width: unset;
}
.whitepaper-form-container form .gform_body span.gfield_required {
  display: none;
}
.whitepaper-form-container form .gform_body .ginput_container_consent {
  display: inline-flex;
}
.whitepaper-form-container form .gform_body .ginput_container_consent input {
  margin-top: 2px;
  margin-right: 8px;
  background-color: transparent;
}
.whitepaper-form-container form .gform_body .ginput_container_consent label {
  line-height: 1.3;
  font-size: 14px;
}
.whitepaper-form-container form input[type=text],
.whitepaper-form-container form input[type=email],
.whitepaper-form-container form button[type=submit] {
  padding: 14px 20px !important;
}
@media screen and (max-width: 600px) {
  .whitepaper-form-container form input[type=text],
.whitepaper-form-container form input[type=email],
.whitepaper-form-container form button[type=submit] {
    padding: 8px 16px !important;
  }
}
.whitepaper-form-container form button[type=submit] {
  width: calc(100% - 16px) !important;
  background-color: #3866F6;
  color: white;
  margin-top: 16px;
  font-weight: 500;
  transition: 0.3s ease;
  border-color: #3866F6;
}
.whitepaper-form-container form button[type=submit]:before {
  display: none;
}
@media screen and (min-width: 1025px) {
  .whitepaper-form-container form button[type=submit]:hover {
    color: #3866F6;
    background-color: white;
    border-color: white;
  }
}
.whitepaper-form-container form button[type=submit] i {
  font-size: 12px;
  margin-left: 2px;
}
.whitepaper-form-container form .gform_ajax_spinner {
  display: none;
}
.whitepaper-form-container form .gform_footer {
  margin-top: unset;
}
@media screen and (max-width: 600px) {
  .whitepaper-form-container form .gform_footer {
    display: flex;
    justify-content: center;
  }
}
.whitepaper-form-container .gform_confirmation_wrapper {
  margin-top: 24px;
  margin-bottom: 16px;
  line-height: 1.3;
}
.whitepaper-form-container .gform_confirmation_wrapper .btn {
  margin-bottom: 18px;
}

.whitepaper-scroll-down {
  position: relative;
  display: inline-block;
  font-weight: bold;
  letter-spacing: -0.05em;
  color: white;
  padding-right: 20px;
  align-self: flex-start;
}
.whitepaper-scroll-down:before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  height: 100%;
  width: 16px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M377.4 296.6l-168 176C204.8 477.3 198.6 480 192 480s-12.84-2.688-17.38-7.438l-168-176C-2.5 286.1-2.156 271.8 7.438 262.6c9.5-9.156 24.75-8.812 33.94 .8125L168 396.1V56.02c0-13.25 10.75-24.01 23.1-24.01S216 42.77 216 56.02v340.1l126.6-132.7c9.156-9.625 24.41-9.969 33.94-.8125C386.2 271.8 386.5 286.1 377.4 296.6z' fill='%23fff'/%3E%3C/svg%3E");
}
.podcasts-hero .whitepaper-scroll-down:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M377.4 296.6l-168 176C204.8 477.3 198.6 480 192 480s-12.84-2.688-17.38-7.438l-168-176C-2.5 286.1-2.156 271.8 7.438 262.6c9.5-9.156 24.75-8.812 33.94 .8125L168 396.1V56.02c0-13.25 10.75-24.01 23.1-24.01S216 42.77 216 56.02v340.1l126.6-132.7c9.156-9.625 24.41-9.969 33.94-.8125C386.2 271.8 386.5 286.1 377.4 296.6z' fill='black'/%3E%3C/svg%3E");
}

.content-studio-partners .grid {
  padding: 38px;
}
@media screen and (min-width: 1025px) {
  .content-studio-partners .grid {
    max-width: 1280px;
  }
}
.content-studio-partners .partner-card-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
  min-width: 105.6%;
  margin-left: -16px;
  margin-right: -16px;
  padding: 6px;
}
.content-studio-partners .partner-card-row::-webkit-scrollbar {
  height: 2px;
}
.content-studio-partners .partner-card-row::-webkit-scrollbar-thumb {
  background-color: #3866F6;
  border-radius: 10px;
  padding: 50px 4px;
  cursor: pointer;
  transition: 0.3s ease;
}
.content-studio-partners .partner-card-row::-webkit-scrollbar-track {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.partner-card {
  min-width: 360px;
  width: 360px;
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 48px;
}
.partner-card__img {
  width: 100%;
  padding-bottom: 64%;
  height: 0;
  position: relative;
  display: block;
  margin-bottom: 28px;
  border-radius: 3px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.partner-card__img img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.partner-card__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.partner-card__logo {
  height: 24px;
  max-width: 60%;
}
.partner-card__logo img {
  object-fit: contain;
}
.partner-card .btn {
  color: #3866F6;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .page-template-content-studio .related-posts .card-wrapper {
    width: 100%;
    padding-left: 1.724137931%;
    padding-right: 1.724137931%;
  }
}
.page-template-content-studio .related-posts .card-wrapper .pro-card-cta {
  color: #3866F6;
  font-weight: 500;
}

.cs-wp-related-posts .ajax-load-more-wrap {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .cs-wp-related-posts .ajax-load-more-wrap {
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .cs-wp-related-posts .grid.card-list--horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    min-width: 150%;
    padding-right: 210px;
  }
}
.cs-wp-related-posts .col-desk-3 {
  margin-bottom: 32px;
}
@media screen and (min-width: 601px) {
  .cs-wp-related-posts .col-desk-3:not(:last-child) {
    border-right: 1px solid #E5E5E5;
  }
}
@media screen and (max-width: 600px) {
  .cs-wp-related-posts .col-desk-3 {
    min-width: 300px;
    border-box: unset;
    margin-right: 15px;
  }
  .cs-wp-related-posts .col-desk-3:not(:last-child) {
    padding-right: 15px;
    border-right: 1px solid #E5E5E5;
  }
}
.cs-wp-related-posts .btn {
  font-weight: 700;
}

.cs-wp-wrapper .img-wrapper {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56%;
  display: block;
  margin-bottom: 14px;
}
.cs-wp-wrapper .img-wrapper img {
  position: absolute;
  top: 0;
  object-fit: cover;
}
.cs-wp-wrapper .heading {
  margin-bottom: 10px;
}
.cs-wp-wrapper .text {
  margin-bottom: 16px;
}

.newsletter-hero-2 {
  margin-top: unset;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  .newsletter-hero-2 .col-desk-5 {
    padding-right: unset;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-hero-2 .grid {
    width: 100%;
  }
  .newsletter-hero-2 .col-desk-7 {
    order: 2;
    padding-left: 3%;
    padding-right: 3%;
  }
  .newsletter-hero-2 .col-desk-5 {
    order: 1;
    padding-left: unset;
  }
}
.newsletter-hero-2__content {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 610px;
}
@media screen and (max-width: 600px) {
  .newsletter-hero-2__content {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.newsletter-hero-2__content .newsletter-form-container {
  max-width: 559px;
}
@media screen and (max-width: 1024px) {
  .newsletter-hero-2__content .newsletter-heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .newsletter-hero-2__content .newsletter-form-container .newsletter-checkbox {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .newsletter-hero-2__content .newsletter-form-container .newsletter-checkbox .gfield_description {
    width: 100%;
    display: block;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-hero-2__content .newsletter-form-container .newsletter-checkbox .gfield_description {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .newsletter-hero-2__content .newsletter-form-container .newsletter-checkbox .ginput_container_email input {
    line-height: 1.5;
    padding-bottom: 18px !important;
  }
}
.newsletter-hero-2__img {
  width: 50vw;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .newsletter-hero-2__img {
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .newsletter-hero-2__img img {
    position: absolute;
    left: 0;
    object-fit: cover;
    width: 100%;
  }
}

.podcast-hero {
  margin-top: unset;
  padding-top: 52px;
  padding-bottom: 52px;
}
@media screen and (max-width: 600px) {
  .podcast-hero {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.podcast-hero .grid {
  align-items: center;
}
@media screen and (max-width: 600px) {
  .podcast-hero .grid {
    flex-direction: column-reverse;
  }
}
.podcast-hero__content {
  max-width: 635px;
}
.podcast-hero__img {
  width: 411px;
  height: 411px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  border: 1px solid #7f7f7f;
}
@media screen and (max-width: 1024px) {
  .podcast-hero__img {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .podcast-hero__img {
    width: 93vw;
    height: 93vw;
    max-width: 100%;
    margin-bottom: 36px;
  }
}
.podcast-hero__img img {
  object-fit: cover;
}
.podcast-hero .heading {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .podcast-hero .heading {
    font-size: 32px;
  }
}

.podcast-main {
  margin-top: 113px;
  margin-bottom: 94px;
  margin-top: 72px;
}
@media screen and (max-width: 600px) {
  .podcast-main {
    margin-top: 56px;
    margin-bottom: 48px;
  }
}
.podcast-main .podcast-body-text {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .podcast-main .podcast-body-text {
    margin-bottom: 48px;
  }
}
.podcast-main .heading {
  max-width: 825px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .podcast-main .heading {
    font-size: 24px;
  }
}
.podcast-main .podcast-player {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.podcast-main .podcast-player iframe {
  width: 100%;
  border: unset;
  max-width: unset;
}

.podcasts-hero {
  overflow-x: hidden;
  margin-top: unset;
  padding-top: 32px;
  margin-bottom: 66px;
}
.podcasts-hero .whitepaper-scroll-down {
  color: black;
}
@media screen and (max-width: 600px) {
  .podcasts-hero .whitepaper-scroll-down {
    font-size: 14px;
  }
}
.podcasts-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .podcasts-hero__content {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .podcasts-hero__content {
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .podcasts-hero__heading {
    font-size: 32px;
  }
}
.podcasts-hero__logo {
  max-width: 335px;
}
.podcasts-hero__heading, .podcasts-hero__logo {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .podcasts-hero__heading, .podcasts-hero__logo {
    margin-bottom: 16px;
  }
}
.podcasts-hero__desc {
  font-size: 24px;
  line-height: 1.3;
  padding-right: 7%;
  max-width: 455px;
}
@media screen and (max-width: 600px) {
  .podcasts-hero__desc {
    font-size: 18px;
    padding-right: unset;
  }
}
.podcasts-hero__subscribe-text {
  font-weight: 700;
  margin-top: 6px;
}
.podcasts-hero__img {
  overflow: visible;
  padding-left: unset;
}
.podcasts-hero__img .img-wrapper {
  width: 112%;
}
@media screen and (max-width: 1024px) {
  .podcasts-hero__img .img-wrapper {
    width: 103%;
  }
}
.podcasts-hero .podcast-links {
  margin-top: 10px;
}

.fos-today-hero {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .fos-today-hero .podcasts-hero__logo {
    max-width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .fos-today-hero .podcasts-hero__logo {
    max-width: 280px;
  }
}
@media only screen and (max-width: 1000px) {
  .fos-today-hero .podcasts-hero__img .img-wrapper {
    position: absolute;
    width: 53%;
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .fos-today-hero .podcasts-hero__img .img-wrapper {
    position: static;
    width: 100%;
  }
}

.our-podcasts {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .our-podcasts {
    margin-bottom: unset;
  }
}
.our-podcasts__single {
  display: flex;
  flex-direction: row;
}
.our-podcasts__single:nth-child(odd) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .our-podcasts__single {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .our-podcasts__single {
    border-right: unset !important;
    margin-bottom: 56px;
  }
}
.our-podcasts__single a[href="#"] {
  pointer-events: none;
}
.our-podcasts__img {
  width: 28%;
  padding-bottom: 28%;
  height: 0;
  border: 1px solid black;
  border-radius: 8px;
  margin-right: 5%;
  position: relative;
}
.our-podcasts__img img {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .our-podcasts__img {
    margin-bottom: 24px;
    width: 150px;
    height: 150px;
    padding-bottom: unset;
    margin-right: unset;
  }
  .our-podcasts__img img {
    position: static;
  }
}
@media screen and (max-width: 600px) {
  .our-podcasts__img {
    width: 80%;
    height: 0;
    padding-bottom: 80%;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }
  .our-podcasts__img img {
    position: absolute;
  }
}
.our-podcasts__info {
  width: 67%;
}
@media screen and (max-width: 1024px) {
  .our-podcasts__info {
    width: 100%;
  }
}

.podcast-info__name, .podcast-info__desc {
  max-width: 325px;
}
@media screen and (max-width: 1024px) {
  .podcast-info__name, .podcast-info__desc {
    max-width: unset;
  }
}
.podcast-info__name.btn {
  min-width: unset;
}
.podcast-info__name.btn:before {
  font-size: 14px;
}
.podcast-info__name:hover {
  color: #3866F6;
}
.podcast-info .podcast-links {
  margin-top: unset;
}
.podcast-info .podcast-links li {
  margin-right: 10px;
}

.blank-template-main {
  margin: unset;
}
.blank-template-main iframe {
  width: 100%;
  height: 100vh;
}

.post-template-single-blank #reading-progress,
.page-template-single-blank #reading-progress {
  display: none;
}

.podcast-player-section .podcast-links {
  margin-left: unset;
}

@media screen and (max-width: 1024px) {
  .podcast-latest-top__first-item {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .podcast-latest-top .card--portrait .card__heading {
    font-size: 24px;
  }
}
.podcast-latest-top .card--landscape {
  align-items: center;
}
@media (min-width: 1025px) and (max-width: 1100px) {
  .podcast-latest-top .card--landscape .card__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .podcast-latest-top .card--landscape .card__heading {
    font-size: 16px;
  }
  .podcast-latest-top .card--landscape .card__desc {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .podcast-latest-top .card-list--vertical .card-wrapper:last-of-type {
    border-bottom: 1px solid #E5E5E5 !important;
  }
}

@media screen and (max-width: 600px) {
  .podcast-latest-top,
.podcast-latest-bottom {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 601px) {
  .podcast-latest-bottom .card-list--horizontal .card-wrapper {
    margin-bottom: 32px;
  }
}
.podcast-latest-bottom .card-list--horizontal .card-wrapper.col-desk-3:nth-of-type(4n + 4) {
  border-right: unset;
}
@media screen and (max-width: 1024px) {
  .podcast-latest-bottom .card-list--horizontal .card-wrapper {
    border-right: unset;
  }
}
@media screen and (max-width: 600px) {
  .podcast-latest-bottom .card-list--horizontal .card-wrapper:last-child {
    border-bottom: unset;
    margin-bottom: unset;
    padding-bottom: unset;
  }
  .podcast-latest-bottom .card-list--horizontal .card-wrapper .card--portrait {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .podcast-latest-bottom .card-list--horizontal .card-wrapper .card--portrait .card-img {
    width: 35%;
    padding-bottom: 22.5%;
    margin-right: 2.5%;
    height: 0;
    margin-bottom: unset;
  }
  .podcast-latest-bottom .card-list--horizontal .card-wrapper .card--portrait .card-content {
    width: 62.5%;
  }
  .podcast-latest-bottom .card-list--horizontal .card-wrapper .card--portrait .card__desc {
    display: none;
  }
  .podcast-latest-bottom .card-list--horizontal .card-wrapper .card--portrait .card__heading {
    font-size: 16px;
  }
}

.page-template-future-of-sports {
  background-color: black;
}
.page-template-future-of-sports #top,
.page-template-future-of-sports .ticker-row,
.page-template-future-of-sports .site-header,
.page-template-future-of-sports .header-banner {
  display: none;
}

.future-of-sports-hero {
  margin: 0;
  padding: 32px 0;
  height: 100vh;
  color: white;
  position: relative;
  overflow: hidden;
}
.future-of-sports-hero .awards-hero__scroll-btn {
  height: 5%;
  animation: futureOfSportsScrollArrow 1.5s ease;
}
@media screen and (max-width: 1024px) {
  .future-of-sports-hero {
    height: 75vh;
  }
}
@media screen and (max-width: 600px) {
  .future-of-sports-hero {
    height: 100vh;
    padding: 28px 0 42px;
  }
}
.future-of-sports-hero:before {
  content: "";
  width: 100%;
  height: 150%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/future-of-sports-hero-bg.jpg");
}
.future-of-sports-hero .grid {
  height: 100%;
  width: 100%;
  max-width: unset;
}
.future-of-sports-hero__logo {
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .future-of-sports-hero__logo {
    max-width: 260px;
  }
}
.future-of-sports-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.future-of-sports-hero__content h1 {
  font-size: 180px;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media (max-width: 1536px) {
  .future-of-sports-hero__content h1 {
    font-size: calc(100px + 4.7vw);
  }
}
@media screen and (max-width: 850px) {
  .future-of-sports-hero__content h1 {
    font-size: calc(100px + 3.3vw);
  }
}
@media screen and (max-width: 600px) {
  .future-of-sports-hero__content h1 {
    font-size: 60px;
  }
}
.future-of-sports-hero__topics {
  font-size: 36px;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: unset;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .future-of-sports-hero__topics {
    font-size: 48px;
  }
}
@media screen and (max-width: 850px) {
  .future-of-sports-hero__topics {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .future-of-sports-hero__topics {
    font-size: 22px;
  }
}
.future-of-sports-hero__topics span {
  animation: 30s linear infinite;
  display: inline-block;
  padding-right: 10px;
}

.future-of-sports-main-content {
  background-color: white;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1311px) {
  .future-of-sports-main-content {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 600px) {
  .future-of-sports-main-content {
    padding-top: 60px;
    padding-bottom: unset;
  }
}

.future-of-sports-intro {
  margin-top: unset;
}
.future-of-sports-intro .grid {
  padding-bottom: 100px;
  border-bottom: 1px solid #191919;
}
@media screen and (max-width: 600px) {
  .future-of-sports-intro .grid {
    padding-bottom: 60px;
  }
}
.future-of-sports-intro__text {
  font-size: 36px;
  line-height: 1.36;
  text-align: center;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 850px) {
  .future-of-sports-intro__text {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .future-of-sports-intro__text {
    font-size: 26px;
  }
}
.future-of-sports-intro__text p {
  font-size: inherit;
  line-height: inherit;
}

.future-of-sports-section-header {
  margin-bottom: 48px;
}

.future-of-sports-section-title {
  font-size: 96px;
  font-weight: normal;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 850px) {
  .future-of-sports-section-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .future-of-sports-section-title {
    font-size: 64px;
  }
}
@media screen and (max-width: 600px) {
  .future-of-sports-section-title {
    font-size: 42px;
  }
}

.future-of-sports-featured__card {
  border: 1px solid black;
}
@media (max-width: 1100px) {
  .future-of-sports-featured__card {
    flex-direction: column;
  }
  .future-of-sports-featured__card .col-desk-6 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .future-of-sports-featured__card {
    border: unset;
  }
}
.future-of-sports-featured__heading {
  font-size: 30px;
  letter-spacing: -0.04em;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .future-of-sports-featured__heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .future-of-sports-featured__heading {
    font-size: 18px;
  }
}
.future-of-sports-featured__heading span {
  display: block;
  font-weight: 700;
  font-size: 85px;
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .future-of-sports-featured__heading span {
    font-size: 64px;
  }
}
@media screen and (max-width: 600px) {
  .future-of-sports-featured__heading span {
    font-size: 48px;
  }
}
.future-of-sports-featured__img {
  display: flex;
  align-items: center;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 650px;
}
@media (max-width: 1300px) {
  .future-of-sports-featured__img {
    min-height: 50vw;
  }
}
@media (max-width: 1100px) {
  .future-of-sports-featured__img {
    height: 98vw;
    min-height: unset;
  }
}
.future-of-sports-featured__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 601px) {
  .future-of-sports-featured__content {
    padding: unset;
  }
}
.future-of-sports-featured__content-top {
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .future-of-sports-featured__content-top {
    margin-bottom: 42px;
    font-size: 14px;
  }
}
.future-of-sports-featured__inner {
  padding: 36px;
}
@media screen and (max-width: 600px) {
  .future-of-sports-featured__inner {
    padding-left: unset;
    padding-right: unset;
  }
}
.future-of-sports-featured__cta {
  display: block;
  width: 100%;
  background-color: #191919;
  padding: 36px;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .future-of-sports-featured__cta {
    padding: 20px;
    font-size: 18px;
  }
}
.future-of-sports-featured__speakers {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}
.future-of-sports-featured__speakers .speakerv2 {
  width: 134px;
  text-align: center;
}
@media (min-width: 1101px) {
  .future-of-sports-featured__speakers .speakerv2:nth-child(n+4) {
    display: none;
  }
}
@media (min-width: 851px) and (max-width: 1100px) {
  .future-of-sports-featured__speakers .speakerv2:nth-child(n+6) {
    display: none;
  }
}
@media (max-width: 850px) {
  .future-of-sports-featured__speakers .speakerv2:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .future-of-sports-featured__speakers .speakerv2:nth-child(n+4) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .future-of-sports-featured__speakers {
    margin-bottom: 32px;
  }
  .future-of-sports-featured__speakers .speakerv2 {
    width: 32%;
  }
}
.future-of-sports-featured__speakers, .future-of-sports-featured__desc {
  max-width: 550px;
}
.future-of-sports-featured__desc {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.25;
  font-family: "Untitled Sans", sans-serif;
}
@media screen and (max-width: 600px) {
  .future-of-sports-featured__desc {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .future-of-sports-featured__speakers, .future-of-sports-featured__desc {
    max-width: unset;
  }
  .future-of-sports-featured_speakers:nth-child(n+4) {
    display: none;
  }
}
.future-of-sports-featured__sponsor {
  position: absolute;
  bottom: 60px;
  width: 40%;
  max-width: 270px;
}
.future-of-sports-featured__sponsor .text {
  font-size: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .future-of-sports-featured__sponsor {
    bottom: 20px;
  }
  .future-of-sports-featured__sponsor .text {
    font-size: 12px;
  }
}
.future-of-sports-featured__sponsor-logo {
  width: 100%;
  height: 56px;
  max-height: 56px;
}
.future-of-sports-featured__sponsor-logo img {
  object-position: left;
}
@media screen and (max-width: 600px) {
  .future-of-sports-featured__sponsor-logo {
    height: 48px;
    max-height: 48px;
  }
}

.speakerv2 {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  font-family: "At Hauss Aero", "Untitled Sans", sans-serif;
}
.speakerv2__img {
  width: 100%;
}
.speakerv2__img .img-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  border: 2px solid black;
  position: relative;
}
.speakerv2__img .img-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
}
.speakerv2__details {
  color: #191919;
  text-transform: uppercase;
  line-height: 1.13;
  font-weight: 500;
  letter-spacing: 0;
}
.speakerv2__name {
  font-size: 20px;
}
.speakerv2__role {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .speakerv2__name {
    font-size: 16px;
  }
  .speakerv2__role {
    font-size: 11px;
  }
}
.speakerv2--landscape {
  width: calc(50% - 7px);
  align-items: center;
  column-gap: 14px;
  flex-direction: row;
}
@media (max-width: 1200px) {
  .speakerv2--landscape {
    width: 100%;
  }
}
.speakerv2--landscape .speakerv2__img {
  width: calc(49% - 14px);
  max-width: 140px;
}
.speakerv2--landscape .speakerv2__details {
  width: 51%;
}
@media screen and (max-width: 600px) {
  .speakerv2--landscape .speakerv2__name {
    font-size: 20px;
  }
  .speakerv2--landscape .speakerv2__role {
    font-size: 12px;
  }
}

.future-of-sports-topics .future-of-sports-section-header,
.future-of-sports-topics .future-of-sports-topic {
  border-bottom: 2px solid #191919;
  padding-bottom: 48px;
}
@media screen and (max-width: 600px) {
  .future-of-sports-topics .future-of-sports-section-header,
.future-of-sports-topics .future-of-sports-topic {
    padding-bottom: 40px;
  }
}
.future-of-sports-topics .future-of-sports-section-header {
  margin-bottom: unset;
}
.future-of-sports-topics .future-of-sports-topic {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 18px;
}
.future-of-sports-topics .future-of-sports-topic span {
  display: block;
}
.future-of-sports-topics .future-of-sports-topic a, .future-of-sports-topics .future-of-sports-topic div {
  font-size: 64px;
  letter-spacing: -0.04em;
  font-weight: 700;
  display: inline-block;
  margin-top: 42px;
  color: inherit;
}
@media screen and (min-width: 1025px) {
  .future-of-sports-topics .future-of-sports-topic a:hover {
    text-decoration: underline;
    text-underline-offset: 0.15em;
    text-decoration-color: #3866F6;
  }
}
@media screen and (max-width: 850px) {
  .future-of-sports-topics .future-of-sports-topic {
    font-size: 18px;
  }
  .future-of-sports-topics .future-of-sports-topic a, .future-of-sports-topics .future-of-sports-topic div {
    font-size: 48px;
    margin-top: 36px;
  }
}
@media screen and (max-width: 600px) {
  .future-of-sports-topics .future-of-sports-topic {
    font-size: 12px;
  }
  .future-of-sports-topics .future-of-sports-topic a, .future-of-sports-topics .future-of-sports-topic div {
    font-size: 28px;
    margin-top: 28px;
  }
}
.future-of-sports-topics__coming-soon {
  margin-top: 72px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .future-of-sports-topics__coming-soon {
    margin-top: 60px;
    font-size: 16px;
  }
}

.future-of-sports-topics .future-of-sports-topic {
  padding-left: 2.8%;
}

.future-of-sports-subscribe .grid {
  padding: 100px 4%;
}
.future-of-sports-subscribe__text {
  max-width: 290px;
  font-family: "Untitled Sans", sans-serif;
}
.future-of-sports-subscribe__form .newsletter-form-container form {
  background-color: white;
  padding: 14px 24px;
}
@media screen and (max-width: 600px) {
  .future-of-sports-subscribe__form .newsletter-form-container form {
    padding: 10px;
  }
}
.future-of-sports-subscribe__form .newsletter-form-container form .gform_heading {
  display: none;
}
.future-of-sports-subscribe__form .newsletter-form-container form .gform_body .gfield {
  margin-top: unset;
}
.future-of-sports-subscribe__form .newsletter-form-container form .gform_body .gfield .ginput_container input {
  margin-bottom: unset;
  color: black;
  margin-top: unset;
  padding-bottom: 5px !important;
  padding-right: unset !important;
}
@media screen and (max-width: 600px) {
  .future-of-sports-subscribe__form .newsletter-form-container form .gform_body .gfield .ginput_container input {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 600px) {
  .future-of-sports-subscribe__form .newsletter-form-container form .gform_footer {
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
}
.future-of-sports-subscribe__form .newsletter-form-container form .gform_footer .gform_button[type=submit] {
  color: black;
  border-color: black;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.future-of-sports-subscribe__form .newsletter-form-container form .gform_footer .gform_button[type=submit]:hover {
  color: white;
  border-color: black;
}
@media screen and (max-width: 600px) {
  .future-of-sports-subscribe__form .newsletter-form-container form .gform_footer .gform_button[type=submit] {
    min-width: unset !important;
    width: auto !important;
    padding-right: 40px !important;
    right: 10px;
    position: absolute;
    background-color: white;
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1024px) {
  .future-of-sports-subscribe__text, .future-of-sports-subscribe__form {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .future-of-sports-subscribe__text {
    max-width: 500px;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.15;
  }
}
@media screen and (max-width: 600px) {
  .future-of-sports-subscribe {
    background-color: black;
  }
  .future-of-sports-subscribe .grid {
    padding: 60px 0 20px;
  }
  .future-of-sports-subscribe__text {
    font-size: 24px;
  }
  .future-of-sports-subscribe__form, .future-of-sports-subscribe__text {
    max-width: unset;
  }
}

.future-of-sports-archives {
  overflow: hidden;
}
.future-of-sports-archives .tns-ovh {
  overflow: visible;
  position: relative;
}
.future-of-sports-archives .tns-ovh:before {
  height: 100%;
  width: 50vw;
  content: "";
  background-color: black;
  z-index: 10;
  position: absolute;
  right: 100%;
  top: 0;
}
.future-of-sports-archives .tns-slider {
  padding-bottom: 20px;
}
.future-of-sports-archives .future-of-sports-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.future-of-sports-card {
  border: 1px solid white;
  color: white;
  display: block;
  position: relative;
  z-index: 5;
  font-family: "Untitled Sans", sans-serif;
}
.future-of-sports-card__content {
  padding: 7%;
  background-color: inherit;
}
.future-of-sports-card__series-name {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 42px;
}
.future-of-sports-card__heading {
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  margin-bottom: 42px;
}
.future-of-sports-card__cta {
  padding: 24px 4%;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  background-color: inherit;
  border-top: 1px solid white;
}
.future-of-sports-card__sponsor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.future-of-sports-card__sponsor-text {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 10px;
}
.future-of-sports-card__sponsor-logo {
  width: 50%;
  max-width: 140px;
  height: 36px;
  max-height: 36px;
}
.future-of-sports-card__sponsor-logo img {
  object-position: right;
}
@media (max-width: 767px) {
  .future-of-sports-card__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .future-of-sports-card__content {
    padding: 5%;
  }
  .future-of-sports-card__series-name {
    font-size: 18px;
  }
  .future-of-sports-card__heading {
    font-size: 36px;
  }
  .future-of-sports-card__series-name, .future-of-sports-card__heading {
    margin-bottom: 32px;
  }
  .future-of-sports-card__cta {
    font-size: 18px;
  }
  .future-of-sports-card__sponsor-text {
    font-size: 13px;
  }
  .future-of-sports-card__sponsor-logo {
    max-width: 120px;
  }
}
.future-of-sports-card__desc {
  padding-top: 36px;
  border-top: 1px solid white;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .future-of-sports-card__desc {
    padding-top: 24px;
  }
}
.future-of-sports-card__backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -16px;
  bottom: -16px;
  border: 1px solid white;
  z-index: -1;
  background-color: #3866F6;
}

.future-of-sports-loop {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: visible;
  margin-left: -32px;
  margin-right: -32px;
}
.future-of-sports-loop .future-of-sports-card {
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.future-of-sports-loop .future-of-sports-card.tns-slide-active {
  height: 100% !important;
}

.future-of-sports-btn {
  position: relative;
}
.future-of-sports-btn span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-right: 32px;
}
.future-of-sports-btn span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 1L15 8L8 15' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn-arrows {
  width: 24px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s ease;
}
@media screen and (max-width: 600px) {
  .btn-arrows {
    width: 18px;
  }
}
.btn-arrows--prev {
  background-image: url("../img/arrow-prev.svg");
  margin-right: 16px;
}
.btn-arrows--next {
  background-image: url("../img/arrow-next.svg");
}

@media screen and (max-width: 600px) {
  .future-of-sports-bottom {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

.future-of-sports-event-hero,
.future-of-sports-event-main {
  margin-top: unset;
  margin-bottom: unset;
}

.future-of-sports-event-hero {
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.future-of-sports-event-hero .grid {
  position: relative;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .future-of-sports-event-hero {
    min-height: unset;
  }
  .future-of-sports-event-hero .grid {
    padding-top: 90px;
    padding-bottom: 160px;
  }
}
.future-of-sports-event-hero__content h1 {
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: -0.04em;
  font-weight: normal;
  font-family: "At Hauss Aero", "Untitled Sans", sans-serif;
}
.future-of-sports-event-hero__content h1 span {
  display: block;
  width: 100%;
  font-size: 130px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .future-of-sports-event-hero__content h1 {
    font-size: 16px;
  }
  .future-of-sports-event-hero__content h1 span {
    font-size: 48px;
    margin-top: 8px;
  }
}
.future-of-sports-event-hero__sponsor {
  position: absolute;
  right: 0;
  bottom: 42px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.future-of-sports-event-hero__sponsor .text {
  font-size: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .future-of-sports-event-hero__sponsor .text {
    font-size: 11px;
  }
}
@media screen and (max-width: 600px) {
  .future-of-sports-event-hero__sponsor {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    left: 1.724137931%;
    right: auto;
    bottom: 24px;
  }
}
.future-of-sports-event-hero__sponsor-logo {
  width: auto;
  max-width: 200px;
  height: 50px;
  max-height: 50px;
  margin-left: 32px;
}
.future-of-sports-event-hero__sponsor-logo img {
  object-position: right;
}
@media screen and (max-width: 600px) {
  .future-of-sports-event-hero__sponsor-logo {
    margin-left: unset;
    max-width: 150px;
    height: 42px;
    max-height: 42px;
  }
  .future-of-sports-event-hero__sponsor-logo img {
    object-position: left;
  }
}

.future-of-sports-event-main #register-col {
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media screen and (max-width: 600px) {
  .future-of-sports-event-main #register-col {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.future-of-sports-event-main #register-col:before {
  background-color: #000;
  content: "";
  height: 100%;
  width: 50vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .future-of-sports-event-main #register-col:before {
    width: 100vw;
    right: -6px;
  }
}
.future-of-sports-event-main #register-col .container {
  position: sticky;
  top: 25%;
}
@media (max-width: 1024px) and (min-height: 1024px) {
  .future-of-sports-event-main #register-col .container {
    top: 200px;
  }
}
.future-of-sports-event-main #event-details-col {
  padding-top: 28px;
  padding-bottom: 100px;
}
@media screen and (min-width: 601px) {
  .future-of-sports-event-main #event-details-col {
    padding-left: 3%;
    padding-bottom: 200px;
  }
}
.future-of-sports-event-main #event-details-col hr {
  margin-top: 28px;
  margin-bottom: 28px;
  height: 2px;
  background-color: #191919;
}
.future-of-sports-event-main #event-details-col .future-of-sports-event-agenda hr {
  margin-top: 48px;
  margin-bottom: 48px;
}

.future-of-sports-event-form-heading {
  font-size: 80px;
  letter-spacing: -0.04em;
  font-weight: normal;
  margin-bottom: 32px;
  font-family: "At Hauss Aero", "Untitled Sans", sans-serif;
}
@media screen and (max-width: 850px) {
  .future-of-sports-event-form-heading {
    font-size: 56px;
  }
}
@media screen and (max-width: 600px) {
  .future-of-sports-event-form-heading {
    font-size: 36px;
  }
}

.future-of-sports-event-date {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #070707;
}

.future-of-sports-event-desc {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: unset;
  color: #191919;
  padding-right: 3%;
}
.future-of-sports-event-desc p {
  line-height: inherit;
  font-size: inherit;
}

.future-of-sports-event-session__top {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  font-family: "At Hauss Aero", "Untitled Sans", sans-serif;
}
@media screen and (max-width: 600px) {
  .future-of-sports-event-session__top {
    font-size: 16px;
  }
}
.future-of-sports-event-session__time {
  font-weight: 700;
}
.future-of-sports-event-session__topic {
  margin: 42px 0;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.04em;
  max-width: 430px;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .future-of-sports-event-session__topic {
    font-size: 28px;
    margin: 32px 0;
  }
}
.future-of-sports-event-session__speakers {
  display: flex;
  flex-wrap: wrap;
  row-gap: 28px;
  column-gap: 14px;
}

.jobbio-widget {
  border: 1px solid #CCCACA;
  border-radius: 12px;
  padding: 3.25%;
  margin: 24px auto 32px;
}
.jobbio-widget__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.jobbio-widget__logo {
  width: 100px;
}
.jobbio-widget__header-content {
  width: calc(100% - 100px - 16px);
  max-width: 420px;
}
.jobbio-widget__header-content .heading {
  margin: unset;
}
@media (max-width: 767px) {
  .jobbio-widget {
    padding: 16px;
  }
  .jobbio-widget__logo {
    width: 60px;
  }
  .jobbio-widget__header-content {
    max-width: unset;
    width: calc(100% - 60px - 16px);
  }
}

.jobbio-vacancies {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 32px;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .jobbio-vacancies {
    flex-direction: column;
    row-gap: unset;
    column-gap: unset;
  }
}

.jobbio-vacancy {
  width: 25%;
}
@media (max-width: 767px) {
  .jobbio-vacancy {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .jobbio-vacancy:not(:last-child) {
    border-bottom: 1px solid #CCCACA;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .jobbio-vacancy__info {
    width: 60%;
  }
  .jobbio-vacancy__cta {
    width: 35%;
  }
}
.jobbio-vacancy__cta {
  margin-top: 8px;
}
.jobbio-vacancy__cta .btn {
  min-width: unset;
}
.jobbio-vacancy__cta .btn:hover {
  color: #3866F6;
}
@media (max-width: 767px) {
  .jobbio-vacancy__cta {
    margin-top: unset;
  }
  .jobbio-vacancy__cta .btn {
    float: right;
  }
}

.r25-winners-23__industries {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .r25-winners-23__industries {
    display: inline-flex;
    margin-bottom: 40px;
  }
}
.r25-winners-23__industries li {
  padding: 10px 3%;
  cursor: pointer;
  opacity: 0.4;
  transition: 0.3s ease;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.r25-winners-23__industries li.active {
  opacity: 1;
}
.r25-winners-23__results-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -4%;
  margin-right: -4%;
}
.r25-winners-23__results-callout,
.r25-winners-23 .r25-23-winner {
  margin: 0 4% 4%;
}
.r25-winners-23__results-callout {
  margin-top: 1.5%;
  margin-bottom: 5.5%;
}
@media (max-width: 767px) {
  .r25-winners-23__results-container, .r25-winners-23__results-callout,
.r25-winners-23 .r25-23-winner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .r25-winners-23__results-container {
    flex-direction: column;
  }
  .r25-winners-23 .r25-23-winner {
    margin-bottom: 36px;
  }
  .r25-winners-23__results-callout {
    margin-top: 20px;
    margin-bottom: 56px;
  }
}
.r25-winners-23__results-callout {
  width: 100%;
  padding-top: 8%;
  padding-bottom: 8%;
}
.r25-winners-23__results-callout .heading {
  text-align: center;
  max-width: 1050px;
}
@media (max-width: 767px) {
  .r25-winners-23__results-callout .heading {
    font-size: 28px;
    padding-left: 4%;
    padding-right: 4%;
  }
}

.r25-winners-23-cqa {
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  .r25-winners-23-cqa {
    font-size: 20px;
  }
}

.r25-winners-23-cqar {
  margin-top: 4px;
}

.r25-23-winner {
  width: 25.3%;
  cursor: pointer;
}
.r25-23-winner__img {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 16px;
}
.r25-23-winner__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.r25-23-winner__name {
  font-size: 22px;
  margin-bottom: 10px;
}
.r25-23-winner__role, .r25-23-winner__company {
  letter-spacing: -0.03em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .r25-23-winner__name {
    font-size: 26px;
  }
  .r25-23-winner__info {
    text-align: center;
  }
  .r25-23-winner__img {
    margin-bottom: 20px;
  }
}

.r25-winners-23-popup {
  position: fixed;
  width: 95vw;
  max-width: 780px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  z-index: 1001;
  display: none;
}
@media (max-width: 767px) {
  .r25-winners-23-popup {
    max-height: 98vh;
    overflow: auto;
  }
  .r25-winners-23-popup__container {
    height: 100%;
  }
}
.r25-winners-23-popup .close-btn {
  top: 18px;
  right: 18px;
  padding: 10px;
}
.r25-winners-23-popup .close-btn svg {
  width: 22px;
  height: 28px;
}
@media (max-width: 767px) {
  .r25-winners-23-popup .close-btn {
    top: 8px;
    right: 4px;
  }
  .r25-winners-23-popup .close-btn svg {
    width: 20px;
    height: 20px;
  }
}
.r25-winners-23-popup__container {
  padding: 5% 9.5%;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .r25-winners-23-popup__container {
    padding: 9%;
  }
  .r25-winners-23-popup__role, .r25-winners-23-popup__company {
    font-size: 14px;
  }
  .r25-winners-23-popup__bio {
    font-size: 15px;
  }
  .r25-winners-23-popup__bio p {
    font-size: inherit;
  }
}
.r25-winners-23-popup__info {
  text-align: center;
}
.r25-winners-23-popup__name {
  font-size: 36px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .r25-winners-23-popup__name {
    font-size: 30px;
  }
}
.r25-winners-23-popup__role, .r25-winners-23-popup__company {
  margin-top: unset;
  margin-bottom: unset;
}
.r25-winners-23-popup__img {
  width: 345px;
  height: 345px;
}
@media (max-width: 767px) {
  .r25-winners-23-popup__img {
    width: 98%;
    height: 0;
    padding-bottom: 98%;
    position: relative;
  }
  .r25-winners-23-popup__img img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.r25-winners-23-popup .social-icons li a:not(:hover) .img-wrapper svg path {
  fill: black;
}

.r25-winners-23-hero {
  padding-bottom: 32px;
  height: calc(100vh - 44px - 136px - 37px);
  margin-top: unset;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
}
.r25-winners-23-hero:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  display: none;
}
.r25-winners-23-hero.has-video:before,
.r25-winners-23-hero video {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.r25-winners-23-hero video {
  width: 100vw;
  height: 100%;
  z-index: -2;
  object-fit: cover;
}
.r25-winners-23-hero .grid {
  height: 100%;
}
.r25-winners-23-hero .grid .col-desk-12 {
  height: 100%;
}
.r25-winners-23-hero__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.r25-winners-23-hero__page-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 20px;
}
.r25-winners-23-hero__page-title span {
  display: block;
  font-weight: 400;
  letter-spacing: 0.12em;
  font-size: 32px;
  line-height: 1.6;
}
.r25-winners-23-hero__logo {
  max-width: 165px;
  margin-bottom: 32px;
}
.r25-winners-23-hero__partners {
  width: 100%;
}
@media (max-width: 767px) {
  .r25-winners-23-hero__logo {
    max-width: 100px;
  }
  .r25-winners-23-hero__page-title {
    font-size: 16px;
  }
  .r25-winners-23-hero__page-title span {
    font-size: 28px;
  }
  .r25-winners-23-hero .awards-logos__partners .img-wrapper {
    height: 42px;
    max-height: 42px;
  }
}

@media screen and (max-width: 600px) {
  .page-template-event-hub .heading--1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 600px) {
  .events-top .grid {
    position: relative;
  }
}
.events-top .grid .events-card-top {
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .events-top .grid .events-card-top {
    order: 2;
  }
  .events-top .grid .event-thumbnail {
    order: 1;
  }
  .events-top .grid .event-meta {
    position: absolute;
    top: 0;
    width: 96.6666666667%;
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
  }
}
.events-top .grid .event-card-content {
  padding: 56px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .events-top .grid .event-card-content {
    padding: 8.5%;
  }
}
@media screen and (max-width: 600px) {
  .events-top .grid .event-card-content {
    padding: 32px 5.5%;
  }
}
.events-top .grid .event-card-content > * {
  margin-bottom: 16px;
  max-width: 440px;
}
.events-top .grid .event-card-content > *:last-child {
  margin-bottom: unset;
}
.events-top .grid .event-card-content .heading {
  font-size: 36px;
}
@media screen and (max-width: 1024px) {
  .events-top .grid .event-card-content .heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .events-top .grid .event-card-content .heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .events-top .grid .event-card-content .event-desc {
    font-size: 14px;
  }
}
.events-top .grid .event-thumbnail img {
  object-fit: cover;
}
.events-top .event-cta {
  text-transform: capitalize;
}

.events-top .featured-event-secondary-img {
  display: none;
}
@media only screen and (min-width: 601px) {
  .events-top:not(.events-top--reverse) .grid > div:nth-child(1) {
    padding-right: unset;
  }
  .events-top:not(.events-top--reverse) .grid > div:nth-child(2) {
    padding-left: unset;
  }
  .events-top.events-top--reverse .grid {
    flex-direction: row-reverse;
  }
  .events-top.events-top--reverse .grid > div:nth-child(1) {
    padding-left: unset;
  }
  .events-top.events-top--reverse .grid > div:nth-child(2) {
    padding-right: unset;
  }
}
.events-top .tag-future-of-sports .event-sponsor:before {
  display: none;
}
@media (min-width: 601px) and (max-width: 850px) {
  .events-top .tag-future-of-sports .event-thumbnail img {
    display: none;
  }
  .events-top .tag-future-of-sports .event-thumbnail img.featured-event-secondary-img {
    display: block;
  }
}

.event-wrapper {
  margin-bottom: 22px;
}
.event-wrapper--sponsored .event-card--basic {
  background-color: #F1F1F1;
  padding: 12px;
}
.event-wrapper--sponsored .event-card--basic .event-card__content {
  padding-right: unset;
}

.events-list--on-demand .event-wrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.events-list--on-demand .event-wrapper:last-of-type {
  border-bottom: unset;
  padding-bottom: unset;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .events-list--on-demand .event-wrapper .event-card__title {
    font-size: 24px;
  }
}

.upcoming-events .event-wrapper {
  height: 100%;
  position: relative;
}
.upcoming-events .event-wrapper .event-card {
  height: 100%;
}
.upcoming-events .event-wrapper .event-card__cta {
  position: absolute;
  bottom: 20px;
}
.upcoming-events .col-desk-3 {
  padding-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .upcoming-events .events-list {
    overflow: hidden;
  }
  .upcoming-events .alm-ajax.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    min-width: 150%;
    padding-right: 210px;
  }
  .upcoming-events .alm-ajax.grid .col-desk-3 {
    min-width: 300px;
    padding-right: 15px;
  }
  .upcoming-events .alm-ajax.grid .col-desk-3 .card-img {
    margin-bottom: unset;
  }
}

.event-card {
  display: flex;
  flex-direction: row;
  border: 1px solid #E5E5E5;
}
@media screen and (max-width: 600px) {
  .event-card {
    flex-direction: column;
  }
}
.event-card__thumbnail {
  width: 47%;
  padding-bottom: 32%;
  height: 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .event-card__thumbnail {
    width: 100%;
    padding-bottom: 56%;
  }
}
.event-card__thumbnail img {
  position: absolute;
  left: 0;
  object-fit: cover;
}
.event-card__content {
  width: 53%;
  padding: 3%;
}
@media screen and (max-width: 600px) {
  .event-card__content {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.event-card__meta {
  margin-bottom: 20px;
}
.event-card__meta span {
  display: inline-block;
  padding-left: 18px;
  margin-right: 24px;
  position: relative;
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .event-card__meta span {
    margin-right: 11px;
  }
}
.event-card__meta span:before {
  position: absolute;
  content: "";
  left: 0;
  top: -1px;
  width: 14px;
  height: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.event-card__meta span:last-of-type {
  margin-right: unset;
}
.event-card__meta .event-date:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M152 64H296V24C296 10.75 306.7 0 320 0C333.3 0 344 10.75 344 24V64H384C419.3 64 448 92.65 448 128V448C448 483.3 419.3 512 384 512H64C28.65 512 0 483.3 0 448V128C0 92.65 28.65 64 64 64H104V24C104 10.75 114.7 0 128 0C141.3 0 152 10.75 152 24V64zM48 448C48 456.8 55.16 464 64 464H384C392.8 464 400 456.8 400 448V192H48V448z' fill='%233866F6'/%3E%3C/svg%3E");
}
.event-card__meta .event-time:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M232 120C232 106.7 242.7 96 256 96C269.3 96 280 106.7 280 120V243.2L365.3 300C376.3 307.4 379.3 322.3 371.1 333.3C364.6 344.3 349.7 347.3 338.7 339.1L242.7 275.1C236 271.5 232 264 232 255.1L232 120zM256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0zM48 256C48 370.9 141.1 464 256 464C370.9 464 464 370.9 464 256C464 141.1 370.9 48 256 48C141.1 48 48 141.1 48 256z' fill='%233866F6'/%3E%3C/svg%3E");
}
.event-card__meta .event-location:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M168.3 499.2C116.1 435 0 279.4 0 192C0 85.96 85.96 0 192 0C298 0 384 85.96 384 192C384 279.4 267 435 215.7 499.2C203.4 514.5 180.6 514.5 168.3 499.2H168.3zM192 256C227.3 256 256 227.3 256 192C256 156.7 227.3 128 192 128C156.7 128 128 156.7 128 192C128 227.3 156.7 256 192 256z' fill='%233866F6'/%3E%3C/svg%3E");
}
.event-card__title {
  margin-bottom: 14px;
}
.event-card__desc {
  margin-bottom: 12px;
}
.event-card__cta {
  font-weight: 700;
  text-transform: capitalize;
  color: #3866F6;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1025px) {
  .event-card__cta:hover {
    color: black;
  }
}
.event-card .event-sponsor {
  margin-bottom: 8px;
}
.event-card--portrait {
  flex-direction: column;
}
.event-card--portrait .event-card__thumbnail {
  width: 100%;
  padding-bottom: 56%;
}
.event-card--portrait .event-card__content {
  width: 100%;
  padding: 6%;
}
.event-card--portrait .event-card__meta span:not(:last-of-type) {
  margin-right: 8px;
}
.event-card--basic {
  border: unset;
}
.event-card--basic .event-card__thumbnail {
  width: 35.5%;
  padding-bottom: 20%;
}
.event-card--basic .event-card__content {
  width: 64.5%;
  padding: 1% 3.5%;
}
.event-card--basic .event-card__meta {
  margin-bottom: 2px;
}
.event-card--basic .event-card__meta span {
  padding-left: unset;
  top: -4px;
}
.event-card--basic .event-card__meta span:before {
  display: none;
}
.event-card--basic .post-date {
  font-size: 12px;
  margin-bottom: 6px;
}

.event-meta {
  text-align: center;
  padding: 12px;
}

.event-sponsor {
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  line-height: 1.3;
  color: #9D9D9D;
  position: relative;
}
.events-list--on-demand .event-wrapper--sponsored .event-sponsor, .upcoming-events .event-sponsor {
  font-size: 10px;
}

.events-top .event-sponsor {
  position: relative;
  display: block;
  max-width: unset !important;
}
.events-top .event-sponsor:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "Up Next";
  height: 20px;
  width: auto;
  padding: 1px 8px;
  color: white;
  background-color: #3866F6;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.events-top--past-event .event-sponsor:before {
  content: "On Demand";
}

@media screen and (max-width: 600px) {
  .events-main .section-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .events-main .event-wrapper .event-card__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .events-main .events-list--on-demand .event-card {
    flex-direction: row;
  }
  .events-main .events-list--on-demand .event-card .card-img {
    width: 32%;
  }
  .events-main .events-list--on-demand .event-card .event-card__content {
    width: 68%;
  }
  .events-main .events-list--on-demand .event-card .event-card__title {
    font-size: 16px;
  }
  .events-main .events-list--on-demand .event-card .event-card__cta {
    font-size: 14px;
  }
}

.category-name {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 600px) {
  .category-name {
    font-size: 32px;
  }
}

.category-menu {
  display: flex;
  flex-direction: row;
  border: 1px solid #9D9D9D;
  border-left: none;
  border-right: none;
}
.category-menu li {
  color: black;
}
.category-menu li a {
  display: inline-block;
  padding: 14px 16px;
  color: inherit;
  transition: 0.4s ease;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .category-menu li a:hover {
    color: #3866F6;
  }
}
.category-menu .current-menu-item {
  color: #3866F6;
}

.post-intro .post-title {
  font-size: 56px;
  line-height: 1.1;
}
.single-video .post-intro .post-title {
  font-size: 36px;
}
@media screen and (max-width: 1024px) {
  .post-intro .post-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 600px) {
  .post-intro .post-title {
    font-size: 26px;
  }
}
.post-intro .post-details {
  margin-bottom: 20px;
}
.post-intro .card__tags {
  font-size: 12px;
  margin-bottom: 18px;
}
.post-intro .post-title {
  margin-bottom: 30px;
}
.post-intro .post-short-desc {
  font-style: italic;
  line-height: 1.6;
  letter-spacing: -0.005em;
}

.post-author-and-share {
  margin-bottom: 26px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .post-author-and-share {
    align-items: flex-start;
  }
}

.post-author {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.post-author__img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-right: 16px;
}
.post-author__details {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .post-author__details {
    font-size: 11px;
  }
}
.post-author__details .post-date {
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: #808080;
  white-space: pre;
}
.post-author__name {
  margin-bottom: 8px;
}
.post-author__name .author {
  color: inherit;
}

.post-share {
  display: flex;
  flex-direction: column;
}
.post-body-area .post-share {
  display: none;
}
@media screen and (max-width: 1024px) {
  .post-body-area .post-share {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .post-body-area .post-share {
    display: none;
  }
}
.post-share .share-btn {
  font-size: 14px;
  padding-left: unset;
  padding-right: 20px;
  align-self: flex-start;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .post-share .share-btn {
    display: none;
  }
}
.post-body-area .post-share .share-btn {
  display: block;
}
.post-share .share-btn:before {
  right: auto;
  left: calc(100% - 16px);
  top: 1px;
  height: 12px;
  width: 16px;
}
.post-share .post-share-icons {
  display: inline-flex;
}
.post-share .post-share-icons a {
  width: 30px;
  height: 30px;
  border: 1px solid #9D9D9D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  transition: 0.3s ease;
}
@media screen and (max-width: 600px) {
  .post-share .post-share-icons a {
    width: 26px;
    height: 26px;
    margin-right: 5px;
  }
}
.post-share .post-share-icons a:last-of-type {
  margin-right: unset;
}
.post-share .post-share-icons a svg {
  height: 45%;
  width: 45%;
  object-fit: contain;
}
.post-share .post-share-icons a svg path {
  transition: 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .post-share .post-share-icons a:hover {
    border-color: #3866F6;
  }
  .post-share .post-share-icons a:hover svg path {
    fill: #3866F6;
  }
}

.link-share {
  position: relative;
}
.link-share .url-copied-text {
  font-size: 10px;
  width: fit-content;
  background-color: black;
  padding: 6px;
  color: white;
  position: absolute;
  top: -28px;
  width: 125px;
  border-radius: 10px;
  text-align: center;
  transition: 0.4s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 5000;
}
@media screen and (max-width: 600px) {
  .link-share .url-copied-text {
    right: 50%;
  }
}

.post-share-v2 {
  position: relative;
  border: 1px solid #CCCACA;
  border-radius: 12px;
  padding: 18px;
}
@media (max-width: 1100px) {
  .post-share-v2 {
    padding: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .post-body-area__inner-sidebar .post-share-v2 {
    display: none;
  }
}
.post-share-v2 .share-btn {
  font-size: 14px;
  padding: 0;
  padding-right: 24px;
  margin-bottom: 10px;
}
.post-share-v2 .share-btn:before {
  top: 50%;
  transform: translateY(-56%);
  right: 0;
  width: 17px;
  height: 16px;
}
.post-share-v2 .post-share-v2__icons {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.post-share-v2 .post-share-v2__icons a {
  display: inline-flex;
  align-items: center;
  color: inherit;
  padding: 8px;
  padding-left: unset;
}
@media (max-width: 1200px) {
  .post-share-v2 .post-share-v2__icons a {
    font-size: 12px;
  }
}
.post-share-v2 .post-share-v2__icons a .img-wrapper {
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  overflow: hidden;
  margin-right: 10px;
}

.mobile-share-btn {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: flex-end;
}
@media screen and (min-width: 601px) {
  .mobile-share-btn {
    display: none;
  }
}
.mobile-share-btn svg {
  display: inline-block;
  margin-right: 6px;
}

@media screen and (max-width: 600px) {
  .post-author-and-share .post-share-v2 {
    display: block !important;
    border: unset;
    padding: unset;
    position: relative;
    top: -4px;
  }
  .post-author-and-share .post-share-v2 .share-btn {
    margin-bottom: unset;
    padding-left: 8px;
    padding-right: 22px;
    font-size: 12px;
  }
  .post-author-and-share .post-share-v2 .share-btn:before {
    width: 16px;
    height: 16px;
  }
  .post-author-and-share .post-share-v2__icons {
    flex-direction: row;
  }
  .post-author-and-share .post-share-v2__icons a {
    padding: 5px 8px;
  }
  .post-author-and-share .post-share-v2__icons a .img-wrapper {
    margin-right: unset;
  }
  .post-author-and-share .post-share-v2__icons a span {
    display: none;
  }
}

.post-featured-img {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  margin-bottom: 50px;
  display: block;
  overflow: unset;
}
.post-template-single-alt .post-featured-img, .single-post-main--alt .post-featured-img {
  padding-bottom: 50%;
}
.post-featured-img img {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.post-featured-img .img-caption {
  position: absolute;
  bottom: -25px;
}

.img-caption,
figcaption,
.wp-element-caption {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.4;
  opacity: 0.75;
}

.post-body-content {
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: -0.03em;
  overflow: hidden;
  margin-top: -17px;
}
.post-body-content > * {
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .post-body-content {
    margin-top: 20px;
  }
}
.post-body-content figure {
  margin-top: 36px;
  margin-bottom: 36px;
}
.post-body-content p {
  line-height: inherit;
  font-size: inherit;
  margin-bottom: 20px;
}
.post-body-content a {
  text-underline-offset: 0.25em;
}
.post-body-content blockquote {
  font-size: 26px;
  line-height: 1.55;
  font-weight: bold;
  letter-spacing: -0.03em;
  margin-top: 36px;
  margin-bottom: 56px;
}
.post-body-content blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin-top: unset;
}
.post-body-content blockquote p:first-of-type:before {
  content: "“ ";
}
.post-body-content blockquote p:last-of-type {
  margin-bottom: unset;
}
.post-body-content blockquote cite {
  font-weight: normal;
  font-size: 20px;
}
.post-body-content blockquote cite:before {
  content: "- ";
}
.post-body-content h1, .post-body-content h2, .post-body-content h3, .post-body-content h4, .post-body-content h5, .post-body-content h6 {
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-top: 36px;
  margin-bottom: 18px;
  font-weight: 500;
}
.post-body-content h2 {
  font-size: 26px;
}
@media screen and (max-width: 600px) {
  .post-body-content h2 {
    font-size: 24px;
  }
}
.post-body-content h3 {
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .post-body-content h3 {
    font-size: 22px;
  }
}
.post-body-content h4, .post-body-content h5, .post-body-content h6 {
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  .post-body-content h4, .post-body-content h5, .post-body-content h6 {
    font-size: 20px;
  }
}
.post-body-content ul {
  list-style: outside disc;
  margin-left: 22px;
}
.post-body-content ol {
  list-style: inside decimal;
}
.post-body-content ul, .post-body-content ol {
  margin-bottom: 20px;
}
.post-body-content ul li, .post-body-content ol li {
  margin-bottom: 10px;
}
.post-body-content iframe:not([aria-label=Advertisement]) {
  width: 100%;
}
.post-body-content .card-wrapper {
  margin-top: 26px;
  padding-top: 26px;
  margin-bottom: 26px;
  padding-bottom: 26px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: unset;
  border-right: unset;
}
.post-body-content .card-wrapper .card .card-img {
  width: 111px;
  height: 71px;
  padding-bottom: unset;
  margin-right: 18px;
}
@media screen and (max-width: 600px) {
  .post-body-content .card-wrapper .card .card-img {
    width: 100px;
    height: 64px;
    margin-right: 14px;
  }
}
.post-body-content .card-wrapper .card .card-content {
  width: calc(100% - 111px - 18px);
}
@media screen and (max-width: 600px) {
  .post-body-content .card-wrapper .card .card-content {
    width: calc(100% - 100px - 14px);
  }
}
.post-body-content .card-wrapper .card .card-content .card__heading {
  text-decoration: none;
  margin-top: 5px;
}
.post-body-content .card-wrapper .card .card-content .card__heading:hover {
  color: black;
  text-decoration: underline;
}
.post-body-content .card-wrapper .card .card-content .card__heading > * {
  margin: unset;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .post-body-content .card-wrapper .card .card-content .card__heading > * {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .post-body-content .card-wrapper .card .card-content .card__heading > * {
    font-size: 18px;
  }
}
.post-body-content .card-wrapper .card .card-content .card__tags a {
  text-decoration: none;
}
.post-body-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption {
  color: black;
  transform: translateY(100%);
  padding-left: unset;
  background-color: unset;
  opacity: 0.8;
}
.post-body-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets {
  bottom: 32px;
}
.post-body-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-right: 4px;
  margin-left: 4px;
}
.post-body-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}
.post-body-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,
.post-body-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
  display: block;
  opacity: 0.5;
}
.post-body-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus, .post-body-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:hover,
.post-body-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus,
.post-body-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:hover {
  outline: none;
  opacity: 0.5;
}
.post-body-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next {
  right: 0;
}
.post-body-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
  left: 0;
}
.post-body-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom:not(.swiper-pagination-bullets) {
  visibility: hidden;
}
@media screen and (max-width: 600px) {
  .post-body-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,
.post-body-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
    width: 20px;
    height: 20px;
  }
  .post-body-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next {
    right: 4px;
  }
  .post-body-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
    left: 4px;
  }
}
.post-body-content .wp-block-table {
  border-radius: 20px;
  margin-bottom: 60px;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 601px) {
  .post-body-content .wp-block-table {
    border: 1px solid #B9B9B9;
  }
}
.post-body-content .wp-block-table figcaption {
  font-size: 14px;
  position: absolute;
  top: calc(100% + 12px);
}
@media screen and (max-width: 600px) {
  .post-body-content .wp-block-table figcaption {
    top: 100%;
  }
}
.post-body-content .wp-block-table th, .post-body-content .wp-block-table td {
  border: 1px solid #B9B9B9;
  vertical-align: top;
}
.post-body-content .wp-block-table tbody {
  font-size: 17px;
}
.post-body-content .wp-block-table th, .post-body-content .wp-block-table td {
  padding: 12px;
}
.post-body-content .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (min-width: 601px) {
  .post-body-content .wp-block-table table > * > tr th:first-child, .post-body-content .wp-block-table table > * > tr td:first-child {
    border-left: unset;
  }
  .post-body-content .wp-block-table table > * > tr th:last-child, .post-body-content .wp-block-table table > * > tr td:last-child {
    border-right: unset;
  }
  .post-body-content .wp-block-table table > *:first-child > tr th, .post-body-content .wp-block-table table > *:first-child > tr td {
    border-top: unset;
  }
  .post-body-content .wp-block-table table > *:last-child > tr th, .post-body-content .wp-block-table table > *:last-child > tr td {
    border-bottom: unset;
  }
}
@media screen and (max-width: 600px) {
  .post-body-content .wp-block-table table thead {
    display: none;
  }
  .post-body-content .wp-block-table table tbody,
.post-body-content .wp-block-table table tr,
.post-body-content .wp-block-table table td {
    display: block;
    width: 100%;
  }
  .post-body-content .wp-block-table table tr {
    margin-bottom: 20px;
  }
  .post-body-content .wp-block-table table tr > td:first-child {
    border-radius: 10px 10px 0 0;
  }
  .post-body-content .wp-block-table table tr > td:last-child {
    border-radius: 0 0 10px 10px;
  }
  .post-body-content .wp-block-table table tr > td:nth-child(n+2) {
    border-top: unset;
  }
  .post-body-content .wp-block-table table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }
  .post-body-content .wp-block-table table td:before {
    content: attr(data-th);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 12px;
    font-weight: 500;
    text-align: left;
  }
}

.key-insights {
  border: 1px solid #9D9D9D;
  border-left: unset;
  border-right: unset;
  padding: 22px 12px 22px 0;
}
.single-podcast .key-insights {
  border-bottom: unset;
}
@media screen and (max-width: 600px) {
  .key-insights {
    font-size: 16px;
  }
}
.key-insights ul {
  list-style: disc outside;
  margin-left: 18px;
}
.key-insights ul li {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
}
.key-insights ul li:last-of-type {
  margin-bottom: unset;
}
.key-insights ul li a {
  color: inherit;
  transition: 0.2s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.25em;
}
.key-insights ul li a:hover {
  text-decoration-color: #3866F6;
}

.author-info .heading {
  position: relative;
  left: -2px;
}
@media screen and (max-width: 600px) {
  .author-info .heading {
    font-size: 30px;
  }
}

.fos-pro-sidebar {
  padding: 24px;
}
.pro-page-wrap .fos-pro-sidebar {
  display: none;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .fos-pro-sidebar {
    padding: 14px;
  }
}
.fos-pro-sidebar__heading {
  margin-bottom: 14px;
}
@media screen and (max-width: 600px) {
  .fos-pro-sidebar__heading {
    font-size: 18px;
  }
}
.fos-pro-sidebar__text {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .fos-pro-sidebar__text {
    font-size: 14px;
  }
}
.fos-pro-sidebar .btn {
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .fos-pro-sidebar .btn {
    min-width: unset;
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .fos-pro-sidebar .btn {
    font-size: 14px;
  }
}

.related-posts {
  margin-bottom: 56px;
}
@media screen and (max-width: 600px) {
  .related-posts {
    margin-bottom: 12px;
  }
}
.related-posts .section-title-wrapper:before {
  display: none;
}
@media screen and (min-width: 601px) {
  .related-posts .col-desk-3:not(:last-child) {
    border-right: 1px solid #E5E5E5;
  }
  .related-posts .card .date {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .related-posts .col-desk-3:last-child .card-wrapper {
    border-bottom: unset;
    padding-bottom: unset;
  }
  .related-posts .card-wrapper .card,
.related-posts .pro-card-wrapper .pro-card {
    display: flex;
    flex-direction: row;
  }
  .related-posts .card-wrapper .card .card-img,
.related-posts .pro-card-wrapper .pro-card .card-img {
    width: 32%;
    margin-bottom: unset;
    margin-right: 3%;
    padding-bottom: 18%;
    height: 0;
  }
  .related-posts .card-wrapper .card .card-content,
.related-posts .pro-card-wrapper .pro-card .card-content {
    width: 68%;
  }
  .related-posts .card-wrapper .card .card__desc,
.related-posts .card-wrapper .card .date,
.related-posts .pro-card-wrapper .pro-card .card__desc,
.related-posts .pro-card-wrapper .pro-card .date {
    display: none;
  }
  .related-posts .pro-card-wrapper {
    border-radius: 10px;
  }
  .related-posts .pro-card-wrapper .heading {
    font-weight: normal;
  }
  .related-posts .pro-card-content {
    width: 68%;
    padding: 3.5% !important;
  }
}

.single-alt .single-post-main > .grid {
  justify-content: center;
}

.simple-archive-wrap {
  margin-top: 40px;
}

.sidebar > * {
  margin-bottom: 32px;
}

.sidebar-upcoming__img {
  width: 100%;
  height: 200px;
}
.sidebar-upcoming__img img {
  object-fit: cover;
}
.sidebar-upcoming__content {
  padding: 20px 24px;
}
@media screen and (max-width: 1024px) {
  .sidebar-upcoming__content {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .sidebar-upcoming__content {
    padding: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar-upcoming__content .heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar-upcoming__content .btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 601px) and (max-width: 1024px) {
  .sidebar-upcoming__content .btn {
    min-width: unset;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar-upcoming__content .blue-tag {
    font-size: 10px;
  }
}
.sidebar-upcoming__content > * {
  margin-bottom: 16px;
}
.sidebar-upcoming__content > *:last-child {
  margin-bottom: unset;
}
.sidebar-upcoming__meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sidebar-upcoming__cta .btn {
  font-weight: bold;
}
.sidebar-upcoming .blue-tag {
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .sidebar-upcoming .blue-tag {
    width: 90px;
  }
}
@media screen and (max-width: 600px) {
  .sidebar-upcoming .blue-tag {
    width: auto;
  }
}
.sidebar-upcoming .sponsored-text {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #9d9d9d;
}

.alm-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 42px;
  margin-bottom: 42px;
}

.load-more-btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.05em;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding-right: 20px;
  transition: 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .load-more-btn:hover {
    color: #3866F6;
  }
}
.load-more-btn:not(.loading):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M981.9,283c5.2-5.2,8.1-12.1,8.1-19.4c0-7.3-2.8-14.2-8-19.3c-10.7-10.7-28-10.7-38.7-0.1L498.9,686.4L56.8,244.2c-10.7-10.7-28.1-10.7-38.7,0c-5.2,5.2-8,12.1-8,19.4c0,7.3,2.8,14.2,8,19.4l480,479.9l0.9,0.9L981.9,283z'/%3E%3C/g%3E%3C/svg%3E");
}
.load-more-btn[disabled] {
  display: none;
}

.stock-chart {
  height: 400px;
}
.stock-chart .tradingview-widget-container {
  height: 100%;
}
.stock-chart .tradingview-widget-container > div {
  height: 100%;
}

.search-page-main .section-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-page-main .card-list--vertical .card-wrapper {
  border-bottom: 1px solid #E5E5E5;
}

@media screen and (min-width: 601px) {
  .category-posts-before-ad .card-list {
    border-left: 1px solid #E5E5E5;
  }
}
@media screen and (max-width: 1024px) {
  .category-posts-before-ad .card-list .heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .category-posts-before-ad .card-list .heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .category-posts-before-ad .card-list .card__desc {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .category-posts-before-ad .card-list .card-wrapper {
    border-bottom: 1px solid #E5E5E5;
  }
}
.category-posts-before-ad .card--portrait .card-img {
  padding-bottom: 56%;
}
@media screen and (max-width: 600px) {
  .category-posts-before-ad .card--portrait .card-img {
    padding-bottom: 64%;
  }
}
@media screen and (max-width: 1024px) {
  .category-posts-before-ad .card--portrait .heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .category-posts-before-ad .card--portrait {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
  }
  .category-posts-before-ad .card--portrait .heading {
    font-size: 22px;
  }
  .category-posts-before-ad .card--portrait .card__desc {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .category-posts-after-ad .col-desk-6 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .category-posts-after-ad .card-wrapper .card {
    padding-bottom: 18px;
  }
  .category-posts-after-ad .card-wrapper .card .heading {
    font-size: 18px;
  }
  .category-posts-after-ad .card-wrapper .card .card__desc {
    display: none;
  }
  .category-posts-after-ad .card-wrapper:first-child .card .card-img {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 600px) {
  .category-posts-after-ad .card-wrapper:first-child .card {
    flex-direction: column;
  }
  .category-posts-after-ad .card-wrapper:first-child .card .card-img,
.category-posts-after-ad .card-wrapper:first-child .card .card-content {
    width: 100%;
  }
  .category-posts-after-ad .card-wrapper:first-child .card .card-img {
    padding-bottom: 64%;
  }
  .category-posts-after-ad .card-wrapper:first-child .card .heading {
    font-size: 22px;
  }
  .category-posts-after-ad .card-wrapper:first-child .card .card__desc {
    display: initial;
  }
  .category-posts-after-ad .card-wrapper:not(:first-child) .card .heading {
    font-size: 16px;
  }
  .category-posts-after-ad .card-wrapper:not(:first-child) .card .card__desc {
    display: none;
  }
}

.single-post-main--default .post-body-area {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .single-post-main--default .post-body-area {
    flex-direction: column-reverse;
  }
}
.single-post-main--default .post-body-area__inner-sidebar {
  width: 19.5%;
}
@media screen and (max-width: 1024px) {
  .single-post-main--default .post-body-area__inner-sidebar {
    width: 100%;
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .single-post-main--default .post-body-area__inner-sidebar {
    width: 100%;
    display: block;
  }
}
.single-post-main--default .post-body-area__main {
  width: 77%;
}
@media screen and (max-width: 1024px) {
  .single-post-main--default .post-body-area__main {
    width: 100%;
  }
}

.single-post-main--alt .post-header-area {
  margin-left: auto;
  margin-right: auto;
}
.single-post-main--alt .single-post-main {
  margin-top: 52px;
}
@media screen and (min-width: 601px) {
  .single-post-main--alt .single-post-main .col-desk-3 {
    width: 23%;
  }
  .single-post-main--alt .single-post-main .col-desk-6 {
    width: 54%;
  }
}
@media screen and (max-width: 600px) {
  .single-post-main--alt .grid #sidebar-col {
    display: none;
  }
  .single-post-main--alt .grid #poll-col {
    order: 2;
  }
  .single-post-main--alt .grid #article-col {
    order: 1;
  }
}

.sponsored-bar {
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 2px solid black;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  animation: 1.4s sponsoredBarReveal ease;
}
.sponsored-bar__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sponsored-bar__left {
  width: 20%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  color: #9D9D9D;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .sponsored-bar__left {
    width: 65%;
  }
}
.sponsored-bar__left .img-wrapper {
  width: 85px;
  height: 25px;
  margin-left: 12px;
}
.sponsored-bar__left .img-wrapper img {
  object-fit: contain;
}
.sponsored-bar__center {
  width: 60%;
  color: black;
  font-size: 14px;
  letter-spacing: -0.05em;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .sponsored-bar__center {
    display: none;
  }
}
.sponsored-bar__center a {
  text-decoration: underline;
  color: black;
}
.sponsored-bar__right {
  width: 10%;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .sponsored-bar__right {
    width: 30%;
  }
}
.sponsored-bar__right .btn {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.05em;
  color: black;
  text-align: right;
  transition: 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .sponsored-bar__right .btn:hover {
    color: #3866F6;
  }
}

.poll-container .ays-poll-main form .apm-title-box h5 {
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: left !important;
  line-height: 1.3;
}
.poll-container .ays-poll-main form .apm-answers .apm-choosing input[type=radio] {
  height: 18px;
  width: 18px;
  border-color: #9D9D9D;
}
.poll-container .ays-poll-main form .apm-answers .apm-choosing input[type=radio]:checked::after {
  background-color: #3866F6 !important;
  width: 100% !important;
  height: 100% !important;
}
.poll-container .ays-poll-main form .apm-answers .apm-choosing label {
  padding-left: 6px !important;
}
@media screen and (max-width: 600px) {
  .poll-container .ays-poll-main form .apm-answers .apm-choosing .ays-poll-answers .ays-poll-each-answer-grid {
    text-align: left !important;
  }
}
.poll-container .ays-poll-main form .ays_poll_passed_count {
  display: none;
}

#reading-progress {
  width: 0;
  height: 4px;
  margin: 0;
  background-color: #3866F6;
  transition: 0.1s ease;
  max-width: 100%;
  z-index: 500;
  position: sticky;
  top: 0;
  transform: translateY(100%);
}
@media screen and (max-width: 600px) {
  #reading-progress {
    top: 70px;
    height: 3px;
    transform: unset;
  }
}
.fos-exclusive-tag {
  text-transform: uppercase;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
  margin-bottom: 12px;
  color: #3866F6;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .fos-exclusive-tag {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .fos-exclusive-tag {
    font-size: 20px;
  }
}

.is-fos-exclusive .card__tags {
  font-size: 10px;
}

.exclusive-pill {
  display: inline-block;
  color: white !important;
  background-color: #3866F6;
  border-radius: 20px;
  padding: 2px 10px;
}
.post-intro .exclusive-pill {
  margin-right: 12px;
}

.category-desc {
  max-width: 715px;
  margin-top: 16px;
  margin-bottom: 42px;
}

.category-posts-1 .card-list {
  display: flex;
  flex-direction: row;
  margin-left: -1.6%;
  margin-right: -1.6%;
}
@media screen and (max-width: 600px) {
  .category-posts-1 .card-list {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
}
.category-posts-1 .card-list .card-wrapper {
  width: 33.33%;
  padding-left: 1.6%;
  padding-right: 1.6%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.category-posts-1 .card-list .card-wrapper:last-child {
  border-right: unset;
}
@media screen and (max-width: 600px) {
  .category-posts-1 .card-list .card-wrapper {
    width: 100%;
    padding-left: unset;
    padding-right: unset;
    border: unset;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .category-posts-1 .card-list .card-wrapper:last-of-type {
    border-bottom: unset;
  }
  .category-posts-1 .card-list .card-wrapper .card {
    display: flex;
    flex-direction: row;
  }
  .category-posts-1 .card-list .card-wrapper .card .card-img {
    width: 35%;
    padding-bottom: 22.5%;
    margin-right: 2.5%;
    margin-bottom: unset;
  }
  .category-posts-1 .card-list .card-wrapper .card .card-content {
    width: 62.5%;
  }
  .category-posts-1 .card-list .card-wrapper .card__desc {
    display: none;
  }
}

.category-posts-2 .card-list .card-wrapper .card .heading {
  font-size: 36px;
}
@media screen and (max-width: 1024px) {
  .category-posts-2 .card-list .card-wrapper .card .heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 850px) {
  .category-posts-2 .card-list .card-wrapper .card .heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .category-posts-2 .card-list .card-wrapper .card .heading {
    font-size: 16px;
  }
  .category-posts-2 .card-list .card-wrapper .card__desc {
    display: none;
  }
  .category-posts-2 .card-list .card-wrapper:first-child .card {
    flex-direction: column;
  }
  .category-posts-2 .card-list .card-wrapper:first-child .card .card-img {
    padding-bottom: 64%;
    width: 100%;
    margin-bottom: 12px;
  }
  .category-posts-2 .card-list .card-wrapper:first-child .card .card-content {
    width: 100%;
  }
  .category-posts-2 .card-list .card-wrapper:first-child .card .card-content .heading {
    font-size: 22px;
  }
}

@media screen and (max-width: 600px) {
  .category-featured-post {
    margin-bottom: 48px;
  }
}
.category-featured-post .card-wrapper .card {
  align-items: center;
}
@media screen and (max-width: 600px) {
  .category-featured-post .card-wrapper .card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.category-featured-post .card-wrapper .card .card-img {
  width: 56.5%;
  padding-bottom: 38.5%;
}
@media screen and (max-width: 600px) {
  .category-featured-post .card-wrapper .card .card-img {
    width: 100%;
    padding-bottom: 64%;
    margin-right: unset;
  }
}
.category-featured-post .card-wrapper .card .card-content {
  width: 43.5%;
}
.category-featured-post .card-wrapper .card .card-content .heading {
  font-size: 36px;
}
@media screen and (max-width: 1024px) {
  .category-featured-post .card-wrapper .card .card-content .heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 850px) {
  .category-featured-post .card-wrapper .card .card-content .heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .category-featured-post .card-wrapper .card .card-content {
    width: 100%;
  }
  .category-featured-post .card-wrapper .card .card-content .heading {
    font-size: 22px;
  }
}
.category-featured-post .card-wrapper .card__desc {
  margin-bottom: 16px;
}

.post-slider-images {
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .post-slider-images {
    margin-bottom: unset;
  }
}
.post-slider-images .img-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
.post-slider-images .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
.post-slider-images .img-caption {
  margin-top: 10px;
}
.post-slider-images .tns-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .post-slider-images .tns-nav {
    bottom: 10%;
  }
}
@media screen and (max-width: 600px) {
  .post-slider-images .tns-nav {
    bottom: 14%;
  }
}
.post-slider-images .tns-nav button {
  height: 6px;
  width: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-right: 4px;
  margin-left: 4px;
}
.post-slider-images .tns-nav button.tns-nav-active {
  background-color: white;
}
.post-slider-images .tns-controls {
  display: none;
}

.ps-arrow {
  display: inline-block;
  width: 18px;
  height: 26px;
  position: absolute;
  top: calc(50% - 12px);
  transform: translateY(-50%);
  z-index: 20;
}
@media screen and (max-width: 600px) {
  .ps-arrow {
    width: 16px;
    height: 20px;
  }
}
.ps-arrow--next {
  right: 2.2%;
}
.ps-arrow--prev {
  left: 2.2%;
}
.ps-arrow svg {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.ps-arrow svg path {
  fill: white;
}

@media screen and (min-width: 601px) {
  .has-sidebar-frnto #sidebar-col {
    min-width: 433px;
  }
}
@media screen and (min-width: 1025px) {
  .has-sidebar-frnto #main-content {
    width: calc(100% - 433px);
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .has-sidebar-frnto #main-content {
    width: 100%;
    margin-bottom: 20px;
  }
}

.ag-sponsor-header {
  margin-top: unset;
  padding-top: 60px;
  padding-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .ag-sponsor-header {
    padding-top: 42px;
    padding-bottom: 20px;
  }
}

.ag-sponsor-credit {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  color: inherit;
  padding-bottom: 16px;
  padding-top: 8px;
}
@media screen and (max-width: 600px) {
  .ag-sponsor-credit {
    font-size: 13px;
  }
}
.ag-sponsor-credit span {
  margin-right: 8px;
  font-weight: bold;
}
.ag-sponsor-credit .img-wrapper {
  height: 26px;
  min-width: 32px;
  max-width: 120px;
}
@media screen and (max-width: 600px) {
  .ag-sponsor-credit .img-wrapper {
    height: 24px;
    max-width: 110px;
  }
}

.ag-sponsor-section {
  padding-top: 48px;
  padding-bottom: 48px;
  margin-bottom: unset;
}
.ag-sponsor-section .card__desc {
  color: rgba(255, 255, 255, 0.75);
}
.ag-sponsor-section .card__tags [rel=author] {
  color: white;
}
.ag-sponsor-section .card-wrapper {
  border-color: rgba(255, 255, 255, 0.25);
}
.ag-sponsor-section .section-main > div:nth-child(1) {
  border-color: rgba(255, 255, 255, 0.25);
}
.ag-sponsor-section__btn-container {
  margin-top: 32px;
}
.ag-sponsor-section__btn-container a {
  font-weight: bold;
}
.ag-sponsor-section .section-title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .ag-sponsor-section .section-title-wrapper {
    align-items: flex-end;
  }
}
.ag-sponsor-section .section-title-wrapper .section-title:before {
  display: none;
}
.ag-sponsor-section .ag-sponsor-credit {
  font-size: 12px;
  padding-bottom: unset;
}
@media screen and (max-width: 600px) {
  .ag-sponsor-section .ag-sponsor-credit {
    padding: unset;
    flex-direction: column;
    align-items: flex-start;
  }
  .ag-sponsor-section .ag-sponsor-credit span {
    font-weight: normal;
    font-size: 10px;
    margin-left: unset;
    margin-bottom: 4px;
  }
  .ag-sponsor-section .ag-sponsor-credit .img-wrapper {
    height: 20px;
  }
}

.video-embed-section .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}
.video-embed-section .video-container iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-video-up-next .card__tags a {
  color: #9D9D9D;
}
.single-video-up-next .video-thumbnail:before {
  display: none;
}

.card-list--vertical .card-wrapper--video {
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
}
.card-list--vertical .card-wrapper--video .card-img {
  width: 40%;
  padding-bottom: 22.5%;
}
.card-list--vertical .card-wrapper--video .card-content {
  width: 57%;
}
@media only screen and (min-width: 1280px) {
  .single-video .card-list--vertical .card-wrapper--video {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 600px) {
  .card-list--vertical .card-wrapper--video {
    padding-right: unset;
  }
}

.video-up-next {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: black;
  border-bottom: 1px solid black;
  margin-bottom: 22px;
  padding-bottom: 4px;
}
@media screen and (max-width: 600px) {
  .video-up-next {
    font-size: 18px;
  }
}

.video-thumbnail {
  position: relative;
}
section:not(.related-posts) .card--portrait .video-thumbnail {
  padding-bottom: 56%;
}
.video-thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  height: 22px;
  width: 22px;
  z-index: 20;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M361 215C375.3 223.8 384 239.3 384 256C384 272.7 375.3 288.2 361 296.1L73.03 472.1C58.21 482 39.66 482.4 24.52 473.9C9.377 465.4 0 449.4 0 432V80C0 62.64 9.377 46.63 24.52 38.13C39.66 29.64 58.21 29.99 73.03 39.04L361 215z' fill='white'/%3E%3C/svg%3E");
}

.video-summary {
  color: rgba(0, 0, 0, 0.75);
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 600px) {
  .video-summary {
    font-size: 18px;
  }
}
.video-summary p {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.video-summary p:last-of-type {
  margin-bottom: unset;
}

.single-video .post-intro .post-details {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .single-video .related-posts .card-wrapper .card .video-thumbnail {
    padding-bottom: 17.5%;
    height: 0;
  }
}
@media screen and (min-width: 601px) {
  .single-video .related-posts .card-wrapper {
    margin-bottom: 36px;
  }
}
.single-video .related-posts .card-wrapper:last-child {
  border-right: unset;
}
@media screen and (max-width: 600px) {
  .single-video .related-posts .card-wrapper:last-child {
    margin-bottom: unset;
    padding-bottom: unset;
    border-bottom: unset;
  }
  .single-video .related-posts .card-wrapper:last-child .card .video-thumbnail {
    padding-bottom: 17.5%;
    height: 0;
  }
}

.author-top {
  margin-bottom: 40px;
}
.author-top .author-card {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .author-top .author-card {
    align-items: center;
  }
}
.author-top .author-card .author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 24px;
}
@media screen and (max-width: 600px) {
  .author-top .author-card .author-img {
    width: 70px;
    height: 70px;
  }
}
.author-top .author-card .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-top .author-card .author-role {
  margin-top: 16px;
  font-size: 12px;
}
.author-top .author-desc {
  max-width: 680px;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .col-tab-8 .simple-archive-wrap .card__heading {
    font-size: 24px;
  }
  .col-tab-8 .simple-archive-wrap .card__desc {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .simple-archive-wrap .card-wrapper .card-author {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .simple-archive-wrap .card-wrapper:first-of-type .card {
    flex-direction: column;
  }
  .simple-archive-wrap .card-wrapper:first-of-type .card .card-img {
    width: 100%;
    padding-bottom: 64%;
  }
  .simple-archive-wrap .card-wrapper:first-of-type .card .card-content {
    width: 100%;
    margin-top: 18px;
  }
  .simple-archive-wrap .card-wrapper:first-of-type .card .card__heading {
    font-size: 22px;
  }
  .simple-archive-wrap .card-wrapper:not(:first-of-type) .card__desc,
.simple-archive-wrap .card-wrapper:not(:first-of-type) .date {
    display: none;
  }
  .simple-archive-wrap .card-wrapper:not(:first-of-type) .card__heading {
    font-size: 16px;
  }
}

.company-top .company-name {
  margin-bottom: 32px;
  line-height: 1.1;
}
@media screen and (max-width: 1024px) {
  .company-top .company-name {
    margin-bottom: 18px;
    font-size: 50px;
  }
}
.company-top .company-overview-text {
  border-bottom: 1px solid black;
  margin-bottom: 32px;
  padding-bottom: 22px;
  line-height: 1.1;
  font-size: 36px;
}
@media screen and (max-width: 1024px) {
  .company-top .company-overview-text {
    font-size: 28px;
  }
}
.company-top .stock-symbol {
  margin-bottom: 8px;
  font-size: 12px;
}
.company-top .company-desc {
  max-width: 680px;
}
.company-top .company-desc .smw-root {
  font-size: inherit;
  line-height: inherit;
  width: 100%;
}
.company-top .company-desc .smw-widget.smw-info {
  all: unset;
}
.company-top .company-desc .smw-widget.smw-info .smw-bold {
  display: none;
}
.company-top .company-desc .smw-widget.smw-info .smw-field-description {
  line-height: inherit;
}
.company-top .company-stock-chart {
  margin-top: 14px;
  padding-top: 32px;
  position: relative;
  animation: 1.5s stockChart ease;
}
.company-top .company-stock-chart .smw-ranges-container {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border: 1px solid #E5E5E5;
  border-right: unset;
  border-left: unset;
}
@media screen and (max-width: 600px) {
  .company-top .company-stock-chart .smw-ranges-container {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}
.company-top .company-stock-chart .smw-ranges-container > div {
  border: unset;
  color: #9D9D9D;
  font-weight: normal;
  text-transform: uppercase;
  transition: 0.4s ease;
}
.company-top .company-stock-chart .smw-ranges-container > div:hover, .company-top .company-stock-chart .smw-ranges-container > div.smw-selected-range {
  background-color: unset;
  color: #4183CA;
}
.company-top .company-stock-chart .smw-ranges-container > div.smw-selected-range {
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .company-top .company-stock-chart .smw-ranges-container > div {
    padding: 0.2em;
  }
}

.stock-vals {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 14px;
}
@media screen and (max-width: 600px) {
  .stock-vals {
    flex-direction: column;
  }
}
.stock-vals__left {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .stock-vals__left {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .stock-vals__left {
    width: 100%;
  }
}
.stock-vals__right {
  width: 50%;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 14px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1024px) {
  .stock-vals__right {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .stock-vals__right {
    width: 100%;
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.stock-vals__right > div:nth-child(2) {
  margin-left: 80px;
}
@media screen and (max-width: 1024px) {
  .stock-vals__right > div:nth-child(2) {
    margin-left: 32px;
  }
}
.stock-vals__right > div .stock-vals-heading {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 8px;
}
.stock-vals__price-container {
  margin-bottom: 8px;
}
.stock-vals__price {
  font-size: 28px;
  font-weight: 500;
}
.stock-vals__change {
  font-size: 12px;
  font-weight: 500;
}
.stock-vals__meta > span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.stock-vals__meta > span:not(:first-child) {
  text-transform: uppercase;
}
.stock-vals__meta > span:not(:last-child) {
  border-right: 1px solid #E5E5E5;
  padding-right: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 850px) {
  .stock-vals__meta > span:last-child {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .stock-vals__meta > span:last-child {
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {
  .page-template-awards-bes main {
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .page-template-awards:not(.page-child) {
    overflow-x: hidden;
  }
}
.awards-hero {
  margin: 0;
  height: calc(100vh - 142px - 36px - 44px);
  padding-top: 32px;
  padding-bottom: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.awards-hero__title {
  max-width: 875px;
  text-align: center;
  width: 75%;
  z-index: 10;
}
@media only screen and (max-width: 850px) {
  .awards-hero__title {
    width: 85%;
    font-size: 56px;
  }
}
@media screen and (max-width: 600px) {
  .awards-hero__title {
    font-size: 32px;
    width: 100%;
    max-width: 342px;
  }
}
.awards-hero__scroll-btn {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  height: 6%;
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='44' viewBox='0 0 12 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46967 43.5303C5.76256 43.8232 6.23743 43.8232 6.53033 43.5303L11.3033 38.7574C11.5962 38.4645 11.5962 37.9896 11.3033 37.6967C11.0104 37.4038 10.5355 37.4038 10.2426 37.6967L6 41.9393L1.75736 37.6967C1.46446 37.4038 0.989591 37.4038 0.696697 37.6967C0.403804 37.9896 0.403804 38.4645 0.696697 38.7574L5.46967 43.5303ZM5.25 -3.27836e-08L5.25 43L6.75 43L6.75 3.27836e-08L5.25 -3.27836e-08Z' fill='white'/%3E%3C/svg%3E%0A");
}
.awards-hero__scroll-btn svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.awards-hero .grid {
  height: 100%;
}
.awards-hero .grid .col-desk-12 {
  height: 100%;
  position: relative;
}
.awards-hero__img {
  height: 50%;
}
.page-template-awards-bes .awards-hero__img {
  height: 40%;
}
.awards-hero__img img {
  object-fit: contain;
}
.awards-hero__cta {
  margin-top: 48px;
}
.awards-hero__back {
  position: absolute;
  left: 18px;
  font-weight: 500;
  top: 20px;
  padding-left: 14px;
}
.awards-hero__back:before {
  right: auto;
  left: 6px;
  transform: rotate(220deg) translate(5px, 0px);
  border-width: 2px 2px 0 0;
}
.awards-hero--half {
  min-height: unset;
  height: 350px;
  margin-bottom: 72px;
}
@media screen and (max-width: 600px) {
  .awards-hero--half {
    padding-top: 48px;
    padding-bottom: 48px;
    height: 213px;
    margin-bottom: 45px;
  }
  .awards-hero--half .awards-hero__scroll-btn {
    display: none;
  }
}
.awards-hero--half .grid .col-desk-12 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.awards-hero--half .grid .col-desk-12 .heading {
  text-align: left;
}
@media screen and (max-width: 600px) {
  .awards-hero--half .grid .col-desk-12 {
    position: unset;
  }
}
.awards-hero--half .img-wrapper {
  height: 80%;
}
@media screen and (max-width: 600px) {
  .awards-hero--half .img-wrapper {
    width: 180px;
    height: 110px;
  }
}
.awards-hero--half .awards-hero__scroll-btn {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='23' viewBox='0 0 12 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46967 22.0303C5.76256 22.3232 6.23743 22.3232 6.53033 22.0303L11.3033 17.2574C11.5962 16.9645 11.5962 16.4896 11.3033 16.1967C11.0104 15.9038 10.5355 15.9038 10.2426 16.1967L6 20.4393L1.75736 16.1967C1.46446 15.9038 0.989591 15.9038 0.696698 16.1967C0.403804 16.4896 0.403804 16.9645 0.696698 17.2574L5.46967 22.0303ZM5.25 -1.63918e-08L5.25 21.5L6.75 21.5L6.75 1.63918e-08L5.25 -1.63918e-08Z' fill='white'/%3E%3C/svg%3E");
}
.awards-hero--multiple .grid {
  position: relative;
}
.awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(1) {
  width: 195px;
  height: 188px;
  left: -8%;
  top: 0;
}
@media only screen and (max-width: 850px) {
  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(1) {
    width: 156px;
    height: 150.4px;
  }
}
@media screen and (max-width: 600px) {
  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(1) {
    width: 161px;
    height: 155px;
    left: -22%;
    top: 4%;
  }
}
.awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(2) {
  width: 120px;
  height: 116px;
  left: 21%;
  top: 11%;
}
@media only screen and (min-width: 851px) and (max-width: 1024px) {
  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(2) {
    width: 182px;
    height: 175px;
  }
}
@media only screen and (max-width: 850px) {
  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(2) {
    width: 96px;
    height: 92.8px;
  }
}
@media screen and (max-width: 600px) {
  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(2) {
    display: none;
  }
}
.awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(3) {
  width: 191px;
  height: 185px;
  right: 21%;
  top: 1%;
}
@media only screen and (min-width: 851px) and (max-width: 1024px) {
  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(3) {
    width: 260px;
    height: 250px;
    top: 5%;
  }
}
@media only screen and (max-width: 850px) {
  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(3) {
    width: 152.8px;
    height: 148px;
    top: 1%;
  }
}
@media screen and (max-width: 600px) {
  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(3) {
    display: none;
  }
}
.awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(4) {
  width: 267px;
  height: 260px;
  right: -13%;
  top: 0;
  right: -18%;
}
@media only screen and (max-width: 850px) {
  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(4) {
    width: 213.6px;
    height: 208px;
  }
}
@media screen and (max-width: 600px) {
  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(4) {
    width: 162px;
    height: 158px;
  }
}
.awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(5) {
  width: 299px;
  height: 291px;
  left: -8%;
  bottom: -25%;
}
@media screen and (max-width: 1024px) {
  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(5) {
    bottom: -12%;
  }
}
@media only screen and (max-width: 850px) {
  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(5) {
    width: 239.2px;
    height: 232.8px;
  }
}
@media screen and (max-width: 600px) {
  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(5) {
    width: 226px;
    height: 220px;
    left: -26%;
    bottom: -16%;
  }
}
.awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(6) {
  width: 233px;
  height: 224px;
  left: 37%;
  bottom: 5%;
}
@media only screen and (max-width: 850px) {
  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(6) {
    width: 239.2px;
    height: 232.8px;
    bottom: 7%;
  }
}
@media screen and (max-width: 600px) {
  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(6) {
    width: 155px;
    height: 151px;
    right: -5%;
    bottom: -6%;
    left: auto;
  }
}
.awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(7) {
  width: 173px;
  height: 168px;
  right: 0;
  bottom: -17%;
}
@media screen and (max-width: 1024px) {
  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(7) {
    bottom: -8%;
  }
}
@media only screen and (max-width: 850px) {
  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(7) {
    width: 138.4px;
    height: 134.4px;
  }
}
@media screen and (max-width: 600px) {
  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(7) {
    display: none;
  }
}
.awards-hero--multiple .awards-hero-images .img-wrapper {
  position: absolute;
  border-radius: 4px;
  overflow: hidden;
}
.awards-hero--multiple .awards-hero-images .img-wrapper img {
  object-fit: cover;
}
.awards-hero--slider {
  position: relative;
  background-color: unset;
}
.awards-hero--slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.awards-hero__slide-container {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -2;
}
.awards-hero__slide-container .tns-item,
.awards-hero__slide-container .tns-slide-active {
  height: 100% !important;
}
.awards-hero__slide-container .tns-outer,
.awards-hero__slide-container .tns-ovh,
.awards-hero__slide-container .tns-inner,
.awards-hero__slide-container .custom-tns-container,
.awards-hero__slide-container .tns-slider {
  height: 100%;
}
.awards-hero__slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.awards-text-block {
  padding: 140px 0;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 1600px) {
  .awards-text-block {
    padding: 190px 0;
  }
}
@media screen and (max-width: 600px) {
  .page-template-awards-r25 .awards-text-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.awards-text-block__text {
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .awards-text-block__text {
    font-size: 22px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.awards-text-block__text a:not(.btn) {
  text-underline-offset: 0.2em !important;
}
.awards-text-block .grid {
  justify-content: center;
}
.awards-text-block .btn {
  margin-top: 28px;
  font-size: 18px;
  font-weight: bold;
}

.awards-side-by-side-text-img {
  position: relative;
  margin: 0;
  border-top: 1px solid black;
}
@media screen and (max-width: 600px) {
  .awards-side-by-side-text-img .grid {
    width: 100%;
  }
  .awards-side-by-side-text-img .grid .col-desk-6:nth-child(1) {
    padding-left: unset;
    padding-right: unset;
  }
}
.awards-side-by-side-text-img__img {
  width: 44vw;
  height: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .awards-side-by-side-text-img__img {
    width: 36vw;
  }
}
@media screen and (max-width: 600px) {
  .awards-side-by-side-text-img__img {
    position: initial;
    width: 100%;
  }
}
.awards-side-by-side-text-img__img img {
  object-fit: cover;
}
.awards-side-by-side-text-img__content {
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 700px;
  padding-left: 7%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .awards-side-by-side-text-img__content {
    padding-left: unset;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .awards-side-by-side-text-img__content .btn {
    font-size: 14px;
    min-width: unset;
  }
}
@media screen and (max-width: 600px) {
  .awards-side-by-side-text-img__content {
    flex-direction: column;
    align-items: center;
    padding-top: 52px;
    padding-bottom: 52px;
    text-align: center;
  }
}
.awards-side-by-side-text-img__logo {
  height: 190px;
  width: auto;
  margin-right: 40px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .awards-side-by-side-text-img__logo {
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .awards-side-by-side-text-img__logo {
    margin-right: unset;
    height: 140px;
    margin-bottom: 16px;
    margin-bottom: 24px;
    height: 90px;
  }
}
.awards-side-by-side-text-img__text {
  max-width: 75%;
  padding-right: 2%;
  width: calc(100% - 40px - 190px);
}
@media screen and (max-width: 1024px) {
  .awards-side-by-side-text-img__text {
    max-width: unset;
    padding-right: unset;
    width: 100%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .awards-side-by-side-text-img__text .heading {
    font-size: 25px;
  }
  .awards-side-by-side-text-img__text .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .awards-side-by-side-text-img__text {
    width: 100%;
    padding-right: unset;
    max-width: 310px;
  }
}
.awards-side-by-side-text-img__text .text {
  font-weight: 500;
  line-height: 1.3;
}
.awards-side-by-side-text-img__text .text > p {
  font-weight: inherit;
  line-height: inherit;
}
.awards-side-by-side-text-img--reverse .grid {
  flex-direction: row-reverse;
}
.awards-side-by-side-text-img--reverse .img-wrapper {
  left: auto;
  right: 0;
}
@media screen and (min-width: 601px) {
  .awards-side-by-side-text-img--reverse .awards-side-by-side-text-img__content {
    max-width: 700px;
    padding-left: unset;
    margin-left: 0;
    margin-right: auto;
    padding-right: 2%;
  }
}

.awards-img-ribbon {
  display: flex;
  justify-content: center;
  margin: 0 -0.75%;
}
.awards-img-ribbon .img-wrapper {
  margin-left: 0.375%;
  margin-right: 0.375%;
}
.awards-img-ribbon .img-wrapper:nth-child(odd) {
  width: 28%;
}
.awards-img-ribbon .img-wrapper:nth-child(even) {
  width: 20.5%;
}
.awards-img-ribbon .img-wrapper img {
  object-fit: cover;
}

.awards-side-by-side-text-only {
  margin-top: unset;
  padding-top: 130px;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .awards-side-by-side-text-only {
    padding: 70px 3%;
  }
}
.awards-side-by-side-text-only__row {
  max-width: 1122px;
  border-top: 1px solid white;
  padding-top: 38px;
}
@media screen and (max-width: 600px) {
  .awards-side-by-side-text-only__row {
    padding-top: 16px;
  }
}
.awards-side-by-side-text-only__row:not(:last-of-type) {
  margin-bottom: 148px;
}
@media screen and (max-width: 600px) {
  .awards-side-by-side-text-only__row:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
.awards-side-by-side-text-only__row > * {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .awards-side-by-side-text-only__row > * {
    padding: unset;
  }
}
@media screen and (max-width: 600px) {
  .awards-side-by-side-text-only__row > * {
    flex-direction: column;
  }
}
.awards-side-by-side-text-only__heading {
  width: 24%;
  font-size: 36px;
}
@media screen and (max-width: 600px) {
  .awards-side-by-side-text-only__heading {
    width: 100%;
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.awards-side-by-side-text-only__text {
  width: 68%;
  line-height: 1.6;
  font-size: 18px;
  letter-spacing: 0;
  margin-top: unset;
}
@media screen and (max-width: 600px) {
  .awards-side-by-side-text-only__text {
    width: 100%;
    font-size: 16px;
  }
}
.awards-side-by-side-text-only__text p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.awards-side-by-side-text-only__text p:first-of-type {
  margin-top: unset;
}

.awards-bes-winners-section .grid, .awards-r25-winners-section .grid, .r25-judges-section .grid {
  max-width: 1122px;
}
@media screen and (max-width: 1024px) {
  .awards-bes-winners-section .grid, .awards-r25-winners-section .grid, .r25-judges-section .grid {
    max-width: 100%;
  }
}

.awards-bes-winners-section .section-title-wrapper,
.awards-r25-winners-section .section-title-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.awards-bes-winners-section .section-title-wrapper .btn,
.awards-r25-winners-section .section-title-wrapper .btn {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .awards-bes-winners-section .section-title-wrapper .btn:hover,
.awards-r25-winners-section .section-title-wrapper .btn:hover {
    color: #3866F6;
  }
}
@media screen and (max-width: 600px) {
  .awards-bes-winners-section .section-title-wrapper,
.awards-r25-winners-section .section-title-wrapper {
    align-items: baseline;
  }
  .awards-bes-winners-section .section-title-wrapper .section-title,
.awards-r25-winners-section .section-title-wrapper .section-title {
    font-size: 24px;
  }
  .awards-bes-winners-section .section-title-wrapper .btn,
.awards-r25-winners-section .section-title-wrapper .btn {
    font-size: 14px;
  }
}

.awards-bes-winners-section {
  margin-top: 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .awards-bes-winners-section {
    margin-top: 45px;
  }
}
.awards-bes-winners-section .tns-controls {
  display: none;
}
.awards-bes-winners-section .tns-outer {
  width: 100%;
}
.awards-bes-winners-section .bes-winners {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -8px;
  margin-right: -8px;
}
.awards-bes-winners-section .bes-winners__tile {
  width: 206px;
  height: 158px;
  margin: 0 8px 16px;
  position: relative;
}
.awards-bes-winners-section .bes-winners__tile.has-no-link {
  cursor: default;
  pointer-events: none;
}
.awards-bes-winners-section .bes-winners__tile img {
  width: 100%;
  height: 100%;
  max-height: 90%;
  max-width: 90%;
  object-fit: contain;
}
.awards-bes-winners-section .bes-winners__tile span {
  display: inline-flex;
  position: absolute;
  top: 7%;
  right: 6%;
  width: 22px;
  height: 22px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3866F6;
  color: white;
  padding: 6px;
  font-size: 10px;
}
@media screen and (max-width: 1024px) {
  .awards-bes-winners-section .bes-winners__tile {
    width: calc(25% - 16px);
    height: 145px;
  }
  .awards-bes-winners-section .bes-winners__tile img {
    max-height: 95%;
    max-width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .awards-bes-winners-section .bes-winners__tile {
    width: calc(50% - 16px);
    height: 145px;
  }
  .awards-bes-winners-section .bes-winners__tile img {
    max-height: 90%;
    max-width: 90%;
  }
}

.awards-testimonials {
  padding-top: 85px;
  padding-bottom: 85px;
}
.page-template-awards-bes-winners .awards-testimonials {
  margin-bottom: unset;
  background-color: unset;
  padding-top: unset;
}
.awards-testimonials .grid {
  position: relative;
}
.awards-testimonials .grid .col-desk-12 {
  max-width: 1045px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .awards-testimonials .grid .col-desk-12 {
    max-width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .awards-testimonials .grid .col-desk-12 {
    max-width: 96%;
  }
}
.awards-testimonials .grid .awards-next-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% - 48px));
}
.awards-testimonials .grid .awards-next-prev.awards-next {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .awards-testimonials .grid .awards-next-prev {
    left: 16px;
  }
  .awards-testimonials .grid .awards-next-prev.awards-next {
    right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .awards-testimonials .grid .awards-next-prev {
    left: 10px;
  }
  .awards-testimonials .grid .awards-next-prev.awards-next {
    right: 10px;
  }
}
.awards-testimonials .grid .awards-next-prev i {
  font-size: 26px;
  color: #3866F6;
}
.awards-testimonials__row {
  display: flex;
  align-items: center;
}
.awards-testimonials .awards-single-testimonial {
  height: 100% !important;
}
@media screen and (max-width: 600px) {
  .awards-testimonials .awards-single-testimonial {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.awards-testimonials .awards-single-testimonial__quote {
  margin-bottom: 32px;
  font-size: 29px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  position: relative;
  padding-left: 22px;
  font-weight: bold;
}
.awards-testimonials .awards-single-testimonial__quote:before {
  position: absolute;
  left: 2px;
  top: 8px;
  height: 16px;
  width: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.18019 0.816406H3.01238L0 12.2263H5.69464L7.18019 0.816406ZM15 0.816406H10.8322L7.81981 12.2263H13.5144L15 0.816406Z' fill='black'/%3E%3C/svg%3E%0A");
  content: "";
}
@media screen and (max-width: 600px) {
  .awards-testimonials .awards-single-testimonial__quote:before {
    height: 10px;
    width: 10px;
  }
}
@media screen and (max-width: 600px) {
  .awards-testimonials .awards-single-testimonial__quote {
    font-size: 22px;
    padding-left: 16px;
  }
}
.awards-testimonials .awards-single-testimonial__person {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 22px;
}
@media screen and (max-width: 600px) {
  .awards-testimonials .awards-single-testimonial__person {
    padding-left: 16px;
  }
}
.awards-testimonials .awards-single-testimonial__person .img-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-right: 16px;
}
.awards-testimonials .awards-single-testimonial__person .img-wrapper img {
  object-fit: cover;
}
.awards-testimonials .awards-single-testimonial__person-info .heading {
  letter-spacing: -0.03em;
}
.awards-testimonials .awards-single-testimonial__person-info .text {
  margin: unset;
  line-height: 1;
  letter-spacing: -0.03em;
}

.awards-year-selector {
  width: 580px;
  background-color: white;
  border: 1px solid black;
  padding: 16px 24px;
  margin: 36px auto 10px auto;
  border-radius: 32px;
  position: sticky;
  bottom: 10px;
  z-index: 500;
}
@media screen and (max-width: 600px) {
  .awards-year-selector {
    width: 90vw;
    max-width: 400px;
  }
}
.awards-year-selector .btn-container {
  display: inline-flex;
  flex-direction: row;
  margin-right: -22px;
  margin-left: -22px;
  max-width: 90%;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .awards-year-selector .btn-container {
    margin-left: -8px;
    margin-right: -8px;
    max-width: 95%;
  }
}
.awards-year-selector .btn-container button {
  display: inline-block;
  min-width: 45px;
  margin-right: 22px;
  margin-left: 22px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.05em;
  color: #9D9D9D;
  transition: 0.4s ease;
}
@media screen and (max-width: 600px) {
  .awards-year-selector .btn-container button {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px;
    min-width: unset;
  }
}
.awards-year-selector .btn-container button.active {
  color: #3866F6;
}
.awards-year-selector .btn-container button a {
  color: inherit;
}
.awards-year-selector .awards-next-prev {
  position: absolute;
  padding: 6px;
  width: 22px;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .awards-year-selector .awards-next-prev:hover {
    color: #3866F6;
  }
  .awards-year-selector .awards-next-prev:hover svg path {
    fill: #3866F6;
  }
}
.awards-year-selector .awards-next-prev.awards-next {
  left: auto;
  right: 14px;
}
.awards-year-selector .awards-next-prev svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.awards-year-selector .awards-next-prev svg path {
  fill: black;
}

@media screen and (max-width: 600px) {
  .awards-r25-winners-section {
    margin-bottom: unset;
  }
}
.awards-r25-winners-section .r25-main {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.awards-r25-winners-section .r25-main .tns-outer {
  width: 66%;
}
@media screen and (max-width: 600px) {
  .awards-r25-winners-section .r25-main .tns-outer {
    width: 100%;
  }
}
.awards-r25-winners-section .winners-row-container {
  width: 66%;
}
@media screen and (max-width: 600px) {
  .awards-r25-winners-section .winners-row-container {
    width: 100%;
  }
}
.awards-r25-winners-section .winners-row-container .winners-slide-container {
  width: 100%;
}
.awards-r25-winners-section .winners-row-container .r25-winners-list {
  width: 100%;
}

.r25-winner {
  padding: 4.8% 0 5.7% 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  transition: 0.4s ease;
}
@media screen and (max-width: 600px) {
  .r25-winner {
    display: flex;
    flex-direction: column;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 36px;
    padding-bottom: 22px;
  }
  .r25-winner:first-child {
    border-top: unset;
    padding-top: unset;
  }
}
.r25-winner img {
  order: 1;
  height: 190px;
  width: auto;
  object-fit: contain;
  margin-bottom: 14px;
  display: inline-block;
}
@media screen and (min-width: 601px) {
  .r25-winner img {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .r25-winner.active {
    background-color: #F1F1F1;
    padding-left: 2.7%;
    padding-right: 2.7%;
  }
  .r25-winner.active .r25-winner__name {
    color: #3866F6;
  }
  .r25-winner.active .r25-winner__role {
    font-weight: 500;
  }
  .r25-winner.active .r25-winner__misc {
    display: flex;
    margin-top: 32px;
    max-height: 100px;
  }
}
.r25-winner__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .r25-winner__main {
    order: 2;
    flex-direction: column;
    text-align: center;
    margin-bottom: 22px;
  }
}
.r25-winner__name {
  font-size: 22px;
}
.r25-winner__name a {
  display: inline-block;
  margin-left: 10px;
  color: #9D9D9D;
  transition: 0.3s ease;
  width: 20px;
  height: 20px;
}
.r25-winner__name a:hover {
  color: black;
}
.r25-winner__name a:hover svg path {
  fill: black;
}
.r25-winner__name a svg path {
  fill: #9D9D9D;
  transition: 0.3s ease;
}
.r25-winner__role {
  font-size: 16px;
}
@media screen and (min-width: 601px) {
  .r25-winner__role {
    text-align: right;
  }
}
.r25-winner__misc {
  display: flex;
  pointer-events: none;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 4px;
  transition: 0.4s ease;
  margin-left: -24px;
  margin-right: -24px;
}
@media screen and (max-width: 600px) {
  .r25-winner__misc {
    order: 3;
    margin-left: unset;
    margin-right: unset;
    flex-direction: column;
  }
}
@media screen and (min-width: 601px) {
  .r25-winner__misc {
    max-height: 0;
    margin-top: 0;
    display: none;
  }
}
.r25-winner__misc li {
  width: 50%;
  margin-top: unset;
  margin-right: 24px;
  margin-left: 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .r25-winner__misc li {
    margin-right: unset;
    margin-left: unset;
    margin-bottom: 22px;
    text-align: center;
  }
}
.r25-winner__misc li:not(.winner__ff) {
  width: calc(25% - 48px);
}
@media screen and (max-width: 600px) {
  .r25-winner__misc li:not(.winner__ff) {
    width: 100%;
  }
}
.r25-winner__misc li.winner__ff {
  width: calc(50% - 48px);
  padding-left: 24px;
}
@media screen and (max-width: 600px) {
  .r25-winner__misc li.winner__ff {
    padding-left: unset;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .r25-winner__misc li {
    display: flex;
    flex-direction: column;
  }
}
.r25-winner__misc span {
  font-weight: 500;
}

.current-avatar-col {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .awards-r25-winners-section .current-avatar-col {
    display: none;
  }
}
.current-avatar-col > * {
  position: sticky;
  top: 30%;
}
.current-avatar-col img {
  transition: 0.4s ease;
  width: 90%;
  display: block;
  margin: 0 auto;
}

.r25-judges-section {
  padding-top: 120px;
  padding-bottom: 100px;
  margin-top: unset;
  margin-bottom: unset;
}
@media screen and (max-width: 600px) {
  .r25-judges-section {
    margin-top: unset;
    margin-bottom: unset;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.r25-judges-main {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-top: 1px solid white;
  padding-top: 36px;
}
@media screen and (max-width: 600px) {
  .r25-judges-main {
    flex-direction: column;
    border-top: unset;
  }
  .r25-judges-main .current-avatar-col {
    width: 100%;
  }
  .r25-judges-main .current-avatar-col .heading {
    border-bottom: 1px solid white;
    padding-bottom: 32px;
    margin-bottom: 32px;
    font-size: 32px;
    text-align: center;
  }
}
.r25-judges-main .r25-judges-list {
  width: 66%;
}
@media screen and (max-width: 600px) {
  .r25-judges-main .r25-judges-list {
    width: 100%;
  }
}
.r25-judges-main .r25-judges-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid white;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.r25-judges-main .r25-judges-list li:last-of-type {
  margin-bottom: unset;
}
@media screen and (max-width: 600px) {
  .r25-judges-main .r25-judges-list li {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-bottom: 34px;
    margin-bottom: 34px;
  }
  .r25-judges-main .r25-judges-list li .heading {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .r25-judges-main .r25-judges-list li .text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
  }
  .r25-judges-main .r25-judges-list li:last-of-type {
    padding-bottom: unset;
    margin-bottom: unset;
    border-bottom: unset;
  }
}

.tns-item {
  height: 0 !important;
}

.tns-slide-active {
  height: auto !important;
}

.awards-logos {
  margin-top: unset;
  margin-bottom: unset;
  padding-top: 22px;
  padding-bottom: 22px;
}
@media screen and (max-width: 600px) {
  .awards-logos {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.awards-logos__container {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 15%;
}
@media screen and (max-width: 600px) {
  .awards-logos__container {
    column-gap: 10%;
  }
}
.awards-logos__partners {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .awards-logos__partners {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.awards-logos__partners .heading {
  margin-right: 16px;
}
@media screen and (max-width: 600px) {
  .awards-logos__partners .heading {
    margin-right: unset;
    margin-bottom: 10px;
  }
}
.awards-logos__partners .img-wrapper {
  width: auto;
  height: 50px;
  max-width: 200px;
  max-height: 50px;
}

.awards-opt-in {
  margin-bottom: unset;
  margin-top: unset;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.awards-opt-in .grid {
  justify-content: center;
}
.awards-opt-in__content {
  max-width: 445px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.awards-opt-in .heading {
  font-size: 36px;
}
.awards-opt-in .text {
  font-size: 18px;
}
.awards-opt-in .text p {
  font-size: inherit;
}
@media screen and (max-width: 600px) {
  .awards-opt-in__content {
    text-align: left;
  }
  .awards-opt-in .heading {
    font-size: 32px;
  }
  .awards-opt-in .text {
    font-size: 16px;
  }
}
.awards-opt-in__form-container .gform_wrapper div.validation_error {
  display: none;
}
.awards-opt-in__form-container .gform_wrapper .validation_message {
  font-weight: normal;
  color: #fcca03;
}
.awards-opt-in__form-container .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.awards-opt-in__form-container .gform_wrapper .top_label .gfield_error {
  max-width: unset !important;
}
.awards-opt-in__form-container .gform_wrapper .top_label .gfield_error {
  width: 100%;
}

.bes-hero {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .bes-hero {
    max-height: 600px;
  }
}
@media screen and (max-width: 600px) {
  .bes-hero {
    max-height: unset;
  }
}
.bes-hero .grid {
  align-items: center;
}
@media only screen and (max-width: 380px) and (max-height: 700px) {
  .bes-hero .grid {
    align-items: initial;
  }
}
.bes-hero__left > * {
  max-width: 518px;
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .bes-hero__left {
    text-align: center;
  }
  .bes-hero__left > * {
    margin-left: auto;
    margin-right: auto;
  }
}
.bes-hero__right {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .bes-hero__right {
    display: none;
  }
}
@media only screen and (min-width: 385px) and (max-width: 600px) and (min-height: 800px) and (max-height: 900px) {
  .bes-hero__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 36px;
    height: auto;
  }
}
.bes-hero__right .img-wrapper {
  position: absolute;
  border: 2px solid white;
}
.bes-hero__right .img-wrapper:nth-child(1) {
  right: 0;
  top: 3%;
  width: 100%;
  max-width: 550px;
  max-height: 370px;
  transform: translateX(35%);
}
@media only screen and (min-height: 860px) {
  .bes-hero__right .img-wrapper:nth-child(1) {
    top: 10%;
  }
}
@media screen and (max-width: 850px) {
  .bes-hero__right .img-wrapper:nth-child(1) {
    top: 12%;
    transform: translateX(25%);
  }
}
.bes-hero__right .img-wrapper:nth-child(2) {
  width: 100%;
  max-width: 372px;
  max-height: 250px;
  bottom: 3%;
  left: 25%;
}
@media only screen and (min-height: 860px) {
  .bes-hero__right .img-wrapper:nth-child(2) {
    bottom: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .bes-hero__right .img-wrapper:nth-child(2) {
    left: 12%;
  }
}
@media screen and (max-width: 850px) {
  .bes-hero__right .img-wrapper:nth-child(2) {
    max-width: 80%;
    left: 7%;
    bottom: 12%;
  }
}
@media only screen and (min-width: 385px) and (max-width: 600px) and (min-height: 800px) and (max-height: 900px) {
  .bes-hero__right .img-wrapper {
    position: static;
    border-width: 1px;
  }
  .bes-hero__right .img-wrapper:nth-child(1) {
    max-width: 50%;
    transform: translateX(-20%);
  }
  .bes-hero__right .img-wrapper:nth-child(2) {
    max-width: 35%;
    transform: translate(60%, -60%);
  }
}
.bes-hero__logo {
  height: 100px;
  width: 100px;
}
@media screen and (max-width: 600px) {
  .bes-hero__logo {
    height: 90px;
    width: 90px;
  }
}
.bes-hero__heading {
  font-size: 58px;
  max-width: 600px;
}
@media screen and (max-width: 850px) {
  .bes-hero__heading {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  .bes-hero__heading {
    font-size: 38px;
  }
}
@media only screen and (max-width: 399px) {
  .bes-hero__heading {
    font-size: 34px;
  }
}
.bes-hero__desc {
  font-size: 18px;
}
@media screen and (max-width: 850px) {
  .bes-hero__desc {
    font-size: 16px;
  }
}
.bes-hero__cta {
  margin-top: 14px;
}
@media only screen and (max-height: 700px) and (max-width: 380px) {
  .bes-hero .awards-hero__scroll-btn {
    display: none;
  }
}

.bes-survey-cta-section {
  margin-top: 80px;
  margin-bottom: 80px;
}
.bes-survey-cta-section .grid {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media screen and (max-width: 1024px) {
  .bes-survey-cta-section .grid.light-grey-bg {
    width: 100%;
  }
}

.bes-survey-cta {
  text-align: center;
}
.bes-survey-cta .heading, .bes-survey-cta .text {
  margin: 0 auto 18px;
}
.bes-survey-cta .heading {
  font-size: 36px;
  max-width: 600px;
}
@media screen and (max-width: 600px) {
  .bes-survey-cta .heading {
    font-size: 32px;
    max-width: 95%;
  }
}
.bes-survey-cta .text {
  max-width: 450px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .bes-survey-cta .text {
    font-size: 16px;
    max-width: 85%;
  }
}

.awards-key-dates {
  margin-top: 24px;
  margin-bottom: 28px;
}
.awards-key-dates__row {
  display: flex;
  justify-content: space-between;
  column-gap: 5px;
  border-top: 1px solid black;
  padding-top: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.awards-key-dates__col {
  margin-top: unset;
  margin-bottom: unset;
}
@media screen and (max-width: 600px) {
  .awards-key-dates__col {
    text-align: left;
  }
}
.awards-key-dates__col:first-child {
  font-weight: 700 !important;
}
.awards-key-dates__col:nth-child(1) {
  width: 27%;
}
.awards-key-dates__col:nth-child(2) {
  width: 36.5%;
}
.awards-key-dates__col:nth-child(3) {
  width: 36.5%;
}

.awards-page-r25-section .awards-side-by-side-text-img__text {
  padding-right: unset;
}
@media screen and (min-width: 601px) {
  .awards-page-r25-section .awards-side-by-side-text-img__text {
    max-width: unset;
    width: calc(100% - 40px - 100px);
  }
}

.awards-side-by-side-text-img__text > .text p {
  font-size: inherit;
}
@media (max-width: 1100px) and (min-width: 767px) {
  .awards-side-by-side-text-img__text > .text p {
    font-size: 18px;
  }
}

.plain-text-btn {
  padding: 8px;
  color: inherit;
  font-weight: bold !important;
  margin-left: 10px;
  position: relative;
  padding-right: 20px;
}
.plain-text-btn:before {
  content: "";
  display: none;
  position: absolute;
  animation: reminderBell 0.7s ease;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224 0c-17.7 0-32 14.3-32 32V51.2C119 66 64 130.6 64 208v18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416H416c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3C401.3 319.2 384 273.9 384 226.8V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3H224 160c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z'/%3E%3C/svg%3E");
}
.plain-text-btn:hover:before {
  display: inline-block;
}

.r25-reminder-popup {
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}
.r25-reminder-popup.active {
  display: block;
}
@media screen and (max-width: 600px) {
  .r25-reminder-popup {
    padding: 24px;
  }
}
.r25-reminder-popup .newsletter-form-container {
  margin-top: unset;
}
.r25-reminder-popup .gform_wrapper .r25-alerts-popup-intro {
  margin-bottom: 24px;
}
.r25-reminder-popup .gform_wrapper .r25-alerts-popup-intro h2 {
  font-weight: bold;
  max-width: 370px;
}
@media screen and (max-width: 600px) {
  .r25-reminder-popup .gform_wrapper .r25-alerts-popup-intro h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .r25-reminder-popup .gform_wrapper .gform_body .gfield .ginput_container.ginput_container_email input {
    padding-bottom: unset !important;
  }
}
.r25-reminder-popup .gform_wrapper .gform_footer {
  height: auto !important;
}
@media screen and (max-width: 600px) {
  .r25-reminder-popup .gform_wrapper .gform_footer {
    margin-top: unset;
  }
}
.r25-reminder-popup .gform_wrapper .gform_footer button[type=submit] {
  width: 100% !important;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}
.r25-reminder-popup .close-btn {
  top: 16px;
  right: 16px;
}

.awards-key-dates-section {
  padding-top: 90px;
  padding-bottom: 70px;
  margin-bottom: unset;
  margin-top: unset;
}
@media screen and (max-width: 600px) {
  .awards-key-dates-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.awards-key-dates-section .grid {
  max-width: 1122px;
}
.awards-key-dates-section__container {
  border-top: 1px solid black;
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .awards-key-dates-section__container {
    flex-direction: column;
    border-top: unset;
    padding-top: unset;
  }
  .awards-key-dates-section__container .current-avatar-col {
    width: 100%;
  }
}
.awards-key-dates-section__info-col {
  width: 66%;
}
@media screen and (max-width: 600px) {
  .awards-key-dates-section__info-col {
    width: 100%;
  }
}
.awards-key-dates-section .current-avatar-col .heading {
  position: static;
}
@media screen and (max-width: 600px) {
  .awards-key-dates-section .current-avatar-col .heading {
    font-size: 32px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.awards-key-dates-section .awards-key-dates {
  margin-top: unset;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .awards-key-dates-section .awards-key-dates {
    display: flex;
    justify-content: space-between;
  }
}
.awards-key-dates-section .awards-key-dates__row:first-child {
  border-top: unset;
  padding-top: unset;
}
@media screen and (max-width: 600px) {
  .awards-key-dates-section .awards-key-dates__row {
    border-top: unset;
    padding-top: unset;
    margin-top: unset;
    margin-bottom: unset;
    width: 48.5%;
    display: flex;
    flex-direction: column;
  }
}
.awards-key-dates-section .awards-key-dates__col:nth-child(3) {
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .awards-key-dates-section .awards-key-dates__col:nth-child(1) {
    text-align: left;
  }
  .awards-key-dates-section .awards-key-dates__col:nth-child(2) {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .awards-key-dates-section .awards-key-dates__col {
    width: 100%;
    text-align: center !important;
    margin-bottom: 8px;
  }
  .awards-key-dates-section .awards-key-dates__col:nth-child(1) {
    text-decoration: underline;
    text-underline-offset: 0.25em;
  }
}
.awards-key-dates-section .awards-key-dates .text {
  font-weight: 500;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .awards-key-dates-section .awards-key-dates .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  .awards-key-dates-section .awards-key-dates .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .awards-key-dates-section .awards-key-dates .text {
    font-size: 16px;
  }
}
.awards-key-dates-section__note {
  color: #9D9D9D;
}
@media screen and (max-width: 600px) {
  .awards-key-dates-section__note {
    font-size: 14px;
    text-align: center;
  }
}
.awards-key-dates-section__btn-container {
  margin-top: 32px;
}
@media screen and (max-width: 600px) {
  .awards-key-dates-section__btn-container {
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }
}

.r25-img-ribbon {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: unset;
  margin-bottom: unset;
  min-width: 100vw;
  transition: transform 0.4s ease;
  overflow: hidden;
  flex-wrap: nowrap;
}
.r25-img-ribbon__slide-container {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  animation: 25s linear infinite;
  min-width: 100vw;
  width: auto;
  flex: 0 0 auto;
  max-height: 500px;
}
@media screen and (max-width: 1024px) {
  .r25-img-ribbon__slide-container {
    max-height: 400px;
  }
}
@media screen and (max-width: 850px) {
  .r25-img-ribbon__slide-container {
    max-height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .r25-img-ribbon__slide-container {
    max-height: 140px;
  }
}
.r25-img-ribbon__slide-container .img-wrapper {
  object-fit: contain;
  flex: 0 0 auto;
}
.r25-img-ribbon__slide-container .img-wrapper:nth-child(3n+1) {
  width: 40.4vw;
}
.r25-img-ribbon__slide-container .img-wrapper:nth-child(3n+2) {
  width: 28.8vw;
}
.r25-img-ribbon__slide-container .img-wrapper:nth-child(3n+3) {
  width: 30.8vw;
}
.r25-img-ribbon--reverse .r25-img-ribbon__slide-container {
  animation-direction: reverse;
}
.r25-img-ribbon--reverse .img-wrapper:nth-child(3n+1) {
  width: 30.8vw;
}
.r25-img-ribbon--reverse .img-wrapper:nth-child(3n+3) {
  width: 40.4vw;
}

.r25-img-ribbon,
.r25-img-ribbon__slide-container {
  column-gap: 14px;
}
@media screen and (max-width: 1024px) {
  .r25-img-ribbon,
.r25-img-ribbon__slide-container {
    column-gap: 10px;
  }
}
@media screen and (max-width: 850px) {
  .r25-img-ribbon,
.r25-img-ribbon__slide-container {
    column-gap: 5px;
  }
}

.r25-bottom-cta-section {
  text-align: center;
  padding-top: 72px;
  padding-bottom: 72px;
  margin-bottom: unset;
}
@media screen and (max-width: 600px) {
  .r25-bottom-cta-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.r25-bottom-cta-section__container {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .r25-bottom-cta-section__container {
    max-width: 500px;
  }
}
.r25-bottom-cta-section__container .heading {
  line-height: 1.1;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .r25-bottom-cta-section__container .heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .r25-bottom-cta-section__container .heading {
    font-size: 28px;
  }
}
.r25-bottom-cta-section__container .btn {
  margin-top: 16px;
}

.r25-nomination-section {
  margin-top: unset;
  margin-bottom: unset;
}
.r25-nomination-section .r25-nomination-form-container {
  max-width: 560px;
  width: 100%;
}
.r25-nomination-section__bg {
  width: 52vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  .r25-nomination-section__bg {
    width: 100vw;
  }
}
.r25-nomination-section__left, .r25-nomination-section__right {
  padding-top: 60px;
  padding-bottom: 60px;
}
.r25-nomination-section__left {
  position: relative;
}
@media screen and (max-width: 600px) {
  .r25-nomination-section__left {
    padding-bottom: 72px;
  }
  .r25-nomination-section__left .awards-hero__scroll-btn {
    bottom: 12px;
  }
}
@media screen and (min-width: 601px) {
  .r25-nomination-section__left .awards-hero__scroll-btn {
    display: none;
  }
}
.r25-nomination-section__content {
  position: relative;
  z-index: 10;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .r25-nomination-section__content {
    padding-top: unset;
    padding-bottom: unset;
    text-align: center;
  }
}
.r25-nomination-section__content .heading {
  line-height: 1.1;
  margin-bottom: 16px;
}
@media screen and (max-width: 850px) {
  .r25-nomination-section__content .heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .r25-nomination-section__content .heading {
    font-size: 32px;
  }
}
.r25-nomination-section__content .text {
  max-width: 440px;
}
.r25-nomination-section__logo {
  width: 25%;
  max-width: 120px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 850px) {
  .r25-nomination-section__logo {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 600px) {
  .r25-nomination-section__logo {
    margin-bottom: 20px;
    max-width: 70px;
  }
}
.r25-nomination-section__right {
  display: flex;
  justify-content: flex-end;
  padding-left: 4%;
}
@media screen and (max-width: 850px) {
  .r25-nomination-section__right {
    padding-left: 2%;
  }
}

.awards-r25-winners-section {
  margin-top: unset;
}
.awards-r25-winners-section .awards-year-selector {
  top: 120px;
  margin-top: unset;
  margin-bottom: 72px;
  /* 2023 edits start */
  width: 635px;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  /* 2023 edits end */
}
@media screen and (max-width: 600px) {
  .awards-r25-winners-section .awards-year-selector {
    width: 100%;
    max-width: unset;
  }
}

.pro-header {
  min-height: 70px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1010;
}
@media screen and (max-width: 1024px) {
  .pro-header {
    min-height: 65px;
    position: fixed;
    width: 100vw;
  }
}
.pro-header .site-logo {
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .pro-header .site-logo {
    width: 60vw;
    order: 2;
  }
}
@media screen and (max-width: 600px) {
  .pro-header .site-logo {
    max-width: 240px;
  }
}
@media screen and (min-width: 1025px) {
  .pro-header .menu-toggle {
    display: none;
  }
}
.pro-header .menu-toggle line {
  transition: 0.4s ease;
}
.pro-header .menu-toggle.active svg line:nth-child(1) {
  transform: rotate(45deg);
}
.pro-header .menu-toggle.active svg line:nth-child(2) {
  opacity: 0;
}
.pro-header .menu-toggle.active svg line:nth-child(3) {
  transform: rotate(-45deg) translate(-57%, -28%);
}
.pro-header .pro-nav {
  display: flex;
  align-items: center;
  width: 160px;
}
@media screen and (max-width: 1024px) {
  .pro-header .pro-nav {
    order: 3;
    width: 50px;
    justify-content: flex-end;
  }
  .pro-header .pro-nav .menu-toggle {
    padding: 10px;
  }
}
.pro-header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-header__access-links {
  display: inline-flex;
  width: 158px;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .pro-header__access-links {
    display: none;
  }
}
.pro-header__access-links a {
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  padding: 2px 12px;
  transition: 0.3s ease;
  color: black;
}
@media screen and (min-width: 1025px) {
  .pro-header__access-links a:hover {
    color: #3866F6;
  }
}
.pro-header__access-links a.pro-join {
  border-left: 1px solid #E5E5E5;
  font-weight: bold;
  color: #3866F6;
}
.pro-header__search {
  width: calc(100% - 300px - 160px);
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .pro-header__search {
    margin-left: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .pro-header__search {
    width: 48px;
    order: 1;
    margin-left: unset;
  }
}
.pro-header__search .header-search-wrapper {
  width: 100%;
  max-width: 500px;
}
.pro-header__search .header-search-wrapper.active .search-field-wrapper {
  border-color: transparent;
}
.pro-header__search label span,
.pro-header__search .search-submit {
  display: none;
}
.pro-header__search .search-field-wrapper {
  width: 500px;
  border: 1px solid #E5E5E5;
  border-radius: 16px;
  padding: 10px 14px;
  padding-left: 32px;
}
@media screen and (max-width: 1024px) {
  .pro-header__search .search-field-wrapper {
    width: 215px;
  }
}
@media screen and (max-width: 1024px) {
  .pro-header__search .search-field-wrapper {
    border: unset;
    padding: 10px !important;
  }
}
.pro-header__search .card-wrapper .card {
  background-color: white;
  padding: unset;
}
.pro-header__search .card-wrapper .card .card__heading {
  color: black;
}
.pro-header__search .card-wrapper .card .card__tags {
  color: #3866F6;
}
.pro-header__search .card-wrapper .card .card__tags span {
  color: inherit;
}

@media screen and (max-width: 1024px) {
  .pro-header .mobile-search-active .pro-header__search {
    width: 100%;
  }
  .pro-header .mobile-search-active .pro-header__search .header-search-wrapper {
    width: 100%;
  }
  .pro-header .mobile-search-active .pro-header__search .header-search-wrapper input {
    width: 100%;
  }
  .pro-header .mobile-search-active .site-logo {
    display: none;
  }
  .pro-header .mobile-search-active .pro-nav {
    display: none;
  }
}

.pro-lander-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background-color: black;
  z-index: 1010;
}
@media screen and (max-width: 600px) {
  .pro-lander-header {
    position: sticky;
    top: 0;
  }
}
.page-template-pro.light-grey-bg .pro-lander-header {
  border-color: #9D9D9D;
  background-color: #F1F1F1;
}
.pro-lander-header a {
  display: inline-block;
  color: inherit;
  transition: 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .pro-lander-header a:hover {
    color: #3866F6;
  }
}
.pro-lander-header .grid {
  padding-top: 42px;
  /* -8px to accommodate for link padding */
  padding-bottom: 30px;
  /* -8px to accommodate for link padding */
}
@media screen and (max-width: 600px) {
  .pro-lander-header .grid {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.pro-lander-header .grid .col-desk-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro-lander-header .site-logo {
  width: 300px;
}
.pro-lander-header .menu-toggle svg line {
  stroke: white;
}
.page-template-pro.light-grey-bg .pro-lander-header .menu-toggle svg line {
  stroke: black;
}
.pro-lander-header__menu-links {
  display: inline-flex;
  flex-direction: row;
  width: calc(100% - 300px - 148px - 10%);
}
@media only screen and (max-width: 1200px) {
  .pro-lander-header__menu-links {
    width: calc(100% - 300px - 148px - 4%);
  }
}
@media screen and (max-width: 1024px) {
  .pro-lander-header__menu-links {
    display: none;
  }
}
.pro-lander-header__menu-links a {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 8px 16px;
  color: inherit;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1200px) {
  .pro-lander-header__menu-links a {
    padding: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .pro-lander-header__menu-links a:hover {
    color: #3866F6;
  }
}
.pro-lander-header__access-links {
  display: inline-flex;
  width: 148px;
  justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  .pro-lander-header__access-links #nav-join {
    display: none;
  }
  .pro-lander-header__access-links #nav-login {
    border-right: unset;
  }
}
.pro-lander-header__access-links a {
  font-size: 14px;
  font-weight: 400;
  padding: 2px 12px;
}
.pro-lander-header__access-links a:first-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.pro-hero {
  margin-top: 70px;
  margin-bottom: 70px;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  .pro-hero {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.pro-hero--bottom {
  margin-bottom: unset;
  margin-top: unset;
}
@media screen and (max-width: 600px) {
  .pro-hero--bottom .grid {
    width: 100%;
  }
  .pro-hero--bottom .pro-hero__img {
    padding-left: unset;
    padding-right: unset;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .pro-hero--bottom .btn {
    min-width: 120px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pro-hero--bottom .btn--outline:hover {
    background-color: black;
    color: white;
  }
}
@media screen and (min-width: 601px) {
  .pro-hero--bottom .pro-hero__img .img-wrapper {
    width: 51vw;
  }
}
.pro-hero--bottom .btn--blue, .light-grey-bg .pro-hero .btn--blue {
  border: 1px solid #3866F6;
}
@media screen and (min-width: 1025px) {
  .pro-hero--bottom .btn--blue:hover, .light-grey-bg .pro-hero .btn--blue:hover {
    border-color: blue;
    background-color: transparent;
  }
}
.pro-hero__content {
  padding-top: 66px;
  padding-bottom: 66px;
}
@media screen and (max-width: 1024px) {
  .pro-hero__content {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 600px) {
  .pro-hero__content {
    padding-top: 24px;
  }
}
.pro-hero__img {
  position: relative;
}
.pro-hero__img .img-wrapper {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .pro-hero__img .img-wrapper {
    height: 212px;
  }
}
.pro-hero__heading {
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .pro-hero__heading {
    font-size: 28px;
  }
}
.pro-hero__list {
  padding-bottom: 21px;
}
.dark-bg section:not(.pro-hero--bottom) .pro-hero__list {
  color: rgba(255, 255, 255, 0.75);
}
.page-template-pro.light-grey-bg .pro-hero__list li {
  color: rgba(0, 0, 0, 0.75);
}
.pro-hero__list li {
  font-size: 20px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 28px;
}
@media screen and (max-width: 1024px) {
  .pro-hero__list li {
    font-size: 18px;
  }
}
.pro-hero__list li:last-of-type {
  margin-bottom: unset;
}
.pro-hero__list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/pro-checkmark.svg");
}
.pro-hero__text {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.03em;
  margin-top: 10px;
}
.pro-hero__btn-container {
  margin-top: 22px;
  margin-bottom: 26px;
}
.pro-hero__btn-container .btn:first-of-type {
  margin-right: 28px;
}
@media screen and (max-width: 600px) {
  .pro-hero__btn-container .btn:first-of-type {
    margin-right: unset;
    margin-bottom: 16px;
  }
}
.pro-hero__btn-container .btn {
  min-width: 174px;
  letter-spacing: -0.05em;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .pro-hero__btn-container .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .pro-hero__btn-container .btn {
    width: 100%;
  }
}
.pro-hero__condition .img-wrapper {
  margin-top: 12px;
  height: 30px;
  width: auto;
  display: inline-block;
}
.pro-hero__condition .img-wrapper img {
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .pro-hero {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .pro-hero .grid > div:nth-child(1) {
    order: 2;
  }
  .pro-hero .grid > div:nth-child(2) {
    order: 1;
  }
  .pro-hero--bottom {
    margin-top: unset;
  }
}

.page-template-pro .faqs {
  margin-top: unset;
  margin-bottom: unset;
}
@media screen and (max-width: 600px) {
  .page-template-pro .faqs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pro-logo-slider-section {
  margin-top: 87px;
  margin-bottom: 87px;
}
@media screen and (max-width: 1024px) {
  .pro-logo-slider-section {
    margin-top: 42px;
    margin-bottom: 42px;
  }
}

.logo-slider__row {
  transition: transform 0.4s ease;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
.logo-slider__slide-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  animation: 25s linear infinite;
}
.logo-slider__slide-container img {
  display: inline-block;
  width: 140px;
  max-width: 140px;
  height: auto;
  max-height: 44px;
  margin: 8px 48px;
  object-fit: contain;
}

.pro-feature-boxes {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-left: unset;
  border-right: unset;
  margin-bottom: unset;
}
@media screen and (max-width: 600px) {
  .pro-feature-boxes {
    border: unset;
    margin-bottom: unset;
  }
}
.page-template-pro.light-grey-bg .pro-feature-boxes {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.25);
}
.page-template-pro.light-grey-bg .pro-feature-boxes .col-desk-4 {
  border-color: rgba(0, 0, 0, 0.25);
}
.pro-feature-boxes .col-desk-4 {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 600px) {
  .pro-feature-boxes .col-desk-4 {
    border-right: unset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .pro-feature-boxes .col-desk-4:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.pro-feature-boxes .col-desk-4:last-of-type {
  border-right: unset;
}
.pro-feature-boxes__single {
  padding: 11%;
}
@media screen and (max-width: 1024px) {
  .pro-feature-boxes__single {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 600px) {
  .pro-feature-boxes__single {
    padding: 40px 1%;
  }
}
.pro-feature-boxes__byline {
  color: #3866F6;
  margin-bottom: 8px;
}
.pro-feature-boxes__img {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-bottom: 12px;
}
.pro-feature-boxes__img img {
  object-fit: contain;
}
.pro-feature-boxes__heading {
  margin-bottom: 12px;
  padding-right: 10%;
}
@media screen and (max-width: 1024px) {
  .pro-feature-boxes__heading {
    font-size: 24px;
    padding-right: 5%;
  }
}
@media screen and (max-width: 600px) {
  .pro-feature-boxes__heading {
    padding-right: 19%;
    font-size: 28px;
  }
  .pro-side-by-side .pro-feature-boxes__heading {
    padding-right: unset;
  }
}
@media screen and (min-width: 601px) {
  .pro-feature-boxes--center .grid {
    justify-content: center;
  }
  .pro-feature-boxes--center .pro-feature-boxes__heading {
    padding-right: unset;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .pro-feature-boxes--center .grid > * {
    width: 50%;
  }
  .pro-feature-boxes--center .pro-feature-boxes__heading {
    padding-right: 10%;
  }
}

.pro-side-by-side {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 60px;
  padding-top: 60px;
  margin: unset;
}
.page-template-pro.light-grey-bg .pro-side-by-side {
  border-color: #9D9D9D;
}
.pro-side-by-side--reverse .grid {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .pro-side-by-side {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pro-side-by-side .grid {
    flex-direction: column-reverse;
  }
  .pro-side-by-side__img {
    margin-bottom: 32px;
  }
}
.pro-side-by-side .col-desk-6 {
  display: flex;
  align-items: center;
}
.pro-side-by-side__content {
  max-width: 350px;
  margin: 0 auto;
}

.pro-side-menu {
  position: sticky;
  top: 105px;
  margin-left: 10%;
}
@media screen and (max-width: 1024px) {
  .pro-side-menu {
    margin-left: unset;
  }
}
.pro-side-menu__access-links-mobile {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (min-width: 1025px) {
  .pro-side-menu__access-links-mobile {
    display: none !important;
  }
}
.pro-side-menu__links, .pro-side-menu__access-links-mobile {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.pro-side-menu__links li, .pro-side-menu__access-links-mobile li {
  position: relative;
  color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 1024px) {
  .pro-side-menu__links li, .pro-side-menu__access-links-mobile li {
    font-size: 14px;
  }
}
.pro-side-menu__links li:before, .pro-side-menu__access-links-mobile li:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
}
.pro-side-menu__links li a, .pro-side-menu__access-links-mobile li a {
  font-family: "Untitled Sans", sans-serif;
  color: inherit;
  padding: 16px 10px;
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .pro-side-menu__links li a, .pro-side-menu__access-links-mobile li a {
    padding-right: unset;
    padding-left: 6px;
    font-size: 15px;
  }
}
.pro-side-menu__links li.current-menu-item, .pro-side-menu__access-links-mobile li.current-menu-item {
  color: #3866F6;
}

@media screen and (max-width: 1024px) {
  .pro-page-body-grid {
    flex-wrap: nowrap;
    transition: 0.8s ease;
    position: relative;
    margin-top: 70px;
    /* header fixed on mobile */
  }
  .pro-page-body-grid .pro-side-menu {
    padding-left: 16px;
    padding-right: 16px;
    top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .menu-active .pro-page-wrap {
    overflow-x: hidden;
  }
}
.pro-page-wrap .body-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
}
.pro-page-wrap .grid {
  max-width: 100%;
}
.pro-page-wrap__container {
  display: flex;
}
.pro-page-wrap__menu-col {
  width: 19%;
  width: 275px;
  position: relative;
  transition: 0.4s ease;
}
@media screen and (max-width: 1024px) {
  .pro-page-wrap__menu-col {
    width: 24%;
  }
}
@media screen and (max-width: 1024px) {
  .pro-page-wrap__menu-col {
    position: fixed;
    top: 60px;
    left: -32vw;
    width: 30vw;
    height: 102vh;
    height: 100%;
    z-index: 1005;
  }
  .menu-active .pro-page-wrap__menu-col {
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .pro-page-wrap__menu-col {
    left: -64vw;
    width: 62vw;
  }
}
.pro-page-wrap__menu-col::before {
  position: absolute;
  content: "";
  width: 50vw;
  height: 100%;
  background: #F1F1F1;
  right: 100%;
  z-index: 20;
}
.pro-page-wrap__main-col {
  width: 81%;
  width: calc(100% - 275px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 70px);
}
@media screen and (max-width: 1024px) {
  .pro-page-wrap__main-col {
    width: 76%;
  }
}
@media screen and (max-width: 1024px) {
  .pro-page-wrap__main-col {
    width: 100%;
    transition: 0.4s ease;
    position: relative;
    transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) {
  .menu-active .pro-page-wrap__main-col {
    transform: translateX(30vw);
  }
}
@media screen and (max-width: 600px) {
  .menu-active .pro-page-wrap__main-col {
    transform: translateX(64vw);
  }
}
.pro-page-wrap__main-col .grid {
  max-width: 1310px;
  max-width: 100%;
}
.pro-page-wrap .section-title {
  margin-bottom: 14px;
}
.pro-page-wrap .single-post-main .post-featured-img {
  padding-bottom: 40%;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .pro-page-wrap main .grid {
    width: 100%;
  }
}
.pro-page-wrap .related-posts .section-title-wrapper {
  border: unset;
  margin-bottom: unset;
  padding-bottom: unset;
}
.pro-page-wrap .related-posts .col-desk-3 {
  border: unset;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .pro-page-wrap .related-posts .col-desk-3:nth-child(n+4) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .pro-page-wrap .related-posts .pro-card-wrapper .pro-card .card-img {
    padding-bottom: 30%;
  }
}
@media screen and (min-width: 601px) {
  .pro-page-wrap .related-posts .pro-card-wrapper {
    margin-bottom: unset;
    height: 100%;
    position: relative;
    padding-bottom: 24px;
  }
  .pro-page-wrap .related-posts .pro-card-wrapper .date {
    position: absolute;
    bottom: 24px;
    margin-bottom: unset;
  }
}
.pro-page-wrap #pico_launcher {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pro-home-featured .pro-card-wrapper .pro-card--landscape {
    flex-direction: column;
  }
  .pro-home-featured .pro-card-wrapper .pro-card--landscape .card-img {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56%;
    border-radius: 16px 16px 0 0;
  }
  .pro-home-featured .pro-card-wrapper .pro-card--landscape .card-img img {
    position: absolute;
    top: 0;
  }
  .pro-home-featured .pro-card-wrapper .pro-card--landscape .pro-card-content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .pro-home-featured .pro-card-wrapper .pro-card--landscape .card__desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .pro-home-featured .pro-card-wrapper .pro-card--landscape .card__heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .pro-home-featured .pro-card-wrapper .pro-card--landscape .card__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .pro-home-featured .col-desk-6 .pro-card .card__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .pro-home-featured .col-desk-6 .pro-card .card__heading {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .pro-home-featured .col-desk-6 .pro-card-wrapper {
    height: 100%;
    position: relative;
  }
  .pro-home-featured .col-desk-6 .pro-card-wrapper .date {
    position: absolute;
    bottom: 16px;
  }
}

.pro-home-research-reports__grid {
  flex-wrap: nowrap;
  max-width: unset;
  overflow-x: auto;
  min-width: 83vw;
  padding-bottom: 24px;
}
.pro-home-research-reports__grid .col-desk-12 {
  min-width: 900px;
}
@media screen and (max-width: 600px) {
  .pro-home-research-reports__grid .col-desk-12 {
    width: 40vw;
  }
}
@media screen and (max-width: 600px) {
  .pro-home-research-reports__grid .col-desk-12 {
    min-width: 80%;
    margin-right: 16px;
  }
}
.pro-home-research-reports__grid .col-desk-12:last-child {
  margin-right: 4vw;
}
.pro-home-research-reports .pro-card-wrapper {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .pro-home-research-reports .pro-card-wrapper .card-img {
    border-radius: 16px 16px 0 0;
  }
}
.pro-home-research-reports .pro-card--landscape {
  height: 100%;
}
@media screen and (max-width: 600px) {
  .pro-home-research-reports .pro-card--landscape {
    position: relative;
  }
  .pro-home-research-reports .pro-card--landscape .date {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .pro-home-research-reports .pro-card--landscape {
    flex-direction: column;
  }
  .pro-home-research-reports .pro-card--landscape .card-img {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56%;
  }
  .pro-home-research-reports .pro-card--landscape .card-img img {
    position: absolute;
    top: 0;
  }
  .pro-home-research-reports .pro-card--landscape .pro-card-content {
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .pro-home-research-reports .pro-card-content {
    position: relative;
  }
}
.pro-home-research-reports .pro-card-cta {
  margin-top: 40px !important;
  position: absolute;
  bottom: 24px;
  width: 80%;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 600px) {
  .pro-home-research-reports .pro-card-cta {
    width: 90%;
  }
}
.pro-home-research-reports .pro-home-research-reports-cta {
  padding-right: unset;
  width: 100%;
  bottom: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1025px) {
  .pro-home-research-reports .pro-home-research-reports-cta:hover {
    color: #3866F6;
  }
}
.pro-home-research-reports .pro-home-research-reports-cta:before {
  content: "⟶";
  font-size: 28px;
  transform: translateY(-56%);
  width: auto;
  height: auto;
  border: unset;
}

@media screen and (max-width: 600px) {
  .pro-home-for-you {
    display: none;
  }
}
.pro-home-for-you .col-desk-6:nth-child(1) .pro-card-wrapper {
  height: 100%;
}
.pro-home-for-you .col-desk-6:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pro-home-for-you .col-desk-6:nth-child(2) .pro-card-wrapper:last-child {
  margin-bottom: unset;
}
@media screen and (max-width: 600px) {
  .pro-home-for-you .col-desk-6:nth-child(2) .pro-card-wrapper .pro-card-content .heading {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .pro-home-newsletters {
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .pro-home-newsletters .pro-card-wrapper .pro-card-content .heading {
    font-size: 17px;
  }
}
@media screen and (max-width: 600px) {
  .pro-home-newsletters .pro-card-wrapper .pro-card-content .heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .pro-home-newsletters .col-desk-4 {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .pro-home-newsletters .col-desk-4 {
    min-width: 300px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 600px) {
  .pro-home-newsletters .alm-ajax.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    min-width: 150%;
    padding-right: 210px;
  }
  .pro-home-newsletters .alm-ajax.grid .col-desk-4 {
    min-width: 300px;
    padding-right: 15px;
  }
  .pro-home-newsletters .alm-ajax.grid .col-desk-4 .card-img {
    margin-bottom: unset;
  }
}

.pro-card-wrapper {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
.pro-card-wrapper:not(.dark-bg) {
  border: 1px solid #E5E5E5;
}
.pro-card-wrapper.dark-bg .card__desc {
  color: rgba(255, 255, 255, 0.75);
}

.card-wrapper--pro .card__desc,
.card-wrapper--pro .date {
  color: rgba(255, 255, 255, 0.75);
}

.pro-card .pro-card-content {
  padding: 5%;
}
.pro-card .pro-card-cta {
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  .pro-card .pro-card-cta .btn {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .pro-card .card__tags .card-author {
    display: none;
  }
}
.pro-card .card__desc {
  color: rgba(0, 0, 0, 0.75);
}
.pro-card--landscape {
  display: flex;
  flex-direction: row;
}
.pro-card--landscape .card-img {
  width: 45%;
  position: relative;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
}
.pro-card--landscape .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pro-card--landscape .pro-card-content {
  width: 55%;
}
.pro-card--landscape .pro-card-content > *:last-child {
  margin-bottom: unset;
}
.pro-card--landscape-reverse {
  flex-direction: row-reverse;
}
.pro-card--landscape-reverse .card-img {
  margin-right: unset;
  margin-left: 5%;
}
.pro-card--portrait .card-img {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  margin-bottom: 16px;
  display: block;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.pro-card--portrait .card-img img {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pro-card--portrait .pro-card-content > * {
  margin-bottom: 12px;
}

.pro-iframe .heading {
  margin-bottom: 16px;
}
.pro-iframe iframe {
  border: 1px solid #E5E5E5;
  border-radius: 16px;
}

@media screen and (max-width: 600px) {
  .archive-insight-type-first-4 .col-desk-6:nth-child(2) .pro-card {
    flex-direction: column;
  }
  .archive-insight-type-first-4 .col-desk-6:nth-child(2) .pro-card .card-img {
    width: 100%;
  }
  .archive-insight-type-first-4 .col-desk-6:nth-child(2) .pro-card .pro-card-content {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .pro-page-wrap.archive .pro-home-newsletters .card__desc {
    display: none;
  }
}
#pico .pico-read-more {
  color: white;
  background-color: #3866F6;
  border: 1px solid #3866F6;
  position: relative;
  padding: 10px 32px 10px 16px;
  font-weight: bold;
  min-width: 170px;
  transition: 0.3s ease;
}
#pico .pico-read-more:before {
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-37%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-radius: 1px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  color: inherit;
  border-color: currentColor;
  content: "";
}
@media screen and (min-width: 1025px) {
  #pico .pico-read-more:hover {
    color: #3866F6;
    background-color: white;
    border-color: #3866F6;
  }
}

/* PRO MENU ICONS */
.pro-side-menu .pro-side-menu__links li {
  position: relative;
  padding-left: 18px;
}
.pro-side-menu .pro-side-menu__links li:before {
  position: absolute;
  top: 50%;
  content: "";
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  opacity: 0.75;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}
.pro-side-menu .pro-side-menu__links li.current-menu-item:before {
  opacity: 1;
}
.pro-side-menu .pro-side-menu__links li.fa-house:before {
  background-image: url("../img/pro-menu-icons/house.svg");
}
.pro-side-menu .pro-side-menu__links li.fa-house.current-menu-item:before {
  background-image: url("../img/pro-menu-icons/house-blue.svg");
}
.pro-side-menu .pro-side-menu__links li.fa-newspaper:before {
  background-image: url("../img/pro-menu-icons/newspaper.svg");
}
.pro-side-menu .pro-side-menu__links li.fa-newspaper.current-menu-item:before {
  background-image: url("../img/pro-menu-icons/newspaper-blue.svg");
}
.pro-side-menu .pro-side-menu__links li.fa-book-user:before {
  background-image: url("../img/pro-menu-icons/book-user.svg");
}
.pro-side-menu .pro-side-menu__links li.fa-book-user.current-menu-item:before {
  background-image: url("../img/pro-menu-icons/book-user-blue.svg");
}
.pro-side-menu .pro-side-menu__links li.fa-wallet:before {
  background-image: url("../img/pro-menu-icons/wallet.svg");
}
.pro-side-menu .pro-side-menu__links li.fa-wallet.current-menu-item:before {
  background-image: url("../img/pro-menu-icons/wallet-blue.svg");
}
.pro-side-menu .pro-side-menu__links li.fa-book-open-cover:before {
  background-image: url("../img/pro-menu-icons/book-open-cover.svg");
}
.pro-side-menu .pro-side-menu__links li.fa-book-open-cover.current-menu-item:before {
  background-image: url("../img/pro-menu-icons/book-open-cover-blue.svg");
}
.pro-side-menu .pro-side-menu__links li.fa-user:before {
  background-image: url("../img/pro-menu-icons/user.svg");
  transform: translateY(calc(-50% - 9px));
}
.pro-side-menu .pro-side-menu__links li.fa-user.current-menu-item:before {
  background-image: url("../img/pro-menu-icons/user-blue.svg");
}

.search-page-pro .section-title-wrapper {
  border-bottom: unset;
  padding-bottom: unset;
}
@media screen and (max-width: 600px) {
  .search-page-pro .pro-card--landscape {
    flex-direction: column;
  }
  .search-page-pro .pro-card--landscape .card-img,
.search-page-pro .pro-card--landscape .pro-card-content {
    width: 100%;
  }
  .search-page-pro .pro-card--landscape .card-img .card__desc,
.search-page-pro .pro-card--landscape .pro-card-content .card__desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .search-page-pro .pro-card--landscape .card-img {
    border-radius: 16px 16px 0 0;
  }
}
@media screen and (min-width: 601px) {
  .search-page-pro .pro-card--landscape .card-img img {
    position: absolute;
    left: 0;
    top: 0;
  }
}

/*
    ====================================================
     Company Section
    ====================================================
*/
.company-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.company-header > .grid {
  max-width: 100%;
}
.company-header .site-logo {
  display: inline-block;
  width: 260px;
}
@media screen and (max-width: 600px) {
  .company-header .site-logo {
    width: 220px;
  }
}
.company-header .header-main-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 34px;
  padding-bottom: 34px;
}
@media screen and (max-width: 600px) {
  .company-header .header-main-container {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

.cip-hero {
  margin: unset;
}
@media only screen and (min-width: 1300px) {
  .cip-hero {
    margin-bottom: 265px;
  }
}
@media only screen and (max-width: 1299px) {
  .cip-hero {
    margin-bottom: calc(12vw + 100px);
  }
}
@media screen and (max-width: 1024px) {
  .cip-hero {
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 600px) {
  .cip-hero {
    margin-bottom: 42vw;
  }
}
.cip-hero .grid {
  position: relative;
  padding-top: 88px;
  padding-bottom: 95px;
}
@media screen and (max-width: 600px) {
  .cip-hero .grid {
    padding-top: 33px;
  }
}
@media screen and (max-width: 600px) {
  .cip-hero--single-img .grid {
    padding-top: 32px;
    padding-bottom: 170px;
  }
}
@media screen and (min-width: 601px) {
  .cip-hero--single-img {
    margin-bottom: 17vw;
  }
}
@media screen and (min-width: 851px) {
  .cip-hero--single-img {
    margin-bottom: 22vw;
  }
}
@media screen and (min-width: 1311px) {
  .cip-hero--single-img {
    margin-bottom: 290px;
  }
}
@media only screen and (min-width: 1300px) {
  .cip-hero--2-imgs {
    margin-bottom: 240px;
  }
}
@media only screen and (max-width: 1299px) {
  .cip-hero--2-imgs {
    margin-bottom: 18vw;
  }
}
@media only screen and (max-width: 900px) {
  .cip-hero--2-imgs {
    margin-bottom: 19vw;
  }
  .cip-hero--2-imgs .grid {
    padding-bottom: 48px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .cip-hero--2-imgs {
    margin-bottom: 42vw;
  }
  .cip-hero--2-imgs .grid {
    padding-bottom: 170px;
  }
}
.cip-hero__content {
  max-width: 562px;
}
.cip-hero__content p:last-of-type {
  margin-bottom: unset;
}
.cip-hero__heading {
  margin-bottom: 32px;
  font-size: 70px;
}
@media screen and (max-width: 1024px) {
  .cip-hero__heading {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  .cip-hero__heading {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.cip-hero__desc {
  line-height: 1.6;
  font-size: 16px;
}
.cip-hero__img-col {
  position: relative;
}
.cip-hero__img-col .img-wrapper {
  position: absolute;
  top: 0;
  width: 95.4198473284%;
}
.cip-hero__img-col .img-wrapper img {
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .cip-hero__img-col {
    transform: translateY(32px);
  }
}
.cip-hero__img-col.col-desk-6 .img-wrapper {
  height: 36vw;
  max-height: 465px;
}
@media screen and (max-width: 600px) {
  .cip-hero__img-col.col-desk-6 .img-wrapper {
    height: 67.5vw;
  }
}
.cip-hero__img-col.col-desk-3 .img-wrapper {
  width: calc(100% - 32px);
  margin: 0 auto;
  height: 30vw;
  max-height: 375px;
}
@media screen and (max-width: 600px) {
  .cip-hero__img-col.col-desk-3 .img-wrapper {
    height: 55vw;
    width: calc(100% - 16px);
  }
}
.cip-hero__img-col.col-desk-3:last-of-type {
  top: 70px;
}
@media screen and (max-width: 600px) {
  .cip-hero__img-col.col-desk-3:last-of-type {
    top: 40px;
  }
}
.cip-hero--logos .grid {
  padding-bottom: unset;
}
.cip-hero--logos .logo-slider__row {
  margin-top: 64px;
  margin-bottom: 64px;
}
.cip-hero--logos, .cip-hero--text-only {
  margin-bottom: unset;
}
.cip-hero--text-only {
  margin-bottom: 90px;
}
.page-template-contact .cip-hero--text-only {
  margin-bottom: unset;
}
@media screen and (min-width: 1025px) {
  .cip-hero--text-only .cip-hero__desc {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .cip-hero--text-only .grid {
    padding-bottom: 48px;
  }
}
.cip-hero__logos-outer-container {
  padding: 66px 80px;
  padding-bottom: 34px;
}
@media screen and (max-width: 1024px) {
  .cip-hero__logos-outer-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .cip-hero__logos-outer-container {
    padding: 36px 20px 10px;
  }
}
.cip-hero__logos-inner-container {
  display: flex;
  margin-left: -3.5%;
  margin-right: -3.5px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .cip-hero__logos-inner-container {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }
}
@media screen and (max-width: 600px) {
  .cip-hero__logos-inner-container {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cip-hero__logos-inner-container .img-wrapper {
  width: 9.66%;
  height: 25px;
  margin: 0 3.5% 32px;
}
@media screen and (max-width: 1024px) {
  .cip-hero__logos-inner-container .img-wrapper {
    width: auto;
    margin: 0 1.5% 22px;
    max-width: 116px;
  }
}
@media screen and (max-width: 850px) {
  .cip-hero__logos-inner-container .img-wrapper {
    height: 22px;
  }
}
@media screen and (max-width: 600px) {
  .cip-hero__logos-inner-container .img-wrapper {
    width: calc(50% - 40px);
    height: 25px;
    margin: 0 20px 34px;
  }
}
.cip-hero__logos-inner-container .img-wrapper img {
  object-fit: contain;
}

.cip-centered-text-block__content {
  text-align: center;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}
.cip-centered-text-block__content p:not(:last-of-type) {
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .cip-centered-text-block__content {
    font-size: 28px;
    max-width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .cip-centered-text-block__content {
    font-size: 22px;
    max-width: 336px;
  }
}

.cip-team {
  margin-top: 125px;
}
@media screen and (max-width: 600px) {
  .cip-team {
    margin-top: 90px;
  }
}
.cip-team .section-title-wrapper .section-title:before {
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(0) rotate(-45deg);
  width: 16px;
  height: 16px;
  border-radius: 1px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  color: inherit;
  border-color: currentColor;
  content: "";
  transition: 0.4s ease;
}
@media screen and (max-width: 600px) {
  .cip-team .section-title-wrapper .section-title:before {
    width: 13px;
    height: 13px;
    transform: translateY(-3px) rotate(-45deg);
  }
}
.cip-team__section-title {
  font-size: 70px;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 600px) {
  .cip-team__section-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.cip-team__group {
  margin-bottom: 42px;
}
.cip-team__group .section-title {
  cursor: pointer;
}
.cip-team__group.active .section-title-wrapper .section-title:before {
  transform: translateY(-5px) rotate(135deg);
}
@media screen and (max-width: 600px) {
  .cip-team__group.active .section-title-wrapper .section-title:before {
    transform: translateY(-10px) rotate(135deg);
  }
}
.cip-team__group .cip-team__profile-list {
  height: 0;
  overflow: hidden;
  transition: 0.6s ease;
}
.cip-team__profile-list {
  position: relative;
}
.cip-team__profile-list .spinner-loader {
  display: none;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.cip-team__profile-list.loading:not(.load-more-clicked) .spinner-loader {
  display: block;
}
.cip-team__profile-list.loading:not(.load-more-clicked) .cip-team__single-profile {
  opacity: 0;
}
.cip-team__single-profile {
  margin-bottom: 48px;
  cursor: pointer;
  opacity: 1;
  transition: 0.2s ease;
}
@media screen and (max-width: 1024px) {
  .cip-team__single-profile {
    margin-bottom: 40px;
  }
}
.cip-team__single-profile.hidden {
  display: none;
}
.cip-team__single-profile .img-wrapper {
  height: 0;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 20px;
}
.cip-team__single-profile .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cip-team__single-profile .img-wrapper .fa-plus {
  font-size: 18px;
  color: white;
  z-index: 50;
  position: absolute;
  bottom: 13px;
  right: 13px;
  background-color: black;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  transition: 0.3s ease;
}
.cip-team__single-profile .img-wrapper:hover .fa-plus {
  background-color: white;
  color: black;
}
.cip-team__name {
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .cip-team__name {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .cip-team__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .cip-team__role {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .cip-team__role {
    font-size: 14px;
  }
}
.cip-team__bio, .cip-team__tags, .cip-team__author-link, .cip-team__contact-info {
  display: none;
}

.cip-team-modal {
  max-width: 980px;
  max-height: 90vh;
  overflow: hidden;
  width: 95vw;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 36px 74px 36px 36px;
  display: flex;
  flex-direction: row;
  border: 1px solid black;
  display: none;
  z-index: 1001;
  justify-content: space-between;
}
.cip-team-modal.active {
  display: flex;
}
@media screen and (max-width: 600px) {
  .cip-team-modal {
    flex-direction: column;
    overflow-y: auto;
    padding: 36px 24px;
    max-height: 95vh;
  }
}
.cip-team-modal__img-col {
  width: 34%;
}
@media screen and (max-width: 600px) {
  .cip-team-modal__img-col {
    display: none;
  }
}
.cip-team-modal .img-wrapper {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.cip-team-modal .img-wrapper img {
  object-fit: cover;
  position: absolute;
  top: 0;
}
.cip-team-modal__main {
  width: 61%;
}
@media screen and (max-width: 600px) {
  .cip-team-modal__main {
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .cip-team-modal__main {
    overflow: auto;
  }
}
.cip-team-modal__main > * {
  max-width: 500px;
}
.cip-team-modal__main > *:last-child {
  padding-bottom: 5px;
}
.cip-team-modal__name {
  margin-bottom: 6px;
}
.cip-team-modal__role {
  margin-bottom: 16px;
}
.cip-team-modal__desc {
  letter-spacing: -0.03em;
  line-height: 1.4;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 600px) {
  .cip-team-modal__desc {
    font-size: 16px;
  }
}
.cip-team-modal__desc p {
  letter-spacing: inherit;
  font-size: inherit;
}
.cip-team-modal__close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 600px) {
  .cip-team-modal__close {
    top: 22px;
    right: 22px;
  }
}
.cip-team-modal .cip-team-tag-list {
  margin-bottom: 12px;
}
.cip-team-modal__contact-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}
@media screen and (max-width: 850px) {
  .cip-team-modal__contact-info {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .cip-team-modal__contact-info .cip-team-email {
    margin-bottom: 16px;
  }
}
.cip-team-modal__contact-info-mobile {
  display: none;
  flex-direction: column-reverse;
}
@media screen and (max-width: 600px) {
  .cip-team-modal__contact-info-mobile {
    display: flex;
  }
}
.cip-team-modal__contact-info-mobile .cip-team-email {
  margin-bottom: 20px;
  font-size: 14px;
}
.cip-team-modal__contact-info-mobile .cip-team-socials {
  margin-bottom: 16px;
}
.cip-team-modal__contact-info-mobile .cip-team-socials li {
  margin-right: 14px;
}
.cip-team-modal__contact-info-mobile .cip-team-socials a {
  height: 18px;
  width: 18px;
}

.cip-partners .grid {
  padding-top: 70px;
  padding-bottom: 70px;
}
.cip-partners__section-title {
  text-align: center;
  margin-bottom: 44px;
}
.cip-partners__logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-left: 5%;
  padding-right: 5%;
}
.cip-partners__logos .img-wrapper {
  height: 44px;
  width: 15%;
  margin: 44px 5%;
}
@media screen and (max-width: 600px) {
  .cip-partners__logos .img-wrapper {
    height: 20px;
    width: 34%;
    margin: 25px 8%;
  }
}
.cip-partners__logos .img-wrapper img {
  object-fit: contain;
}

@media screen and (min-width: 601px) {
  .cip-stats .heading br {
    display: none;
  }
}
.cip-stats__intro .col-desk-8 .heading {
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .cip-stats__intro .col-desk-4 {
    margin-bottom: 16px;
  }
  .cip-stats__intro .col-desk-4 .heading {
    font-size: 18px;
  }
  .cip-stats__intro .col-desk-8 .heading {
    font-size: 22px;
  }
}
.cip-stats__figures .heading--1 {
  font-size: 70px;
}
@media screen and (max-width: 600px) {
  .cip-stats__figures .heading--1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .cip-stats__figures .heading.p1 {
    font-size: 18px;
    line-height: 1.3;
  }
}
.cip-stats--1 {
  margin-top: 105px;
  margin-bottom: 105px;
}
@media screen and (max-width: 600px) {
  .cip-stats--1 {
    margin-bottom: unset;
  }
}
.cip-stats--1 .cip-stats__intro {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .cip-stats--1 .cip-stats__intro {
    margin-bottom: 48px;
  }
}
.cip-stats--1 .number-container {
  margin-bottom: 48px;
}
.cip-stats--2 {
  margin-top: unset;
  padding-top: 88px;
  padding-bottom: 130px;
}
@media screen and (max-width: 600px) {
  .cip-stats--2 {
    padding-top: 32px;
    padding-bottom: 0;
  }
  .cip-stats--2 .grid {
    padding-right: 4%;
  }
}
.cip-stats--2 .cip-stats__figures {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 90px;
}
@media screen and (max-width: 600px) {
  .cip-stats--2 .cip-stats__figures {
    margin-top: 48px;
  }
}
@media screen and (max-width: 600px) {
  .cip-stats--2 .cip-stats__figures .number-container {
    width: 50%;
    margin-bottom: 45px;
  }
  .cip-stats--2 .cip-stats__figures .number-container .heading--1 {
    font-size: 40px;
  }
  .cip-stats--2 .cip-stats__figures .number-container span {
    display: block;
  }
}
@media screen and (min-width: 601px) {
  .cip-stats--2 .cip-stats__figures .number-container {
    padding-bottom: 14.7%;
  }
  .cip-stats--2 .cip-stats__figures .number-container:nth-child(odd) {
    width: 42.5%;
    margin-right: 7.5%;
    padding-right: 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .cip-stats--2 .cip-stats__figures .number-container:nth-child(even) {
    width: 38.5%;
    margin-left: 11.5%;
    padding-right: 32px;
  }
  .cip-stats--2 .cip-stats__figures .number-container:nth-last-child(2), .cip-stats--2 .cip-stats__figures .number-container:last-child {
    padding-bottom: unset;
  }
}
.cip-stats--3 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .cip-stats--3 {
    margin-top: 36px;
    margin-bottom: 12px;
  }
}
.cip-stats--3 .cip-stats__intro {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .cip-stats--3 .cip-stats__intro {
    margin-bottom: 32px;
  }
}
.cip-stats--3 .cip-stats__figures .number-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #E5E5E5;
}
.cip-stats--3 .cip-stats__figures .number-container .heading:nth-child(1) {
  font-size: 24px;
}
.cip-stats--3 .cip-stats__figures .number-container .heading:nth-child(2) {
  font-size: 52.5px;
}
@media screen and (max-width: 600px) {
  .cip-stats--3 .cip-stats__figures .number-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .cip-stats--3 .cip-stats__figures .number-container .heading {
    font-size: 26px;
  }
  .cip-stats--3 .cip-stats__figures .number-container .heading:nth-child(1) {
    width: 68%;
  }
  .cip-stats--3 .cip-stats__figures .number-container .heading:nth-child(2) {
    width: 25%;
    text-align: right;
    margin-bottom: unset;
  }
}
.cip-stats--ns .cip-stats__intro > div:nth-child(2) .wysiwyg ul {
  font-weight: normal;
  font-size: 20px;
  opacity: 0.75;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.cip-stats--ns .cip-stats__intro > div:nth-child(2) .wysiwyg ul li {
  width: calc(50% - 16px);
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .cip-stats--ns .cip-stats__intro > div:nth-child(2) .wysiwyg ul {
    display: block;
    font-size: 18px;
    margin-top: 24px;
  }
  .cip-stats--ns .cip-stats__intro > div:nth-child(2) .wysiwyg ul li {
    width: 100%;
  }
}

.cip-stats-img {
  height: 430px;
  margin: unset;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .cip-stats-img {
    height: 303px;
  }
}

.cip-authority {
  padding-bottom: 80px;
  padding-top: 80px;
  margin: unset;
}
.cip-authority__text .heading {
  max-width: 488px;
  line-height: 1.3;
}
.cip-authority__text .heading:nth-child(1) {
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .cip-authority__text .heading:nth-child(1) {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  .cip-authority__text .heading:nth-child(2) {
    font-size: 22px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 600px) {
  .cip-authority__text .heading {
    max-width: unset;
  }
}
.cip-authority__img .img-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 90%;
}
.cip-authority__img .img-wrapper img {
  object-fit: cover;
  position: absolute;
  top: 0;
}

.cip-ni {
  margin: unset;
  padding-top: 80px;
  padding-bottom: 125px;
}
.cip-ni__placements {
  margin-top: 110px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .cip-ni__placements {
    margin-top: 72px;
  }
}
@media screen and (max-width: 600px) {
  .cip-ni__placements {
    flex-direction: column;
    margin-top: unset;
  }
}
.cip-ni__single-placement {
  padding-top: 18px;
  border-top: 1px solid white;
  width: 46.5%;
}
.cip-ni__single-placement > * {
  max-width: 380px;
}
@media screen and (max-width: 600px) {
  .cip-ni__single-placement {
    width: 100%;
    margin-top: 60px;
  }
}
.cip-ni__single-placement .text {
  font-size: 19px;
}
.cip-ni__single-placement .text p {
  font-size: inherit;
}
.cip-ni__single-placement ul {
  list-style: initial;
  padding-left: 28px;
  margin-top: 36px;
}
.cip-ni__single-placement ul li {
  margin-bottom: 7px;
}
.cip-ni__single-placement ul li::marker {
  margin-right: unset;
}

.cip-case-studies {
  padding-top: 80px;
  padding-bottom: 70px;
  margin: unset;
}
@media screen and (max-width: 600px) {
  .cip-case-studies {
    padding-top: 34px;
    padding-bottom: 10px;
  }
}
.cip-case-studies .cip-stats__intro {
  margin-bottom: 55px;
}
@media screen and (max-width: 600px) {
  .cip-case-studies .cip-stats__intro {
    margin-bottom: 34px;
  }
}
.cip-case-studies__single {
  height: 225px;
  background-color: white;
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
}
.cip-case-studies__single .img-wrapper {
  width: 55%;
  max-height: 45px;
}
.cip-case-studies__single .img-wrapper img {
  object-fit: contain;
}
.cip-case-studies__single .btn {
  position: absolute;
  bottom: 22px;
  transform: translateX(calc(-50% + 10px));
  left: 50%;
  font-weight: bold;
  letter-spacing: -0.05em;
}

.cip-careers-benefits {
  margin-bottom: 58px;
}
@media screen and (max-width: 600px) {
  .cip-careers-benefits {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 600px) {
  .cip-careers-benefits .col-desk-4 .heading {
    font-size: 36px;
    text-align: center;
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 601px) {
  .cip-careers-benefits .col-desk-4 .heading {
    position: sticky;
    top: 200px;
  }
  .cip-careers-benefits .col-desk-4 .heading span {
    display: block;
  }
}
.cip-careers-benefits__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .cip-careers-benefits__cards {
    padding-right: unset;
  }
}
.cip-careers-benefits__card {
  width: calc(50% - 32px);
  margin: 0 16px 32px;
  padding: 4.5%;
}
@media screen and (max-width: 1024px) {
  .cip-careers-benefits__card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 9%;
  }
}
@media screen and (max-width: 600px) {
  .cip-careers-benefits__card {
    margin-bottom: unset;
    padding: 18px 36px;
  }
  .cip-careers-benefits__card:first-child {
    padding-top: 46px;
  }
  .cip-careers-benefits__card:last-child {
    padding-bottom: 40px;
  }
}
.cip-careers-benefits__card .img-wrapper {
  height: 24px;
  display: inline-block;
  margin-bottom: 10px;
  width: 24px;
}
@media screen and (max-width: 600px) {
  .cip-careers-benefits__card .img-wrapper {
    margin-bottom: 20px;
  }
}
.cip-careers-benefits__card .img-wrapper img {
  object-fit: contain;
}
.cip-careers-benefits__card .heading {
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .cip-careers-benefits__card .heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.cip-vacancies {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .cip-vacancies {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .cip-vacancies {
    margin-bottom: 48px;
  }
}
.cip-vacancies__section-heading {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .cip-vacancies__section-heading {
    font-size: 36px;
  }
}
.cip-vacancies__container {
  margin-left: auto;
  margin-right: auto;
}
.cip-vacancies__role {
  position: relative;
  display: block;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .cip-vacancies__role {
    font-size: 18px;
  }
}
.cip-vacancies__role:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "+";
  transition: 0.4s ease;
}
.cip-vacancies__desc {
  margin-top: 0;
  margin-bottom: 0;
  height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}
.cip-vacancies__single {
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .cip-vacancies__single {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cip-vacancies__single > * {
  padding-right: 32px;
}
.cip-vacancies__single.active .cip-vacancies__role:before {
  transform: translateY(-50%) rotate(45deg);
}

.cip-press {
  margin-bottom: 10px;
  margin-top: 84px;
}
.cip-press__year-group:not(:last-child) {
  margin-bottom: 20px;
}
.cip-press__year .heading {
  position: sticky;
  top: 200px;
  line-height: 1;
  font-size: 32px;
  margin-bottom: 48px;
}
@media screen and (min-width: 601px) {
  .cip-press__year .heading {
    font-size: 36px;
    margin-bottom: 90px;
  }
}
.cip-press__mentions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cip-press__single {
  width: 50%;
  margin-bottom: 90px;
  padding-right: 8%;
  display: block;
  color: black;
}
.cip-press__single.no-pointer {
  cursor: default;
  pointer-events: none;
}
.cip-press__single:not(.no-pointer):hover .heading {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .cip-press__single {
    width: 100%;
    padding-right: 1%;
    margin-bottom: 44px;
  }
}
.cip-press__single .img-wrapper {
  height: 28px;
  width: 120px;
  display: inline-block;
  margin-bottom: 24px;
}
.cip-press__single .img-wrapper.width-auto {
  width: auto;
}
@media screen and (max-width: 600px) {
  .cip-press__single .img-wrapper {
    height: 24px;
  }
}
.cip-press__single .img-wrapper img {
  object-fit: contain;
  width: auto;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .cip-press__single .heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .cip-press__single .heading {
    font-size: 22px;
  }
}

.cip-contact {
  margin: unset;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .cip-contact {
    padding-bottom: 44px;
  }
}
@media screen and (max-width: 600px) {
  .cip-contact__form {
    order: 2;
  }
}
@media screen and (max-width: 600px) {
  .cip-contact__emails {
    order: 1;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 601px) {
  .cip-contact__emails {
    padding-left: 7%;
  }
}
@media screen and (min-width: 1025px) {
  .cip-contact__emails {
    padding-left: 9%;
  }
}
@media screen and (max-width: 1024px) {
  .cip-contact__email-label {
    font-size: 18px;
  }
}
.cip-contact__email {
  font-size: 36px;
  text-decoration: underline white 2px;
  text-underline-offset: 0.25em;
  transition: 0.3s ease;
  margin-top: 10px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .cip-contact__email:hover {
    color: #3866F6;
    text-decoration-color: #3866F6;
  }
}
@media screen and (max-width: 1024px) {
  .cip-contact__email {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .cip-contact__email {
    font-size: 26px;
    margin-top: 8px;
  }
}
.cip-contact__email-wrapper {
  margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
  .cip-contact__email-wrapper {
    margin-bottom: 40px;
  }
}

.cip-location {
  margin: unset;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .cip-location {
    padding-top: 44px;
    padding-bottom: 30px;
  }
  .cip-location .col-desk-6:first-child {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
}
.cip-location__heading {
  font-size: 70px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .cip-location__heading {
    font-size: 44px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 600px) {
  .cip-location__heading {
    font-size: 32px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .cip-location__heading span {
    display: block;
  }
}
.cip-location__city {
  font-size: 36px;
}
@media screen and (max-width: 1024px) {
  .cip-location__city {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .cip-location__city {
    font-size: 18px;
    width: 50%;
    line-height: 1.5;
  }
}
.cip-location__address {
  font-size: 24px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 600px) {
  .cip-location__address {
    font-size: 20px;
    width: 50%;
    margin-top: unset;
  }
}
.cip-location__img .img-wrapper {
  height: 0;
  padding-bottom: 71%;
  position: relative;
}
.cip-location__img .img-wrapper img {
  position: absolute;
  top: 0;
  object-fit: cover;
}

.job-apply-popup {
  width: 770px;
  padding: 48px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  z-index: 1002;
  animation: 0.6s applicationFormReveal ease;
  display: none;
}
.job-apply-popup.active {
  display: block;
}
@media screen and (max-width: 1024px) {
  .job-apply-popup {
    width: 80vw;
  }
}
@media screen and (max-width: 600px) {
  .job-apply-popup {
    width: 90vw;
    padding: 32px 16px;
  }
}
.job-apply-popup__heading {
  margin-bottom: 26px;
}
@media screen and (max-width: 600px) {
  .job-apply-popup__heading {
    margin-bottom: 16px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 380px) {
  .job-apply-popup__heading {
    font-size: 24px;
  }
}
.job-apply-popup .close-btn {
  color: black;
  top: 28px;
  right: 28px;
  font-size: 24px;
}
@media only screen and (max-width: 380px) {
  .job-apply-popup .close-btn {
    top: 12px;
    right: 12px;
  }
}

.job-app-form-container .gfield {
  margin-bottom: 16px;
}
@media only screen and (max-width: 380px) {
  .job-app-form-container .gfield {
    margin-bottom: 12px;
  }
}
.job-app-form-container .gfield label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 600px) {
  .job-app-form-container .gfield label {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 380px) {
  .job-app-form-container .gfield label {
    margin-bottom: 6px;
  }
}
.job-app-form-container .gfield .ginput_container input {
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  letter-spacing: -0.05em;
}
@media screen and (max-width: 600px) {
  .job-app-form-container .gfield .ginput_container input {
    padding: 12px;
  }
}
@media only screen and (max-width: 380px) {
  .job-app-form-container .gfield .ginput_container input {
    padding: 10px;
    font-size: 15px;
  }
}
.job-app-form-container .cover-letter-field label {
  position: relative;
  display: inline-block;
}
.job-app-form-container .cover-letter-field label:before {
  content: "Optional";
  position: absolute;
  left: calc(100% + 10px);
  color: rgba(0, 0, 0, 0.5);
}
.job-app-form-container [type=submit] {
  width: 100%;
  text-align: left;
  background-color: #3866F6;
  border-color: #3866F6;
  color: white;
  height: 56px;
}
@media screen and (min-width: 1025px) {
  .job-app-form-container [type=submit]:hover {
    color: white;
    background-color: black;
    border-color: black;
  }
}
.job-app-form-container .gform_fileupload_rules,
.job-app-form-container .gfield_required,
.job-app-form-container .gform_validation_errors,
.job-app-form-container .gform_ajax_spinner {
  display: none;
}
.job-app-form-container .gfield_validation_message {
  letter-spacing: -0.05em;
  color: orangered;
  margin-top: 4px;
}

.cip-investors__list {
  justify-content: center;
  padding-top: 90px;
}
.cip-investors__list-section-title {
  font-size: 70px;
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 600px) {
  .cip-investors__list-section-title {
    font-size: 36px;
    margin-bottom: 28px;
  }
}

.cip-investors__list img {
  max-height: 35px;
  width: auto;
  height: auto;
  max-height: 48px;
  margin: 25px auto 0;
}

.cip-logos-slider {
  margin-top: unset;
  margin-bottom: unset;
  padding-bottom: 88px;
}
@media screen and (max-width: 600px) {
  .cip-logos-slider {
    padding-top: 32px;
    padding-bottom: 56px;
  }
}
.cip-logos-slider .heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .cip-logos-slider .heading {
    font-size: 22px;
  }
}
.cip-logos-slider .logo-slider__slide-container img {
  max-width: 130px;
  max-height: 32px;
}
@media screen and (max-width: 600px) {
  .cip-logos-slider .logo-slider__slide-container img {
    margin-left: 24px;
    margin-right: 24px;
    max-width: 90px;
  }
}

.cip-ec {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: unset;
  margin-top: unset;
}
@media screen and (max-width: 600px) {
  .cip-ec {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .cip-ec .grid {
    position: relative;
  }
  .cip-ec .grid:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 33.33%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
    pointer-events: none;
  }
}
.cip-ec__heading {
  margin-bottom: 44px;
}
@media screen and (max-width: 600px) {
  .cip-ec__heading {
    margin-bottom: 36px;
    font-size: 18px;
  }
}
.cip-ec__columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .cip-ec__columns {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 32px;
  }
}
.cip-ec__col {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 6%;
  width: 25%;
}
.cip-ec__col:nth-child(1) {
  padding-left: unset;
}
@media screen and (min-width: 1025px) {
  .cip-ec__col:nth-child(1) {
    width: 24.5%;
  }
}
@media screen and (min-width: 1025px) {
  .cip-ec__col:nth-child(2) {
    width: 27%;
  }
}
@media screen and (min-width: 1025px) {
  .cip-ec__col:nth-child(3) {
    width: 29.5%;
  }
}
.cip-ec__col:nth-child(4) {
  border-right: unset;
}
@media screen and (min-width: 1025px) {
  .cip-ec__col:nth-child(4) {
    width: 19%;
  }
}
@media screen and (max-width: 1024px) {
  .cip-ec__col {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 600px) {
  .cip-ec__col {
    width: 50%;
    min-width: 60%;
    padding-left: unset;
    border-right: unset;
  }
}
.cip-ec__col .heading {
  margin-bottom: 22px;
  font-size: 34px;
}
.cip-ec__col ul {
  letter-spacing: -0.05em;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .cip-ec__col ul {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .cip-ec__col ul {
    font-size: 16px;
  }
}
.cip-ec__col ul li {
  margin-bottom: 6px;
}
.cip-ec__col-container {
  max-width: 230px;
}
@media screen and (max-width: 600px) {
  .cip-ec__col-container {
    max-width: 150px;
  }
}

.page-template-advertise .content-studio-partners {
  padding-top: 64px;
  padding-bottom: 64px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .page-template-advertise .content-studio-partners {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.page-template-advertise .content-studio-partners > .grid {
  padding-left: unset;
  padding-right: unset;
}
@media screen and (min-width: 1025px) {
  .page-template-advertise .content-studio-partners > .grid {
    max-width: 1310px;
  }
}
.page-template-advertise .content-studio-partners .cip-stats__intro {
  padding-top: unset;
}
@media screen and (min-width: 601px) {
  .page-template-advertise .content-studio-partners .cip-stats__intro {
    padding-bottom: 60px;
  }
}
.page-template-advertise .content-studio-partners .cip-content-studio-cards {
  padding-top: unset;
  padding-bottom: 20px;
}
.page-template-advertise .content-studio-partners .partner-card-row {
  padding-left: unset;
  padding-right: unset;
  margin-left: unset;
  margin-right: unset;
}
.page-template-advertise .content-studio-partners .partner-card {
  margin-left: unset;
  margin-right: 48px;
  margin-bottom: 36px;
}
@media screen and (max-width: 600px) {
  .page-template-advertise .content-studio-partners .partner-card {
    margin-right: 36px;
    width: auto;
    min-width: 75vw;
  }
  .page-template-advertise .content-studio-partners .partner-card:first-child {
    margin-left: unset;
  }
}
.page-template-advertise .content-studio-partners .section-title-wrapper {
  border-bottom: unset;
  padding-bottom: unset;
  margin-bottom: 36px;
}
.page-template-advertise .content-studio-partners .section-title {
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .page-template-advertise .content-studio-partners .section-title {
    font-size: 18px;
  }
}

.cip-team-tag-list {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-left: 32px;
  position: relative;
}
.cip-team-tag-list:before {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 25 90.5 0L418.7 317.3c25-25 25-65.5 0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 80zm112 96c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32z'/%3E%3C/svg%3E");
}
.cip-team-tag-list li {
  margin-right: 8px;
  margin-bottom: 8px;
}
.cip-team-tag-list a {
  display: inline-block;
  background-color: #F1F1F1;
  color: #3866F6;
  padding: 8px 16px;
  border-radius: 9px;
  font-weight: 500;
  transition: 0.4s ease;
}
.cip-team-tag-list a:hover {
  background-color: black;
  color: white;
}

.cip-team-author-link {
  font-weight: 600;
}
.cip-team-author-link:hover {
  color: #3866F6;
}

.cip-team-socials {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cip-team-socials li {
  margin-right: 10px;
}
.cip-team-socials .img-wrapper {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cip-team-socials a {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.cip-team-socials a svg path {
  transition: 0.4s ease;
}
.cip-team-socials a:hover svg path {
  fill: #3866F6;
}

.cip-team-email {
  color: black;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.25em;
}
.cip-team-email:hover {
  color: #3866F6;
}

.teams-filter {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 600px) {
  .teams-filter {
    margin-bottom: 28px;
  }
}
.teams-filter .facetwp-radio {
  background: unset !important;
  padding: unset;
  display: inline-block;
  padding: 0 16px;
  font-size: 24px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 600;
  letter-spacing: -0.05em;
  transition: 0.4s ease;
}
.teams-filter .facetwp-radio.checked, .teams-filter .facetwp-radio:hover {
  color: black;
}
@media screen and (max-width: 600px) {
  .teams-filter .facetwp-radio {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.teams-filter .facetwp-facet {
  display: inline-flex;
  justify-content: center;
  margin-bottom: unset;
}
.teams-filter .facetwp-facet .facetwp-counter {
  display: none;
}
@media screen and (max-width: 600px) {
  .teams-filter .facetwp-facet {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .up-next-section.up-next-section--video-hub {
    margin-top: 32px;
  }
}
.up-next-section.up-next-section--video-hub .section-title-wrapper {
  border-bottom: unset;
}
.up-next-section.up-next-section--video-hub .video-up-next {
  padding-bottom: 2px;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .up-next-section.up-next-section--video-hub .video-up-next {
    font-size: 14px;
    font-weight: 500;
  }
}
.up-next-section.up-next-section--video-hub .card-list--vertical .card-wrapper--video .card-img {
  width: 37%;
  padding-bottom: 20.5%;
}
.up-next-section.up-next-section--video-hub h1 {
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .up-next-section.up-next-section--video-hub h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  .up-next-section.up-next-section--video-hub h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .up-next-section.up-next-section--video-hub .col-desk-8 {
    margin-bottom: 16px;
  }
}

.section-title-wrapper--facets {
  display: flex;
  justify-content: space-between;
}
.section-title-wrapper--facets .section-title:before {
  display: none;
}
.section-title-wrapper__content {
  width: calc(100% - 20px - 32px);
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .section-title-wrapper__content {
    justify-content: space-between;
    width: 100%;
  }
}
@media only screen and (max-width: 380px) {
  .section-title-wrapper__content .section-title {
    font-size: 22px;
  }
}
.section-title-wrapper__content .section-title-facet {
  margin-left: 24px;
}
@media screen and (max-width: 600px) {
  .section-title-wrapper__content .section-title-facet {
    margin-left: -2px;
    margin-top: unset;
  }
}
.section-title-wrapper__content .section-title-facet .facetwp-facet {
  margin-bottom: unset;
}
.section-title-wrapper__content .section-title-facet select {
  background-color: transparent;
  cursor: pointer;
}
.section-title-wrapper__arrow {
  display: inline-block;
  width: 20px;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='23' viewBox='0 0 25 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3135 6.22852L24.2632 11.0726L19.3135 15.9167' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.6272 11.0722H0.999756' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 600px) {
  .section-title-wrapper__arrow {
    background-position: center 6px;
    display: none;
  }
}

.vcard-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .grid > *:nth-child(n+3) .vcard-wrapper {
    border-bottom: unset;
  }
}
@media screen and (max-width: 1024px) {
  .grid > *:last-child .vcard-wrapper {
    border-bottom: unset;
  }
}

.vcard {
  display: flex;
}
.vcard__img {
  width: 35%;
  border: 1px solid #B7B7B7;
  position: relative;
  height: 0;
  padding-bottom: 20.5%;
}
.vcard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.vcard__content {
  width: 65%;
  padding-left: 16px;
}
@media screen and (max-width: 1024px) {
  .vcard__content {
    padding-right: 16px;
  }
}
.vcard__heading {
  margin-bottom: 12px;
}
.vcard__heading:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .vcard__heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .vcard__heading {
    font-size: 18px;
  }
}
.vcard .date {
  margin-bottom: 6px;
}
.vcard .btn {
  margin-top: 6px;
}
@media screen and (max-width: 600px) {
  .vcard__desc {
    display: none;
  }
}
.vcard.hide-date .date {
  display: none;
}
.vcard.hide-btn .btn {
  display: none;
}
.vcard--podcast {
  display: flex;
  flex-direction: column;
}
.vcard--podcast .vcard__img {
  width: 100%;
  padding-bottom: 54%;
  margin-bottom: 12px;
  border: unset;
}
.vcard--podcast .vcard__content {
  width: 100%;
  padding-left: unset;
}
.vcard--podcast .vcard__heading {
  margin-bottom: 6px;
}
@media screen and (max-width: 600px) {
  .vcard--podcast .vcard__heading {
    font-size: 22px;
  }
}
.vcard--podcast .vcard__desc {
  display: block;
}
.vcard--podcast .btn {
  margin-top: 10px;
}
.vcard--vertical {
  display: flex;
  flex-direction: column;
}
.vcard--vertical .vcard__img {
  width: 100%;
  padding-bottom: 53%;
  margin-bottom: 16px;
}
.vcard--vertical .vcard__content {
  padding-left: unset;
  width: 100%;
}
.vcard--vertical .vcard__heading {
  margin-bottom: unset;
}

.vcategory {
  margin-bottom: 42px;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .vcategory {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .vcategory .video-results-grid .col-desk-6:last-child .vcard-wrapper {
    margin-bottom: unset;
  }
}
@media screen and (min-width: 1025px) {
  .vcategory .video-results-grid .col-desk-6:first-of-type.col-desk-6:last-of-type .vcard-wrapper,
.vcategory .video-results-grid .col-desk-6:first-of-type.col-desk-6:nth-last-of-type(2) .vcard-wrapper,
.vcategory .video-results-grid .col-desk-6:nth-of-type(n+3) .vcard-wrapper,
.vcategory .video-results-grid .col-desk-6:last-of-type .vcard-wrapper {
    border-bottom: unset;
  }
}
@media screen and (max-width: 1024px) {
  .vcategory .video-results-grid {
    flex-direction: column;
    max-height: unset;
  }
  .vcategory .video-results-grid .col-desk-6:last-of-type .vcard-wrapper {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: unset;
  }
}

.vpodcasts {
  padding-top: 56px;
  padding-bottom: 56px;
  margin-top: 56px;
  margin-bottom: 56px;
}
.vpodcasts .vcard-wrapper {
  margin-bottom: unset;
  padding-bottom: unset;
  border-bottom: unset;
}
.vpodcasts .col-desk-3 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .vpodcasts .col-desk-3:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 600px) {
  .vpodcasts .col-desk-3:not(:last-child) {
    margin-bottom: 42px;
  }
}
.vpodcasts .video-results-grid {
  display: flex;
  width: 100%;
}
.vpodcasts .tns-outer {
  width: 100%;
}

.vmini-series {
  margin-top: 66px;
  margin-bottom: 66px;
}
.vmini-series .vcard-wrapper {
  border-bottom: unset;
  padding-bottom: unset;
  margin-bottom: unset;
}
@media screen and (max-width: 1024px) {
  .vmini-series .vcard-wrapper {
    margin-bottom: 20px;
  }
}
.vmini-series .col-desk-3:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .vmini-series .col-desk-3:not(:last-child) {
    border-right: unset;
  }
}

@media screen and (max-width: 600px) {
  .current-podcast-cat {
    display: none;
  }
}
.current-podcast-cat .img-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  display: block;
}
@media screen and (max-width: 600px) {
  .current-podcast-cat .img-wrapper {
    width: 50%;
    padding-bottom: 50%;
    margin: 0 auto 32px;
  }
}
.current-podcast-cat .img-wrapper img, .current-podcast-cat .img-wrapper svg {
  position: absolute;
}

.video-cat-hero {
  margin-top: unset;
  padding-top: 42px;
  padding-bottom: 52px;
}
@media screen and (max-width: 600px) {
  .video-cat-hero {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .video-cat-hero__heading {
    font-size: 44px;
  }
}
.video-cat-hero__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}
@media screen and (max-width: 600px) {
  .video-cat-hero__top {
    font-size: 13px;
    align-items: center;
  }
  .video-cat-hero__top > * {
    font-size: inherit !important;
  }
}
.video-cat-hero__back {
  position: relative;
  font-weight: 500;
  padding-left: 14px;
  max-height: 16px;
}
.video-cat-hero__back:before {
  right: auto;
  left: 6px;
  transform: rotate(220deg) translate(5px, 0px);
  border-width: 2px 2px 0 0;
}
.video-cat-hero__sponsor {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white;
  font-size: 16px;
}
.video-cat-hero__sponsor[href="#"] {
  cursor: default;
  pointer-events: none;
}
.video-cat-hero__sponsor .img-wrapper {
  width: 75px;
  height: 100%;
  margin-left: 14px;
  margin-top: 1px;
}
.video-cat-hero__sponsor .img-wrapper img {
  object-fit: contain;
}
.video-cat-hero select {
  background-color: transparent;
  cursor: pointer;
}
.video-cat-hero select:focus option {
  color: black;
}
.video-cat-hero .facetwp-facet {
  margin-bottom: unset;
  margin-top: 16px;
}
.video-cat-hero .facetwp-facet .fs-wrap {
  color: white;
  width: 280px;
}
.video-cat-hero .facetwp-facet .fs-wrap.fs-open .fs-label-wrap {
  color: black;
}
.video-cat-hero .facetwp-facet .fs-wrap.fs-open .fs-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M432.6 209.3l-191.1 183.1C235.1 397.8 229.1 400 224 400s-11.97-2.219-16.59-6.688L15.41 209.3C5.814 200.2 5.502 184.1 14.69 175.4c9.125-9.625 24.38-9.938 33.91-.7187L224 342.8l175.4-168c9.5-9.219 24.78-8.906 33.91 .7187C442.5 184.1 442.2 200.2 432.6 209.3z' fill='%23000'/%3E%3C/svg%3E");
}
.video-cat-hero .facetwp-facet .fs-label-wrap {
  background-color: transparent;
  border-color: transparent;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.video-cat-hero .facetwp-facet .fs-arrow {
  border-top-color: white;
}
.video-cat-hero .facetwp-facet .fs-dropdown {
  top: -6px;
  border: 1px solid black;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  padding: 36px 0 12px;
  border-radius: 8px;
  background-color: white;
  color: black;
  z-index: 5;
}
.video-cat-hero .facetwp-facet .fs-dropdown .fs-options {
  border-top: 1px solid black;
  margin-top: 5px;
  padding-top: 7px;
}
.video-cat-hero .facetwp-facet .fs-dropdown .fs-option.selected {
  background-color: unset;
  font-weight: 500;
}
.video-cat-hero .facetwp-facet .fs-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M432.6 209.3l-191.1 183.1C235.1 397.8 229.1 400 224 400s-11.97-2.219-16.59-6.688L15.41 209.3C5.814 200.2 5.502 184.1 14.69 175.4c9.125-9.625 24.38-9.938 33.91-.7187L224 342.8l175.4-168c9.5-9.219 24.78-8.906 33.91 .7187C442.5 184.1 442.2 200.2 432.6 209.3z' fill='%23fff'/%3E%3C/svg%3E");
  border: unset;
}

.video-cat-body__load-more-container button {
  font-size: 18px;
}

.facetwp-type-fselect .fs-search {
  display: none;
}

.cip-team .section-title-wrapper .section-title:before {
  background: none;
}

.frnto-adlabel {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888;
}

@media (max-width: 600px) {
  .cip-stats--3 .cip-stats__figures .number-container .heading:nth-child(2) {
    font-size: 26px;
  }

  .cip-authority {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cip-ni {
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .cip-stats--1 {
    margin-top: 50px;
  }

  .cip-partners__logos .img-wrapper {
    min-height: 20px;
    height: auto;
    max-height: 34px;
  }

  .cip-partners__logos .img-wrapper:last-child {
    width: 40%;
    margin: 25px 2%;
  }

  .cip-partners .grid {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .cip-partners__section-title {
    margin-bottom: 24px;
  }

  .cip-case-studies__single {
    height: 180px;
    padding-bottom: 20px;
  }

  .awards-text-block {
    padding: 120px 0 80px;
  }

  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(4) {
    right: 0;
    width: 120px;
  }

  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(7) {
    right: 0;
    width: 100px;
    bottom: -7%;
  }

  .awards-hero--multiple .awards-hero-images .img-wrapper:nth-child(5) {
    bottom: -12%;
  }

  .page-template-content-studio .heading--1 {
    font-size: 32px;
  }

  .page-template-content-studio .section-title--small,
.page-template-content-studio .section-title--large {
    font-size: 18px;
  }

  .content-studio-partners .grid {
    padding: 38px 20px;
  }

  .page-template-content-studio .partner-card {
    margin-left: 0;
    min-width: 290px;
    width: 290px;
  }

  .content-studio-partners .partner-card-row {
    margin-left: -6px;
    margin-right: -23px;
  }

  .partner-card__logo {
    max-width: 46%;
  }

  .partner-card .btn {
    font-size: 14px;
  }

  .cs-wp-related-posts .alm-btn-wrap {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .site-header .mobile-search-active .header-left .header-search-wrapper input {
    font-size: 16px !important;
  }

  .post-featured-img {
    margin-bottom: 20px;
  }

  .up-next-section .container {
    padding: 30px 0 10px;
  }

  .up-next-section {
    margin-top: 0;
  }

  .home-culture-section {
    margin-bottom: 0;
  }

  .ad-section.ad-s1 {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .ad-section.ad-s2,
.ad-section.ad-s3 {
    margin-top: 0;
  }

  .home-business-section,
.top-picks-section {
    margin-bottom: 0;
  }

  .home-sponsored-section .section-main {
    padding-bottom: 0;
  }

  .home-sponsored-section {
    padding-bottom: 14px;
  }

  .ad-section .container {
    max-width: 92%;
  }

  .frnto-adlabel {
    text-align: center;
    margin-bottom: 6px;
  }

  .event-agenda__desc > *:first-child {
    margin-top: 0;
  }

  .gform_drop_area,
.cip-contact select,
.cip-contact input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.cip-contact textarea {
    border: 1px solid #7f7f7f !important;
    padding: 15px !important;
    font-size: 16px !important;
    width: 100% !important;
  }

  .gform_drop_area {
    position: relative;
    padding-left: 40px !important;
  }

  .gform_drop_area button {
    border-bottom: 1px solid;
  }

  .gform_drop_area:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.75' d='M12.7188 3.28125C11.9062 2.46875 10.5625 2.46875 9.75 3.28125L3.75 9.28125C2.40625 10.6562 2.40625 12.875 3.75 14.2188C5.125 15.5938 7.34375 15.5938 8.71875 14.2188L13.4688 9.46875C13.75 9.1875 14.2188 9.1875 14.5 9.46875C14.8125 9.78125 14.8125 10.25 14.5 10.5312L9.75 15.2812C7.8125 17.25 4.65625 17.25 2.71875 15.2812C0.75 13.3438 0.75 10.1875 2.71875 8.21875L8.71875 2.25C10.0938 0.84375 12.375 0.84375 13.75 2.25C15.1562 3.625 15.1562 5.90625 13.75 7.28125L8.03125 13.0312C7.03125 14.0312 5.40625 13.9375 4.53125 12.8438C3.78125 11.9062 3.875 10.5625 4.71875 9.71875L9.46875 4.96875C9.75 4.6875 10.2188 4.6875 10.5 4.96875C10.8125 5.28125 10.8125 5.75 10.5 6.03125L5.78125 10.7812C5.46875 11.0938 5.4375 11.5625 5.71875 11.9062C6.03125 12.3125 6.59375 12.3438 6.96875 11.9688L12.7188 6.21875C13.5312 5.4375 13.5312 4.09375 12.7188 3.28125Z' fill='black'/%3E%3C/svg%3E%0A");
    display: block;
    left: 15px !important;
    width: 15px;
    height: 18px;
    content: " ";
    position: absolute;
  }

  .gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
    height: auto !important;
  }

  html body .gform_wrapper.gravity-theme select.medium.gfield_select + div.chosen-container-single[style] {
    width: 100% !important;
  }

  .contact-form-container .gfield {
    margin-bottom: 14px !important;
  }

  .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400 !important;
  }

  .gform_wrapper.gravity-theme .chosen-container-single .chosen-single div {
    padding-top: 7px;
  }

  .gform_wrapper.gravity-theme .chosen-container.chosen-with-drop .chosen-single,
.gform_wrapper.gravity-theme .chosen-container .chosen-single {
    border: 1px solid #7f7f7f !important;
    padding: 15px !important;
    font-size: 16px !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .gform_wrapper.gravity-theme .chosen-container-single .chosen-drop {
    border: 1px solid #7f7f7f !important;
    border-top: none !important;
    border-radius: 0 !important;
  }

  .gform_wrapper.gravity-theme .chosen-container .chosen-results {
    border-radius: 0 !important;
  }

  .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -16px 10px !important;
  }

  .gform_wrapper.gravity-theme .chosen-container .chosen-single div b {
    background-position: 2px 9px !important;
  }

  .gform_wrapper.gravity-theme .chosen-container-single .chosen-single span {
    line-height: 1.5 !important;
    color: #7f7f7f;
  }

  .gform_wrapper.gravity-theme .chosen-container .chosen-results {
    margin: 0 !important;
    padding: 0 !important;
  }

  .gform_wrapper.gravity-theme .chosen-container-single .chosen-search {
    display: none;
  }

  .gform_wrapper.gravity-theme .chosen-container .chosen-results li {
    padding: 12px 15px !important;
  }

  .gform_wrapper.gravity-theme .chosen-container .chosen-results li.highlighted {
    background: #3866F6 !important;
  }
}
@media (max-width: 600px) and (max-width: 1020px) {
  .newsletter-hero-2 .grid {
    width: 100%;
  }

  .newsletter-hero-2__content {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .pro-home-featured .col-desk-6 {
    display: flex;
  }

  .pro-home-featured .pro-card-wrapper {
    width: 100%;
  }

  .pro-home-research-reports__grid .col-desk-12 {
    min-width: 390px;
  }

  .pro-home-research-reports .pro-card--landscape .pro-card-content {
    height: 100%;
    padding-bottom: 40px;
  }

  .pro-home-research-reports .pro-card-cta {
    width: 90%;
  }

  .pro-home-for-you .col-desk-6 {
    margin-top: 20px;
  }
}
@keyframes dropDownReveal {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes logoGrid {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes awardsImageCarousel {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes futureOfSportsHeroTopics {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes proMenuReveal {
  0% {
    transform: translateX(300px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes proMobileSideMenuReveal {
  0% {
    transform: translateX(-300px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes bodyOverlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sponsoredBarReveal {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes stockChart {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes applicationFormReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes stickyHeader {
  from {
    transform: translateY(-120%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes reminderBell {
  0% {
    transform: translateY(-50%) rotateZ(0);
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  40% {
    transform: translateY(-50%) rotateZ(30deg);
  }
  80% {
    transform: translateY(-50%) rotateZ(-30deg);
  }
  100% {
    transform: translateY(-50%) rotateZ(0);
  }
}
@keyframes futureOfSportsScrollArrow {
  from {
    transform: translate(-50%, -30px);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
.custom-select-container {
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  z-index: 20;
  top: 1px;
}
@media screen and (max-width: 600px) {
  .custom-select-container {
    font-size: 13px;
  }
}

.custom-select-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 100px;
  padding: 0.25rem 0;
  cursor: pointer;
  user-select: none;
  z-index: 25;
  position: relative;
}

.custom-select-container:focus > .custom-select-value {
  outline: none;
}

.custom-select-value::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 8px;
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M432.6 209.3l-191.1 183.1C235.1 397.8 229.1 400 224 400s-11.97-2.219-16.59-6.688L15.41 209.3C5.814 200.2 5.502 184.1 14.69 175.4c9.125-9.625 24.38-9.938 33.91-.7187L224 342.8l175.4-168c9.5-9.219 24.78-8.906 33.91 .7187C442.5 184.1 442.2 200.2 432.6 209.3z'/%3E%3C/svg%3E");
}

.custom-select-options {
  display: none;
  position: absolute;
  top: -6px;
  padding: 0;
  margin: 0;
  border: 1px solid black;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  padding: 36px 0 12px;
  border-radius: 8px;
  background-color: white;
}

.custom-select-options li:first-of-type {
  border-top: 1px solid black;
  padding-top: 10px;
  width: 100%;
}

.custom-select-options.show {
  display: block;
}

.custom-select-option {
  padding: 6px 0;
  cursor: pointer;
}

.custom-select-option,
.custom-select-value {
  padding-left: 8px;
  padding-right: 8px;
}

.custom-select-option,
.custom-select-options,
.custom-select-value {
  width: max-content;
}

.custom-select-value {
  padding-right: 42px;
}
@media screen and (max-width: 600px) {
  .custom-select-value {
    padding-right: 32px;
  }
}

.custom-select-option.selected {
  font-weight: 500;
}