.container {
  width: 100%;
  max-width: 1510px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 2rem;
  }
}
@media (min-width: 1400px) {
  .container {
    padding: 0 3rem;
  }
}
@media (min-width: 1500px) {
  .container {
    padding: 0 4rem;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rota", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #EDEAF5;
  background: linear-gradient(180deg, #171D23 0%, #4E4E91 100%);
  background-color: #171D23;
  font-weight: 300;
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Overpass Mono", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.25;
  margin-bottom: 1rem;
  font-weight: 300;
  letter-spacing: 0px;
}
h1 strong, h1 span, h2 strong, h2 span, h3 strong, h3 span, h4 strong, h4 span, h5 strong, h5 span, h6 strong, h6 span {
  font-weight: 600;
}
h1.yellow strong, h2.yellow strong, h3.yellow strong, h4.yellow strong, h5.yellow strong, h6.yellow strong {
  font-weight: inherit;
  color: #FFEE00;
}
h1.green strong, h2.green strong, h3.green strong, h4.green strong, h5.green strong, h6.green strong {
  font-weight: inherit;
  color: #3C6045;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #FFEE00;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  color: #FFEE00;
  font-style: normal;
}

.link {
  margin-top: 1.5rem;
}

.button.dark {
  border-radius: 100vw;
  background-color: #171D23;
  padding: 0.5rem 1rem;
  transition: all 0.5s ease;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  max-width: fit-content;
  gap: 1rem;
  font-size: 0.8rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .button.dark {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    gap: 1.5rem;
  }
}
.button.green {
  border-radius: 100vw;
  background-color: #3C6045;
  backdrop-filter: blur(100px);
  text-align: center;
  white-space: nowrap;
  border: 1px solid #585649;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.65rem 1rem;
  transition: all 0.5s ease;
  display: inline-flex;
  overflow: hidden;
  max-width: fit-content;
}
@media (min-width: 768px) {
  .button.green {
    padding: 0.75rem 1.5rem;
  }
}
.button.green .btn-text {
  text-align: left;
  white-space: normal;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.button.green .btn-text .fancy-btn-text {
  gap: 1rem;
  display: flex;
  align-items: center;
  color: #EDEAF5;
  font-weight: 500;
  position: relative;
  z-index: 90;
}
@media (min-width: 768px) {
  .button.green .btn-text .fancy-btn-text {
    gap: 1.5rem;
  }
}
.button.green .btn-inner-shadow {
  pointer-events: none;
  border-radius: 50em;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 4px 22px #6FBC80;
  transition: 0.75s ease;
}
.button.green:hover .btn-inner-shadow {
  box-shadow: inset 0 12px 50px #6FBC80;
}
.button.purple {
  border-radius: 100vw;
  background-color: #2A293D;
  backdrop-filter: blur(100px);
  text-align: center;
  white-space: nowrap;
  border: 1px solid rgba(237, 234, 245, 0.75);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.65rem 1rem;
  transition: all 0.5s ease;
  display: inline-flex;
  overflow: hidden;
  max-width: fit-content;
}
@media (min-width: 768px) {
  .button.purple {
    padding: 0.75rem 1.5rem;
  }
}
.button.purple .btn-text {
  text-align: left;
  white-space: normal;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.button.purple .btn-text .fancy-btn-text {
  gap: 1rem;
  display: flex;
  align-items: center;
  color: #EDEAF5;
  position: relative;
  z-index: 90;
  font-weight: 500;
}
@media (min-width: 768px) {
  .button.purple .btn-text .fancy-btn-text {
    gap: 1.5rem;
  }
}
.button.purple .btn-inner-shadow {
  pointer-events: none;
  border-radius: 50em;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 4px 22px #706EA3;
  transition: 0.75s ease;
}
.button.purple:hover .btn-inner-shadow {
  box-shadow: inset 0 12px 50px #6FBC80;
}
.button.blue {
  border-radius: 100vw;
  background-color: #2A293D;
  backdrop-filter: blur(100px);
  text-align: center;
  white-space: nowrap;
  border: 1px solid rgba(112, 110, 163, 0.95);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.65rem 1rem;
  transition: all 0.5s ease;
  display: inline-flex;
  overflow: hidden;
  max-width: fit-content;
  position: relative;
}
@media (min-width: 768px) {
  .button.blue {
    padding: 0.75rem 1.5rem;
  }
}
.button.blue .bg {
  inset: 2%;
  margin: auto;
  width: 96%;
  height: 96%;
  position: absolute;
  opacity: 0.7;
}
.button.blue .bg svg {
  inset: 0;
  width: 100%;
  margin: auto;
  height: 100%;
  position: absolute;
}
.button.blue .btn-text {
  text-align: left;
  white-space: normal;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.button.blue .btn-text .fancy-btn-text {
  gap: 1rem;
  display: flex;
  align-items: center;
  color: #EDEAF5;
  position: relative;
  z-index: 90;
  font-weight: 500;
}
@media (min-width: 768px) {
  .button.blue .btn-text .fancy-btn-text {
    gap: 1.5rem;
  }
}
.button.blue .btn-inner-shadow {
  pointer-events: none;
  border-radius: 50em;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 3px 8px #1a1856;
  transition: 0.75s ease;
}
.button.blue:hover {
  border: 1px solid #2A293D;
}
.button.blue:hover .btn-inner-shadow {
  box-shadow: inset 0 12px 50px #6FBC80;
}

main {
  padding-top: 76px;
}

.anchor {
  position: relative;
  top: -3.5rem;
}

.wpcf7-response-output {
  border-color: #FFEE00;
}

p, li, a, span {
  letter-spacing: 0.05em;
}

p, li {
  transition: 0.3s ease;
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  p, li {
    font-size: 1.1rem;
  }
}
@media (min-width: 1100px) {
  p, li {
    font-size: 20px;
  }
}
p strong, li strong {
  font-weight: 600;
}

h1 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 1100px) {
  h1 {
    font-size: 38px;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  margin-bottom: 2.5rem;
  margin-top: 0;
  font-size: 26px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 1100px) {
  h2 {
    font-size: 34px;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: 22px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
  }
}
@media (min-width: 1100px) {
  h3 {
    font-size: 29px;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 15px;
  margin-bottom: 0.5rem;
  font-size: clamp(15px, 2.25vw, 39px);
}
@media (min-width: 1100px) {
  h4 {
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  h4 {
    margin-bottom: 0.75rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.1rem;
}

p {
  margin-bottom: 1rem;
}

input[type=submit] {
  transition: 0.3s ease;
}

a {
  color: #EDEAF5;
  text-decoration: none;
  transition: 0.3s ease;
}
@media (min-width: 1100px) {
  a:hover {
    color: #7CC68E;
  }
}

.scrollTo {
  position: relative;
  top: 4rem;
}

.central {
  text-align: center;
}

.pink {
  color: #C4729E;
}

img {
  max-width: 100%;
  height: auto;
}

.thirds {
  padding: 1.5rem 0;
}
.thirds .container {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  padding: 0 1rem;
}
@media (min-width: 1026px) {
  .thirds .container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.thirds .container .third {
  border: 2px solid transparent;
  border-radius: 5px;
  display: flex;
  padding: 30px 3rem 3rem 30px;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.thirds .container .third:before {
  content: "";
  position: absolute;
  inset: 2px;
  background: linear-gradient(359deg, #190099 0%, #000833 98%);
  border-radius: 5px;
  z-index: 1;
  pointer-events: none;
}
.thirds .container .third:after {
  content: "";
  position: absolute;
  inset: -100%;
  background: linear-gradient(30deg, rgba(0, 8, 51, 0.062745098) 25%, #2A00FF 75%);
  border-radius: 5px;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}
@media (max-width: 500px) {
  .thirds .container .third {
    padding: 1.25rem 3rem 3rem 1.25rem;
  }
}
@media (min-width: 1026px) {
  .thirds .container .third {
    padding: 30px 10px 3rem 30px;
  }
}
@media (min-width: 1100px) {
  .thirds .container .third {
    transition: 0.3s ease;
    opacity: 0;
    transform: translateY(50px);
  }
  .thirds .container .third.active {
    opacity: 1;
    transform: translateY(0);
  }
  .thirds .container .third.active:after {
    animation: shimmer 1.5s linear 0.25s;
  }
  .thirds .container .third:nth-of-type(2) {
    transition-delay: 0.15s;
  }
  .thirds .container .third:nth-of-type(2):after {
    animation-delay: 0.5s;
  }
  .thirds .container .third:nth-of-type(3) {
    transition-delay: 0.3s;
  }
  .thirds .container .third:nth-of-type(3):after {
    animation-delay: 0.75s;
  }
}
.thirds .container .third .text {
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 640px) {
  .thirds .container .third .text {
    display: grid;
    align-items: flex-start;
    grid-template-rows: auto 1fr;
    height: 88%;
    justify-content: flex-start;
    width: 100%;
  }
}
.thirds .container .third .text h3 {
  margin-top: 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  .thirds .container .third .text h3 {
    font-size: 19px;
  }
}
@media (min-width: 1100px) {
  .thirds .container .third .text h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .thirds .container .third .text h3 {
    font-size: 22px;
  }
}
.thirds .container .third .text p {
  margin: 0;
  font-size: 15px;
}
@media (min-width: 768px) {
  .thirds .container .third .text p {
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  .thirds .container .third .text p {
    font-size: 17px;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .thirds .container .third .text p {
    font-size: 18px;
    max-width: 380px;
  }
}
@media (max-width: 500px) {
  .thirds .container .third:nth-of-type(1) .svgWrapper svg {
    max-width: 30px;
    max-height: 30px;
  }
  .thirds .container .third svg {
    max-width: 44px;
    max-height: 44px;
  }
}
.thirds .container .third .svgWrapper {
  display: flex;
  width: 50px;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  z-index: 2;
}
@media (max-width: 500px) {
  .thirds .container .third .svgWrapper {
    bottom: 0.5rem;
    right: 0.5rem;
  }
}

.halves {
  padding: 1.5rem 0;
}
.halves .container {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .halves .container {
    grid-template-columns: 1fr 1fr;
  }
}
.halves .container .half {
  border: 2px solid transparent;
  border-radius: 5px;
  display: flex;
  padding: 2.25rem 3rem 3rem 30px;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.halves .container .half:before {
  content: "";
  position: absolute;
  inset: 2px;
  background: linear-gradient(359deg, #190099 0%, #000833 98%);
  border-radius: 5px;
  z-index: 1;
  pointer-events: none;
}
.halves .container .half:after {
  content: "";
  position: absolute;
  inset: -160%;
  background: linear-gradient(30deg, rgba(0, 8, 51, 0.062745098) 25%, #2A00FF 75%);
  border-radius: 5px;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}
@media (max-width: 500px) {
  .halves .container .half {
    padding: 1.25rem 3rem 3rem 1.25rem;
  }
}
@media (min-width: 1026px) {
  .halves .container .half {
    padding: 30px 10px 3rem 30px;
  }
}
@media (min-width: 1100px) {
  .halves .container .half {
    transition: 0.3s ease;
    opacity: 0;
    transform: translateY(50px);
  }
  .halves .container .half.active {
    opacity: 1;
    transform: translateY(0);
  }
  .halves .container .half.active:after {
    animation: shimmer 1.5s linear 0.25s;
  }
  .halves .container .half:nth-of-type(2) {
    transition-delay: 0.15s;
  }
  .halves .container .half:nth-of-type(2):after {
    animation-delay: 0.5s;
  }
}
@media (min-width: 1500px) {
  .halves .container .half {
    padding: 30px 2rem 3rem 3rem;
  }
}
.halves .container .half .text {
  padding-right: 20px;
  position: relative;
  z-index: 3;
}
@media (min-width: 640px) {
  .halves .container .half .text {
    display: grid;
    align-items: flex-start;
    grid-template-rows: 1fr 1fr;
    height: 88%;
  }
}
.halves .container .half .text h3 {
  margin-top: 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  .halves .container .half .text h3 {
    font-size: 19px;
  }
}
@media (min-width: 1100px) {
  .halves .container .half .text h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .halves .container .half .text h3 {
    font-size: 22px;
  }
}
.halves .container .half .text p {
  margin: 0;
  font-size: 15px;
}
@media (min-width: 768px) {
  .halves .container .half .text p {
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  .halves .container .half .text p {
    font-size: 17px;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .halves .container .half .text p {
    font-size: 18px;
  }
}
.halves .container .half .svgWrapper {
  display: flex;
  width: 50px;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  z-index: 3;
}
@media (max-width: 500px) {
  .halves .container .half .svgWrapper {
    bottom: 0.5rem;
    right: 0.5rem;
  }
  .halves .container .half .svgWrapper svg {
    max-width: 30px;
    max-height: 30px;
  }
}

.imageWrapper .inner.maskBottomRight {
  aspect-ratio: 887/567;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .imageWrapper .inner.maskBottomRight {
    border-radius: 0;
    margin-bottom: 0;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='888' height='567' fill='none'%3E%3Cpath fill='%23A69494' d='M877.289 0H5a5 5 0 0 0-5 5v557a5 5 0 0 0 5 5h471.364a5.002 5.002 0 0 0 4.058-2.079l400.925-557c2.381-3.308.017-7.921-4.058-7.921Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: cover;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='888' height='567' fill='none'%3E%3Cpath fill='%23A69494' d='M877.289 0H5a5 5 0 0 0-5 5v557a5 5 0 0 0 5 5h471.364a5.002 5.002 0 0 0 4.058-2.079l400.925-557c2.381-3.308.017-7.921-4.058-7.921Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: cover;
  }
}
.imageWrapper .inner.maskBottomRight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imageWrapper .inner.maskBottomLeft {
  aspect-ratio: 833/564;
  overflow: hidden;
  margin-top: 0;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .imageWrapper .inner.maskBottomLeft {
    border-radius: 0;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='828' height='564' viewBox='0 0 828 564'%3E%3Cpath d='M1.33774 9.36325C-1.35918 5.37887 1.49519 0 6.3065 0H822C825.314 0 828 2.68629 828 6V558C828 561.314 825.314 564 822 564H379.941C377.95 564 376.088 563.012 374.972 561.363L1.33774 9.36325Z' fill='white'/%3E%3C/svg%3E") no-repeat center;
    mask-size: cover;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='828' height='564' viewBox='0 0 828 564'%3E%3Cpath d='M1.33774 9.36325C-1.35918 5.37887 1.49519 0 6.3065 0H822C825.314 0 828 2.68629 828 6V558C828 561.314 825.314 564 822 564H379.941C377.95 564 376.088 563.012 374.972 561.363L1.33774 9.36325Z' fill='white'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: cover;
  }
}
.imageWrapper .inner.maskBottomLeft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accreds {
  padding: 3rem 0;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 1100px) {
  .accreds {
    padding: 4.5rem 0;
  }
}
.accreds .container .title h2 {
  color: #0C070A;
  font-size: 26px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .accreds .container .title h2 {
    font-size: 32px;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1100px) {
  .accreds .container .title h2 {
    font-size: 38px;
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  .accreds .container .title h2 {
    font-size: 40px;
  }
}
.accreds .container .logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  padding: 1.5rem 0;
  justify-content: space-around;
}
@media (min-width: 500px) {
  .accreds .container .logos {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.accreds .container .logos .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1100px) {
  .accreds .container .logos .logo {
    opacity: 0;
    transition: 1.5s ease;
  }
  .accreds .container .logos .logo.active {
    opacity: 1;
  }
  .accreds .container .logos .logo:nth-of-type(2) {
    transition-delay: 0.15s;
  }
  .accreds .container .logos .logo:nth-of-type(3) {
    transition-delay: 0.3s;
  }
  .accreds .container .logos .logo:nth-of-type(4) {
    transition-delay: 0.45s;
  }
}
.accreds .container .logos .logo img {
  max-width: 90%;
  max-height: 5.5rem;
  max-height: 100px;
}

.relatedBlogs .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 640px) {
  .relatedBlogs .container {
    position: relative;
  }
}
@media (min-width: 768px) {
  .relatedBlogs .container {
    padding-top: 5rem;
  }
}
.relatedBlogs .container .titleWrapper {
  padding-left: 3rem;
  position: relative;
  text-align: left;
}
.relatedBlogs .container .titleWrapper:after {
  content: "";
  top: 0;
  bottom: 0.4rem;
  margin: auto;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1'%3E%3Cpath d='M25.2199 16.9234L18.348 15.6486L16.9873 8.96658L15.6437 15.6486L8.7804 17.0774L15.678 18.3522L17.1328 25.0085L18.348 18.3265L25.2199 16.9234Z' fill='%23EDEAF5'/%3E%3Cpath d='M18.348 18.3265L17.1328 25.0085L15.678 18.3522L8.7804 17.0774L15.6523 15.6486L16.9873 8.96658L18.3565 15.6486L25.2284 16.9234L18.3565 18.318L18.348 18.3265ZM17.013 16.6838C16.9531 16.9234 16.9188 16.9576 16.7134 16.9918C16.9274 17.0517 16.9531 17.086 17.013 17.2913C17.0472 17.0774 17.0729 17.0517 17.321 16.9918C17.0814 16.9576 17.0472 16.932 17.013 16.6838ZM16.7134 16.9833C16.9274 16.9491 16.9531 16.9234 17.0215 16.6753C17.0557 16.9148 17.0814 16.9491 17.3296 16.9833C17.09 17.0432 17.0557 17.0774 17.0215 17.2913C16.9616 17.0774 16.9274 17.0517 16.7134 16.9833Z' fill='%23EDEAF5'/%3E%3Cpath d='M19.6572 19.6611L17.0128 34.0005L14.3428 19.6611L0 17.0431L14.3428 14.3395L17.0128 8.69445e-05L19.6572 14.3395L34 17.0431L19.6572 19.6611ZM18.3479 15.6485L16.9786 8.96647L15.6436 15.6485L8.77171 17.0773L15.6693 18.3521L17.1241 25.0084L18.3393 18.3264L25.2112 16.9318L18.3393 15.657L18.3479 15.6485Z' fill='%23EDEAF5'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 34px;
  height: 34px;
}
.relatedBlogs .container .buttonWrapper {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 640px) {
  .relatedBlogs .container .buttonWrapper {
    position: absolute;
    right: 1rem;
    top: 2.25rem;
  }
}
@media (min-width: 768px) {
  .relatedBlogs .container .buttonWrapper {
    right: 1.5rem;
    top: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .relatedBlogs .container .buttonWrapper {
    right: 2rem;
  }
}
@media (min-width: 1400px) {
  .relatedBlogs .container .buttonWrapper {
    right: 3rem;
  }
}
@media (min-width: 1500px) {
  .relatedBlogs .container .buttonWrapper {
    right: 4rem;
  }
}
@media (min-width: 640px) and (max-width: 1099px) {
  .relatedBlogs .container .postsWrapper .posts-grid .card:nth-of-type(3) {
    display: none;
  }
}

.postsWrapper {
  padding-bottom: 2rem;
}
@media (min-width: 640px) {
  .postsWrapper {
    padding-bottom: 3rem;
  }
}
.postsWrapper .posts-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .postsWrapper .posts-grid {
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  .postsWrapper .posts-grid {
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.postsWrapper .posts-grid .card {
  border-bottom: 1px solid #EDEAF5;
  padding-bottom: 1rem;
}
@media (max-width: 639px) {
  .postsWrapper .posts-grid .card:nth-of-type(3) {
    border-bottom: none;
  }
}
@media (min-width: 1100px) {
  .postsWrapper .posts-grid .card {
    transform: translateY(50px);
    opacity: 0;
    transition: 0.5s ease;
  }
  .postsWrapper .posts-grid .card.active {
    transform: translateY(0);
    opacity: 1;
  }
  .postsWrapper .posts-grid .card:nth-of-type(2) {
    transition-delay: 0.15s;
  }
  .postsWrapper .posts-grid .card:nth-of-type(3) {
    transition-delay: 0.3s;
  }
}
.postsWrapper .posts-grid .card .post-thumbnail {
  overflow: hidden;
  aspect-ratio: 464/309;
  border-radius: 6px;
}
.postsWrapper .posts-grid .card .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postsWrapper .posts-grid .card .post-content {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-top: 1rem;
}
.postsWrapper .posts-grid .card .post-content h4 {
  font-size: 1.05rem;
  font-family: "Rota", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .postsWrapper .posts-grid .card .post-content h4 {
    font-size: 1.1rem;
    max-width: 320px;
  }
}
@media (min-width: 1100px) {
  .postsWrapper .posts-grid .card .post-content h4 {
    font-size: 1.15rem;
  }
}
.postsWrapper .posts-grid .card .post-content .readButton {
  margin-left: 0.5rem;
}

.formWrapper form .submitWrapper {
  margin-top: 1rem;
  cursor: pointer;
}
.formWrapper form .submitWrapper p {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  flex-direction: row-reverse;
}
.formWrapper form .submitWrapper p input {
  border: 1px solid #0C070A;
  cursor: pointer;
  padding: 1rem 2rem;
  border-radius: 100vw;
  font-size: 1rem;
  background-color: #C4729E;
  color: #EDEAF5;
}
@media (min-width: 1100px) {
  .formWrapper form .submitWrapper p input:hover {
    background-color: #404E40;
  }
}
.formWrapper form .formItem p {
  margin: 0;
}
.formWrapper form .formItem input[type=text],
.formWrapper form .formItem input[type=email],
.formWrapper form .formItem textarea {
  width: 100%;
  padding: 1rem 0;
  font-family: inherit;
  border: 1px solid #0C070A;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 1rem;
}
.formWrapper form .formItem textarea {
  resize: none;
}

.backTo {
  display: inline-flex;
  align-items: center;
}
.backTo svg {
  transform: rotate(180deg);
  margin-right: 0.5rem;
}

.map {
  padding: 1.5rem 0 4.5rem;
}
.map .container {
  padding: 0 1rem;
}
.map .container .titleWrapper {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .map .container .titleWrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 1100px) {
  .map .container .titleWrapper {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .map .container .titleWrapper {
    padding: 0 4rem;
  }
}
.map .container .titleWrapper h2, .map .container .titleWrapper h3 {
  font-size: 26px;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .map .container .titleWrapper h2, .map .container .titleWrapper h3 {
    font-size: 32px;
  }
}
@media (min-width: 1100px) {
  .map .container .titleWrapper h2, .map .container .titleWrapper h3 {
    font-size: 38px;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .map .container .titleWrapper h2, .map .container .titleWrapper h3 {
    font-size: 40px;
  }
}
.map .container .titleWrapper h2 strong, .map .container .titleWrapper h3 strong {
  font-weight: 600;
  color: #FFEE00;
}
.map .container .mapLocations {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .map .container .mapLocations {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}
.map .container .mapLocations .smallLocations {
  display: grid;
  gap: 1.5rem;
  margin-top: 1rem;
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .map .container .mapLocations .smallLocations {
    grid-template-columns: 1fr 1fr;
    max-width: 900px;
  }
}
@media (min-width: 768px) {
  .map .container .mapLocations .smallLocations {
    padding: 0 2rem;
  }
}
@media (min-width: 1100px) {
  .map .container .mapLocations .smallLocations {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .map .container .mapLocations .smallLocations {
    padding: 0 4rem;
  }
}
.map .container .mapLocations .smallLocations a, .map .container .mapLocations .smallLocations h5 {
  color: #EDEAF5;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .map .container .mapLocations .smallLocations a, .map .container .mapLocations .smallLocations h5 {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .map .container .mapLocations .smallLocations a, .map .container .mapLocations .smallLocations h5 {
    font-size: 20px;
  }
}
.map .container .mapLocations .mapImage {
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 758/598;
}
@media (min-width: 1024px) {
  .map .container .mapLocations .mapImage {
    aspect-ratio: auto;
  }
}
.map .container .mapLocations .mapImage img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .map .container .mapLocations .mapImage img {
    object-position: 27%;
  }
}
.map .container .mapLocations .locations {
  display: grid;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .map .container .mapLocations .locations {
    grid-template-columns: 1fr 1fr;
  }
}
.map .container .mapLocations .locations .location {
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 1.25rem 1rem;
  position: relative;
  overflow: hidden;
}
.map .container .mapLocations .locations .location:before {
  content: "";
  position: absolute;
  inset: 2px;
  background: linear-gradient(359deg, #190099 0%, #000833 98%);
  border-radius: 5px;
  z-index: 1;
  pointer-events: none;
}
.map .container .mapLocations .locations .location:after {
  content: "";
  position: absolute;
  inset: -100%;
  background: linear-gradient(30deg, rgba(0, 8, 51, 0.062745098) 25%, #2A00FF 75%);
  border-radius: 5px;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}
@media (min-width: 1100px) {
  .map .container .mapLocations .locations .location {
    transition: 0.3s ease;
    opacity: 0;
    transform: translateY(50px);
  }
  .map .container .mapLocations .locations .location.active {
    opacity: 1;
    transform: translateY(0);
  }
  .map .container .mapLocations .locations .location.active:after {
    animation: shimmer 1.5s linear 0.25s;
  }
  .map .container .mapLocations .locations .location:nth-of-type(even) {
    transition-delay: 0.15s;
  }
  .map .container .mapLocations .locations .location:nth-of-type(even):after {
    animation-delay: 0.5s;
  }
}
.map .container .mapLocations .locations .location a, .map .container .mapLocations .locations .location h5 {
  color: #EDEAF5;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .map .container .mapLocations .locations .location a, .map .container .mapLocations .locations .location h5 {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .map .container .mapLocations .locations .location a, .map .container .mapLocations .locations .location h5 {
    font-size: 20px;
  }
}
.map .container .mapLocations .locations .location svg {
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  z-index: 2;
}

.container {
  width: 100%;
  max-width: 1510px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 2rem;
  }
}
@media (min-width: 1400px) {
  .container {
    padding: 0 3rem;
  }
}
@media (min-width: 1500px) {
  .container {
    padding: 0 4rem;
  }
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 6px;
  z-index: 999999;
  padding: 8px 16px;
  color: #EDEAF5;
  text-decoration: none;
}
.skip-link:focus {
  left: 6px;
}

@keyframes shimmer {
  0% {
    opacity: 1;
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.line .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.line .container .inner {
  width: 100%;
  height: 1px;
  background-color: #EDEAF5;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .container {
  position: relative;
  display: flex;
  align-items: center;
}
.hero .container .text {
  width: 100%;
  padding: 3rem 0 1rem;
  gap: 1.5rem;
  display: grid;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .hero .container .text {
    padding: 5rem 0 0;
  }
}
.hero .container .text h1 {
  margin-bottom: 0;
}
.hero .container .text > div {
  position: relative;
}
.hero .container .text .title {
  order: 1;
}
.hero .container .text .desc {
  order: 2;
}
@media (min-width: 1100px) {
  .hero .container .text .desc {
    opacity: 0;
    transition: 0.5s ease;
    transition-delay: 0.5s;
    transform: translateY(50px);
  }
  .hero .container .text .desc.active {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .hero .container .text .desc p {
    font-size: 22px;
  }
}
@media (min-width: 1100px) {
  .hero .container .text .desc p {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .hero .container .text .desc {
    grid-column: 2;
    display: flex;
    justify-content: flex-end;
    max-width: 430px;
    margin-left: auto;
  }
}
@media (min-width: 1100px) {
  .hero .container .text .desc {
    max-width: 475px;
  }
}
.hero .container .text .date {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  order: 3;
}
@media (min-width: 768px) {
  .hero .container .text .date {
    grid-row: 1;
    grid-column: 2;
    justify-content: flex-end;
    align-items: center;
    height: fit-content;
    padding-top: 0.25rem;
  }
}
@media (min-width: 1100px) {
  .hero .container .text .date {
    opacity: 0;
    transition: 0.5s ease;
    transition-delay: 0.4s;
    transform: translateY(50px);
  }
  .hero .container .text .date.active {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero .container .text .date p {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: -0.25rem;
}
.hero .container .text .date p svg {
  position: relative;
  top: -0.2rem;
}

.clients {
  padding: 7rem 0 3rem;
}
@media (min-width: 1100px) {
  .clients {
    padding: 8rem 0 6rem;
  }
}
.clients .container .titleWrapper {
  margin-bottom: 3rem;
}
.clients .container .titleWrapper h2 {
  margin-bottom: 0;
}
.clients .container .clientsWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .clients .container .clientsWrapper {
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
}
.clients .container .clientsWrapper .client {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}
@media (min-width: 640px) {
  .clients .container .clientsWrapper .client {
    padding: 3rem 1rem;
  }
}
@media (min-width: 1100px) {
  .clients .container .clientsWrapper .client {
    opacity: 0;
    transition: 0.3s ease;
    transform: translateY(50px);
  }
  .clients .container .clientsWrapper .client:nth-of-type(1) {
    transition-delay: 0.05s;
  }
  .clients .container .clientsWrapper .client:nth-of-type(2) {
    transition-delay: 0.1s;
  }
  .clients .container .clientsWrapper .client:nth-of-type(3) {
    transition-delay: 0.15s;
  }
  .clients .container .clientsWrapper .client:nth-of-type(4) {
    transition-delay: 0.2s;
  }
  .clients .container .clientsWrapper .client:nth-of-type(5) {
    transition-delay: 0.25s;
  }
  .clients .container .clientsWrapper .client:nth-of-type(6) {
    transition-delay: 0.3s;
  }
  .clients .container .clientsWrapper .client:nth-of-type(7) {
    transition-delay: 0.35s;
  }
  .clients .container .clientsWrapper .client:nth-of-type(8) {
    transition-delay: 0.4s;
  }
  .clients .container .clientsWrapper .client:nth-of-type(9) {
    transition-delay: 0.45s;
  }
  .clients .container .clientsWrapper .client:nth-of-type(10) {
    transition-delay: 0.5s;
  }
  .clients .container .clientsWrapper .client:nth-of-type(11) {
    transition-delay: 0.55s;
  }
  .clients .container .clientsWrapper .client:nth-of-type(12) {
    transition-delay: 0.6s;
  }
  .clients .container .clientsWrapper .client:nth-of-type(13) {
    transition-delay: 0.65s;
  }
  .clients .container .clientsWrapper .client:nth-of-type(14) {
    transition-delay: 0.7s;
  }
  .clients .container .clientsWrapper .client.active {
    transform: translateY(0);
    opacity: 1;
  }
}
.clients .container .clientsWrapper .client img {
  max-height: 50px;
  opacity: 0.7;
  max-width: 100%;
  transition: 0.3s ease;
}
.clients .container .clientsWrapper .client img.adanola {
  max-height: 22px;
}
@media (min-width: 1500px) {
  .clients .container .clientsWrapper .client img.adanola {
    max-height: 27px;
  }
}
.clients .container .clientsWrapper .client img.itv {
  max-height: 45px;
}
@media (min-width: 1500px) {
  .clients .container .clientsWrapper .client img.itv {
    max-height: 54px;
  }
}
.clients .container .clientsWrapper .client img.castore {
  max-height: 85px;
}
@media (min-width: 1500px) {
  .clients .container .clientsWrapper .client img.castore {
    max-height: 102px;
  }
}
.clients .container .clientsWrapper .client img.klarna {
  max-height: 30px;
}
@media (min-width: 1500px) {
  .clients .container .clientsWrapper .client img.klarna {
    max-height: 37px;
  }
}
.clients .container .clientsWrapper .client img.lookFantastic {
  max-height: 16px;
}
@media (min-width: 1500px) {
  .clients .container .clientsWrapper .client img.lookFantastic {
    max-height: 21px;
  }
}
.clients .container .clientsWrapper .client img.lululemon {
  max-height: 30px;
}
@media (min-width: 1500px) {
  .clients .container .clientsWrapper .client img.lululemon {
    max-height: 37px;
  }
}
.clients .container .clientsWrapper .client img.womensHealth {
  max-height: 25px;
}
@media (min-width: 1500px) {
  .clients .container .clientsWrapper .client img.womensHealth {
    max-height: 30px;
  }
}
.clients .container .clientsWrapper .client img.myProtein {
  max-height: 26px;
}
@media (min-width: 1500px) {
  .clients .container .clientsWrapper .client img.myProtein {
    max-height: 32px;
  }
}
.clients .container .clientsWrapper .client img.ruhDental {
  max-height: 75px;
}
@media (min-width: 1500px) {
  .clients .container .clientsWrapper .client img.ruhDental {
    max-height: 90px;
  }
}
.clients .container .clientsWrapper .client img.nadineMerabi {
  max-height: 25px;
}
@media (min-width: 1500px) {
  .clients .container .clientsWrapper .client img.nadineMerabi {
    max-height: 31px;
  }
}

.academy {
  background: linear-gradient(#EDEDED 0%, #F58FC6 80%, #F58FC6 100%);
  flex-direction: column-reverse;
  padding-bottom: 22rem;
  position: relative;
  overflow: visible;
}
.academy:before {
  content: "";
  position: absolute;
  top: 999px;
  left: 0;
  width: 100%;
  height: 1000px;
  background-color: #EDEAF5;
  z-index: -1;
}
@media (min-width: 640px) {
  .academy:before {
    top: 599px;
  }
}
@media (min-width: 1100px) {
  .academy:before {
    top: 999px;
  }
}
@media (min-width: 640px) {
  .academy {
    flex-direction: row;
  }
}
@media (min-width: 1100px) {
  .academy {
    padding-bottom: 32rem;
  }
}
@media (max-width: 639px) {
  .academy .container .text .inner {
    padding: 0 1rem;
  }
}

.slick-list {
  width: 90vw !important;
  margin-left: -2rem !important;
  overflow: visible !important;
}
.slick-list .slick-track {
  display: flex !important;
  align-items: stretch;
  gap: 1rem;
  padding: 2rem 1rem;
  overflow: visible;
}
.slick-list .slick-track .slick-slide {
  height: auto !important;
  display: flex !important;
  flex-direction: column;
}
.slick-list .slick-track .slick-slide > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.reviews {
  margin-top: -16rem;
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 1100px) {
  .reviews {
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s ease;
  }
  .reviews.active {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1100px) {
  .reviews {
    margin-top: -22rem;
  }
}
.reviews .container .titleWrapper h2 {
  margin-bottom: 1rem;
  color: #EDEAF5;
}
.reviews .container .titleWrapper p {
  color: #EDEAF5;
  font-size: 15px;
}
@media (min-width: 768px) {
  .reviews .container .titleWrapper p {
    font-size: 17px;
  }
}
@media (min-width: 1100px) {
  .reviews .container .titleWrapper p {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .reviews .container .titleWrapper p {
    font-size: 22px;
  }
}
.reviews .container .reviewsWrapper {
  padding-top: 0;
}
@media (min-width: 768px) {
  .reviews .container .reviewsWrapper {
    padding-top: 1rem;
  }
}
.reviews .container .reviewsWrapper .slick-list {
  padding-bottom: 5rem;
}
.reviews .container .reviewsWrapper .slick-arrow {
  position: absolute;
  height: 36px;
  width: 36px;
  top: auto;
  bottom: 1.5rem;
  background-color: #C4729E;
  border-radius: 100vw;
}
@media (min-width: 640px) {
  .reviews .container .reviewsWrapper .slick-arrow {
    bottom: auto;
    top: -1.75rem;
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 1100px) {
  .reviews .container .reviewsWrapper .slick-arrow {
    transition: 0.3s ease;
    background-color: transparent;
  }
  .reviews .container .reviewsWrapper .slick-arrow:hover {
    background-color: #0C070A;
  }
}
.reviews .container .reviewsWrapper .slick-arrow:before {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='24.5' transform='rotate(90 25 25)' fill='transparent' stroke='white'/%3E%3Ccircle cx='34.0032' cy='25.2849' r='1.76638' transform='rotate(-180 34.0032 25.2849)' fill='white'/%3E%3Ccircle cx='34.0032' cy='25.2849' r='1.26638' transform='rotate(-180 34.0032 25.2849)' stroke='white' stroke-opacity='0.1'/%3E%3Ccircle cx='29.5017' cy='25.2849' r='1.76638' transform='rotate(-180 29.5017 25.2849)' fill='white'/%3E%3Ccircle cx='29.5017' cy='25.2849' r='1.26638' transform='rotate(-180 29.5017 25.2849)' stroke='white' stroke-opacity='0.1'/%3E%3Ccircle cx='25.0007' cy='25.2849' r='1.76638' transform='rotate(-180 25.0007 25.2849)' fill='white'/%3E%3Ccircle cx='25.0007' cy='25.2849' r='1.26638' transform='rotate(-180 25.0007 25.2849)' stroke='white' stroke-opacity='0.1'/%3E%3Ccircle cx='20.4988' cy='25.2849' r='1.76638' transform='rotate(-180 20.4988 25.2849)' fill='white'/%3E%3Ccircle cx='20.4988' cy='25.2849' r='1.26638' transform='rotate(-180 20.4988 25.2849)' stroke='white' stroke-opacity='0.1'/%3E%3Ccircle cx='15.9973' cy='25.2849' r='1.76638' transform='rotate(-180 15.9973 25.2849)' fill='white'/%3E%3Ccircle cx='15.9973' cy='25.2849' r='1.26638' transform='rotate(-180 15.9973 25.2849)' stroke='white' stroke-opacity='0.1'/%3E%3Ccircle cx='20.613' cy='20.1565' r='1.76638' transform='rotate(-180 20.613 20.1565)' fill='white'/%3E%3Ccircle cx='20.613' cy='20.1565' r='1.26638' transform='rotate(-180 20.613 20.1565)' stroke='white' stroke-opacity='0.1'/%3E%3Ccircle cx='20.613' cy='30.4128' r='1.76638' transform='rotate(-180 20.613 30.4128)' fill='white'/%3E%3Ccircle cx='20.613' cy='30.4128' r='1.26638' transform='rotate(-180 20.613 30.4128)' stroke='white' stroke-opacity='0.1'/%3E%3Ccircle cx='24.2024' cy='16.5671' r='1.76638' transform='rotate(-180 24.2024 16.5671)' fill='white'/%3E%3Ccircle cx='24.2024' cy='16.5671' r='1.26638' transform='rotate(-180 24.2024 16.5671)' stroke='white' stroke-opacity='0.1'/%3E%3Ccircle cx='24.2024' cy='34.0027' r='1.76638' transform='rotate(-180 24.2024 34.0027)' fill='white'/%3E%3Ccircle cx='24.2024' cy='34.0027' r='1.26638' transform='rotate(-180 24.2024 34.0027)' stroke='white' stroke-opacity='0.1'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 36px;
  width: 36px;
  display: block;
  font-size: 0;
  opacity: 1;
}
@media (min-width: 640px) {
  .reviews .container .reviewsWrapper .slick-arrow:before {
    height: 50px;
    width: 50px;
  }
}
.reviews .container .reviewsWrapper .slick-arrow.slick-prev {
  right: 3.5rem;
  left: auto;
}
@media (min-width: 640px) {
  .reviews .container .reviewsWrapper .slick-arrow.slick-prev {
    right: 4.5rem;
  }
}
.reviews .container .reviewsWrapper .slick-arrow.slick-next {
  right: 0;
}
.reviews .container .reviewsWrapper .slick-arrow.slick-next:before {
  transform: rotate(180deg);
}
.reviews .container .reviewsWrapper .review {
  border-radius: 30px;
  background-color: #C4729E;
  padding: 1.5rem 1rem;
  position: relative;
  box-shadow: 3px 5px 25px 0px rgba(196, 114, 158, 0.3);
}
@media (min-width: 768px) {
  .reviews .container .reviewsWrapper .review {
    padding: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .reviews .container .reviewsWrapper .review {
    padding: 2rem;
  }
}
.reviews .container .reviewsWrapper .review .stars {
  margin-bottom: 1rem;
  height: 40px;
}
@media (min-width: 768px) {
  .reviews .container .reviewsWrapper .review .stars {
    margin-bottom: 1.5rem;
  }
}
.reviews .container .reviewsWrapper .review .text p {
  font-size: 0.9rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1100px) {
  .reviews .container .reviewsWrapper .review .text p {
    font-size: 1rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .reviews .container .reviewsWrapper .review .text p {
    font-size: 1.2rem;
  }
}
.reviews .container .reviewsWrapper .review .author {
  text-align: right;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  text-align: right;
  height: auto;
}
@media (min-width: 1400px) {
  .reviews .container .reviewsWrapper .review .author {
    bottom: 2rem;
    right: 2rem;
  }
}
.reviews .container .reviewsWrapper .review .author span {
  font-weight: 600;
}

.sponsors {
  padding: 3rem 0 0;
}
.sponsors .container .line {
  height: 1px;
  background-color: #EDEAF5;
  margin-bottom: 3rem;
}
.sponsors .container .titleWrapper {
  text-align: center;
}
.sponsors .container .logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 1.5rem 3rem;
  position: relative;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .sponsors .container .logos {
    padding: 0 0 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .sponsors .container .logos {
    max-width: 90%;
  }
}
@media (min-width: 640px) {
  .sponsors .container .logos:before, .sponsors .container .logos:after {
    content: "";
    top: 0;
    bottom: 3rem;
    margin: auto;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='43' fill='none' viewBox='0 0 43 43'%3E%3Cg fill='%23edeaf5' opacity='.1'%3E%3Cpath d='m31.334 21.026-8.538-1.584-1.69-8.302-1.67 8.302-8.527 1.776 8.57 1.583 1.808 8.27 1.51-8.301z'/%3E%3Cpath d='m22.796 22.77-1.51 8.302-1.807-8.27-8.57-1.584 8.538-1.776 1.659-8.302 1.701 8.302 8.538 1.584-8.538 1.733zm-1.658-2.041c-.075.297-.117.34-.372.382.265.075.297.117.372.372.042-.265.074-.297.382-.372-.297-.042-.34-.074-.382-.383m-.372.372c.265-.043.297-.075.382-.383.043.298.075.34.383.383-.298.074-.34.117-.383.382-.074-.265-.117-.297-.382-.382'/%3E%3Cpath d='m24.423 24.428-3.285 17.816-3.318-17.816L0 21.175l17.82-3.359L21.138 0l3.285 17.816 17.82 3.36zm-1.627-4.986-1.7-8.302-1.66 8.302-8.538 1.776 8.57 1.584 1.808 8.27 1.51-8.302 8.538-1.733-8.538-1.584z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    height: 42px;
    width: 42px;
  }
}
.sponsors .container .logos:before {
  left: 0;
}
@media (min-width: 640px) {
  .sponsors .container .logos:before {
    left: -3.5rem;
  }
}
@media (min-width: 768px) {
  .sponsors .container .logos:before {
    left: -2.5rem;
  }
}
.sponsors .container .logos:after {
  right: 0;
}
@media (min-width: 640px) {
  .sponsors .container .logos:after {
    right: -3.5rem;
  }
}
@media (min-width: 768px) {
  .sponsors .container .logos:after {
    right: -2.5rem;
  }
}
.sponsors .container .logos .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1100px) {
  .sponsors .container .logos .image {
    transform: translateY(50px);
    opacity: 0;
    transition: 0.5s ease;
  }
  .sponsors .container .logos .image.active {
    transform: translateY(0);
    opacity: 1;
  }
  .sponsors .container .logos .image:nth-of-type(2) {
    transition-delay: 0.15s;
  }
  .sponsors .container .logos .image:nth-of-type(3) {
    transition-delay: 0.3s;
  }
  .sponsors .container .logos .image:nth-of-type(4) {
    transition-delay: 0.45s;
  }
}
.sponsors .container .logos .image img {
  max-height: 75px;
}
@media (min-width: 400px) {
  .sponsors .container .logos .image img {
    max-height: 100%;
  }
}

.about {
  overflow: hidden;
}
@media (min-width: 640px) {
  .about {
    overflow: visible;
  }
}
@media (min-width: 1100px) {
  .about {
    transition: 0.5s ease;
    opacity: 0;
    transition-delay: 0.6s;
    transform: translateY(50px);
  }
  .about.active {
    opacity: 1;
    transform: translateY(0);
  }
}
.about .container {
  position: relative;
}
.about .container .text {
  padding: 1.5rem 0 3rem;
}
@media (min-width: 768px) {
  .about .container .text {
    max-width: 633px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  .about .container .text {
    max-width: 730px;
  }
}
.about .container .imageGrid {
  display: grid;
  grid-template-columns: calc(65% - 0.5rem) calc(35% - 0.5rem);
  gap: 1rem;
}
@media (min-width: 768px) {
  .about .container .imageGrid {
    grid-template-columns: calc(57% - 0.5rem) calc(43% - 0.5rem);
    grid-template-rows: calc(55% - 0.5rem) calc(45% - 0.5rem);
  }
}
.about .container .imageGrid .imageWrapper {
  overflow: clip;
  border-radius: 6px;
}
.about .container .imageGrid .imageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .container .imageGrid .imageWrapper:nth-of-type(1) {
  grid-column: 1/2;
}
@media (min-width: 768px) {
  .about .container .imageGrid .imageWrapper:nth-of-type(1) {
    grid-row: 1/2;
  }
}
.about .container .imageGrid .imageWrapper:nth-of-type(2) {
  display: none;
}
@media (min-width: 768px) {
  .about .container .imageGrid .imageWrapper:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
    display: grid;
    grid-template-columns: 35% 1.72fr;
  }
}
.about .container .imageGrid .imageWrapper:nth-of-type(2) .image {
  overflow: clip;
  border-radius: 6px;
  height: 100%;
}
.about .container .imageGrid .imageWrapper:nth-of-type(2) .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .container .imageGrid .imageWrapper:nth-of-type(2) svg {
  max-width: 80%;
  height: auto;
}
.about .container .imageGrid .imageWrapper:nth-of-type(3) {
  grid-column: 2/2;
}
@media (min-width: 768px) {
  .about .container .imageGrid .imageWrapper:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 1/3;
    display: block;
  }
}

.rooted {
  padding: 3rem 0;
  overflow: hidden;
}
.rooted .container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .rooted .container {
    display: grid;
    gap: 1rem;
    grid-template-columns: auto 55%;
    align-items: center;
    padding-right: 1rem;
  }
}
@media (min-width: 1400px) {
  .rooted .container {
    grid-template-columns: auto 60%;
  }
}
@media (min-width: 768px) {
  .rooted .container .imageWrapper {
    margin-right: -5rem;
  }
}
@media (min-width: 1100px) {
  .rooted .container .imageWrapper {
    margin-right: 0;
  }
}
.rooted .container .bg {
  position: absolute;
  background: linear-gradient(-130deg, #000833 25%, #1900FF 220%);
  height: 100%;
  width: 45%;
  bottom: 0;
  right: 66%;
  z-index: -1;
  transform: skew(35deg);
}
@media (max-width: 767px) {
  .rooted .container .bg {
    width: 115%;
    right: 20%;
    bottom: 10%;
  }
}
@media (min-width: 768px) {
  .rooted .container .bg {
    right: auto;
    width: 485px;
    left: -13%;
  }
}
@media (min-width: 1100px) {
  .rooted .container .bg {
    left: 400px;
    opacity: 0;
    transition: 0.5s ease;
    transition-delay: 0.35s;
  }
  .rooted .container .bg.active {
    opacity: 0.7;
    left: -11%;
  }
}
@media (min-width: 1200px) {
  .rooted .container .bg.active {
    left: -10%;
  }
}
.rooted .container .text {
  position: relative;
}
@media (min-width: 1100px) {
  .rooted .container .text .inner {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .rooted .container .text .inner p:last-of-type {
    margin-bottom: 0;
  }
}
.rooted .container .text .inner .button {
  margin-left: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .rooted .container .text .inner .button {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}

.example {
  padding: 1.5rem 0;
  overflow: hidden;
}
.example .container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .example .container {
    display: grid;
    gap: 1rem;
    grid-template-columns: 50% auto;
    align-items: center;
    padding-left: 1rem;
  }
}
@media (min-width: 1100px) {
  .example .container {
    grid-template-columns: 55% auto;
  }
}
@media (min-width: 1400px) {
  .example .container {
    grid-template-columns: 60% auto;
  }
}
.example .container .bg {
  position: absolute;
  background: linear-gradient(-190deg, #000833 35%, #1900FF 220%);
  height: 85%;
  width: 126%;
  bottom: -2rem;
  left: 4%;
  z-index: -1;
  transform: skew(-35deg);
}
@media (max-width: 767px) {
  .example .container .bg {
    background: linear-gradient(60deg, #000833 35%, #1900FF 220%);
  }
}
@media (min-width: 768px) {
  .example .container .bg {
    bottom: 0;
    left: 33%;
    width: 75%;
  }
}
@media (min-width: 1100px) {
  .example .container .bg {
    width: 90%;
    left: 18%;
  }
}
@media (min-width: 1100px) {
  .example .container .bg {
    left: -400px;
    opacity: 0;
    transition: 0.5s ease;
    transition-delay: 0.35s;
    width: 70%;
  }
  .example .container .bg.active {
    opacity: 1;
    left: 30%;
  }
}
@media (min-width: 768px) {
  .example .container .imageWrapper {
    margin-left: -5rem;
  }
}
@media (min-width: 1100px) {
  .example .container .imageWrapper {
    margin-left: 0;
  }
}
@media (min-width: 1100px) {
  .example .container .text .inner {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .example .container .text .inner p:last-of-type {
    margin-bottom: 0;
  }
}
.example .container .text .inner .button {
  margin-left: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .example .container .text .inner .button {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1100px) {
  .halves .container .half .text.circular {
    max-width: 420px;
  }
}

.services {
  padding: 1.5rem 0;
}
.services .container .allServices {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .services .container .allServices {
    grid-template-columns: 1fr 1fr;
  }
}
.services .container .allServices .service {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  color: #EDEAF5;
  position: relative;
  align-items: flex-start;
  padding: 5px;
  transition: 0.15s ease;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .services .container .allServices .service {
    max-height: 100%;
  }
}
@media (min-width: 1100px) {
  .services .container .allServices .service {
    aspect-ratio: 685/389;
  }
}
@media (max-width: 639px) {
  .services .container .allServices .service:nth-of-type(4) h3 .bg {
    transform: skewX(-35deg) translateX(-49px);
  }
}
.services .container .allServices .service .plus {
  display: flex;
  position: absolute;
  bottom: 1rem;
  height: 40px;
  width: 40px;
  right: 1rem;
  z-index: 5;
  align-items: center;
  justify-content: center;
  border-radius: 100vw;
  background-color: rgba(0, 8, 51, 0.8);
  transition: 0.3s ease;
}
.services .container .allServices .service .plus svg {
  transform: rotate(0deg);
  transform-origin: center;
  transition: 0.3s ease;
}
.services .container .allServices .service .plus svg path {
  transition: 0.3s ease;
}
.services .container .allServices .service:after {
  content: "";
  inset: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 8, 51, 0.5);
  backdrop-filter: blur(4px);
  transition: 0.3s ease;
  position: absolute;
  z-index: 2;
}
.services .container .allServices .service.show {
  max-height: 100%;
}
.services .container .allServices .service.show .plus {
  background-color: #ffee00;
}
.services .container .allServices .service.show .plus svg {
  transform: rotate(45deg);
}
.services .container .allServices .service.show .plus svg path {
  stroke: #000833;
}
.services .container .allServices .service.show:after {
  opacity: 1;
}
.services .container .allServices .service.show .desc {
  opacity: 1;
}
.services .container .allServices .service.show .desc .button {
  pointer-events: all;
}
.services .container .allServices .service.show h3 span {
  color: #FFEE00;
}
.services .container .allServices .service.show h3 .bg {
  opacity: 0;
}
@media (min-width: 1100px) {
  .services .container .allServices .service {
    opacity: 0;
    transform: translateY(50px);
  }
  .services .container .allServices .service.active {
    opacity: 1;
    transform: translateY(0);
  }
  .services .container .allServices .service:nth-of-type(even) {
    transition-delay: 0.15s;
  }
  .services .container .allServices .service:hover .plus {
    background-color: #ffee00;
  }
  .services .container .allServices .service:hover .plus svg {
    transform: rotate(45deg);
  }
  .services .container .allServices .service:hover .plus svg path {
    stroke: #000833;
  }
  .services .container .allServices .service:hover:after {
    opacity: 1;
  }
  .services .container .allServices .service:hover .desc {
    opacity: 1;
  }
  .services .container .allServices .service:hover .desc .button {
    pointer-events: all;
  }
  .services .container .allServices .service:hover h3 span {
    color: #FFEE00;
  }
  .services .container .allServices .service:hover h3 .bg {
    opacity: 0;
  }
}
.services .container .allServices .service h3 {
  z-index: 3;
  padding: 0.75rem 3.5rem 0.75rem 1rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 0.5rem;
  width: 316px;
  min-height: 70px;
}
@media (min-width: 768px) {
  .services .container .allServices .service h3 {
    max-width: 320px;
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .services .container .allServices .service h3 {
    max-width: 100%;
    margin-bottom: 1rem;
    font-size: 22px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .services .container .allServices .service h3 {
    font-size: 26px;
  }
}
@media (min-width: 1400px) {
  .services .container .allServices .service h3 {
    font-size: 28px;
  }
}
.services .container .allServices .service h3 .bg {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: rgba(0, 8, 51, 0.5);
  backdrop-filter: blur(4px);
  transform: skewX(-35deg) translateX(-31px);
  border-radius: 8px;
  opacity: 1;
  transition: 0.3s ease;
}
.services .container .allServices .service h3 span {
  position: relative;
  z-index: 2;
  color: #EDEAF5;
  transition: 0.3s ease;
}
.services .container .allServices .service h3 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.services .container .allServices .service h3 svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  fill: rgba(0, 8, 51, 0.4);
  backdrop-filter: blur(3.4285714626px);
}
.services .container .allServices .service .desc {
  padding: 0 1rem 3rem;
  position: relative;
  z-index: 4;
  opacity: 0;
  transition: 0.3s ease;
}
@media (min-width: 1100px) {
  .services .container .allServices .service .desc {
    padding: 1rem 5rem 1rem 1rem;
  }
}
.services .container .allServices .service .desc p {
  font-size: 0.9rem;
}
@media (min-width: 1100px) {
  .services .container .allServices .service .desc p {
    font-size: 1rem;
  }
}
.services .container .allServices .service .desc .button {
  margin-left: 1rem;
  margin-top: 1rem;
  pointer-events: none;
  color: #000833;
}
@media (min-width: 768px) {
  .services .container .allServices .service .desc .button {
    margin-top: 2rem;
  }
}
.services .container .allServices .service img {
  position: absolute;
  inset: -1%;
  z-index: 1;
  object-fit: cover;
  width: 102%;
  height: 102%;
  max-width: 102%;
}
.whatsOn {
  background-color: #EDEAF5;
  color: #0C070A;
  position: relative;
  padding: 3rem 0;
  overflow-x: hidden;
}
@media (min-width: 640px) {
  .whatsOn {
    padding: 3rem 0 6rem;
  }
}
.whatsOn .container .titleWrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 640px) {
  .whatsOn .container .titleWrapper {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.whatsOn .container .titleWrapper h2 {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .whatsOn .container .titleWrapper .button {
    display: none;
  }
}
@media (min-width: 768px) {
  .whatsOn .container .whatsOnWrapper {
    padding-top: 1rem;
  }
}
@media (min-width: 1100px) {
  .whatsOn .container .whatsOnWrapper {
    padding-top: 3rem;
  }
}
@media (min-width: 1100px) {
  .whatsOn .container .whatsOnWrapper .monthGroup {
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s ease;
  }
  .whatsOn .container .whatsOnWrapper .monthGroup.active {
    opacity: 1;
    transform: translateY(0);
  }
}
.whatsOn .container .whatsOnWrapper .monthGroup:last-of-type .whatsOnItem:last-of-type {
  border-bottom: none;
}
.whatsOn .container .whatsOnWrapper .monthGroup .monthTitle {
  text-align: center;
  font-family: "Rota", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-top: 3rem;
  color: #C4729E;
}
@media (min-width: 640px) {
  .whatsOn .container .whatsOnWrapper .monthGroup .monthTitle {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .whatsOn .container .whatsOnWrapper .monthGroup .monthTitle {
    font-size: 19px;
  }
}
@media (min-width: 1100px) {
  .whatsOn .container .whatsOnWrapper .monthGroup .monthTitle {
    font-size: 20px;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .whatsOn .container .whatsOnWrapper .monthGroup .monthTitle {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .whatsOn .container .whatsOnWrapper .monthGroup .monthTitle {
    font-size: 24px;
  }
}
.whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem {
  color: #0C070A;
  padding: 1.25rem 0 1.25rem;
  border-bottom: 1px solid rgba(12, 7, 10, 0.2);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 640px) {
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem {
    text-align: left;
    border-bottom: none;
    padding: 0.75rem 0;
    display: grid;
    grid-template-columns: 170px auto 140px;
    align-items: center;
  }
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem:before {
    left: calc(100% - 1px);
  }
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem:after {
    right: calc(100% - 1px);
  }
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem:before, .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5000px;
    height: 100%;
  }
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem:nth-of-type(odd) {
    background: #F8B0D7;
  }
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem:nth-of-type(odd):before, .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem:nth-of-type(odd):after {
    background: #F8B0D7;
  }
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem:nth-of-type(even) {
    background: #FDE8F3;
  }
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem:nth-of-type(even):before, .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem:nth-of-type(even):after {
    background: #FDE8F3;
  }
}
@media (min-width: 768px) {
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem {
    grid-template-columns: 220px auto 160px;
  }
}
@media (min-width: 1400px) {
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem {
    grid-template-columns: 240px auto 160px;
  }
}
.whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem .dateColumn {
  width: 100%;
  font-size: 14px;
}
@media (min-width: 768px) {
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem .dateColumn {
    font-size: 15px;
  }
}
@media (min-width: 1100px) {
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem .dateColumn {
    font-size: 16px;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem .dateColumn {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem .dateColumn {
    font-size: 20px;
  }
}
.whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem .contentColumn {
  width: 100%;
}
@media (max-width: 639px) {
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem .contentColumn {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem .contentColumn h4 {
  margin: 0;
  font-weight: 500;
  font-family: "Rota", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  text-transform: none;
  font-size: 18px;
}
@media (min-width: 768px) {
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem .contentColumn h4 {
    font-size: 19px;
  }
}
@media (min-width: 1100px) {
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem .contentColumn h4 {
    font-size: 20px;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem .contentColumn h4 {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem .contentColumn h4 {
    font-size: 24px;
  }
}
.whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem .actionColumn {
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 640px) {
  .whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem .actionColumn {
    margin-top: 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
}
.whatsOn .container .whatsOnWrapper .monthGroup .whatsOnItem .actionColumn .button {
  font-size: 1rem;
}

.halves .container .half .text {
  margin-right: auto;
  max-width: 400px;
}

.lastYear .container .sectionInner {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .lastYear .container .sectionInner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  .lastYear .container .sectionInner {
    gap: 2.5rem;
  }
}
.lastYear .container .sectionInner .box {
  position: relative;
}
.lastYear .container .sectionInner .box.txt {
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .lastYear .container .sectionInner .box.txt {
    transition: 0.5s ease;
    transform: translateY(50px);
    opacity: 0;
    border-bottom: 1px solid #EDEAF5;
    grid-column: 2;
  }
}
@media (min-width: 768px) {
  .lastYear .container .sectionInner .box.txt.active {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .lastYear .container .sectionInner .box.txt .lower {
    max-width: 550px;
  }
}
.lastYear .container .sectionInner .box.img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .lastYear .container .sectionInner .box.img {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 768px) {
  .lastYear .container .sectionInner .box.img.active .imgLarge {
    filter: blur(0px);
    transform: scale(1);
  }
}
.lastYear .container .sectionInner .box.img .imgLarge {
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  align-items: stretch;
}
@media (min-width: 768px) {
  .lastYear .container .sectionInner .box.img .imgLarge {
    transform: scale(1.1);
    filter: blur(2px);
    transition: 0.5s ease;
  }
}
.lastYear .container .sectionInner .box.img .imgLarge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}/*# sourceMappingURL=home.css.map */