@charset "UTF-8";
@import url("https://use.typekit.net/fbk8csl.css");
/* Regular */
@font-face {
  font-family: 'AvertaStdPE';
  src: url("../assets/fonts/Intelligent Design - AvertaStdPE-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
/* SemiBold */
@font-face {
  font-family: 'AvertaStdPE-Semibold';
  src: url("../assets/fonts/Intelligent Design - AvertaStdPE-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
/* Bold */
@font-face {
  font-family: 'AvertaStdPE-Bold';
  src: url("../assets/fonts/Intelligent Design - AvertaStdPE-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }
/* ExtraBold */
@font-face {
  font-family: 'AvertaStdPE-ExtraBold';
  src: url("../assets/fonts/Intelligent Design - AvertaStdPE-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal; }
*::before,
*::after {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0;
  border: 0 solid transparent;
  max-width: 100%;
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%; }

body {
  box-sizing: border-box;
  font-family: "nunito-sans", sans-serif, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  width: 100vw;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  padding: 0;
  color: black;
  line-height: 150%; }

h1, .text-h1 {
  font-family: "AvertaStdPE-Bold", sans-serif;
  font-size: 94px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 94px; }
  @media screen and (max-width: 1280px) {
    h1, .text-h1 {
      font-size: 80px;
      line-height: 80px; } }
  @media screen and (max-width: 1024px) {
    h1, .text-h1 {
      font-size: 68px;
      line-height: 68px; } }
  @media screen and (max-width: 768px) {
    h1, .text-h1 {
      font-size: 52px;
      line-height: 52px; } }
  @media screen and (max-width: 550px) {
    h1, .text-h1 {
      font-size: 52px;
      line-height: 52px; } }
  @media screen and (max-width: 462px) {
    h1, .text-h1 {
      font-size: 44px;
      line-height: 44px; } }

h2, .text-h2 {
  font-family: "AvertaStdPE-Bold", sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (max-width: 1280px) {
    h2, .text-h2 {
      font-size: 60px;
      line-height: 60px; } }
  @media screen and (max-width: 1024px) {
    h2, .text-h2 {
      font-size: 52px;
      line-height: 52px; } }
  @media screen and (max-width: 768px) {
    h2, .text-h2 {
      font-size: 40px;
      line-height: 40px; } }

h3, .text-h3 {
  font-family: "AvertaStdPE-Bold", sans-serif;
  font-size: 56px;
  font-weight: 700; }

h4, .text-h4 {
  font-family: "AvertaStdPE-Bold", sans-serif;
  font-size: 40px;
  font-weight: 700; }
  @media screen and (max-width: 1280px) {
    h4, .text-h4 {
      font-size: 34px;
      line-height: 34px; } }

h5, .text-h5 {
  font-family: "AvertaStdPE-Bold", sans-serif;
  font-size: 24px;
  font-weight: 700; }
  @media screen and (max-width: 1280px) {
    h5, .text-h5 {
      font-size: 20px; } }

h6, .text-h6, .text-preheader {
  font-family: "AvertaStdPE-Semibold", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media screen and (max-width: 768px) {
    h6, .text-h6, .text-preheader {
      font-size: 20px; } }

.spotlight-text {
  font-size: 20px !important; }

p {
  font-family: "AvertaStdPE", sans-serif;
  font-size: 20px; }
  @media screen and (max-width: 1024px) {
    p {
      font-size: 20px; } }
  @media screen and (max-width: 768px) {
    p {
      font-size: 16px; } }

.text-group {
  display: flex;
  flex-direction: column;
  gap: 0; }

/*************************** Theme Colours****************************/
section {
  padding: 120px 80px; }
  @media screen and (max-width: 1280px) {
    section {
      padding: 120px 40px;
      margin: 40px 0; } }
  @media screen and (max-width: 1024px) {
    section {
      padding: 80px 32px; } }
  @media screen and (max-width: 768px) {
    section {
      padding: 80px 24px; } }

button, .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "AvertaStdPE-Semibold", sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 20px;
  padding: 16px 24px;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none; }
  button-primary, .btn-primary {
    background-color: #EE1F6D;
    color: #FFFFFF; }
  button-secondary, .btn-secondary {
    background-color: #0B0C31;
    color: #FFFFFF; }
  button-tertiary, .btn-tertiary {
    background-color: #D9D9D9;
    color: #0B0C31; }
  @media screen and (max-width: 1280px) {
    button, .btn {
      font-size: 16px;
      line-height: 16px; } }

.gform_wrapper {
  grid-column: 3/span 8; }

.form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px; }

div[id^="gform_fields_"] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px; }

.input-row {
  grid-column: span 1; }

.input-col {
  grid-column: span 2; }

.gform-footer.gform_footer.top_label {
  margin-top: 32px; }

.input-group {
  display: flex;
  flex-direction: column;
  padding: 12px 24px;
  border-radius: 50px;
  background-color: #FAFAFA;
  position: relative;
  gap: 2px; }
.input-checkbox {
  display: flex;
  gap: 8px; }
.input-area {
  display: flex;
  flex-direction: column;
  padding: 12px 24px;
  border-radius: 25px;
  background-color: #FAFAFA; }
.input-label {
  font-family: "AvertaStdPE-Semibold", sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #5D5D5D; }
.input-field {
  padding: 0;
  background-color: transparent;
  font-family: "AvertaStdPE-Semibold", sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #0B0C31;
  outline: none; }
.input-dropdown {
  cursor: pointer; }
  .input-dropdown.open .input-dropdown-list {
    display: flex; }
  .input-dropdown.open .input-dropdown-selected::after {
    transform: rotateX(180deg); }
.input-dropdown-selected {
  display: flex;
  justify-content: space-between; }
  .input-dropdown-selected span {
    font-family: "AvertaStdPE-Semibold", sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #0B0C31; }
  .input-dropdown-selected::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../assets/images/chevron-down-dark.svg");
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.2s ease; }
.input-dropdown-list {
  position: absolute;
  display: none;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  padding: 16px 20px;
  margin-top: 8px; }
  .input-dropdown-list li {
    font-family: "AvertaStdPE", sans-serif;
    font-size: 16px;
    list-style-type: none;
    cursor: pointer; }
    .input-dropdown-list li:hover {
      color: #EE1F6D; }
@media screen and (max-width: 768px) {
  .input-row {
    flex: 100%; } }

.checkbox {
  appearance: none;
  -webkit-appearance: none;
  min-width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
  background-color: #FAFAFA;
  border: 1px solid #D9D9D9;
  border-radius: 5px; }
  .checkbox::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-image: url("../assets/images/check-white.svg");
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    transition: background-color 0.3s, border-color 0.3s;
    opacity: 0; }
  .checkbox:checked {
    background-color: #EE1F6D;
    border-color: #EE1F6D; }
    .checkbox:checked::before {
      opacity: 1; }
  .checkbox-label {
    font-family: "AvertaStdPE-Semibold", sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #5D5D5D; }

input[type="radio"] {
  accent-color: #EE1F6D; }

.dropdown {
  position: relative;
  width: 290px; }
  .dropdown-input {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #FAFAFA;
    padding: 16px 20px;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.2s ease;
    z-index: 2; }
    .dropdown-input.calendar::after {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      background-image: url("../assets/images/calendar-pink.svg");
      background-size: cover;
      background-repeat: no-repeat;
      transition: transform 0.2s ease; }
    .dropdown-input.arrow::after {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      background-image: url("../assets/images/chevron-down-pink.svg");
      background-size: cover;
      background-repeat: no-repeat;
      transition: transform 0.2s ease; }
  .dropdown-label {
    flex: 1;
    font-family: "AvertaStdPE-Semibold", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #EE1F6D; }
  .dropdown.open .arrow:after {
    transform: rotateX(180deg); }
  .dropdown .dropdown-list {
    position: absolute;
    display: none;
    flex-direction: column;
    gap: 8px;
    width: 90%;
    top: 32px;
    z-index: 1;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 25px 25px;
    padding: 52px 16px 20px 16px; }
    .dropdown .dropdown-list--link, .dropdown .dropdown-list li {
      font-family: "AvertaStdPE", sans-serif;
      text-decoration: none;
      font-size: 16px;
      list-style-type: none;
      color: #0B0C31;
      cursor: pointer; }
      .dropdown .dropdown-list--link:hover, .dropdown .dropdown-list li:hover {
        color: #EE1F6D !important; }
  .dropdown.open .dropdown-list {
    display: flex; }

.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px; }
  @media screen and (max-width: 1024px) {
    .grid-container {
      grid-template-columns: repeat(8, 1fr); } }
  @media screen and (max-width: 768px) {
    .grid-container {
      grid-template-columns: repeat(6, 1fr); } }
  @media screen and (max-width: 462px) {
    .grid-container {
      grid-template-columns: repeat(4, 1fr); } }

.hide-scrollbar {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.hide-scrollbar::-webkit-scrollbar {
  display: none; }

.gradient-text {
  background: linear-gradient(90deg, #EE1F6D 0%, #191A3E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: fit-content !important; }

.header-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px; }
  .header-center__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .header-center h1 {
    width: 80%;
    text-align: center; }
  .header-center p {
    width: 90%;
    text-align: center; }
@media screen and (max-width: 1280px) {
  .header-center h2 {
    width: 100%; } }
@media screen and (max-width: 768px) {
  .header-center h2 {
    width: 100%; } }

.highlight-text {
  color: #EE1F6D; }

.header-text {
  margin-top: 40px; }

.text-break {
  display: none; }
  @media screen and (max-width: 768px) {
    .text-break {
      display: block; } }

.text-label {
  font-family: "AvertaStdPE-Semibold", sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #5D5D5D;
  text-transform: uppercase; }

.border-pink {
  border-color: #EE1F6D !important; }

.border-purple {
  border-color: #4346A4 !important; }

.border-orange {
  border-color: #EE8862 !important; }

.border-green {
  border-color: #42B189 !important; }

.border-yellow {
  border-color: #EBCA2F !important; }

.border-dark {
  border-color: #0B0C31 !important; }

.border-light {
  border-color: #FFFFFF !important; }

.text-pink {
  color: #EE1F6D; }

.text-purple {
  color: #4346A4; }

.text-orange {
  color: #EE8862; }

.text-green {
  color: #42B189; }

.text-yellow {
  color: #EBCA2F; }

.text-dark {
  color: #0B0C31; }

.text-light {
  color: #FFFFFF; }

.stats-board {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  background-color: #FAFAFA;
  border-radius: 25px;
  width: 100%;
  overflow: hidden; }
  .stats-board__title {
    flex: 0;
    display: flex;
    flex-direction: column; }
    .stats-board__title--header {
      padding: 38px 40px 38px 40px;
      background-color: #EE1F6D;
      border-bottom-right-radius: 60px;
      width: fit-content; }
      .stats-board__title--header h5, .stats-board__title--header h3, .stats-board__title--header .text-h5 {
        text-wrap: nowrap;
        text-transform: uppercase;
        color: #FFFFFF; }
    .stats-board__title--description {
      padding: 32px 0 32px 32px; }
      .stats-board__title--description span {
        font-family: "AvertaStdPE", sans-serif;
        font-size: 16px;
        line-height: 18px;
        color: #5D5D5D; }
  .stats-board__figures {
    padding: 16px;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    gap: 16px; }
    .stats-board__figures--item {
      display: grid;
      grid-column: span 1;
      grid-row: span 2;
      grid-template-rows: subgrid;
      height: fit-content; }
      .stats-board__figures--item-title {
        grid-row: span 1;
        display: flex;
        align-items: end; }
        .stats-board__figures--item-title h4, .stats-board__figures--item-title .text-h4 {
          font-size: 48px;
          line-height: 32px; }
        .stats-board__figures--item-title-sublabel {
          font-family: "AvertaStdPE-Bold", sans-serif;
          font-size: 32px;
          line-height: 32px;
          font-weight: 700;
          text-transform: uppercase; }
      .stats-board__figures--item-description {
        grid-row: 2/span 1;
        height: fit-content; }
        .stats-board__figures--item-description span {
          font-family: "AvertaStdPE-Semibold", sans-serif;
          font-size: 16px;
          line-height: 16px;
          text-transform: uppercase;
          color: #5D5D5D; }
  @media screen and (max-width: 1280px) {
    .stats-board__figures {
      padding: 16px; }
      .stats-board__figures--item-title h4 {
        font-size: 40px;
        line-height: 24px; }
      .stats-board__figures--item-title-sublabel {
        font-size: 24px;
        line-height: 24px; } }
  @media screen and (max-width: 1024px) {
    .stats-board__figures {
      row-gap: 4px; }
      .stats-board__figures--item {
        grid-column: span 2; }
        .stats-board__figures--item-title-sublabel {
          font-size: 16px;
          line-height: 16px; } }
  @media screen and (max-width: 768px) {
    .stats-board {
      display: flex;
      flex-direction: column;
      gap: 0; }
      .stats-board__title {
        flex: 0;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .stats-board__title--header {
          padding: 32px;
          border-bottom-right-radius: 30px;
          border-bottom-left-radius: 30px; }
          .stats-board__title--header h5 {
            text-align: center; }
        .stats-board__title--description {
          padding: 16px 0; }
          .stats-board__title--description span {
            text-align: center; }
      .stats-board__figures {
        padding: 24px;
        padding-bottom: 40px;
        row-gap: 12px; }
        .stats-board__figures--item {
          grid-column: span 2;
          margin-top: 16px; }
          .stats-board__figures--item-title h4 {
            font-size: 32px;
            line-height: 16px; }
          .stats-board__figures--item-title-sublabel {
            font-size: 16px;
            line-height: 16px; }
          .stats-board__figures--item-description span {
            font-family: "AvertaStdPE-Semibold", sans-serif;
            font-size: 16px;
            line-height: 16px;
            text-transform: uppercase;
            color: #5D5D5D; } }
  @media screen and (max-width: 462px) {
    .stats-board__figures--item {
      grid-column: span 4; }
      .stats-board__figures--item-title {
        justify-content: center; }
        .stats-board__figures--item-title h4 {
          text-align: center; }
        .stats-board__figures--item-title-sublabel {
          display: block;
          margin-top: 16px; }
      .stats-board__figures--item-description {
        display: flex;
        justify-content: center; } }

.profile-slider {
  position: relative;
  width: 290px;
  height: 290px;
  overflow: hidden;
  border-radius: 50%;
  border: 14px solid #FFFFFF;
  background-color: #FAFAFA;
  z-index: 1; }
  .profile-slider.large {
    width: 290px;
    height: 290px; }
    .profile-slider.large img {
      min-width: 270px;
      min-height: 270px;
      object-fit: cover; }
    .profile-slider.large .profile-slider__overlay {
      top: 80%; }
      .profile-slider.large .profile-slider__overlay.hide {
        top: 80%;
        animation: slideFromTop80 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
      .profile-slider.large .profile-slider__overlay.show {
        top: 0%;
        animation: slideFromBottom80 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .profile-slider.small {
    width: 210px;
    height: 210px; }
    .profile-slider.small img {
      min-width: 190px;
      min-height: 190px;
      object-fit: cover; }
    .profile-slider.small .profile-slider__overlay {
      top: 75%; }
      .profile-slider.small .profile-slider__overlay.hide {
        top: 75%;
        animation: slideFromTop75 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
      .profile-slider.small .profile-slider__overlay.show {
        top: 0%;
        animation: slideFromBottom75 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .profile-slider.cta {
    border: none;
    outline: 3px solid #FFFFFF; }
  .profile-slider img {
    z-index: 1; }
  .profile-slider__initials {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .profile-slider__initials-text {
      font-family: "AvertaStdPE-Bold", sans-serif;
      font-size: 80px;
      padding-bottom: 12px; }
  .profile-slider__overlay {
    background-color: #0B0C31;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 24px 16px 24px;
    top: 0;
    align-items: center;
    justify-content: center;
    gap: 16px; }
    .profile-slider__overlay--arrow {
      position: absolute;
      top: 12px;
      min-width: 24px !important;
      min-height: 24px !important;
      cursor: pointer; }
    .profile-slider__overlay--content {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px; }
      .profile-slider__overlay--content-highlight {
        color: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        pointer-events: none; }
        .profile-slider__overlay--content-highlight h2 {
          color: #FFFFFF; }
        .profile-slider__overlay--content-highlight h6 {
          color: #FFFFFF;
          font-size: 20px;
          line-height: 20px; }
      .profile-slider__overlay--content-text-large {
        color: #FFFFFF; }
      .profile-slider__overlay--content-text-small {
        color: #FFFFFF;
        font-size: 20px;
        line-height: 20px;
        font-family: "AvertaStdPE-Bold", sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .profile-slider__overlay--content-link {
        text-align: center;
        color: #0B0C31;
        font-family: "AvertaStdPE-Semibold", sans-serif;
        line-height: 18px; }
        .profile-slider__overlay--content-link a {
          color: #0B0C31; }
        .profile-slider__overlay--content-link.text-light {
          color: #FFFFFF; }
          .profile-slider__overlay--content-link.text-light a {
            color: #FFFFFF; }
    .profile-slider__overlay--links {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 4px;
      margin-top: -12px; }
      .profile-slider__overlay--links-item {
        display: flex;
        align-items: center;
        gap: 8px;
        font-family: "AvertaStdPE-Semibold", sans-serif;
        font-size: 16px;
        text-decoration: none;
        color: #FFFFFF; }
        .profile-slider__overlay--links-item img {
          min-height: 20px !important;
          min-width: auto !important; }
    .profile-slider__overlay--cta {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      gap: 0; }
      .profile-slider__overlay--cta a {
        font-family: "AvertaStdPE-Bold", sans-serif;
        color: #EE1F6D;
        text-transform: uppercase;
        font-size: 20px;
        text-decoration: none;
        text-align: center;
        padding-bottom: 12px; }
      .profile-slider__overlay--cta span {
        display: block; }
      .profile-slider__overlay--cta-highlight {
        font-size: 48px;
        line-height: 48px; }
    .profile-slider__overlay.show .profile-slider__overlay--arrow {
      rotate: 180deg; }
  .profile-slider__cta {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EE1F6D; }
    .profile-slider__cta-text {
      font-family: "AvertaStdPE-Bold", sans-serif;
      font-size: 64px;
      padding-bottom: 12px;
      color: #FFFFFF; }
  @media screen and (max-width: 1280px) {
    .profile-slider.large {
      width: 240px;
      height: 240px; }
    .profile-slider.small {
      width: 210px;
      height: 210px; }
    .profile-slider__overlay--content-highlight h6 {
      font-size: 16px;
      line-height: 16px; }
    .profile-slider__overlay--content-highlight h2 {
      font-size: 48px;
      line-height: 48px; }
    .profile-slider__overlay--content-text-large {
      font-size: 48px;
      line-height: 48px; }
    .profile-slider__overlay--content-text-small {
      font-size: 16px;
      line-height: 16px; }
    .profile-slider__overlay--content-link {
      font-size: 14px;
      line-height: 14px; } }

.profile {
  overflow: hidden;
  border-radius: 50%;
  width: 210px;
  height: 210px; }
  .profile img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .profile.small {
    width: 210px;
    height: 210px; }
    .profile.small img {
      min-width: 190px;
      min-height: 190px;
      object-fit: cover; }
  .profile.xsmall {
    width: 48px;
    height: 48px; }
    .profile.xsmall img {
      min-width: 48px;
      min-height: 48px;
      object-fit: cover; }
  @media screen and (max-width: 1024px) {
    .profile.small {
      width: 180px;
      height: 180px; }
    .profile.xsmall {
      width: 32px;
      height: 32px; } }

.profile-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0; }
  .profile-label h2 {
    font-family: "AvertaStdPE-Bold", sans-serif;
    line-height: 24px; }
  .profile-label span {
    font-family: "AvertaStdPE-Semibold", sans-serif;
    font-size: 16px;
    line-height: 16px; }

.event-card {
  min-width: 518px;
  max-width: 518px;
  aspect-ratio: 14/16;
  position: relative;
  border-radius: 25px;
  background-color: #FAFAFA;
  overflow: hidden; }
  .event-card__button {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 2;
    right: 0;
    transform: translateY(-100%);
    visibility: hidden;
    transition: transform 0.5s ease-out, visibility 0s linear 0.5s;
    padding: 48px 32px;
    border-bottom-left-radius: 50px;
    background-color: #FFFFFF; }
    .event-card__button::after {
      content: '';
      display: inline-block;
      background-image: url("../assets/images/chevron-right-pink.svg");
      width: 20px;
      height: 20px;
      margin-left: 4px;
      background-size: contain;
      background-repeat: no-repeat; }
    .event-card__button a {
      font-family: "AvertaStdPE-Semibold", sans-serif;
      font-size: 20px;
      text-decoration: none;
      color: #EE1F6D; }
  .event-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
    background-color: transparent;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    transition: background-color 1s ease; }
    .event-card__overlay--color-spread {
      position: absolute;
      z-index: 0;
      content: '';
      background-color: #EE1F6D;
      width: 20%;
      height: 15%;
      border-bottom-right-radius: 25px;
      transition: width 0.3s ease, height 0.3s ease, background-color 0.4s ease; }
    .event-card__overlay--date {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 24px;
      border-bottom-right-radius: 25px;
      background-color: #EE1F6D;
      z-index: 2; }
      .event-card__overlay--date-day {
        font-family: "AvertaStdPE-Bold", sans-serif;
        font-size: 64px;
        line-height: 64px;
        text-transform: uppercase;
        color: #FFFFFF; }
      .event-card__overlay--date-month {
        font-family: "AvertaStdPE-ExtraBold", sans-serif;
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
        color: #FFFFFF; }
    .event-card__overlay--thumbnail {
      opacity: 0;
      display: flex;
      flex-direction: column;
      flex: 1;
      width: 100%;
      pointer-events: none;
      z-index: 3; }
      .event-card__overlay--thumbnail-details {
        padding: 24px;
        flex: 1; }
        .event-card__overlay--thumbnail-details-wrapper {
          transform: scale(1.2); }
        .event-card__overlay--thumbnail-details h3 {
          color: #FFFFFF;
          height: 56px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden !important;
          text-overflow: ellipsis; }
        .event-card__overlay--thumbnail-details p {
          margin-top: 8px;
          font-size: 16px;
          color: #FFFFFF;
          height: 90px;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
      .event-card__overlay--thumbnail-img {
        overflow: hidden;
        transform: translateY(100%); }
  .event-card__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 24px;
    z-index: 1; }
    .event-card__content h3 {
      height: 108px;
      font-size: 32px;
      color: #EE1F6D;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .event-card__content--title {
      transition: transform 0.5s ease;
      transform: scale(1); }
    .event-card__content--details {
      margin-top: 24px; }
      .event-card__content--details-item {
        display: flex;
        justify-content: space-between;
        border-top: 3px solid #EE1F6D16;
        padding: 16px 0;
        align-items: center; }
        .event-card__content--details-item img {
          height: 24px; }
        .event-card__content--details-item span {
          font-family: "AvertaStdPE-Semibold", sans-serif;
          font-size: 24px;
          color: #EE1F6D;
          text-align: right; }
  .event-card:hover .event-card__overlay {
    background-color: #EE1F6D;
    border-top-right-radius: 30px; }
    .event-card:hover .event-card__overlay--color-spread {
      width: 100%;
      height: 100%; }
    .event-card:hover .event-card__overlay--thumbnail {
      opacity: 1; }
      .event-card:hover .event-card__overlay--thumbnail-details-wrapper {
        transition: transform 0.3s ease;
        transform: scale(1); }
      .event-card:hover .event-card__overlay--thumbnail-img {
        transition: transform 0.3s ease;
        transform: translateY(0%); }
  .event-card:hover .event-card__button {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition: transform 0.3s ease, opacity 0.5s ease-out, visibility 0s linear; }
  .event-card:hover .event-card__content--title {
    transform: scale(0.6);
    transition: transform 0.5s ease-out;
    z-index: -1; }
  @media screen and (max-width: 1280px) {
    .event-card {
      min-width: 470px;
      max-width: 470px;
      aspect-ratio: 13/16; }
      .event-card__overlay--date-day {
        font-size: 58px;
        line-height: 58px; }
      .event-card__overlay--thumbnail-details h3 {
        font-size: 20px;
        height: 48px; } }
  @media screen and (max-width: 1024px) {
    .event-card {
      min-width: 420px;
      max-width: 420px;
      aspect-ratio: 15/16; }
      .event-card__overlay--date-day {
        font-size: 50px;
        line-height: 50px; }
      .event-card__overlay--date-month {
        font-size: 16px;
        line-height: 16px; }
      .event-card__overlay--thumbnail-details p {
        height: 36px;
        -webkit-line-clamp: 2; }
      .event-card__content h3 {
        height: 84px;
        font-size: 24px; }
      .event-card__content--details {
        margin-top: 24px; }
        .event-card__content--details-item {
          padding: 8px 0; }
          .event-card__content--details-item img {
            height: 16px; }
          .event-card__content--details-item span {
            font-size: 16px; }
      .event-card__button {
        padding: 34px 24px;
        border-bottom-left-radius: 35px;
        background-color: #FFFFFF; }
        .event-card__button::after {
          width: 16px;
          height: 16px; }
        .event-card__button a {
          font-size: 16px; } }
  @media screen and (max-width: 768px) {
    .event-card {
      aspect-ratio: 16/16; } }
  @media screen and (max-width: 462px) {
    .event-card {
      min-width: 320px;
      max-width: 320px;
      aspect-ratio: 15/16; }
      .event-card__overlay--date {
        padding: 16px 24px; }
        .event-card__overlay--date-day {
          font-size: 40px;
          line-height: 40px; }
        .event-card__overlay--date-month {
          font-size: 16px;
          line-height: 16px; }
      .event-card__overlay--thumbnail-details h3 {
        font-size: 20px;
        height: 44px !important; }
      .event-card__overlay--thumbnail-details p {
        height: 36px;
        -webkit-line-clamp: 2; }
      .event-card__content h3 {
        height: 46px;
        font-size: 20px;
        -webkit-line-clamp: 2; }
      .event-card__content--details {
        margin-top: 16px; }
      .event-card__button {
        padding: 28px 20px;
        border-bottom-left-radius: 25px; } }

.box-slider {
  position: relative;
  width: 300px;
  aspect-ratio: 16/10;
  background-color: #FAFAFA;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  .box-slider__partners {
    height: 100px;
    width: auto;
    max-width: 280px; }
  .box-slider__arrow {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 16px;
    left: 16px;
    z-index: 2;
    cursor: pointer;
    transition: all 0.5s ease-in; }
    .box-slider__arrow.show {
      transform: rotate(180deg); }
  .box-slider__overlay {
    z-index: 1;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding-top: 24px;
    width: 100%;
    height: 100%;
    left: -100%;
    top: -100%;
    margin-top: 58px;
    margin-left: 58px;
    border-radius: 50px;
    transition: all 0.5s ease-in-out; }
    .box-slider__overlay--content {
      display: flex;
      height: 48px; }
      .box-slider__overlay--content-name {
        font-family: "AvertaStdPE-Bold", sans-serif;
        font-size: 20px;
        line-height: 22px;
        text-align: center;
        color: #FFFFFF; }
    .box-slider__overlay--links {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 4px;
      margin-top: -12px; }
      .box-slider__overlay--links-item {
        display: flex;
        align-items: center;
        gap: 8px;
        font-family: "AvertaStdPE-Semibold", sans-serif;
        font-size: 16px;
        text-decoration: none;
        color: #FFFFFF; }
        .box-slider__overlay--links-item img {
          height: 20px; }
    .box-slider__overlay.show {
      left: 0;
      top: 0;
      margin-top: 0;
      margin-left: 0;
      border-radius: 25px; }

/* Paragraphs */
.headline-body p {
    margin: 0 0 1rem;
    font-size: 1rem;
    color: #444;
}

/* Links */
.headline-body a {
    color: #0066cc;
    text-decoration: none;
}
.headline-body a:hover,
.headline-body a:focus {
    text-decoration: underline;
}

/* Blockquotes */
.headline-body blockquote {
    border-left: 4px solid #ccc;
    padding-left: 1rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #555;
    background: #f9f9f9;
}

/* Unordered list */
.headline-body ul {
    margin: 1rem 0 1rem 1.5rem;
    padding: 0;
    list-style-type: disc;
}
.headline-body ul li {
    margin-bottom: 0.5rem;
}

/* Ordered list */
.headline-body ol {
    margin: 1rem 0 1rem 1.5rem;
    padding: 0;
    list-style-type: decimal;
}
.headline-body ol li {
    margin-bottom: 0.5rem;
}
.pink {
  background-color: #EE1F6D; }

.purple {
  background-color: #4346A4; }

.orange {
  background-color: #EE8862; }

.green {
  background-color: #42B189; }

.yellow {
  background-color: #EBCA2F; }

.white {
  background-color: #FFFFFF; }

@keyframes slideFromBottom80 {
  from {
    top: 80%; }
  to {
    top: 0; } }
@keyframes slideFromTop80 {
  from {
    top: 0%; }
  to {
    top: 80%; } }
@keyframes slideFromBottom75 {
  from {
    top: 75%; }
  to {
    top: 0; } }
@keyframes slideFromTop75 {
  from {
    top: 0%; }
  to {
    top: 75%; } }
.navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1000; }
  .navigation__logo {
    margin-left: 80px;
    background-color: #0B0C31;
    padding: 30px 30px 22px 30px; }
    .navigation__logo img {
      height: 52px; }
  .navigation__links {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding-top: 0px; }
    .navigation__links--item {
      font-family: "AvertaStdPE-Semibold", sans-serif;
      text-transform: uppercase;
      color: #0B0C31;
      font-size: 20px;
      letter-spacing: 1px;
      text-decoration: none;
      cursor: pointer; }
      .navigation__links--item.active {
        color: #EE1F6D; }
    .navigation__links--dropdown {
      position: absolute;
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 16px;
      top: 32px;
      background-color: #FFFFFF;
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
      padding: 24px 16px;
      border-radius: 15px;
      display: none; }
      .navigation__links--dropdown.active {
        display: flex; }
    .navigation__links--dropdown-menu {
      all: unset;
      display: flex;
      align-items: center;
      justify-content: center;
      align-self: center;
      width: 100%; }
      .navigation__links--dropdown-menu::after {
        content: '';
        display: inline-block;
        background-image: url("../assets/images/chevron-down-dark.svg");
        width: 16px;
        height: 16px;
        margin-left: 4px;
        background-size: contain;
        background-repeat: no-repeat; }
      .dropdown-link.active .navigation__links--dropdown-menu::after, .mobile-dropdown-link.active .navigation__links--dropdown-menu::after {
        background-image: url("../assets/images/chevron-down-pink.svg"); }
  .navigation__cta {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10000; }
    .navigation__cta .join-us {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .navigation__cta a {
      text-decoration: none; }
    .navigation__cta .menu {
      display: none;
      padding-right: 16px; }
      .navigation__cta .menu img {
        height: 16px; }
      .navigation__cta .menu-close {
        display: none; }
  .navigation__mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: white;
    z-index: 999; }
    .navigation__mobile--wrapper {
      height: 100svh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 32px 0; }
    .navigation__mobile--cta {
      display: none;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-top: 32px;
      gap: 8px; }
    .navigation__mobile-links {
      list-style: none;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      padding-top: 0px;
      width: 100%; }
      .navigation__mobile-links--dropdown {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        list-style: none;
        gap: 16px;
        margin-top: 24px;
        padding: 32px 16px;
        width: 100vw;
        background-color: #FAFAFA; }
        .navigation__mobile-links--dropdown.active {
          display: flex; }
    .navigation__mobile.active {
      display: block; }
  @media screen and (max-width: 1280px) {
    .navigation__logo {
      margin-left: 40px; }
    .navigation__links--item {
      font-size: 16px; } }
  @media screen and (max-width: 1024px) {
    .navigation__logo {
      margin-left: 32px;
      padding: 24px 24px 18px 24px; }
      .navigation__logo img {
        height: 40px; }
    .navigation__links {
      display: none; }
    .navigation__cta {
      display: flex;
      align-items: center;
      gap: 8px; }
      .navigation__cta .join-us {
        border-radius: 50px;
        background-color: #0B0C31; }
      .navigation__cta .menu {
        display: flex;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; } }
  @media screen and (max-width: 768px) {
    .navigation__logo {
      margin-left: 24px; }
    .navigation__cta .login, .navigation__cta .join-us {
      display: block; } }
  @media screen and (max-width: 462px) {
    .navigation__logo {
      padding: 20px 20px 12px 20px; }
      .navigation__logo img {
        height: 32px; }
    .navigation__cta .login, .navigation__cta .join-us {
      display: none; }
    .navigation__mobile--cta {
      display: flex; } }

.footer {
  margin-top: 40px; }
  .footer__cta {
    padding: 120px 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background-color: #FAFAFA; }
    .footer__cta a {
      text-decoration: none; }
    .footer__cta--title h6, .footer__cta--title h2 {
      color: #EE1F6D; }
    .footer__cta--title h4, .footer__cta--title h3 {
      text-transform: uppercase; }
    .footer__cta--link {
      background-color: #0B0C31;
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 120px;
      padding: 32px 40px 32px 100px;
      border-radius: 100px; }
      .footer__cta--link-logo {
        position: absolute;
        left: -16px;
        top: 0;
        height: 100%; }
      .footer__cta--link span {
        font-family: "AvertaStdPE", sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.8px;
        color: #FFFFFF;
        text-wrap: nowrap; }
  .footer__details {
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #0B0C31; }
    .footer__details--link {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: end;
      position: relative; }
      .footer__details--link-logo {
        background-color: #EE1F6D;
        padding: 30px 30px 22px 30px; }
        .footer__details--link-logo img {
          height: 52px; }
      .footer__details--link-items {
        list-style: none;
        display: flex;
        flex-direction: row;
        gap: 24px;
        padding-top: 24px; }
      .footer__details--link-item {
        font-family: "AvertaStdPE-Semibold", sans-serif;
        text-transform: uppercase;
        color: #FFFFFF;
        font-size: 20px;
        letter-spacing: 1px;
        text-decoration: none;
        cursor: pointer; }
    .footer__details--terms {
      display: flex;
      flex-direction: column;
      padding: 80px 0; }
      .footer__details--terms a {
        font-family: "AvertaStdPE", sans-serif;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        text-decoration: none;
        color: #FFFFFF; }
        .footer__details--terms a:not(:first-child)::before {
          content: " • ";
          padding: 0 24px;
          color: #FFFFFF; }
      .footer__details--terms-copyright {
        font-family: "AvertaStdPE", sans-serif;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        color: #FFFFFF;
        text-align: center; }
  @media screen and (max-width: 1280px) {
    .footer__cta {
      padding: 120px 40px; }
      .footer__cta--title h6, .footer__cta--title h2 {
        font-size: 16px; }
      .footer__cta--title img {
        height: 26px; }
    .footer__details {
      padding: 0 40px; } }
  @media screen and (max-width: 1024px) {
    .footer__cta {
      padding: 80px 32px;
      flex-direction: column;
      align-items: center;
      gap: 32px; }
      .footer__cta--title h6, .footer__cta--title h2 {
        text-align: center; }
      .footer__cta--title h4, .footer__cta--title h3 {
        text-align: center; }
    .footer__details {
      padding: 0 32px; }
      .footer__details--link-logo {
        padding: 24px 24px 18px 24px; }
        .footer__details--link-logo img {
          height: 40px; }
      .footer__details--link-item {
        font-size: 16px; } }
  @media screen and (max-width: 768px) {
    .footer__cta {
      padding: 80px 24px; }
      .footer__cta--title h6, .footer__cta--title h2 {
        font-size: 14px; }
      .footer__cta--link {
        width: 80%;
        gap: 0;
        padding: 24px 32px 24px 84px;
        border-radius: 100px; }
        .footer__cta--link-logo {
          position: absolute;
          left: -16px;
          top: 0;
          height: 100%; }
        .footer__cta--link span {
          font-size: 16px; }
    .footer__details {
      padding: 0 24px; }
      .footer__details--link {
        display: flex;
        flex-direction: column;
        align-items: start; }
        .footer__details--link-items {
          width: 100%;
          justify-content: space-between;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap; }
      .footer__details--terms {
        display: flex;
        flex-direction: column; }
        .footer__details--terms a {
          font-size: 12px; }
          .footer__details--terms a:not(:first-child)::before {
            content: "";
            padding: 0;
            color: #FFFFFF; }
        .footer__details--terms-links {
          display: flex;
          flex-direction: column;
          align-items: center; }
        .footer__details--terms-copyright {
          margin-top: 20px;
          font-size: 12px; } }
  @media screen and (max-width: 462px) {
    .footer__cta {
      padding: 80px 24px; }
      .footer__cta--link {
        width: 100%;
        align-items: center; }
        .footer__cta--link span {
          font-size: 12px; }
        .footer__cta--link-arrow {
          height: 20px; }
    .footer__details {
      padding: 0 24px; }
      .footer__details--link {
        align-items: center; }
        .footer__details--link-logo {
          padding: 20px 20px 12px 20px; }
          .footer__details--link-logo img {
            height: 32px; } }

.hero {
  margin-top: 120px; }
  .hero__header {
    position: relative;
    width: fit-content; }
    .hero__header h1 {
      color: #0B0C31; }
    .hero__header h6 {
      display: inline; }
    .hero__header--path {
      position: relative;
      width: fit-content; }
    .hero__header--svg {
      height: 120px;
      position: absolute;
      top: -30%;
      right: 0%; }
  .hero__cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 80px; }
    .hero__cta p {
      width: 60%; }
    .hero__cta--link {
      background-color: #0B0C31;
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 120px;
      padding: 32px 40px 32px 100px;
      border-radius: 100px; }
      .hero__cta--link-logo {
        position: absolute;
        left: -16px;
        top: 0;
        height: 100%; }
      .hero__cta--link span {
        font-family: "AvertaStdPE", sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.8px;
        color: #FFFFFF;
        text-wrap: nowrap; }
  .hero__carousel {
    margin-top: 80px;
    height: 70vh;
    min-height: 562px;
    border-radius: 25px;
    overflow: hidden; }
    .hero__carousel img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .hero-slider {
    margin-top: 80px;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16/9; }
    .hero-slider__track {
      display: flex;
      width: fit-content;
      will-change: transform; }
      .hero-slider__track img {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        object-fit: cover; }
  @media screen and (max-width: 1024px) {
    .hero__header--svg {
      height: 88px; }
    .hero__cta {
      flex-direction: column;
      margin-top: 80px; }
      .hero__cta p {
        width: 100%; }
      .hero__cta--link {
        align-self: start;
        margin-left: 16px; }
        .hero__cta--link span {
          font-size: 16px;
          line-height: 16px; } }
  @media screen and (max-width: 768px) {
    .hero {
      margin-top: 80px; }
      .hero__header--svg {
        height: 70px;
        display: none; }
      .hero__cta {
        margin-top: 40px; }
        .hero__cta--link {
          width: 100%;
          gap: 0;
          padding: 24px 32px 24px 84px;
          border-radius: 100px; }
          .hero__cta--link-logo {
            position: absolute;
            left: -16px;
            top: 0;
            height: 100%; }
          .hero__cta--link span {
            font-size: 16px; }
      .hero__carousel {
        height: 50vh;
        min-height: 462px; } }
  @media screen and (max-width: 550px) {
    .hero__cta--link {
      align-items: center; }
      .hero__cta--link span {
        font-size: 12px; }
      .hero__cta--link-arrow {
        height: 20px; } }

.find-here__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end; }
  .find-here__header h2 {
    text-wrap: nowrap; }
  .find-here__header p {
    width: 40%; }
.find-here__cards {
  grid-template-rows: 1fr;
  margin-top: 120px; }
  .find-here__cards--item {
    grid-row: span 1;
    grid-column: span 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #FAFAFA;
    padding: 32px 16px;
    height: 100%;
    border-radius: 25px; }
    .find-here__cards--item img {
      height: 45px; }
    .find-here__cards--item h5 {
      text-transform: uppercase;
      margin-top: 20px; }
    .find-here__cards--item p {
      margin-top: 120px;
      font-family: "nunito-sans", sans-serif;
      font-size: 16px;
      line-height: 18px;
      color: #5D5D5D; }
@media screen and (max-width: 1280px) {
  .find-here__cards {
    margin-top: 80px; }
    .find-here__cards--item p {
      margin-top: 80px; } }
@media screen and (max-width: 1024px) {
  .find-here__cards--item {
    grid-column: span 4; }
    .find-here__cards--item img {
      height: 32px; }
    .find-here__cards--item h5 {
      margin-top: 16px; }
    .find-here__cards--item p {
      margin-top: 40px; } }
@media screen and (max-width: 880px) {
  .find-here__header {
    flex-direction: column;
    gap: 32px; }
    .find-here__header h2 {
      align-self: start; }
    .find-here__header p {
      width: 100%; } }
@media screen and (max-width: 768px) {
  .find-here__cards--item {
    grid-column: span 3; }
    .find-here__cards--item img {
      height: 24px; } }
@media screen and (max-width: 462px) {
  .find-here__cards--item {
    grid-column: span 4; }
    .find-here__cards--item h5 {
      margin-top: 8px; }
    .find-here__cards--item p {
      margin-top: 32px; } }

.member-spotlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden; }
  .member-spotlight h2 {
    text-align: center; }
  .member-spotlight__members {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0;
    width: 100%;
    padding-left: 50px; }
    .member-spotlight__members > * {
      margin-left: -50px; }
    .member-spotlight__members--item {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 280px; }
      .member-spotlight__members--item-details {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0 32px;
        flex: 1;
        gap: 24px; }
        .member-spotlight__members--item-details-title {
          text-align: center; }
          .member-spotlight__members--item-details-title h6 {
            font-family: "AvertaStdPE-Bold", sans-serif; }
          .member-spotlight__members--item-details-title span {
            font-family: "AvertaStdPE-Semibold", sans-serif;
            font-size: 16px; }
        .member-spotlight__members--item-details-description {
          text-align: center; }
          .member-spotlight__members--item-details-description p {
            font-size: 16px;
            color: #5D5D5D;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 12px; }
          .member-spotlight__members--item-details-description a {
            font-family: "AvertaStdPE-Semibold", sans-serif;
            font-size: 16px;
            text-transform: uppercase;
            color: #0B0C31; }
    .member-spotlight__members--cta {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 290px;
      height: 290px;
      padding: 32px;
      overflow: hidden;
      border-radius: 50%;
      border: 14px solid #FFFFFF;
      background-color: #EE1F6D;
      z-index: 1; }
      .member-spotlight__members--cta a, .member-spotlight__members--cta h4 {
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        color: #FFFFFF; }
  .member-spotlight__carousel {
    margin-top: 40px;
    display: none;
    justify-content: space-between;
    gap: 16px; }
    .member-spotlight__carousel--dots {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #5D5D5D;
      cursor: pointer; }
      .member-spotlight__carousel--dots.active {
        background-color: #EE1F6D; }
  @media screen and (max-width: 1280px) {
    .member-spotlight__members {
      margin-top: 80px;
      display: flex;
      flex-direction: row;
      gap: 0;
      padding-left: 80px; }
      .member-spotlight__members > * {
        margin-left: -80px; }
      .member-spotlight__members--cta {
        width: 240px;
        height: 240px; } }
  @media screen and (max-width: 1024px) {
    .member-spotlight {
      padding: 0; }
      .member-spotlight__members {
        margin-top: 80px;
        display: flex;
        width: 100%;
        justify-content: start;
        position: relative;
        gap: 0;
        padding: 0; }
        .member-spotlight__members::-webkit-scrollbar {
          display: none; }
        .member-spotlight__members > * {
          margin-left: 0; }
        .member-spotlight__members--item {
          flex: 0 0 100%; }
      .member-spotlight__carousel {
        display: flex; } }

.who-is {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .who-is__header {
    position: relative;
    width: fit-content; }
    .who-is__header h2 {
      text-align: center; }
    .who-is__header--svg {
      width: 88px;
      position: absolute;
      right: -10%;
      top: -80%; }
  .who-is p {
    margin-top: 80px;
    width: 80%;
    text-align: center; }
    .who-is p strong {
      font-style: italic; }
  @media screen and (max-width: 1280px) {
    .who-is__header--svg {
      width: 80px;
      right: -9%;
      top: -80%; } }
  @media screen and (max-width: 1024px) {
    .who-is__header--svg {
      width: 70px;
      right: -9%;
      top: -80%; }
    .who-is p {
      margin-top: 40px;
      width: 90%; } }
  @media screen and (max-width: 768px) {
    .who-is__header--svg {
      width: 64px;
      right: -5%;
      top: -50%; } }

.made-of {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100vh;
  text-align: center; }
  .made-of h6 {
    color: #EE1F6D; }
  .made-of__gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .made-of__gallery--top, .made-of__gallery--center, .made-of__gallery--bottom {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      height: 100%;
      display: block; }
    .made-of__gallery--top {
      width: 80%; }
    .made-of__gallery--center {
      width: 90%; }
    .made-of__gallery--bottom {
      width: 75%; }
    .made-of__gallery--item {
      position: absolute;
      top: 50%;
      /* vertical centering */
      bottom: 50%;
      /* vertical centering */
      transform: translate(-50%, -50%);
      aspect-ratio: 1/1;
      overflow: hidden;
      background-color: #FFFFFF;
      will-change: transform; }
      .made-of__gallery--item.lg {
        width: 108px;
        height: 108px;
        border-radius: 35px; }
      .made-of__gallery--item.md {
        width: 94px;
        height: 94px;
        border-radius: 30px; }
      .made-of__gallery--item.sm {
        width: 80px;
        height: 80px;
        border-radius: 25px; }
  @media screen and (max-width: 1280px) {
    .made-of__gallery--item.lg {
      width: 92px;
      height: 92px;
      border-radius: 30px; }
    .made-of__gallery--item.md {
      width: 86px;
      height: 86px;
      border-radius: 28px; }
    .made-of__gallery--item.sm {
      width: 75px;
      height: 75px;
      border-radius: 22px; } }
  @media screen and (max-width: 1024px) {
    .made-of__gallery--item.lg {
      width: 84px;
      height: 84px;
      border-radius: 25px; }
    .made-of__gallery--item.md {
      width: 75px;
      height: 75px;
      border-radius: 22px; }
    .made-of__gallery--item.sm {
      width: 62px;
      height: 62px;
      border-radius: 20px; } }
  @media screen and (max-width: 768px) {
    .made-of__gallery--center {
      display: none; }
    .made-of__gallery--item.lg {
      width: 75px;
      height: 75px;
      border-radius: 22px; }
    .made-of__gallery--item.md {
      width: 62px;
      height: 62px;
      border-radius: 20px; }
    .made-of__gallery--item.sm {
      width: 48px;
      height: 48px;
      border-radius: 15px; } }

.upcoming-events {
  margin-top: 40px;
  padding-right: 0;
  display: flex;
  gap: 32px; }
  .upcoming-events__title {
    flex: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .upcoming-events__cards {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    transition: all 0.2s;
    will-change: transform;
    user-select: none;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-right: 80px; }
    .upcoming-events__cards::-webkit-scrollbar {
      display: none !important; }
    .upcoming-events__cards--container {
      display: grid;
      grid-auto-columns: 1fr;
      grid-auto-flow: column;
      gap: 24px; }
  @media screen and (max-width: 1024px) {
    .upcoming-events {
      flex-direction: column; }
      .upcoming-events__title {
        padding-right: 32px;
        flex-direction: row;
        align-items: end;
        gap: 60px; }
      .upcoming-events__cards {
        margin-top: 40px; } }
  @media screen and (max-width: 768px) {
    .upcoming-events__title {
      padding-right: 24px;
      flex-direction: column;
      align-items: start;
      gap: 24px; } }
  @media screen and (max-width: 462px) {
    .upcoming-events__cards {
      padding-right: 32px; }
      .upcoming-events__cards--container {
        gap: 0; } }

.discover-eo {
  margin-top: 120px; }
  .discover-eo__header {
    position: relative;
    width: fit-content; }
    .discover-eo__header--svg {
      height: 76px;
      position: absolute;
      top: -30%;
      right: -8%; }
    .discover-eo__header--description {
      margin: 40px 0; }
  @media screen and (max-width: 1024px) {
    .discover-eo__header--svg {
      height: 60px;
      top: -20%; } }
  @media screen and (max-width: 768px) {
    .discover-eo {
      margin-top: 80px; }
      .discover-eo__header--svg {
        height: 48px;
        top: 0%;
        right: -15%; }
      .discover-eo__header--description {
        margin: 32px 0; } }
  @media screen and (max-width: 462px) {
    .discover-eo__header--svg {
      display: none; } }

.member-quote__wrapper {
  background-color: #FAFAFA;
  padding: 54px 92px;
  border-radius: 25px;
  overflow: hidden;
  position: relative; }
  .member-quote__wrapper--message {
    font-family: "AvertaStdPE-Bold", sans-serif;
    text-align: center;
    font-size: 32px;
    line-height: 1; }
  .member-quote__wrapper--quote-left {
    position: absolute;
    left: 0;
    top: 0; }
  .member-quote__wrapper--quote-right {
    position: absolute;
    right: 2%;
    bottom: 0; }
@media screen and (max-width: 1024px) {
  .member-quote__wrapper {
    padding: 40px 52px; }
    .member-quote__wrapper--quote-left {
      height: 82px; }
    .member-quote__wrapper--quote-right {
      height: 82px; } }
@media screen and (max-width: 768px) {
  .member-quote__wrapper {
    padding: 34px 48px; }
    .member-quote__wrapper h5 {
      font-size: 24px; }
    .member-quote__wrapper--quote-left {
      height: 62px; }
    .member-quote__wrapper--quote-right {
      height: 62px; } }
@media screen and (max-width: 462px) {
  .member-quote__wrapper {
    padding: 32px 40px; }
    .member-quote__wrapper h5 {
      font-size: 20px; }
    .member-quote__wrapper--quote-left {
      height: 52px; }
    .member-quote__wrapper--quote-right {
      height: 52px; } }

.instagram-post {
  display: flex;
  flex-direction: row;
  gap: 24px;
  overflow-x: auto;
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  transition: all 0.2s;
  will-change: transform;
  user-select: none;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 80px; }
  .instagram-post::-webkit-scrollbar {
    display: none !important; }
  .instagram-post__item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
    min-width: 410px;
    border-radius: 25px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06); }
    .instagram-post__item--header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 14px 20px; }
      .instagram-post__item--header-profile {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px; }
        .instagram-post__item--header-profile .profile-image {
          border: 1px solid #D9D9D9;
          height: 40px;
          width: 40px;
          border-radius: 50%;
          overflow: hidden; }
        .instagram-post__item--header-profile .profile-name {
          font-family: "AvertaStdPE-Semibold", sans-serif;
          font-size: 20px;
          color: #000000; }
      .instagram-post__item--header-link {
        font-family: "AvertaStdPE-Semibold", sans-serif;
        font-size: 20px;
        text-decoration: none;
        color: #EE1F6D; }
    .instagram-post__item--image {
      width: 100%;
      aspect-ratio: 16/16;
      pointer-events: none; }
      .instagram-post__item--image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .instagram-post__item--overview {
      pointer-events: none;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px 20px 20px; }
      .instagram-post__item--overview-details {
        display: flex;
        flex-direction: column;
        gap: 2px; }
        .instagram-post__item--overview-details .details-likes {
          font-family: "AvertaStdPE-Semibold", sans-serif;
          font-size: 16px;
          line-height: 16px;
          color: #000000; }
        .instagram-post__item--overview-details .details-date {
          font-family: "AvertaStdPE", sans-serif;
          font-size: 16px;
          line-height: 16px;
          color: #5D5D5D; }
  @media screen and (max-width: 520px) {
    .instagram-post__item {
      min-width: 320px; }
      .instagram-post__item--header {
        padding: 14px 16px; }
        .instagram-post__item--header-profile {
          gap: 8px; }
          .instagram-post__item--header-profile .profile-image {
            height: 32px;
            width: 32px; }
          .instagram-post__item--header-profile .profile-name {
            font-size: 16px; }
        .instagram-post__item--header-link {
          font-size: 16px; }
      .instagram-post__item--overview {
        padding: 18px 16px 20px 16px; }
        .instagram-post__item--overview-details .details-likes {
          font-size: 14px;
          line-height: 14px; }
        .instagram-post__item--overview-details .details-date {
          font-size: 14px;
          line-height: 14px; } }

.our-commitment p {
  margin-top: 40px; }

.board-gallery {
  margin: 0;
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 80px; }
  .board-gallery__item {
    grid-column: span 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px; }
  @media screen and (max-width: 768px) {
    .board-gallery {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 32px; } }
  @media screen and (max-width: 600px) {
    .board-gallery {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 24px; } }

.prev-board {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px; }
  .prev-board__header {
    text-align: center; }
    .prev-board__header span {
      display: block; }
  .prev-board__gallery {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 80px; }
    .prev-board__gallery--item {
      grid-column: span 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px; }
  @media screen and (max-width: 768px) {
    .prev-board__gallery {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 32px; } }
  @media screen and (max-width: 600px) {
    .prev-board__header {
      text-align: center; }
      .prev-board__header h2 {
        font-size: 24px;
        line-height: 24px; }
    .prev-board__gallery {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 24px; } }

.members-gallery {
  margin: 0;
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 80px; }
  .members-gallery__item {
    grid-column: span 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px; }
    .members-gallery__item-details {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .members-gallery__item-details span {
        font-family: "AvertaStdPE-Semibold", sans-serif;
        font-size: 20px; }
  @media screen and (max-width: 768px) {
    .members-gallery {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 32px; } }
  @media screen and (max-width: 600px) {
    .members-gallery {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 24px; } }

.members-cta {
  display: flex;
  justify-content: center; }
  .members-cta__wrapper {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #FAFAFA;
    padding: 52px;
    border-radius: 25px;
    overflow: hidden;
    gap: 24px; }
    .members-cta__wrapper--details {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .members-cta__wrapper--details h2 {
        text-transform: uppercase;
        padding-bottom: 12px;
        width: fit-content; }
      .members-cta__wrapper--details-highlight {
        font-style: italic; }
  @media screen and (max-width: 1280px) {
    .members-cta__wrapper {
      width: 100%; } }
  @media screen and (max-width: 1024px) {
    .members-cta__wrapper {
      flex-direction: column;
      align-items: center; }
      .members-cta__wrapper--details {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center; } }
  @media screen and (max-width: 768px) {
    .members-cta__wrapper {
      padding: 40px; } }
  @media screen and (max-width: 462px) {
    .members-cta__wrapper {
      padding: 32px; }
      .members-cta__wrapper--details h2 {
        font-size: 24px;
        line-height: 24px; } }

.members-profile {
  position: relative; }
  .members-profile__picture {
    grid-column: 1/span 3;
    position: relative;
    aspect-ratio: 1/1; }
    .members-profile__picture--accent {
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      margin-left: -80px;
      height: 100%;
      z-index: -1;
      border-top-right-radius: 20%;
      border-bottom-right-radius: 20%; }
    .members-profile__picture--container {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      overflow: hidden;
      border: 12px solid;
      background-color: white; }
      .members-profile__picture--container img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .members-profile__details {
    grid-column: 4/ -1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 40px; }
    .members-profile__details--name {
      display: flex;
      flex-direction: column;
      gap: 4px; }
      .members-profile__details--name p {
        font-size: 24px;
        line-height: 0.8; }
    .members-profile__details--overview {
      display: flex;
      flex-direction: row;
      gap: 0;
      padding: 12px 0;
      border-top: 1px solid #D9D9D9;
      border-bottom: 1px solid #D9D9D9; }
      .members-profile__details--overview-item {
        flex: 1; }
        .members-profile__details--overview-item-title {
          display: block;
          color: #0B0C31;
          font-family: "AvertaStdPE-Bold", sans-serif;
          font-size: 24px;
          line-height: 24px;
          text-transform: uppercase; }
    .members-profile__details--description {
      display: flex;
      flex-direction: column;
      gap: 16px; }
  @media screen and (max-width: 1024px) {
    .members-profile__picture {
      grid-column: 1/span 2; }
      .members-profile__picture--accent {
        margin-left: -32px;
        border-top-right-radius: 35%;
        border-bottom-right-radius: 35%; }
    .members-profile__details {
      grid-column: 3/ -1; }
      .members-profile__details--overview-item {
        flex: 1; }
        .members-profile__details--overview-item-title {
          font-size: 20px;
          line-height: 20px; } }
  @media screen and (max-width: 768px) {
    .members-profile__picture {
      grid-column: 1/span 3; }
      .members-profile__picture--accent {
        margin-left: -24px;
        border-top-right-radius: 35%;
        border-bottom-right-radius: 35%; }
    .members-profile__details {
      grid-column: 1/ -1;
      padding-top: 16px; }
      .members-profile__details--name p {
        width: 80%;
        font-size: 16px;
        line-height: 16px; }
      .members-profile__details--overview-item {
        flex: 1; }
        .members-profile__details--overview-item-title {
          font-size: 20px;
          line-height: 20px; } }
  @media screen and (max-width: 462px) {
    .members-profile__picture {
      grid-column: 1/span 3; }
      .members-profile__picture--accent {
        border-top-right-radius: 40%;
        border-bottom-right-radius: 40%; }
    .members-profile__details {
      grid-column: 1/ -1;
      padding-top: 16px; }
      .members-profile__details--name p {
        font-size: 16px;
        line-height: 16px; }
      .members-profile__details--overview {
        flex-direction: column;
        gap: 16px; }
        .members-profile__details--overview-item {
          flex: 1; }
          .members-profile__details--overview-item-title {
            font-size: 20px;
            line-height: 20px; } }

.partners-gallery {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px; }
  .partners-gallery__categories {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px; }
    .partners-gallery__categories h2 {
      font-size: 32px;
      text-transform: uppercase;
      font-family: "AvertaStdPE-ExtraBold", sans-serif; }
    .partners-gallery__categories_items {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 24px; }

.partners-cta {
  display: flex;
  justify-content: center; }
  .partners-cta__wrapper {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #FAFAFA;
    padding: 60px 32px;
    border-radius: 25px;
    overflow: hidden;
    gap: 24px; }
    .partners-cta__wrapper--details {
      display: flex;
      flex-direction: column;
      gap: 16px; }
      .partners-cta__wrapper--details h2 {
        text-transform: uppercase;
        display: inline !important;
        width: fit-content; }
    .partners-cta__wrapper--button a {
      text-decoration: none; }
    .partners-cta__wrapper--button button {
      text-transform: uppercase; }
  @media screen and (max-width: 1280px) {
    .partners-cta__wrapper {
      padding: 60px 32px; } }
  @media screen and (max-width: 1024px) {
    .partners-cta__wrapper {
      width: fit-content;
      flex-direction: column;
      align-items: center;
      padding: 60px; }
      .partners-cta__wrapper--details {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center; } }
  @media screen and (max-width: 768px) {
    .partners-cta__wrapper {
      width: 100%;
      padding: 40px; } }
  @media screen and (max-width: 600px) {
    .partners-cta__wrapper {
      padding: 32px; }
      .partners-cta__wrapper--details h2 {
        font-size: 24px;
        line-height: 24px; } }

.events {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 60px; }
  .events__filter {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    gap: 24px; }
    .events__filter button {
      text-transform: uppercase; }
    .events__filter--calendar {
      z-index: 2; }
    .events__filter--type {
      z-index: 1; }
  @media screen and (max-width: 1024px) {
    .events__filter {
      gap: 16px; } }
  @media screen and (max-width: 768px) {
    .events__filter {
      width: 100%;
      flex-direction: column;
      gap: 16px; }
      .events__filter--calendar {
        width: 100%; }
      .events__filter--type {
        z-index: 1;
        width: 100%; } }

.events-list {
  margin-top: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .events-list__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #FAFAFA;
    border-radius: 25px;
    padding: 0;
    gap: 0; }
    .events-list__item--date {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 15%;
      gap: 2px;
      padding: 0 20px; }
      .events-list__item--date-day {
        font-family: "AvertaStdPE-Bold", sans-serif;
        font-size: 64px;
        line-height: 64px;
        color: #EE1F6D; }
      .events-list__item--date-month {
        font-family: "AvertaStdPE-Bold", sans-serif;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        text-wrap: nowrap;
        color: #EE1F6D;
        padding-bottom: 8px; }
    .events-list__item--overview {
      display: flex;
      flex-direction: column;
      width: 90%;
      gap: 2px;
      padding: 20px;
      border-left: 1px solid #D9D9D9; }
      .events-list__item--overview-details {
        display: flex;
        gap: 24px; }
        .events-list__item--overview-details-item {
          display: flex;
          gap: 8px;
          align-items: start; }
        .events-list__item--overview-details span {
          display: flex;
          gap: 8px;
          font-family: "AvertaStdPE-Semibold", sans-serif;
          font-size: 16px;
          line-height: 16px;
          text-transform: uppercase;
          color: #5D5D5D; }
        .events-list__item--overview-details img {
          height: 16px;
          width: 16px; }
      .events-list__item--overview-name {
        margin-top: 12px;
        font-size: 20px;
        line-height: 1;
        text-transform: uppercase;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
        text-overflow: ellipsis; }
      .events-list__item--overview-description {
        font-family: "AvertaStdPE", sans-serif;
        font-size: 16px;
        color: #5D5D5D;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
        text-overflow: ellipsis; }
    .events-list__item--button {
      position: absolute;
      top: 0;
      right: 0;
      border-bottom-left-radius: 15px;
      padding: 16px;
      background-color: #EE1F6D;
      font-family: "AvertaStdPE-Semibold", sans-serif;
      font-size: 16px;
      line-height: 16px;
      color: #FFFFFF;
      text-decoration: none;
      text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .events-list__item {
      flex-direction: column; }
      .events-list__item--date {
        align-self: start;
        align-items: start;
        padding: 20px; }
        .events-list__item--date-day {
          font-family: "AvertaStdPE-Bold", sans-serif;
          color: #EE1F6D; }
      .events-list__item--overview {
        border-left: none;
        border-top: 1px solid #D9D9D9; }
        .events-list__item--overview-details {
          gap: 16px;
          flex-direction: column; }
        .events-list__item--overview-name {
          -webkit-line-clamp: 2; }
        .events-list__item--overview-description {
          margin-top: 8px;
          -webkit-line-clamp: 2; } }

.event-information {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px; }
  .event-information__thumbnail {
    grid-column: 1/span 5;
    border-radius: 25px;
    position: relative;
    overflow: hidden; }
    .event-information__thumbnail--date {
      position: absolute;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 2px;
      padding: 24px;
      background-color: #EE1F6D;
      border-bottom-right-radius: 50px; }
      .event-information__thumbnail--date-day {
        font-family: "AvertaStdPE-Bold", sans-serif;
        font-size: 64px;
        line-height: 64px;
        color: #FFFFFF;
        margin-top: -12px; }
      .event-information__thumbnail--date-month {
        font-family: "AvertaStdPE-Bold", sans-serif;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        text-wrap: nowrap;
        color: #FFFFFF; }
    .event-information__thumbnail--image {
      width: 100%;
      border-radius: 25px; }
  .event-information__overview {
    grid-column: 6/span 7; }
    .event-information__overview--links {
      margin-top: 32px;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .event-information__overview--links-members {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px; }
        .event-information__overview--links-members .attendance-list {
          display: flex; }
          .event-information__overview--links-members .attendance-list > * {
            border: 4px solid #FFFFFF;
            margin-left: -12px; }
        .event-information__overview--links-members .attendance-link {
          font-family: "AvertaStdPE-Semibold", sans-serif;
          font-size: 20px;
          line-height: 20px; }
        .event-information__overview--links-members a {
          color: #000000; }
      .event-information__overview--links-register {
        width: fit-content; }
        .event-information__overview--links-register a {
          text-decoration: none; }
        .event-information__overview--links-register .btn {
          position: relative;
          z-index: 2;
          text-transform: uppercase;
          text-wrap: nowrap; }
          .event-information__overview--links-register .btn.arrow::after {
            content: "";
            display: block;
            width: 16px;
            height: 16px;
            background-image: url("../assets/images/chevron-down-white.svg");
            background-size: cover;
            background-repeat: no-repeat;
            transition: transform 0.2s ease; }
        .event-information__overview--links-register .dropdown-list {
          right: 0;
          top: 16px;
          align-items: end; }
    .event-information__overview--details {
      margin-top: 32px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      row-gap: 8px;
      column-gap: 8px;
      padding: 24px 0;
      border-top: 1px solid #D9D9D9;
      border-bottom: 1px solid #D9D9D9; }
      .event-information__overview--details-item {
        grid-column: span 1;
        display: flex;
        gap: 8px;
        align-items: start; }
        .event-information__overview--details-item span {
          font-family: "AvertaStdPE-Semibold", sans-serif;
          font-size: 16px;
          line-height: 16px;
          color: #5D5D5D; }
        .event-information__overview--details-item .text-dark {
          color: #0B0C31 !important; }
        .event-information__overview--details-item img {
          height: 16px;
          width: 16px; }
        .event-information__overview--details-item a {
          color: #5D5D5D; }
    .event-information__overview--ticket {
      padding: 24px 0;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
      border-bottom: 1px solid #D9D9D9; }
      .event-information__overview--ticket h5 {
        grid-column: span 2;
        padding-bottom: 16px; }
      .event-information__overview--ticket-item {
        grid-column: span 1;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #D9D9D9;
        border-radius: 10px;
        padding: 16px; }
        .event-information__overview--ticket-item span {
          font-family: "AvertaStdPE-Semibold", sans-serif;
          font-size: 16px;
          line-height: 16px;
          color: #5D5D5D;
          text-transform: uppercase; }
        .event-information__overview--ticket-item h6 {
          font-family: "AvertaStdPE-Bold", sans-serif;
          font-size: 16px;
          line-height: 16px;
          text-transform: uppercase; }
    .event-information__overview--description {
      margin-top: 24px;
      display: flex;
      flex-direction: column;
      gap: 32px; }
  @media screen and (max-width: 1024px) {
    .event-information__overview--links {
      margin-top: 24px;
      gap: 24px;
      align-items: end; }
      .event-information__overview--links-members {
        gap: 8px;
        flex-direction: column;
        align-items: start; }
        .event-information__overview--links-members .attendance-list > * {
          border: 2x solid #FFFFFF;
          margin-left: -8px; }
        .event-information__overview--links-members .attendance-link {
          font-size: 16px;
          line-height: 16px; }
    .event-information__overview--details {
      margin-top: 24px;
      row-gap: 16px;
      padding: 16px 0; }
      .event-information__overview--details-item {
        grid-column: span 2; }
    .event-information__overview--ticket {
      margin-top: 16px; }
      .event-information__overview--ticket-item h5 {
        font-size: 32px;
        line-height: 32px; }
    .event-information__overview--description {
      margin-top: 16px;
      display: flex;
      flex-direction: column;
      gap: 32px; } }
  @media screen and (max-width: 768px) {
    .event-information {
      grid-template-columns: repeat(4, 1fr);
      row-gap: 24px; }
      .event-information__thumbnail {
        grid-column: 1/span 3;
        border-radius: 25px;
        position: relative;
        overflow: hidden; }
        .event-information__thumbnail--date {
          gap: 2px;
          padding: 16px 24px 24px 16px; }
          .event-information__thumbnail--date-day {
            font-size: 40px;
            line-height: 40px;
            margin-top: -4px; }
      .event-information__overview {
        grid-column: 1/-1; } }
  @media screen and (max-width: 462px) {
    .event-information__thumbnail {
      grid-column: 1/span 4; }
    .event-information__overview--ticket {
      margin-top: 16px;
      row-gap: 16px; }
      .event-information__overview--ticket-item {
        grid-column: span 2; } }

.event-registration {
  margin-bottom: 120px; }
  .event-registration > * {
    grid-column: 3/span 8;
    gap: 24; }
  .event-registration__header {
    font-size: 32px;
    text-transform: uppercase;
    color: #0B0C31;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 24px; }
  .event-registration__form {
    padding-bottom: 24px;
    border-bottom: 1px solid #D9D9D9; }
    .event-registration__form--title {
      text-transform: uppercase;
      color: #EE1F6D;
      flex: 100%; }
    .event-registration__form--summary {
      margin-top: 16px;
      flex: 1;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .event-registration__form--summary-price {
        display: flex;
        flex-direction: column;
        justify-self: end;
        text-align: end;
        flex: 1; }
        .event-registration__form--summary-price h5 {
          font-size: 32px;
          line-height: 32px;
          color: #EE1F6D; }
  @media screen and (max-width: 1024px) {
    .event-registration > * {
      grid-column: 1/-1; } }

.registration-overview {
  padding-top: 32px;
  padding-bottom: 32px;
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #FAFAFA;
  align-items: center; }
  .registration-overview__summary {
    display: flex;
    flex-direction: column; }
    .registration-overview__summary span {
      font-family: "AvertaStdPE-Semibold", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 18px;
      display: block; }
    .registration-overview__summary--for {
      color: #0B0C31; }
    .registration-overview__summary h5 {
      font-size: 32px;
      line-height: 32px;
      color: #EE1F6D; }
  .registration-overview__buttons {
    display: flex;
    flex-direction: row;
    gap: 16px; }
  @media screen and (max-width: 768px) {
    .registration-overview {
      flex-direction: column;
      align-items: start;
      gap: 16px; }
      .registration-overview__summary {
        width: 100%;
        flex-direction: row;
        gap: 24px; }
        .registration-overview__summary span {
          font-size: 12px;
          line-height: 14px; }
        .registration-overview__summary h5 {
          text-align: end;
          flex: 1; }
      .registration-overview__buttons {
        flex-direction: row;
        gap: 8px;
        width: 100%; }
        .registration-overview__buttons button {
          flex: 1; } }

.event-confirmation {
  gap: 24px; }
  .event-confirmation__policy {
    grid-column: 1/span 6;
    display: flex;
    flex-direction: column;
    gap: 44px; }
    .event-confirmation__policy--header {
      font-size: 32px;
      text-transform: uppercase;
      color: #0B0C31; }
    .event-confirmation__policy--terms {
      display: flex;
      flex-direction: column;
      gap: 16px; }
      .event-confirmation__policy--terms h6 {
        font-family: "AvertaStdPE-Bold", sans-serif;
        color: #EE1F6D;
        padding-bottom: 8px; }
      .event-confirmation__policy--terms p {
        font-family: "AvertaStdPE-Semibold", sans-serif;
        font-size: 16px;
        line-height: 16px;
        color: #5D5D5D; }
  .event-confirmation__overview {
    grid-column: 7/span 6;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: #FAFAFA;
    border-radius: 25px;
    padding: 32px 40px; }
    .event-confirmation__overview--details {
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding-bottom: 24px;
      border-bottom: 1px solid #D9D9D9; }
      .event-confirmation__overview--details-title {
        font-family: "AvertaStdPE-Bold", sans-serif;
        padding-bottom: 16px;
        color: #EE1F6D; }
      .event-confirmation__overview--details-item {
        grid-column: span 1;
        display: flex;
        gap: 8px;
        align-items: start; }
        .event-confirmation__overview--details-item span {
          font-family: "AvertaStdPE-Semibold", sans-serif;
          font-size: 16px;
          line-height: 16px;
          color: #5D5D5D; }
        .event-confirmation__overview--details-item img {
          height: 16px;
          width: 16px; }
        .event-confirmation__overview--details-item a {
          color: #5D5D5D; }
    .event-confirmation__overview--ticket {
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding-bottom: 24px;
      border-bottom: 1px solid #D9D9D9; }
      .event-confirmation__overview--ticket-label {
        padding-bottom: 8px; }
      .event-confirmation__overview--ticket-item {
        display: flex;
        justify-content: space-between; }
        .event-confirmation__overview--ticket-item span {
          font-family: "AvertaStdPE-Semibold", sans-serif;
          font-size: 20px;
          line-height: 20px;
          text-transform: uppercase;
          color: #0B0C31; }
    .event-confirmation__overview--total {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .event-confirmation__overview--total-price {
        color: #EE1F6D;
        font-size: 32px; }
    .event-confirmation__overview--buttons {
      display: flex;
      flex-direction: column;
      gap: 16px; }
      .event-confirmation__overview--buttons a, .event-confirmation__overview--buttons button {
        width: 100%; }
  @media screen and (max-width: 1024px) {
    .event-confirmation__policy {
      grid-column: 1/span 4; }
    .event-confirmation__overview {
      grid-column: 5/span 4;
      padding: 24px 32px; } }
  @media screen and (max-width: 768px) {
    .event-confirmation__policy {
      grid-column: 1/-1; }
    .event-confirmation__overview {
      grid-column: 1/-1; } }
  @media screen and (max-width: 462px) {
    .event-confirmation__overview {
      gap: 16px;
      padding: 16px; }
      .event-confirmation__overview--details {
        padding-bottom: 16px; }
        .event-confirmation__overview--details-title {
          font-family: "AvertaStdPE-Bold", sans-serif;
          padding-bottom: 16px;
          color: #EE1F6D; }
      .event-confirmation__overview--ticket {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding-bottom: 24px;
        border-bottom: 1px solid #D9D9D9; }
        .event-confirmation__overview--ticket-label {
          padding-bottom: 8px; }
        .event-confirmation__overview--ticket-item span {
          font-size: 16px;
          line-height: 16px; }
      .event-confirmation__overview--total-price {
        font-size: 24px; } }

.event-attendees {
  position: fixed;
  height: 100dvh;
  width: 100vw;
  background-color: #FFFFFF40;
  z-index: 10000;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none; }
  .event-attendees__container {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 80%;
    min-height: 420px;
    overflow-y: scroll;
    border-radius: 25px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
    position: relative; }
    .event-attendees__container--close {
      position: sticky;
      top: 0;
      padding: 20px;
      background-color: #EE1F6D;
      cursor: pointer;
      width: fit-content;
      align-self: flex-end;
      border-bottom-left-radius: 25px; }
      .event-attendees__container--close img {
        width: 24px;
        height: 24px; }
    .event-attendees__container--content {
      display: flex;
      flex-direction: column;
      gap: 24px;
      padding: 0 40px 40px 40px; }
    .event-attendees__container--header h6 {
      font-size: 16px;
      line-height: 16px; }
    .event-attendees__container--header h4 {
      text-transform: uppercase; }
    .event-attendees__container--overview {
      display: flex;
      flex-direction: row;
      gap: 0;
      padding: 18px 0;
      border-top: 1px solid #D9D9D9;
      border-bottom: 1px solid #D9D9D9; }
      .event-attendees__container--overview-item {
        flex: 1; }
    .event-attendees__container--members {
      display: flex;
      flex-wrap: wrap;
      gap: 16px; }
      .event-attendees__container--members-item {
        display: flex;
        align-items: center;
        gap: 8px;
        width: calc(50% - 8px);
        padding: 14px 16px;
        border-radius: 10px;
        background-color: #FAFAFA; }
        .event-attendees__container--members-item-info {
          display: flex;
          flex-direction: column;
          flex: 1; }
          .event-attendees__container--members-item-info h6 {
            font-family: "AvertaStdPE-Bold", sans-serif;
            font-size: 18px;
            line-height: 18px; }
          .event-attendees__container--members-item-info .text-dark {
            font-family: "AvertaStdPE-Semibold", sans-serif;
            line-height: 16px; }
  @media screen and (max-width: 1024px) {
    .event-attendees__container {
      width: 90%;
      height: 90%; }
      .event-attendees__container--overview {
        flex-wrap: wrap;
        row-gap: 8px; }
        .event-attendees__container--overview-item {
          flex: 0 0 50%; }
      .event-attendees__container--members .profile.xsmall {
        width: 48px;
        height: 48px; } }
  @media screen and (max-width: 768px) {
    .event-attendees {
      align-items: end; }
      .event-attendees__container {
        width: 100%;
        height: 95%;
        box-shadow: none;
        border: 1px solid #FAFAFA; }
        .event-attendees__container--header h6 {
          font-size: 16px;
          line-height: 16px; }
        .event-attendees__container--header h4 {
          font-size: 24px;
          line-height: 24px; }
        .event-attendees__container--overview {
          flex-wrap: wrap;
          row-gap: 8px; }
          .event-attendees__container--overview-item {
            flex: 0 0 50%; }
        .event-attendees__container--content {
          padding: 24px; }
        .event-attendees__container--members-item {
          width: 100%; } }

.event-success__header h4 {
  text-transform: uppercase; }
.event-success__members {
  margin-top: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px; }
  .event-success__members--attendees {
    display: flex; }
    .event-success__members--attendees > * {
      border: 4px solid #FFFFFF;
      margin-left: -12px; }
    .event-success__members--attendees .more {
      display: flex;
      align-items: center;
      justify-content: center; }
      .event-success__members--attendees .more span {
        font-family: "AvertaStdPE-Bold", sans-serif;
        color: #FFFFFF;
        font-size: 16px; }
  .event-success__members--label {
    font-family: "AvertaStdPE-Semibold", sans-serif;
    font-size: 16px; }
.event-success__buttons {
  margin-top: 40px;
  display: flex;
  gap: 16px; }

.contact-form {
  margin-top: 0;
  padding-top: 0; }
  .contact-form__input {
    grid-column: 3/span 8; }
    .contact-form__input--button {
      display: flex;
      justify-content: end;
      width: 100%; }
  .contact-form__informations {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1/-1;
    margin-top: 120px; }
    .contact-form__informations--card {
      grid-column: span 6;
      background-color: #FAFAFA;
      border-radius: 25px;
      padding: 0 32px 32px 32px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 20px; }
      .contact-form__informations--card-badge {
        padding: 16px;
        border-radius: 0 0 15px 15px; }
        .contact-form__informations--card-badge span {
          font-family: "AvertaStdPE-Bold", sans-serif;
          font-size: 20px;
          text-transform: uppercase;
          color: #FFFFFF; }
        .contact-form__informations--card-badge.pink {
          background-color: #EE1F6D; }
        .contact-form__informations--card-badge.purple {
          background-color: #4346A4; }
      .contact-form__informations--card-pin {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px; }
        .contact-form__informations--card-pin img {
          height: 16px;
          width: 16px; }
        .contact-form__informations--card-pin span {
          font-family: "AvertaStdPE-Semibold", sans-serif;
          font-size: 16px;
          line-height: 16px;
          text-transform: uppercase; }
      .contact-form__informations--card-info {
        margin-top: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center; }
        .contact-form__informations--card-info .email {
          font-family: "AvertaStdPE-Semibold", sans-serif;
          font-size: 16px;
          text-decoration: underline;
          color: #0B0C31; }
  @media screen and (max-width: 1024px) {
    .contact-form__input {
      grid-column: 1/ -1; }
    .contact-form__informations--card {
      padding: 0 24px 24px 24px;
      grid-column: span 4; } }
  @media screen and (max-width: 768px) {
    .contact-form__informations {
      row-gap: 16px; }
      .contact-form__informations--card {
        grid-column: 1/-1; } }
  @media screen and (max-width: 462px) {
    .contact-form__informations--card {
      padding: 0 16px 24px 16px; } }

.log-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px; }
  .log-in__header {
    text-align: center; }
  .log-in__form {
    margin-top: 62px;
    grid-column: 5/span 4; }
    .log-in__form--button {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: end;
      gap: 16px; }
      .log-in__form--button a {
        font-family: "AvertaStdPE-Semibold", sans-serif;
        font-size: 16px;
        text-decoration-line: underline;
        text-transform: uppercase;
        color: #EE1F6D; }
      .log-in__form--button button {
        width: 100%; }
  @media screen and (max-width: 1024px) {
    .log-in__form {
      margin-top: 40px;
      grid-column: 3/span 4; } }
  @media screen and (max-width: 768px) {
    .log-in__form {
      grid-column: 2/span 4; } }
  @media screen and (max-width: 462px) {
    .log-in__form {
      margin-top: 32px;
      grid-column: 1/-1; } }

.user-join > * {
  grid-column: 3/span 8;
  gap: 24; }
.user-join__header-title {
  text-transform: uppercase;
  margin-bottom: 24px; }
.user-join__form {
  padding: 24px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9; }
  .user-join__form--question {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px; }
    .user-join__form--question-description {
      font-size: 16px;
      line-height: 18px;
      color: #5D5D5D; }
  .user-join__form--button {
    width: 100%;
    display: flex;
    justify-content: end; }
  .user-join__form .checkbox-right {
    padding-right: 16px; }
  .user-join__form .checkbox-left {
    padding-left: 16px; }
  .user-join__form .mt-8 {
    margin-top: 8px; }
@media screen and (max-width: 1024px) {
  .user-join > * {
    grid-column: 1/-1; } }
@media screen and (max-width: 768px) {
  .user-join .checkbox-right {
    padding-right: 0;
    padding-left: 16px; } }

.membership__cards {
  margin-top: 60px; }
  .membership__cards--item {
    background-color: #FAFAFA;
    display: flex;
    flex-direction: column;
    gap: 34px;
    border-radius: 25px;
    justify-content: space-between;
    position: relative; }
    .membership__cards--item h2 {
      font-family: "AvertaStdPE-Bold", sans-serif; }
    .membership__cards--item p {
      font-size: 16px;
      line-height: 16px;
      text-align: start; }
    .membership__cards--item a {
      font-family: "AvertaStdPE-Bold", sans-serif; }
    .membership__cards--item:first-child {
      grid-column: span 6;
      padding: 90px 24px 32px 24px; }
    .membership__cards--item:not(:first-child) {
      grid-column: span 3;
      padding: 90px 16px 32px 16px; }
    .membership__cards--item-badge {
      position: absolute;
      top: 32px;
      left: 0;
      border-radius: 0 25px 25px 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .membership__cards--item-badge p {
        width: auto;
        font-family: "AvertaStdPE-Bold", sans-serif;
        font-size: 16px;
        line-height: 16px;
        color: #FFFFFF;
        text-transform: uppercase; }
      .membership__cards--item-badge.lg {
        padding: 8px 10px 8px 24px; }
      .membership__cards--item-badge.sm {
        padding: 8px 10px 8px 16px; }
@media screen and (max-width: 1024px) {
  .membership__cards--item:first-child {
    grid-column: 1/-1; }
  .membership__cards--item:not(:first-child) {
    grid-column: span 4; } }
@media screen and (max-width: 768px) {
  .membership__cards--item:not(:first-child) {
    grid-column: span 3; } }
@media screen and (max-width: 462px) {
  .membership__cards--item:first-child {
    grid-column: span 4;
    padding: 80px 16px 24px 16px; }
  .membership__cards--item:not(:first-child) {
    grid-column: span 4;
    padding: 80px 16px 24px 16px; }
  .membership__cards--item-badge {
    top: 24px; }
    .membership__cards--item-badge.lg {
      padding: 8px 10px 8px 16px; } }

.member-qualification__description {
  grid-column: 1/span 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .member-qualification__description p {
    padding-bottom: 8px; }
.member-qualification__information {
  grid-column: 6/-1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 40px; }
  .member-qualification__information--item {
    position: relative;
    padding: 60px 32px 32px 32px;
    border-radius: 25px;
    background-color: #FAFAFA;
    overflow: hidden; }
    .member-qualification__information--item-badge {
      position: absolute;
      top: 0;
      left: 0;
      border-bottom-right-radius: 25px;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .member-qualification__information--item-badge span {
        font-family: "AvertaStdPE-ExtraBold", sans-serif;
        font-size: 24px;
        line-height: 24px;
        color: #FFFFFF; }
@media screen and (max-width: 1280px) {
  .member-qualification__description {
    grid-column: 1/span 6; }
  .member-qualification__information {
    grid-column: 7/-1;
    padding-left: 20px; } }
@media screen and (max-width: 1024px) {
  .member-qualification__description {
    grid-column: 1/-1;
    gap: 32px; }
    .member-qualification__description p {
      width: 80%; }
  .member-qualification__information {
    grid-column: 1/-1;
    padding-left: 0px; } }
@media screen and (max-width: 768px) {
  .member-qualification__description p {
    width: 90%; }
  .member-qualification__information--item {
    padding: 50px 24px 24px 24px;
    border-radius: 25px; }
    .member-qualification__information--item-badge {
      width: 42px;
      height: 42px; }
      .member-qualification__information--item-badge span {
        font-size: 16px;
        line-height: 16px; } }
@media screen and (max-width: 462px) {
  .member-qualification__description p {
    width: 100%; } }

.membership-fees__container {
  width: 100%;
  padding: 42px 42px 42px 0;
  border-radius: 25px;
  background-color: #FAFAFA;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px; }
  .membership-fees__container--accent {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    padding: 34px 40px  34px  30px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px; }
    .membership-fees__container--accent-img {
      min-width: 105px;
      min-height: 105px; }
  .membership-fees__container--details {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .membership-fees__container--details h2 {
      font-family: "AvertaStdPE-Bold", sans-serif;
      color: #EE1F6D; }
@media screen and (max-width: 1024px) {
  .membership-fees__container {
    padding: 32px 32px 32px 0; }
    .membership-fees__container--accent {
      padding: 30px 34px  30px  24px; }
      .membership-fees__container--accent-img {
        min-width: 90px;
        min-height: 90px; } }
@media screen and (max-width: 768px) {
  .membership-fees__container {
    padding: 32px 32px 32px 0;
    gap: 16px; }
    .membership-fees__container--accent {
      padding: 24px 28px  24px  24px; }
      .membership-fees__container--accent-img {
        min-width: 60px;
        min-height: 60px; } }
@media screen and (max-width: 462px) {
  .membership-fees__container {
    padding: 0 32px 32px 32px;
    gap: 24px;
    flex-direction: column; }
    .membership-fees__container--accent {
      padding: 0;
      border-radius: 0;
      padding: 16px 24px  16px  24px;
      border-bottom-right-radius: 50px;
      border-bottom-left-radius: 50px; }
      .membership-fees__container--accent-img {
        max-width: 40px;
        max-height: 40px; } }

.application-process__description {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end; }
  .application-process__description a {
    text-decoration: none; }
  .application-process__description span {
    display: block; }
.application-process__information {
  margin-top: 90px; }
  .application-process__information--item {
    grid-column: span 3;
    padding: 0 24px 24px 24px;
    height: fit-content;
    border-radius: 25px;
    background-color: #FAFAFA;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px; }
    .application-process__information--item-badge {
      top: 0;
      left: 0;
      border-radius: 0 0 25px 25px;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .application-process__information--item-badge span {
        font-family: "AvertaStdPE-ExtraBold", sans-serif;
        font-size: 24px;
        line-height: 24px;
        color: #FFFFFF; }
@media screen and (max-width: 1024px) {
  .application-process__information--item {
    grid-column: span 4; } }
@media screen and (max-width: 768px) {
  .application-process__description {
    flex-direction: column;
    align-items: start;
    gap: 24px; }
  .application-process__information {
    margin-top: 60px; }
    .application-process__information--item {
      grid-column: span 3;
      padding: 0 24px 24px 24px; }
      .application-process__information--item-badge {
        width: 42px;
        height: 42px; }
        .application-process__information--item-badge span {
          font-size: 16px;
          line-height: 16px; } }
@media screen and (max-width: 462px) {
  .application-process__information--item {
    grid-column: 1/-1; } }

.get-started__container {
  width: 100%;
  padding: 42px 42px 42px 0;
  border-radius: 25px;
  background-color: #EE1F6D;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px; }
  .get-started__container--accent {
    background-color: #FFFFFF;
    padding: 38px 40px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px; }
    .get-started__container--accent-link {
      font-family: "AvertaStdPE-Bold", sans-serif;
      font-size: 32px;
      line-height: 32px;
      text-transform: uppercase;
      text-decoration: none;
      text-wrap: nowrap;
      color: #EE1F6D; }
  .get-started__container--details {
    padding-left: 32px; }
    .get-started__container--details p {
      color: #FFFFFF; }
@media screen and (max-width: 1024px) {
  .get-started__container {
    padding: 32px 32px 32px 0;
    gap: 32px; }
    .get-started__container--accent {
      padding: 32px 34px; }
      .get-started__container--accent-link {
        font-size: 24px;
        line-height: 24px; } }
@media screen and (max-width: 768px) {
  .get-started__container {
    padding: 24px 24px 24px 0;
    gap: 32px; }
    .get-started__container--accent {
      padding: 24px 28px; }
      .get-started__container--accent-link {
        font-size: 20px;
        line-height: 20px; }
    .get-started__container--details {
      padding-left: 0; } }
@media screen and (max-width: 462px) {
  .get-started__container {
    flex-direction: column;
    align-items: start;
    padding: 24px 24px 24px 0;
    gap: 24px; }
    .get-started__container--accent {
      padding: 24px 28px; }
      .get-started__container--accent-link {
        font-size: 20px;
        line-height: 20px; }
    .get-started__container--details {
      padding-left: 24px; } }

/*# sourceMappingURL=main.css.map */
