@charset "UTF-8";
/*!
Theme Name: GS custom Theme
Author: GrowSkills
Author URI: https://growskills.nl/
Description: Custom developed theme.
Text Domain: starter-theme
Version: 1
*/
@import url("https://p.typekit.net/p.css?s=1&k=muf0nzc&ht=tk&f=60572.60573&a=181206137&app=typekit&e=css");
*,
*::before,
*::after {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: inherit;
  background-color: transparent;
  appearance: none;
  color: inherit;
  outline: none;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: 0;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: none;
}

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

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

[type=date],
[type=datetime-local],
[type=email],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
textarea,
select {
  display: block;
  width: 100%;
}

select {
  background: url('data:image/svg+xml,%3Csvg height="10" viewBox="0 0 12 10" width="12" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="m12 0-6 10-6-10z" fill="silver"/%3E%3C/svg%3E') no-repeat right 1.5rem top 52%;
}

[type=submit],
button {
  cursor: pointer;
}

img.alignright,
.wp-caption.alignright {
  margin: 0.5em 0 1em 1em;
  float: right;
}
img.alignleft,
.wp-caption.alignleft {
  margin: 0.5em 1em 1em 0;
  float: left;
}
img.aligncenter,
.wp-caption.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.wp-caption-text {
  text-align: left;
  font-size: 1rem;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grecaptcha-badge {
  display: none;
}

html {
  line-height: 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "bahnschrift", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  min-height: 100vh;
  color: #000;
}

#site-container {
  position: relative;
  overflow: hidden;
}

.cover-image {
  position: relative;
  width: 100%;
}
.cover-image > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.wrapper {
  position: relative;
  width: calc(100% - 4.625rem);
  max-width: 70.25rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 42px 16px;
  gap: 42px 16px;
}
@media (min-width: 48rem) {
  .wrapper {
    width: calc(100% - 6rem);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 16px 16px;
    gap: 16px 16px;
  }
}

.with-margin {
  margin: 5rem 0;
}
@media (min-width: 48rem) {
  .with-margin {
    margin: 6.25rem 0;
  }
}

.with-padding {
  padding: 5rem 0;
}
@media (min-width: 48rem) {
  .with-padding {
    padding: 6.25rem 0;
  }
}

h1, h2, h3, h4 {
  font-family: "bahnschrift", sans-serif;
  line-height: 1;
  font-weight: 700;
  color: #000;
  margin-bottom: 2.1875rem;
}

h1 {
  font-size: 2.75rem;
  margin-bottom: 1rem;
}
@media (min-width: 60rem) {
  h1 {
    margin-bottom: 2.1875rem;
    font-size: 3.125rem;
  }
}

h2 {
  font-size: 2.125rem;
}
@media (min-width: 48rem) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.875rem;
  margin-bottom: 20px;
}
@media (min-width: 60rem) {
  h3 {
    font-size: 2.25rem;
  }
}

h4 {
  font-size: 1.625rem;
}
@media (min-width: 60rem) {
  h4 {
    font-size: 2rem;
  }
}

b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

p {
  margin-bottom: 2.1875rem;
  line-height: 24px;
}

.text-container {
  grid-column-end: span 4;
  max-width: 40.625rem;
}
@media (min-width: 48rem) {
  .text-container {
    grid-column-end: span 7;
  }
}
.text-container ul, .text-container ol,
.text-container blockquote,
.text-container .embed-container,
.text-container .wp-caption {
  font-size: 16px;
  line-height: 1.5rem;
  margin-bottom: 1.5625rem;
  max-width: 100%;
}
.text-container ul:last-child, .text-container ol:last-child,
.text-container blockquote:last-child,
.text-container .embed-container:last-child,
.text-container .wp-caption:last-child {
  margin-bottom: 0;
}
.text-container ul, .text-container ol {
  position: relative;
  list-style: none;
}
.text-container ul li:not(.gfield), .text-container ol li:not(.gfield) {
  padding-left: 1.25em;
}
.text-container ul li:not(.gfield)::before, .text-container ol li:not(.gfield)::before {
  position: absolute;
  text-indent: -1.25em;
}
.text-container ul li:not(.gfield)::before {
  content: "•";
}
.text-container p {
  margin-bottom: 30px;
}
.text-container ol {
  counter-reset: ol-counter;
}
.text-container ol li {
  counter-increment: ol-counter;
}
.text-container ol li::before {
  content: counter(ol-counter) ".";
}
.text-container blockquote {
  padding-left: 37px;
  font-size: 36px;
  line-height: 1.2;
  border-left: 0.1rem solid currentColor;
}
.text-container p:has(img) {
  margin: 30px 0;
}
@media (min-width: 48rem) {
  .text-container p:has(img) {
    margin: 77px 0;
  }
}
.text-container p:has(img) > img {
  object-fit: cover;
  width: 100%;
  height: 250px;
  border-radius: 30px;
}
@media (min-width: 48rem) {
  .text-container p:has(img) > img {
    height: 372px;
    border-radius: 66px;
  }
}

.btn {
  position: relative;
  font-family: "bahnschrift", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  display: inline-block;
  color: #000;
  background-color: #f28c00;
  cursor: pointer;
  padding: 0.8125rem 2.375rem 0.9375rem 2.25rem;
  text-decoration: none;
  border-radius: 25px;
  line-height: 1;
  overflow: hidden;
}

.btn:hover {
  color: #000;
  background-color: #fdc400;
}

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

.btn {
  transition: all 0.2s ease-in-out;
}
header {
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 0.625rem 0 0;
  height: 3.75rem;
}
@media (min-width: 60rem) {
  header {
    height: auto;
  }
}
header .wrapper {
  position: relative;
}
@media (min-width: 60rem) {
  header .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
  }
}
header .wrapper::before {
  transition: all 0.3s ease-in-out;
  position: absolute;
  content: "";
  top: -585px;
  left: -340px;
  width: 700px;
  height: 700px;
  border-radius: 350px;
  background-color: #fff;
  z-index: -1;
}
@media (min-width: 60rem) {
  header .wrapper::before {
    top: -584px;
    left: -300px;
  }
}
@media (min-width: 90rem) {
  header .wrapper::before {
    top: -584px;
    left: -400px;
  }
}
header.fixed {
  background: #fff;
  padding-bottom: 60px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}
@media (min-width: 60rem) {
  header.fixed {
    padding-bottom: 26px;
  }
}
header.fixed .wrapper::before {
  opacity: 0;
}

.header-logo {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -4px;
  left: -30px;
  display: block;
  width: 11.25rem;
  z-index: 0;
}
@media (min-width: 90rem) {
  .header-logo {
    left: -20px;
  }
}
@media (min-width: 90rem) {
  .header-logo {
    left: -140px;
  }
}
.header-logo svg {
  display: block;
}
.fixed .header-logo {
  top: 2px;
  width: 5.625rem;
}

.hero {
  padding-top: 160px;
  background: linear-gradient(112deg, #f28c00, #fdc400);
  display: grid;
  align-items: end;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
@media (min-width: 60rem) {
  .hero {
    padding-top: 180px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
}
.hero .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 16px;
  gap: 0 16px;
}
@media (min-width: 60rem) {
  .hero .wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 16px 16px;
    gap: 16px 16px;
  }
}

.hero-text {
  align-self: end;
  margin-bottom: 40px;
  grid-column-end: span 4;
}
@media (min-width: 48rem) {
  .hero-text {
    grid-column-start: 1;
    grid-column-end: span 5;
  }
}
@media (min-width: 60rem) {
  .hero-text {
    margin-bottom: 90px;
  }
}
.hero-text h1 {
  font-size: 38px;
  line-height: 44px;
}
@media (min-width: 48rem) {
  .hero-text h1 {
    font-size: 50px;
  }
}
.hero-text p {
  max-width: 396px;
  margin-bottom: 28px;
}
.hero-text .btn {
  color: #000;
  background-color: #fff;
}
.hero-text .btn:hover {
  color: #fff;
  background-color: #000;
}

.hero-image {
  justify-self: center;
  position: relative;
  margin-bottom: -80px;
  overflow: hidden;
  width: 322px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  grid-column-start: 1;
  grid-column-end: span 4;
}
@media (min-width: 48rem) {
  .hero-image {
    grid-column-start: 7;
    grid-column-end: span 6;
  }
}
@media (min-width: 60rem) {
  .hero-image {
    width: 554px;
  }
}

.hero ~ .body-text {
  margin-top: 130px;
}

.cta {
  position: relative;
  background-color: #fff1de;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
@media (min-width: 60rem) {
  .cta {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
}
.cta:before {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  height: 100px;
  width: 100%;
  background-color: #fff1de;
}

.cta-text {
  grid-column-start: 1;
  grid-column-end: span 4;
}
@media (min-width: 48rem) {
  .cta-text {
    grid-column-start: 1;
    grid-column-end: span 6;
    align-self: center;
  }
  .cta-text h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 60rem) {
  .cta-text {
    grid-column-start: 3;
    grid-column-end: span 4;
  }
}

.cta-image {
  justify-self: center;
  position: relative;
  overflow: hidden;
  width: 280px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  grid-column-start: 1;
  grid-column-end: span 4;
}
@media (min-width: 48rem) {
  .cta-image {
    grid-column-start: 7;
    grid-column-end: span 6;
  }
}
@media (min-width: 60rem) {
  .cta-image {
    width: 364px;
    grid-column-start: 8;
    grid-column-end: span 4;
  }
}

.hero ~ .text-image {
  margin-top: 150px;
}

.text-image-image {
  position: relative;
  overflow: hidden;
  width: 280px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  grid-column-start: 1;
  grid-column-end: span 4;
}
@media (min-width: 48rem) {
  .text-image-image {
    grid-column-start: 1;
    grid-column-end: span 5;
  }
}
@media (min-width: 60rem) {
  .text-image-image {
    width: 460px;
  }
}

.text-image-text {
  align-self: center;
  grid-column-start: 1;
  grid-column-end: span 4;
}
@media (min-width: 48rem) {
  .text-image-text {
    grid-column-start: 7;
    grid-column-end: span 5;
  }
}
.text-image-text p {
  margin-bottom: 40px;
}

.overview {
  margin-top: 60px;
  min-height: 800px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
@media (min-width: 60rem) {
  .overview {
    margin-top: 30px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
}
.overview .wrapper {
  display: block;
}
.overview .wrapper > h2 {
  text-align: center;
  margin-bottom: 184px;
}
@media (min-width: 48rem) {
  .overview .wrapper > h2 {
    font-size: 50px;
    margin-bottom: 234px;
  }
}

.overview-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 235px 16px;
  gap: 235px 16px;
}
@media (min-width: 48rem) {
  .overview-items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 200px 16px;
    gap: 200px 16px;
  }
}

.overview-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background: linear-gradient(135deg, #f28c00, #fdc400);
  padding-bottom: 106px;
  text-align: center;
  border-radius: 50px;
  grid-column-end: span 4;
}
@media (min-width: 48rem) {
  .overview-item {
    grid-column-end: span 6;
  }
}
.overview-item .overview-item-text {
  padding: 0 40px;
}
.overview-item .overview-item-text h3 {
  margin-bottom: 20px;
}
.overview-item .overview-item-text p {
  margin-bottom: 30px;
}
.overview-item .overview-item-text .btn {
  background-color: #fff;
  padding: 0.8125rem 2.25rem 0.9375rem 2.375rem;
}
@media (min-width: 60rem) {
  .overview-item .overview-item-text .btn {
    padding: 0.8125rem 3.625rem 0.9375rem 3.75rem;
  }
}
.overview-item .overview-item-text .btn:hover {
  background-color: #fdc400;
}
.overview-item .overview-item-image {
  margin-top: -150px;
  margin-bottom: 55px;
  width: 300px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

.overview-item-text-buttons {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (min-width: 60rem) {
  .overview-item-text-buttons {
    bottom: 60px;
    flex-direction: row;
  }
}
.overview-item-text-buttons .btn-secundary {
  transition: all 0.2s ease-in-out;
}
.overview-item-text-buttons .btn-secundary:hover {
  color: #fff;
}

.gradient-bg {
  margin-top: 0px;
  background: linear-gradient(135deg, #f28c00, #fdc400);
}
.gradient-bg .overview-item {
  background: #fff;
}
.gradient-bg .overview-item .btn {
  background-color: #f28c00;
}
.gradient-bg .overview-item .btn:hover {
  background-color: #fdc400;
}

.video-body {
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 16/9;
  grid-column-end: span 4;
}
@media (min-width: 48rem) {
  .video-body {
    grid-column-end: span 12;
  }
}
.video-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  max-width: 111px;
  width: 10vw;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.play-btn #close {
  visibility: hidden;
}

.contact {
  margin-top: 130px;
}

.sidebar {
  grid-column-start: 1;
  grid-column-end: span 3;
}
@media (min-width: 48rem) {
  .sidebar {
    margin-top: 25px;
    grid-column-start: 9;
    grid-column-end: span 3;
  }
}
.sidebar h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.sidebar p {
  margin: 0;
}

.menu-is-open #content-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}

.header-menu-small {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 8;
  opacity: 0;
  min-height: 100vh;
  background: #fff;
}
.header-menu-small .wrapper {
  display: block;
  padding-top: 10.5rem;
}
.header-menu-small .wrapper > ul {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.header-menu-small .wrapper > ul ul.sub-menu li {
  margin-bottom: 0;
}
.header-menu-small .wrapper > ul ul.sub-menu li a {
  padding: 0.625rem 1.25rem 1.25rem 1.875rem;
  font-size: 1.25rem;
}
.header-menu-small .wrapper > ul > li {
  margin-bottom: 0.1875rem;
}
.menu-is-open .header-menu-small {
  position: relative;
  top: 0;
  opacity: 1;
}
.header-menu-small > ul {
  position: relative;
}
.header-menu-small li {
  margin-bottom: 0.1875rem;
}
.header-menu-small a {
  font-family: "bahnschrift", sans-serif;
  font-size: 1.875rem;
  color: #fff;
  display: block;
  background: #181818;
  padding: 1.25rem;
  text-decoration: none;
}

.header-menu-large {
  display: none;
}
@media (min-width: 60rem) {
  .header-menu-large {
    display: flex;
    align-items: flex-start;
    padding-top: 1.5625rem;
  }
  .header-menu-large li + li {
    margin-left: 2rem;
  }
  .header-menu-large li {
    position: relative;
  }
  .header-menu-large li.current-menu-item:before {
    transition: all 0.4s ease-in-out;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    width: 1.375rem;
    border-radius: 50%;
    height: 1.375rem;
    background: #fff;
  }
  .fixed .header-menu-large li.current-menu-item:before {
    top: -35px;
  }
  .header-menu-large li.current-menu-item a {
    pointer-events: none;
  }
  .header-menu-large li.menu-item-has-children:hover > ul {
    display: block;
  }
  .fixed .header-menu-large li.current-menu-item:before {
    background: #000;
  }
  .header-menu-large li a {
    font-family: "bahnschrift", sans-serif;
    font-size: 1rem;
    text-decoration: none;
    color: #000;
  }
  .header-menu-large li a:hover {
    text-decoration: underline;
  }
  .fixed .header-menu-large {
    padding-top: 0.625rem;
  }
  .header-menu-large ul.sub-menu {
    display: none;
    position: absolute;
    top: 2rem;
    left: 0;
    background: #fff;
    min-width: 9.375rem;
  }
  .header-menu-large ul.sub-menu li {
    margin-left: 0 !important;
    padding-bottom: 0;
  }
  .header-menu-large ul.sub-menu li a {
    color: #000;
    display: block;
    padding: 0.75rem 0.625rem 0.5rem;
    font-size: 1rem;
    border-radius: 0;
    line-height: 1.2;
  }
  .header-menu-large ul.sub-menu li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    text-decoration: none;
  }
}

.header-burger {
  position: absolute;
  top: 2.5rem;
  transform: translateY(-50%);
  right: -1rem;
  transition: transform 0.3s ease;
  transform-origin: center;
}
@media (min-width: 60rem) {
  .header-burger {
    display: none;
  }
}
.menu-is-open .header-burger {
  transform: translateY(-50%) rotate(-90deg);
}
.fixed .header-burger {
  top: 1.5625rem;
}

.header-burger-open {
  display: block;
  width: 2rem;
  height: 2rem;
}
.menu-is-open .header-burger-open {
  display: none;
}

.header-burger-close {
  display: none;
  width: 2rem;
  height: 2rem;
}
.menu-is-open .header-burger-close {
  display: block;
}

footer {
  position: relative;
}
footer .wrapper div {
  grid-column-end: span 4;
}
@media (min-width: 48rem) {
  footer .wrapper div {
    grid-column-end: span 3;
  }
  footer .wrapper div:nth-child(1) {
    grid-column-start: 2;
  }
  footer .wrapper div:nth-child(2) {
    grid-column-start: 6;
  }
  footer .wrapper div:nth-child(3) {
    grid-column-start: 10;
  }
}
@media (min-width: 60rem) {
  footer .wrapper div:nth-child(2) {
    margin-left: 47px;
  }
}
footer .wrapper div li {
  padding-left: 0 !important;
}
footer .wrapper div li a:hover {
  color: rgb(104, 104, 104);
}
footer .wrapper h2,
footer .wrapper h3,
footer .wrapper h4,
footer .wrapper p,
footer .wrapper a {
  color: #000;
  margin: 0;
}
footer .wrapper h2,
footer .wrapper h3,
footer .wrapper h4 {
  font-size: 30px;
  margin-bottom: 15px;
}

.footer-content {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  background: linear-gradient(103deg, #f28c00, #fdc400);
}
@media (min-width: 60rem) {
  .footer-content {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
}

.footer-copyright {
  background-color: #fff;
  padding: 30px 0;
}
.footer-copyright p {
  text-align: center;
  grid-column-end: span 4;
  margin: 0;
}
@media (min-width: 48rem) {
  .footer-copyright p {
    grid-column-start: 5;
    text-align: left;
  }
}

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