*,
::after,
::before {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-auto {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 0) {
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Merkkleuren */
body {
  font-family: Helvetica;
  font-size: 18px;
}

.container {
  max-width: 1440px;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
  display: inline-block;
}

p {
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0;
  font-weight: 800;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 54px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.text-center {
  text-align: center;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.burger-trigger {
  display: none;
  position: relative;
  height: 38px;
  width: 38px;
  z-index: 15;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
}

.burger-trigger span {
  position: absolute;
  width: 20px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0px);
  background-color: #ffffff;
  transition-duration: 0.3s;
}

.burger-trigger span:first-child {
  top: 10px;
}

.burger-trigger span.center {
  top: calc(50% - 1px);
}

.burger-trigger span:last-child {
  bottom: 10px;
}

.burger-trigger.burger-active span:nth-of-type(1) {
  transform: translate(-50%, 0px) rotate(-135deg);
  top: 16.5px;
}

.burger-trigger.burger-active span.center {
  opacity: 0;
}

.burger-trigger.burger-active span:nth-of-type(4) {
  transform: translate(-50%, 0px) rotate(135deg);
  bottom: 17.5px;
}

input {
  background-color: #F5F5F5;
  border-radius: 999px;
  border: none;
}

textarea {
  background-color: #F5F5F5;
  border-radius: 999px;
  border: none;
}

select {
  background-color: #F5F5F5;
  border-radius: 999px;
  border: none;
}

@media screen and (max-width: 992px) {
  .burger-trigger {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }
}

@media screen and (max-width: 568px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }
}

.button__yellow {
  border-radius: 300px;
  padding: 16px 24px;
  background-image: linear-gradient(120deg, #e2a218, #F9ECD1);
  background-size: 300% 100%;
  background-position: 0 0;
  color: #ffffff;
  transition: all 1s ease-in-out;
  box-shadow: 0 24px 14px 0 rgba(14, 14, 14, 0.03), 0 11px 11px 0 rgba(14, 14, 14, 0.03), 0 3px 6px 0 rgba(14, 14, 14, 0.06);
}

.button__yellow:hover {
  background: linear-gradient(120deg, #F9ECD1, #e2a218);
  background-position: 100% 0%;
}

.theme-header {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  z-index: 5;
}

.theme-header__logo {
  max-width: 160px;
}

.theme-header__nav ul {
  display: flex;
  justify-content: center;
  gap: 48px;
}

.theme-header__nav li:not(.current-menu-item) {
  opacity: 0.6;
}

.theme-header__nav a {
  color: #ffffff;
}

.theme-header__nav a:hover {
  color: #e2a218;
}

.theme-header__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.theme-header__buttons-link {
  color: #ffffff;
}

.theme-header__buttons-link:hover {
  color: #e2a218;
}

@media screen and (max-width: 992px) {
  .theme-header__nav {
    display: none;
  }

  .theme-header__buttons a {
    display: none;
  }
}

.theme-hero {
  text-align: center;
  color: #ffffff;
  padding: 150px 0 100px 0;
  background-color: #0f0c29;
  position: relative;
  overflow: hidden;
}

.theme-hero__background {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(125px);
}

.theme-hero__background::before {
  content: "";
  background: #4d14b9;
  background: linear-gradient(90deg, rgb(77, 20, 185) 4%, rgb(9, 0, 27) 100%);
  transform: rotate(45deg);
  position: absolute;
  width: 850px;
  height: 1450px;
  left: -210px;
  top: -450px;
  border-radius: 999px;
}

.theme-hero__background::after {
  content: "";
  background: #1a0006;
  background: linear-gradient(90deg, rgb(26, 0, 6) 0%, rgb(198, 40, 83) 17%, rgb(198, 40, 83) 29%, rgb(226, 162, 24) 52%, rgb(226, 162, 24) 70%);
  position: absolute;
  height: 1100px;
  width: 950px;
  transform: rotate(45deg);
  border-radius: 999px;
  bottom: 100px;
  right: 110px;
}

.theme-hero .container {
  z-index: 2;
  position: relative;
}

.theme-hero__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.theme-hero__title {
  margin-bottom: 24px;
}

.theme-hero__subtext {
  font-size: 24px;
  margin-bottom: 32px;
}

.theme-hero__carousel {
  margin: 48px 0;
}

.theme-hero__carousel-slide {
  padding: 0 40px;
}

.theme-hero__carousel-item {
  height: 50px;
}

.theme-hero__carousel-item img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 120px;
}

.theme-hero__image {
  margin: 30px 0 0 0;
  border-radius: 32px;
  overflow: hidden;
}

.theme-hero__stars {
  opacity: 0.14;
  position: absolute;
  width: 10%;
  left: 0;
  top: 150px;
}

@media screen and (max-width: 992px) {
  .theme-hero__subtext {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .theme-hero__title {
    width: unset;
  }

  .theme-hero__subtext {
    width: unset;
  }
}

@media screen and (max-width: 568px) {
  .theme-hero__subtext {
    font-size: 20px;
  }
}

.theme-content {
  padding: 75px 0;
}

.theme-content__title {
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
}

.theme-content__content {
  background-color: #F9ECD1;
  border-radius: 16px;
  padding: 44px;
  display: flex;
}

.theme-content__logo {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.theme-content__logo img {
  height: 100%;
  width: 100%;
}

.theme-content__textbox {
  height: 100%;
  align-content: center;
}

.theme-content__text {
  padding-top: 15px;
}

.theme-content__white {
  background-color: #ffffff !important;
}

.theme-content__listcont {
  margin: 32px 0;
}

.theme-content__list {
  display: flex;
  width: 100%;
  margin: 12px 0;
  align-items: center;
}

.theme-content__cta {
  display: flex;
}

.theme-content__contact {
  display: flex;
  width: 54px;
  height: 54px;
  padding: 17px 14px;
  justify-content: center;
  align-items: center;
  border: 1.5px solid rgba(226, 162, 24, 0.20);
  margin-right: 12px;
}

.theme-content__bullet {
  padding: 2px;
  background-color: #e2a218;
  border-radius: 50%;
  margin-right: 12px;
}

.theme-content__logo {
  background-color: #ffffff;
  border-radius: 8px;
  height: 100%;
  display: flex;
  overflow: hidden;
  width: 100%;
  object-fit: contain;
}

.theme-content__logo img {}

.theme-content__contact {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 5px;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 992px) {
  .theme-content__textbox {
    margin-bottom: 48px;
  }
}

.theme-upper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  padding: 100px 0;
}

.theme-upper__title {
  margin-bottom: 8px;
}

.theme-upper__content {
  font-size: 28px;
  margin-bottom: 24px;
}

.theme-upper__cards {
  margin-top: 24px;
  display: flex;
  gap: 24px;
}

.theme-upper__card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 25px 0;
  box-shadow: 4px 6px 20px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
}

.theme-upper__card-image {
  position: relative;
  padding-top: 56.25%;
}

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

.theme-upper__card-content {
  padding: 32px 30px;
}

.theme-upper__card-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.theme-upper__card-icon {
  width: 32px;
  height: 32px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #F9ECD1;
  border-radius: 8px;
}

.theme-extended {
  margin-top: 45px;
  text-align: center;
  width: 100%;
}

.theme-extended__text {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 32px;
}

.theme-extended__list {
  display: flex;
  justify-content: center;
}

.theme-extended__item {
  background-color: #F9ECD1;
  border-radius: 999px;
  margin: 15px 20px;
  border: 1px solid rgba(14, 14, 14, 0.1);
  padding: 12px 20px 12px 12px;
  align-items: center;
  display: flex;

}

.theme-extended__tag {
  background-color: #e2a218;
  border-radius: 50%;
  padding: 2px;
  margin-right: 12px;
}

@media screen and (max-width: 992px) {
  .theme-upper__cards {
    flex-wrap: wrap;
  }

  .theme-upper__card {
    display: flex;
  }

  .theme-upper__card-image {
    flex: 1;
  }

  .theme-upper__card-content {
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .theme-upper__card {
    flex-direction: column;
  }
}

@media screen and (max-width: 568px) {
  .theme-upper__content {
    font-size: 20px;
  }
}

.theme-cards {
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 100px;
  padding-top: 50px;
  /* Per card */
}

.theme-cards__header {
  font-size: 54px;
  font-weight: 900;
}

.theme-cards__container {
  display: flex;
  justify-content: space-around;
  padding-bottom: 40px;
  width: 100%;
}

.theme-cards__card {
  border-radius: 32px;
  background-color: #ffffff;
  box-shadow: 4px 6px 24px 0 rgba(0, 0, 0, 0.08);
  width: 31%;
  margin: 20px auto;
  padding: 44px 32px;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
}

.theme-cards__cardicon {
  background-color: #F9ECD1;
  position: relative;
  padding: 7px;
  display: flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
  border: 1px solid rgba(226, 162, 24, 0.32);
  background: rgba(226, 162, 24, 0.2);
  margin-bottom: 32px;
}

.theme-cards__cardtitle {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 16px;
}

.theme-cards__text {
  font-size: 18px;
}

.row {
  justify-content: space-evenly;
}

.theme-accordion {
  padding: 75px 0;
}

.theme-accordion__text {
  padding: 15px 0;
}

.theme-accordion__accordion {
  border-radius: 24px;
  background-color: #ffffff;
  margin: 12px 0;
  padding: 32px 24px;
  transition: 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.theme-accordion__accordion:hover {
  box-shadow: 4px 13px 44px 0 rgba(0, 0, 0, 0.39);
}

.theme-accordion__title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.theme-accordion__desc {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

@media screen and (max-width: 768px) {
  .theme-accordion__content {
    margin-bottom: 48px;
  }
}

.theme-cta {
  color: #ffffff;
  padding: 75px 0 150px 0;
}

.theme-cta__content {
  border-radius: 16px;
  padding: 80px 44px;
  background: linear-gradient(134deg, #3f0f9a 24.43%, #f48e49 63.92%, #e2a218 96.19%);
  position: relative;
  overflow: hidden;
}

.theme-cta__wrapper {
  width: 50%;
}

.theme-cta__title {
  line-height: 100%;
}

.theme-cta__text {
  padding: 25px 0;
}

.theme-cta__image {
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 600px;
}

@media screen and (max-width: 1200px) {
  .theme-cta__image {
    width: 450px;
  }
}

@media screen and (max-width: 992px) {
  .theme-cta__wrapper {
    width: 100%;
    margin-bottom: 32px;
  }

  .theme-cta__image {
    width: unset;
    position: relative;
    bottom: 0;
  }
}

.theme-slider {
  padding: 75px 0;
}

.theme-slider__title {
  text-align: center;
  margin-bottom: 40px;
}

.theme-slider__item {
  border-radius: 16px;
  padding: 24px;
  background: #F5F5F5;
  margin: 0 20px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.theme-slider__item-image {
  width: 125px;
  height: 125px;
  background: none;
  margin: 0 0;
  border-radius: 999px;
  overflow: hidden;
}

.theme-slider__item-image img {
  height: 100%;
}

.theme-slider__desc {
  padding-top: 20px;
  font-size: 18px;
}

.theme-slider__about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 75px;
}

.theme-slider__about-logo {
  width: 200px;
}

.theme-slider__about-logo img {
  max-height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.theme-slider .profile-slider {
  flex: 0 0 auto !important;
}

.theme-slider .arrow-container {
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.theme-slider .grapefruit {
  background-color: #e2a218 !important;
  color: #ffffff !important;
}

.theme-slider .slick-prev {
  border-radius: 50%;
  width: 54px;
  height: 54px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16);
  border-style: none;
  margin-right: 6px;
}

.theme-slider .slick-next {
  border-radius: 50%;
  width: 54px;
  height: 54px;
  background-color: #000000;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16);
  border-style: none;
  margin-left: 6px;
}

.theme-slider .slick-track {
  display: flex !important;
}

.theme-slider .slick-slide {
  height: inherit !important;
}

@media screen and (max-width: 768px) {
  .theme-slider__about {
    padding-top: 0;
  }
}

@media screen and (max-width: 568px) {
  .theme-slider__about {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

.theme-subhero {
  text-align: center;
  color: #ffffff;
  width: 100vw;
  padding: 125px 0;
  background-color: #0f0c29;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.theme-subhero__background {
  width: 100vw;
  height: 70vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(125px);
}

.theme-subhero__background::before {
  content: "";
  background: #4d14b9;
  background: linear-gradient(90deg, rgb(77, 20, 185) 4%, rgb(9, 0, 27) 100%);
  transform: rotate(45deg);
  position: absolute;
  width: 850px;
  height: 1450px;
  left: -210px;
  top: -450px;
  border-radius: 999px;
}

.theme-subhero__background::after {
  content: "";
  background: #1a0006;
  background: linear-gradient(90deg, rgb(26, 0, 6) 0%, rgb(198, 40, 83) 17%, rgb(198, 40, 83) 29%, rgb(226, 162, 24) 52%, rgb(226, 162, 24) 70%);
  position: absolute;
  height: 1100px;
  width: 950px;
  transform: rotate(45deg);
  border-radius: 999px;
  bottom: 100px;
  right: 110px;
}

.theme-subhero .container {
  z-index: 5;
  position: relative;
}

.theme-subhero__title {
  font-size: 64px;
  font-weight: 900;
  flex-wrap: wrap;
  margin: auto 60px;
}

.theme-subhero__subtext {
  width: 50%;
  margin: 20px auto;
}

.theme-subhero__stars {
  opacity: 0.14;
  position: absolute;
  width: 10%;
  left: 0;
  top: 150px;
}

.theme-lower {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 100px 0;
}

.theme-lower__leader {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.theme-lower__title {
  font-weight: 900;
  font-size: 45px;
  width: 50%;
}

.theme-lower__text {
  margin: auto 0;
  width: 50%;
}

.theme-lower__cards {
  display: flex;
  width: 100%;
}

.theme-lower__card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 25px 17px;
  margin: 0 10px;
  box-shadow: 4px 6px 20px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
}

.theme-lower__cardtitle {
  font-weight: 900;
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
}

/* */
.fluentform .ff-el-group::before,
.fluentform .ff-el-group::after {
  display: none !important;
  content: none !important;
}

/* */

.ff-default .ff-el-form-control {
  border: none !important;
}

.ff-btn {
  border: none;
}

.theme-form {
  padding: 120px 0;
  display: flex;
}

.theme-form__list {
  margin: 24px 0;
}

.theme-form__listitem {
  display: flex;
  margin: 8px;
  align-items: center;
}

.theme-form__contact {
  padding-left: 10px;
  color: rgba(14, 14, 14, 0.50) !important;
}

.theme-form__card {
  border-radius: 32px;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  box-shadow: 4px 6px 24px 0 rgba(0, 0, 0, 0.08);
  padding: 32px 32px;
  margin-bottom: 100px;
  align-content: space-evenly;
  display: grid;
}

.theme-form__title {
  font-size: 54px;
  font-weight: 900;
  padding-bottom: 20px;
  padding-top: 0;
}

.theme-form__cardtitle {
  font-size: 32px;
  font-weight: 900;
}

.theme-form__sponsortitle {
  font-weight: 900;
  color: #e2a218;
  text-align: center;
  font-size: 32px;
}

.theme-form .revspinner,
.theme-form .logospinner {
  margin: 16px 0;
}

.theme-form__logo {
  width: 30%;
  max-height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 16px;
}

.theme-form__content {
  margin-right: 75px;
}

.theme-imagecard {
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 100px;
  /* Per card */
}

.theme-imagecard__header {
  font-size: 54px;
  font-weight: 900;
}

.theme-imagecard__container {
  display: flex;
  justify-content: space-around;
  padding-bottom: 40px;
  width: 100%;
}

.theme-imagecard__image {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
}

.theme-imagecard__card {
  position: relative;
  border-radius: 32px;
  background-color: #ffffff;
  box-shadow: 4px 6px 24px 0 rgba(0, 0, 0, 0.08);
  width: 31%;
  margin: 20px auto;
  overflow: hidden;
  color: #ffffff;
  height: auto;
}

.theme-imagecard__cardwrapper {
  position: absolute;
  bottom: 54px;
  left: 32px;
  margin: auto;
}

.theme-imagecard__cardtitle {
  font-size: 32px;
  font-weight: 900;
}

.theme-imagecard__cardtext {
  width: 80%;
}

.theme-imagecard__text {
  font-size: 18px;
}

.theme-imagecard img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.theme-footer__image {
  margin-bottom: 24px;
  max-width: 200px;
}

.theme-footer__content {
  font-size: 24px;
  margin-bottom: 32px;
}

/* Temp fix */

.theme-footer__form {
  margin-bottom: 32px !important;
  width: 75% !important;
}

.theme-footer__form .fluentform .ff-t-container {
  overflow: hidden !important;
  background-color: #F5F5F5 !important;
  border-radius: 12px !important;
  padding: 5px !important;
  position: relative !important;
}

.theme-footer__form .ff-t-column-2 {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
}

.theme-footer__form .ff-el-group {
  height: 100% !important;
}

.theme-footer__form input {
  padding: 16px 12px !important;
  width: 100% !important;
  outline: none !important;
}

.theme-footer__form .button__yellow {
  height: 100% !important;
  padding: 10px 30px !important;
  border-radius: 12px !important;
  border: none !important;
  cursor: pointer !important;
}


/* Fix 2 */
/* Scope everything only to Fluent Form 2 */
#fluentform_2.theme-footer__form {
  margin-bottom: 32px !important;
  width: 75% !important;
}

/* Wrapper styling */
#fluentform_2 .ff-t-container {
  overflow: hidden !important;
  background-color: #F5F5F5 !important;
  border-radius: 12px !important;
  padding: 5px !important;
  position: relative !important;
}

/* Fix layout to avoid breaking when another form is on the page */
#fluentform_2 .ff-t-column-2 {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

/* Make field container behave normally */
#fluentform_2 .ff-el-group {
  height: auto !important;
  margin: 0 !important;
}

/* Input field */
#fluentform_2 input[type="email"],
#fluentform_2 input[type="text"],
#fluentform_2 input[type="search"] {
  padding: 16px 12px !important;
  width: 100% !important;
  outline: none !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

/* Submit button */
#fluentform_2 .button__yellow,
#fluentform_2 button[type="submit"] {
  height: 100% !important;
  padding: 10px 30px !important;
  border-radius: 12px !important;
  border: none !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}


/* */

.theme-footer__social-text {
  font-size: 20px;
  margin-bottom: 16px;
}

.theme-footer__socials {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.theme-footer__socials-social.facebook {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  border: 1.5px solid rgba(0, 0, 0, 0.4);
  transition: 0.3s;

  svg path {
    fill: rgba(0, 0, 0, 0.4);
  }
}

.theme-footer__socials-social.linkedin {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  border: 1.5px solid rgba(0, 0, 0, 0.4);
  transition: 0.3s;

  svg path {
    fill: rgba(0, 0, 0, 0.4);
    stroke: rgba(0, 0, 0, 0.4);
  }
}

.theme-footer__socials-social.facebook:hover {
  background-color: #e2a218;
  border: none;

  svg path {
    fill: #ffffff;
  }
}

.theme-footer__socials-social.linkedin:hover {
  background-color: #e2a218;
  border: none;

  svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
}

.theme-footer__socials svg {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
}

.theme-footer__title {
  margin-bottom: 20px;
}

.theme-footer__nav li {
  margin: 16px 0;
}

.theme-footer__nav a {
  color: rgba(0, 0, 0, 0.7);
}

.theme-footer__nav a:hover {
  color: #e2a218;
}

.theme-footer__contact-item {
  display: flex;
  gap: 10px;
  color: rgba(0, 0, 0, 0.7);
  margin: 16px 0;
}

.theme-footer__contact-item:hover {
  color: #e2a218;
}

.theme-footer__contact-item img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
}

.theme-footer__bottom {
  color: #1f0907;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid;
  border-top-color: rgba(31, 9, 7, 0.16);
  margin-top: 20px;
  padding: 32px 0;
}

.theme-footer__legals {
  display: flex;
  gap: 24px;
}

.theme-footer__legals-legal {
  color: #000000;
  transition: 0.2s ease-in;
}

.theme-footer__legals-legal:hover {
  color: #e2a218;
}

@media screen and (max-width: 1200px) {
  .theme-footer__form {
    width: unset;
  }
}

@media screen and (max-width: 992px) {
  .theme-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .theme-footer__copyright {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 568px) {
  .theme-footer__legals {
    flex-direction: column;
  }
}

.theme-offcanvas {
  display: none;
}

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