::selection {
  background: #ffd600; /* WebKit/Blink Browsers */
  color: rgb(94, 94, 94);
}
::-moz-selection {
  background: #ffd600; /* Gecko Browsers */
  color: rgb(94, 94, 94);
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Magna, sans-serif;
  font-size: 5vw;
  line-height: 0.8;
  font-weight: 400;
  text-transform: capitalize;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Magna, sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Magna, sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Magna, sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Magna, sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Magna, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-weight: 300;
}

a {
  color: #9ea894;
  text-decoration: none;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: Magna, sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  color: #000;
  text-align: center;
}

.button-basic-one {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #9ea894;
  background-color: #9ea894;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #e7eee3;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
}

.button-basic-one:hover {
  opacity: 0.8;
  color: #fff;
}

.nav-link-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40px;
  margin-right: 40px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.nav-link-wrapper.w--current {
  overflow: hidden;
  border-bottom: 1px none #326660;
  color: #326660;
}

.section {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.min-100-vh {
  min-height: 100vh;
}

.section.min-100-vh.bg-main {
  background-color: #fff;
}

.section.min-100-vh.bg-main.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.section.min-100-vh.bg-main.sticky.z-1 {
  z-index: 1;
  background-color: #fff;
  background-image: url('../images/img-bg.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 0 0 0 #000;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.bg-main {
  background-attachment: fixed;
}

.section.bg-main {
  background-color: #fff;
}

.section.bg-main._100-vh {
  height: 100vh;
}

.section.bg-main.mobile {
  display: none;
}

.section.bg-accent-three {
  background-color: #ffd600;
}

.section.bg-accent-three.min-100-vh {
  background-color: #ffd600;
}

.section.bg-accent-one {
  background-color: #ffd600;
}

.section.bg-accent-one {
  background-color: #ccb6bc;
}

.section.bg-accent-one.min-100-vh {
  background-color: #ffd600;
}

.section._100-vh {
  height: 100vh;
}

.section._100-vh.absolute {
  position: absolute;
  left: 0px;
  top: 0px;
}

.section._100-vh._100-vw {
  width: 100vw;
}

.section._100-vh.auto {
  width: auto;
}

.section.accent-one {
  background-color: #fff;
  background-image: url('../images/Freilandhuehner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1700px;
  padding: 10vw 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.container-padding {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.container.bottom-padding-10-vw {
  padding-top: 5vw;
  padding-bottom: 10vw;
}

.styleguide-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #e7eee3;
}

.styleguide-section-wrapper.headings {
  padding-top: 40px;
  padding-bottom: 40px;
}

.styleguide-section-wrapper.no-bottom-border {
  border-bottom-style: none;
}

.styleguide-class-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-top: 20px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #e7eee3;
  font-size: 12px;
  line-height: 1;
}

.styleguide-class-label.class-label-no-margin {
  margin-top: 0px;
}

.styleguide-colour-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.styleguide-left-column {
  width: 20%;
}

.styleguide-left-column.center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.paragraph-lighter {
  padding-right: 100px;
  padding-left: 100px;
  opacity: 0.8;
  font-weight: 400;
}

.styleguide-colour {
  width: 200px;
  height: 200px;
}

.styleguide-colour.bg-main {
  background-color: #e7eee3;
}

.styleguide-colour.bg-accent-two {
  background-color: #9ea894;
}

.styleguide-colour.font-dark {
  background-color: #000;
}

.styleguide-colour.bg-accent-three {
  background-color: #b17e8d;
}

.styleguide-colour.bg-accent-one {
  background-color: #ccb6bc;
}

.styleguide-colour.bg-darkest {
  background-color: #000;
}

.styleguide-colour.bg-accent-four {
  background-color: #d1dacd;
}

.styleguide-left-column-sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 400px;
}

.styleguide-left-column-sticky-container.not-sticky {
  position: static;
}

.styleguide-colours {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.styleguide-right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.styleguide-right-column.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.styleguide-colour-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.styleguide-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.styleguide-all-sections-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.labels-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.styleguide-two-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-basic-two-outlined {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  color: #000;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.label-button {
  position: relative;
  z-index: 1;
  font-family: Vollkorn, serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.button-basic-one-outlined {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #0018a8;
  color: #000;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
}

.button-basic-two {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 300px;
  background-color: #000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Magna, sans-serif;
  color: #e7eee3;
  font-size: 20px;
  line-height: 1.4;
  text-transform: capitalize;
  cursor: pointer;
}

.button-basic-two:hover {
  opacity: 0.8;
}

.button-basic-two.button-wide {
  width: 100%;
}

.button-basic-two.button-wide.top-margin {
  margin-bottom: 29px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-weight: 700;
  text-transform: none;
}

.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.no-margin.poppins {
  font-family: Poppins, sans-serif;
}

.paragraph-bigger {
  font-family: Magna, sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0px;
}

.paragraph-smallest {
  font-size: 12px;
  line-height: 18px;
}

.link-light {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #e7eee3;
}

.link-light:hover {
  opacity: 0.8;
  color: #a5a5a5;
}

.text-italic {
  font-style: italic;
  font-weight: 400;
  letter-spacing: -1px;
}

.text-bold {
  font-weight: 700;
}

.paragraph-smaller {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.paragraph-smaller.paragraph-lighter {
  opacity: 0.5;
}

.styleguide-content-wrapper._02 {
  padding: 20px;
}

.styleguide-content-wrapper._02.bg-accent-two {
  background-color: #9ea894;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wrapper {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9ea894;
}

.success-message {
  padding-top: 0px;
  background-color: #fff;
}

.field {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px 1px 4px;
  border-color: #000 #000 #b17e8d;
  border-radius: 0px;
  background-color: #eee;
}

.field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
}

.field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
}

.field::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
}

.field::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
}

.field.text {
  height: 120px;
  margin-bottom: 40px;
}

.field.bg-main {
  background-color: #e7eee3;
}

.nav-link-hover {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 30%;
  height: 2px;
  margin-bottom: 6px;
  background-color: #ffd600;
  color: #ffd600;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0018a8;
  box-shadow: 0 0 20px -4px #000;
}

.nav-bar-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 2000px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0018a8;
}

.nav-bar-container.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-link {
  padding: 0px;
  background-color: transparent;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
}

.nav-link:hover {
  color: #ffd600;
}

.nav-link.w--current {
  color: #333;
}

.brand {
  width: 400px;
}

.button-hover-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-hover {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 90vw;
  height: 90vw;
  border-radius: 70vw;
  background-color: rgba(152, 147, 120, 0.25);
  -o-object-fit: fill;
  object-fit: fill;
}

.button-hover.bg-accent-two {
  background-color: #0018a8;
  opacity: 0.2;
}

.rich-text h5 {
  margin-top: 40px;
}

.rich-text h4 {
  margin-top: 40px;
}

.rich-text figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.right-margin {
  margin-right: 40px;
  color: #fff;
}

.styleguide-license-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.styleguide-image-license {
  width: 100%;
  padding-bottom: 130%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.styleguide-image-license.styleguide-unsplash-image-08 {
  background-image: url('../images/farol-106-pnSxWxfVJs8-unsplash.jpg');
  background-size: cover;
}

.styleguide-image-license.styleguide-unsplash-image-09 {
  background-image: url('../images/farol-106-qnEwPaRu9Es-unsplash.jpg');
  background-size: cover;
}

.styleguide-image-license.styleguide-unsplash-image-01 {
  background-image: url('../images/andre-sebastian-GrVMrHCvi2g-unsplash.jpg');
  background-size: cover;
}

.styleguide-image-license.styleguide-unsplash-image-11 {
  background-image: url('../images/amanda-souza-ey6lnRmjQq8-unsplash.jpg');
  background-size: cover;
}

.styleguide-image-license.styleguide-unsplash-image-13 {
  background-image: url('../images/amanda-souza-3k6cegkWkeU-unsplash.jpg');
  background-size: cover;
}

.styleguide-image-license.styleguide-unsplash-image-03 {
  background-image: url('../images/laura-chouette-m93Z1qQNOlc-unsplash.jpg');
  background-size: cover;
}

.styleguide-image-license.styleguide-unsplash-image-14 {
  background-image: url('../images/amanda-souza-5XQKdy7koiY-unsplash.jpg');
  background-size: cover;
}

.styleguide-image-license.styleguide-unsplash-image-06 {
  background-image: url('../images/farol-106-I7XGTGRmFoI-unsplash.jpg');
  background-size: cover;
}

.styleguide-image-license.styleguide-unsplash-image-12 {
  background-image: url('../images/amanda-souza-13diQ1uP1oo-unsplash.jpg');
  background-size: cover;
}

.styleguide-image-license.styleguide-unsplash-image-02 {
  background-image: url('../images/mathilde-langevin-2fgMAOCEHvE-unsplash.jpg');
  background-size: cover;
}

.styleguide-image-license.styleguide-unsplash-image-07 {
  background-image: url('../images/farol-106-JlriaTaLavA-unsplash.jpg');
  background-size: cover;
}

.styleguide-image-license.styleguide-unsplash-image-04 {
  background-image: url('../images/haley-lawrence-6ugQ978v-zg-unsplash.jpg');
  background-size: cover;
}

.styleguide-image-license.styleguide-unsplash-image-10 {
  background-image: url('../images/amanda-souza-P_y-DhlJh1Y-unsplash.jpg');
  background-size: cover;
}

.styleguide-image-license.styleguide-unsplash-image-05 {
  background-image: url('../images/farol-106-WyT3qwO2c8s-unsplash.jpg');
  background-size: cover;
}

.styleguide-section-license-wrapper {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(61, 58, 49, 0.2);
}

.styleguide-license-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.styleguide-license-wrapper.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-images {
  margin-top: 20px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.getting-started-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #e7eee3;
}

.getting-started-section-wrapper.welcome {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.getting-started-section-wrapper.last {
  border-bottom-style: none;
}

.zerocodegirl-avatar-wrapper {
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  border-radius: 200px;
}

.zerocodegirl-avatar {
  width: 100%;
  height: 100%;
  background-image: url('../images/Profile_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.signature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zerocodegirl-image-wrapper {
  width: 150px;
}

.number-bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 100px;
  font-size: 40px;
  text-align: center;
}

.styleguide-changelog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.styleguide-section-changelog-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(61, 58, 49, 0.2);
}

.styleguide-section-changelog-wrapper.bottom {
  border-bottom-style: none;
}

.hero-preview-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-grid {
  position: relative;
  width: 80%;
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  -ms-grid-columns: 40% 1fr;
  grid-template-columns: 40% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-image-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: 2000px 2000px 0px 0px;
}

.hero-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  text-align: center;
}

.hero-image {
  position: relative;
  width: 100%;
  padding-bottom: 120%;
  background-image: url('../images/_DSC6419_August_Eier_orange.png');
  background-position: 50% 50%;
  background-size: auto;
  background-attachment: scroll;
}

.couses-title-wrapper {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 4px solid #ffd600;
  border-bottom: 4px solid #ffd600;
}

.course-three-column-grid {
  position: relative;
  width: 100%;
  padding-top: 100px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.course-overview-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  padding: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 0px;
  border-color: none;
  background-color: none;
}

.course-overview-wrapper._02 {
  top: -50px;
}

.course-overview-wrapper._04 {
  bottom: -100px;
}

.course-overview-wrapper._05 {
  top: -70px;
}

.top-margin {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-weight: 400;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-wrapper.padding {
  padding: 40px 5vw;
  background-color: #0018a8;
  text-align: center;
}

.title-wrapper.padding.borders {
  border-top: 4px solid #b17e8d;
  border-bottom: 4px solid #b17e8d;
}

.title-wrapper.padding.borders.bottom-margin {
  margin-bottom: 40px;
  border-top-style: none;
  border-top-color: #ffd600;
  border-bottom-style: none;
  border-bottom-color: #ffd600;
  background-color: #0018a8;
}

.course-details-lines-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.two-column-course-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 30% 1fr;
  grid-template-columns: 30% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px none #000;
}

.image-wrapper {
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 2000px;
}

.image-wrapper._20 {
  width: 20%;
}

.image {
  width: 100%;
  height: 100%;
  padding-bottom: 130%;
}

.image.course-image-01 {
  background-image: url('../images/haley-lawrence-6ugQ978v-zg-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image.course-image-02 {
  background-image: url('../images/farol-106-WyT3qwO2c8s-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image.course-image-03 {
  background-image: url('../images/farol-106-qnEwPaRu9Es-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image.round {
  padding-bottom: 100%;
}

.image.round.introduction-image-01 {
  background-image: url('../images/Huehner-im-Freien.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.image.round.introduction-image-02 {
  background-image: url('../images/amanda-souza-ey6lnRmjQq8-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image.round.introduction-image-03 {
  background-image: url('../images/amanda-souza-13diQ1uP1oo-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image.round.testimonial-01 {
  background-image: url('../images/amanda-souza-3k6cegkWkeU-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image.round.testimonial-02 {
  background-image: url('../images/mathilde-langevin-2fgMAOCEHvE-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image.round.testimonial-03 {
  background-image: url('../images/laura-chouette-m93Z1qQNOlc-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image.round.testimonial-04 {
  background-image: url('../images/andre-sebastian-GrVMrHCvi2g-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image.course-image-04 {
  background-image: url('../images/amanda-souza-3k6cegkWkeU-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.course-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.course-wrapper {
  position: relative;
  max-width: 1100px;
  padding: 0px;
  background-color: #e7eee3;
}

.paragraph-margins {
  margin: 40px;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
}

.two-column-auto-wrapper {
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
}

.course-lines-image-wrapper {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.course-details-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.course-image-wrapper-2 {
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid #000;
  border-radius: 2000px;
}

.course-wrapper-2 {
  width: 90%;
  max-width: 1100px;
  margin-bottom: 40px;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: #ebeae5;
}

.colour-layer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.colour-layer.bg-accent-two-transparent {
  background-color: rgba(158, 168, 148, 0.3);
}

.colour-layer.bg-accent-two-transparent.absolut {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.loading-animation {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading-animation.bg-main {
  display: none;
  background-color: #0018a8;
}

.loading-logo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading-image {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.colour-layer-shifted {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.colour-layer-shifted.bg-accent-four {
  margin-top: 15px;
  margin-left: 15px;
  background-color: #0018a8;
}

.colour-layer-shifted.bg-accent-two {
  margin-top: 15px;
  margin-left: 15px;
  background-color: #9ea894;
}

.course {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 4px;
  border-color: #b17e8d;
}

.course.border-accent-two {
  border-color: #9ea894;
  background-color: #e7eee3;
}

.course.border-accent-four {
  border-color: #fff;
  background-color: #ffd600;
}

.course-cta-wrapper-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.hero-cta-wrapper {
  margin-top: 40px;
  margin-right: 60px;
  margin-left: 60px;
}

.nav-bar-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0018a8;
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
}

.icon-features-wrapper {
  width: 70px;
}

.preview-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10vw 5vw 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-grid-vertical {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  grid-column-gap: 0vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrapper-vertical {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0vw 10vw 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  text-align: center;
}

.details {
  width: 80%;
}

.introduction-wrapper-column-left {
  position: relative;
}

.author-image {
  width: 100%;
  padding-bottom: 120%;
}

.author-image.introduction-image-03 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  background-image: url('../images/D-Ei_4er-Reihe_Ei-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.author-image.author-image-01 {
  background-color: #fff;
  background-image: url('../images/D-Ei_4er-Reihe_Ei-4.png');
  background-position: 50% 50%;
  background-size: cover;
}

.author-image.introduction-image-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  background-image: url('../images/D-Ei_4er-Reihe_Ei-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.introduction-content-wrapper {
  min-height: 100vh;
  padding: 5vw;
  border-top: 4px solid #ffd600;
  border-bottom: 0px solid transparent;
}

.introduction-content-wrapper.no-top-border {
  border-top-style: none;
  border-top-color: #ffd600;
}

.two-column-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.introduction-content-image-wrapper {
  overflow: hidden;
  width: 50%;
  margin-bottom: 40px;
  border-radius: 2000px;
}

.intruduction-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.introduction-sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 4px none #b17e8d;
  border-right: 4px solid #ffd600;
  border-bottom: 0px solid transparent;
  border-radius: 0px;
}

.introduction-image-wrapper {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  padding-top: 0px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 400px;
  -o-object-fit: fill;
  object-fit: fill;
}

.testimonials-image-wrapper {
  overflow: hidden;
  width: 40%;
  border-radius: 2000px;
}

.testimonials-grid {
  width: 100%;
  min-height: 100vh;
  margin-bottom: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffd600;
}

.testimonials-grid-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.testimonials-grid-wrapper.border-right {
  border-right: 4px solid #ffd600;
}

.testimonials-grid-wrapper.border-right.border-bottom {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 4px solid #ffd600;
  border-bottom: 4px solid #ffd600;
}

.testimonials-grid-wrapper.border-bottom {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 4px solid #ffd600;
  border-bottom: 4px solid #ffd600;
  background-color: #fff;
}

.bold-text {
  font-weight: 600;
  text-align: left;
}

.logotypes {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logotypes.bg-white {
  background-color: #fff;
}

.logotypes-grid {
  width: 100%;
  margin-top: 0px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logotype-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logotype-wrapper.bg-white {
  border-top: 1px none #000;
  border-right: 1px none #000;
  background-color: #fff;
}

.logotype-wrapper.bg-white.first {
  padding-left: 0px;
}

.logotype {
  width: 130px;
}

.logotype._03 {
  width: 180px;
}

.logotype._01 {
  width: 100px;
}

.section-under-wrapper {
  z-index: 10;
  height: 250vh;
}

.section-under {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
}

.section-under.bg-main.no-min-height {
  height: auto;
}

.prices-column {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 4px;
  border-color: #9ea894;
}

.prices-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.prices-column-wrapper.right-border {
  border-right: 4px solid #9ea894;
}

.field-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px none #b17e8d;
  font-family: Vollkorn, serif;
  font-weight: 300;
}

.course-waitlist-form-wrapper {
  width: 70%;
  max-width: 1100px;
}

.course-waitlist-form-wrapper.bg-main {
  position: static;
  padding: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.course-waitlist {
  width: 100%;
}

.field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field-wrapper.fields-wrapper-margin {
  margin-right: 20px;
}

.center {
  height: 0px;
  margin-top: 0px;
  margin-bottom: 100px;
  font-family: Vollkorn, serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.fields-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.price {
  display: inline-block;
  padding: 20px 40px 15px;
  background-color: #d1dacd;
  font-family: Poppins, sans-serif;
  color: #000;
}

.id {
  position: relative;
  top: 80px;
  width: 100%;
  height: 0px;
}

.id.bottom {
  top: -100vh;
}

.horizontal-section-wrapper {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400vw;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-section {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 450vw;
}

.horizontal-section.bg-main {
  background-color: #e7eee3;
}

.features-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.top-course-overview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-course-overview.border-right {
  border-right: 4px solid #ffd600;
}

.bottom-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.line-horizontal {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  background-color: #565541;
}

.copyright-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #0018a8;
  box-shadow: 1px 1px 10px -1px #000;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffd600;
}

.text-block {
  border: 1px solid #fff;
  color: #fff;
}

.licensing-icons-wrapper {
  position: relative;
  z-index: 1;
  margin-right: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap.bg-main {
  background-color: #e7eee3;
  background-image: url('../images/img-bg.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  padding: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ddd;
  text-align: center;
}

.utility-page-content.bg-accent-one {
  background-color: #ccb6bc;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-message {
  background-color: transparent;
}

.error {
  color: #b17e8d;
}

.disclaimer {
  margin-top: 10px;
  text-align: center;
}

.disclaimer.paragraph-smallest {
  margin-top: 0px;
  padding-top: 0px;
}

.privacy-policy-wrapper {
  width: 70%;
  margin-top: 40px;
}

.heading {
  overflow: visible;
  font-family: Vollkorn, serif;
  text-align: left;
  text-transform: none;
}

.paragraph {
  text-align: center;
}

.text-block-2 {
  text-align: left;
}

.image-2 {
  width: 500px;
}

.heading-2 {
  font-family: Vollkorn, serif;
  text-transform: none;
}

.heading-3 {
  font-family: Vollkorn, serif;
  text-transform: none;
}

.heading-4 {
  font-family: Vollkorn, serif;
  text-transform: none;
}

.heading-5 {
  font-family: Vollkorn, serif;
  text-transform: none;
}

.select-field {
  margin-top: 10px;
  padding-bottom: 48px;
}

.text-span {
  color: red;
}

.image-3 {
  position: static;
  margin-left: 44px;
  cursor: pointer;
}

.image-3:hover {
  -webkit-filter: invert(20%);
  filter: invert(20%);
}

.text-span-2 {
  color: #fff;
}

.text-span-2:hover {
  color: #a5a5a5;
}

.text-span-3 {
  color: #fff;
}

.heading-6 {
  font-family: Vollkorn, serif;
  color: #fff;
  text-transform: none;
}

.heading-7 {
  margin-bottom: 60px;
  font-family: Vollkorn, serif;
  text-transform: none;
}

.paragraph-2 {
  font-weight: 400;
}

.heading-8 {
  font-family: Vollkorn, serif;
  text-transform: none;
}

.heading-9 {
  margin-bottom: 60px;
  font-family: Vollkorn, serif;
  text-transform: none;
}

.paragraph-3 {
  font-weight: 400;
}

.paragraph-4 {
  font-style: normal;
  font-weight: 400;
}

.heading-10 {
  margin-bottom: 60px;
  font-family: Vollkorn, serif;
  text-transform: none;
}

.text-span-4 {
  color: #fff;
}

.text-span-4:hover {
  color: #a5a5a5;
}

.text-block-3 {
  margin-top: 20px;
  text-align: left;
}

.text-span-5 {
  color: red;
}

.text-span-6 {
  color: red;
}

.heading-11 {
  font-family: Vollkorn, serif;
  color: #fff;
  font-weight: 400;
  text-transform: none;
}

.heading-12 {
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 3vw;
  text-transform: none;
}

.paragraph-5 {
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 0 10px #000;
}

.paragraph-5:hover {
  font-weight: 400;
}

.heading-13 {
  font-family: Poppins, sans-serif;
  color: #fff;
  text-transform: none;
}

.text-span-8 {
  text-shadow: 0 0 10px #000;
  white-space: normal;
}

.link {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  color: #ffd600;
  font-weight: 700;
}

.text-block-4 {
  padding: 60px;
  font-family: Vollkorn, serif;
  font-size: 50px;
}

.text-block-5 {
  padding: 20px 100px;
  border-radius: 200px;
  background-color: #0018a8;
  opacity: 0.85;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}

.image-5 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.heading-14 {
  margin-bottom: 40px;
  font-family: Vollkorn, serif;
  text-transform: none;
}

.container-5 {
  max-height: 0px;
  background-color: transparent;
}

.heading-15 {
  margin-bottom: 60px;
  font-family: Vollkorn, serif;
  text-align: left;
  text-transform: none;
}

.heading-16 {
  margin-bottom: 60px;
  font-family: Vollkorn, serif;
  text-align: left;
  text-transform: none;
}

.paragraph-6 {
  text-align: left;
}

.paragraph-7 {
  text-align: left;
}

.text-block-6 {
  text-align: right;
}

.text-span-9 {
  padding-right: 20px;
}

.container-6 {
  height: 250px;
}

.italic-text {
  padding-right: 40px;
}

.heading-17 {
  margin-bottom: 40px;
  font-family: Vollkorn, serif;
  font-weight: 700;
  text-transform: none;
}

.div-block-2 {
  position: static;
}

.link-2 {
  display: inline-block;
  padding: 5px;
  border: 1px solid #ffd600;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.13);
  color: #fff;
  white-space: normal;
}

.link-2:hover {
  color: #ffd600;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 8vw;
  }

  .nav-link-wrapper {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .section._100-vh.auto {
    width: 500vw;
  }

  .button-basic-two-outlined {
    text-align: center;
  }

  .button-basic-one-outlined {
    text-align: center;
  }

  .button-basic-two {
    text-align: center;
  }

  .div-block {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link-hover {
    display: none;
  }

  .nav-menu {
    width: 100vw;
    padding: 40px;
    background-color: #0018a8;
    text-align: center;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-preview-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-grid {
    width: 100%;
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-image-wrapper {
    position: relative;
    width: 30%;
  }

  .hero-details-wrapper {
    padding-right: 0%;
  }

  .image-wrapper._20 {
    width: 40%;
  }

  .course-details-line {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .course-grid-vertical {
    grid-column-gap: 40px;
  }

  .details-wrapper-vertical {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .details {
    width: 100%;
  }

  .introduction-sticky-container {
    padding: 5vw;
  }

  .introduction-image-wrapper {
    width: 100%;
  }

  .testimonials-grid-wrapper {
    padding: 5vw;
  }

  .logotypes.bg-white {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .logotypes-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .prices-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .prices-column-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .prices-column-wrapper.right-border {
    border-bottom: 4px solid #9ea894;
    border-right-style: none;
  }

  .course-waitlist-form-wrapper.bg-main {
    width: 100%;
  }

  .id {
    top: 1px;
  }

  .horizontal-section-wrapper {
    width: 640vw;
  }

  .horizontal-section.bg-main {
    height: 600vw;
  }

  .menu-icon-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .line-horizontal._01 {
    height: 2px;
    background-color: #fff;
  }

  .line-horizontal._02 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    height: 2px;
    background-color: #fff;
    color: #fff;
  }

  .line-horizontal._03 {
    position: absolute;
    top: auto;
    bottom: auto;
    width: 100%;
    height: 2px;
    background-color: #000;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .copyright-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-menu {
    padding-top: 40px;
  }

  .text-block {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .button-basic-one {
    width: 100%;
  }

  .section.min-100-vh.bg-main.sticky {
    position: relative;
  }

  .section.bg-main.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .styleguide-section-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .styleguide-left-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .styleguide-right-column {
    width: 100%;
    padding-left: 0vw;
  }

  .styleguide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .styleguide-all-sections-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .field {
    margin-right: 0px;
  }

  .nav-bar {
    height: 60px;
  }

  .brand {
    width: 100px;
  }

  .right-margin {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .getting-started-section-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .course-three-column-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .course-overview-wrapper {
    width: 100%;
  }

  .course-overview-wrapper._02 {
    top: 0px;
  }

  .course-overview-wrapper._04 {
    bottom: 0px;
  }

  .course-overview-wrapper._05 {
    top: 0px;
  }

  .two-column-course-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-wrapper {
    width: 50%;
    margin-top: 40px;
  }

  .two-column-auto-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .course-cta-wrapper-01 {
    width: 100%;
  }

  .course-grid-vertical {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .introduction-content-wrapper {
    min-height: auto;
  }

  .introduction-content-wrapper.no-top-border {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .two-column-grid {
    height: auto;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .intruduction-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .introduction-sticky-container {
    height: auto;
  }

  .introduction-image-wrapper {
    width: 50%;
  }

  .testimonials-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .logotypes-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .horizontal-section {
    display: none;
  }

  .features-grid.mobile {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top-course-overview.border-right {
    border-right-style: none;
  }

  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .utility-page-content {
    padding: 40px;
  }

  .image-2 {
    width: 800px;
    max-width: 300%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 12vw;
  }

  .button-basic-one {
    width: 100%;
  }

  .section.min-100-vh.bg-main.sticky.z-1 {
    margin-top: 0px;
  }

  .section.bg-accent-three.min-100-vh {
    margin-top: 200px;
  }

  .container {
    max-height: 3000px;
    max-width: 3000px;
    min-height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .styleguide-colour {
    width: 100%;
  }

  .styleguide-colours {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .styleguide-two-column-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-wrapper {
    width: 100%;
  }

  .button-basic-one-outlined {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-basic-two {
    width: 100%;
    border-radius: 100px;
  }

  .button-basic-two.button-wide.top-margin {
    color: #fff;
  }

  .div-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .field {
    height: 50px;
    margin-top: 0px;
    border-radius: 100px;
  }

  .field.text {
    height: 240px;
    border-radius: 0px;
  }

  .nav-menu {
    background-color: #0018a8;
    color: #fff;
    text-align: left;
  }

  .nav-link {
    text-align: left;
  }

  .styleguide-license-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-preview-wrapper {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 25%;
    padding-bottom: 0px;
  }

  .hero-image-wrapper {
    overflow: hidden;
    width: 100%;
  }

  .course-overview-wrapper._01 {
    border-color: #ffd600;
    background-color: transparent;
  }

  .course-overview-wrapper._02 {
    border-color: #ffd600;
    background-color: transparent;
  }

  .course-overview-wrapper._03 {
    border-color: #ffd600;
    background-color: transparent;
  }

  .course-overview-wrapper._04 {
    border-color: #ffd600;
    background-color: transparent;
  }

  .course-overview-wrapper._05 {
    border-color: #ffd600;
    background-color: transparent;
  }

  .course-overview-wrapper._06 {
    border-color: #ffd600;
    background-color: transparent;
  }

  .top-margin {
    margin-top: 20px;
  }

  .top-margin:hover {
    color: #000;
  }

  .top-margin:active {
    color: #fff;
  }

  .course-wrapper.bg-main {
    width: 100%;
    max-width: 100%;
  }

  .paragraph-margins {
    font-size: 20px;
    white-space: break-spaces;
  }

  .two-column-auto-wrapper {
    width: 280px;
  }

  .course-details-line {
    text-align: left;
  }

  .hero-cta-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-bar-shadow {
    height: 60px;
  }

  .two-column-grid {
    height: auto;
    min-height: 100vh;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .testimonials-grid-wrapper.border-right {
    border-right-style: none;
  }

  .testimonials-grid-wrapper.border-bottom {
    padding-bottom: 25vw;
  }

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

  .logotypes-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .prices-column-wrapper {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .course-waitlist-form-wrapper.bg-main {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5vw;
  }

  .field-wrapper.fields-wrapper-margin {
    margin-right: 0px;
  }

  .center {
    margin-bottom: 100px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
  }

  .fields-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price {
    padding-right: 20px;
    padding-left: 20px;
  }

  .horizontal-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal-section {
    display: none;
  }

  .menu-icon-wrapper {
    width: 30px;
    height: 30px;
  }

  .copyright-info {
    padding-top: 20px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .utility-page-content.bg-accent-one {
    padding: 40px;
  }

  .disclaimer.paragraph-smallest {
    text-align: left;
  }

  .image-2 {
    max-width: 220%;
  }

  .heading-6 {
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
  }

  .heading-7 {
    text-align: left;
  }

  .heading-8 {
    font-size: 40px;
  }

  .heading-9 {
    text-align: left;
  }

  .heading-10 {
    text-align: left;
  }

  .heading-11 {
    font-size: 40px;
    font-weight: 700;
    text-align: left;
  }

  .paragraph-5 {
    font-size: 14px;
    line-height: 1;
  }

  .text-block-4 {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    text-align: left;
    white-space: pre-line;
  }

  .text-block-5 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    border: 4px solid #ffd600;
    border-radius: 0px;
    opacity: 0.7;
    font-size: 22px;
    line-height: 1.2;
    text-align: left;
    mix-blend-mode: normal;
  }

  .image-4 {
    width: 100%;
    margin-right: 0px;
    color: #fff;
    text-align: left;
  }

  .heading-14 {
    margin-bottom: 40px;
    font-family: Vollkorn, serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: none;
  }

  .container-2 {
    padding: 60px 0% 60px 100%;
  }

  .container-3 {
    padding-top: 100px;
    padding-right: 100%;
    padding-bottom: 100px;
    background-color: #fff;
  }

  .container-4 {
    padding-top: 220px;
    padding-right: 100%;
    padding-bottom: 220px;
    border: 1px solid transparent;
    background-color: red;
  }

  .container-5 {
    border: 1px none #000;
    background-color: #ffd600;
  }

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

  .text-block-6 {
    padding-right: 60px;
  }

  .container-6 {
    height: 50px;
  }

  .italic-text {
    width: 100%;
    padding-right: 0px;
  }

  .image-6 {
    padding-bottom: 20px;
  }

  .link-block {
    padding-bottom: 10px;
  }

  .container-7 {
    height: 700px;
  }

  .image-7 {
    max-height: 100%;
    min-height: 100%;
  }

  .image-8 {
    max-height: 100%;
    min-height: 100%;
  }

  .image-9 {
    max-height: 100%;
    min-height: 100%;
  }

  .image-10 {
    max-height: 100%;
    min-height: 100%;
  }

  .image-11 {
    max-height: 100%;
    min-height: 100%;
  }

  .image-12 {
    max-height: 100%;
    min-height: 100%;
  }
}

#w-node-d4228eb8-ab27-5697-2bcd-8245b53741e5-e2edc115 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4f13d71c-48d2-021a-b474-5c8d13d12fa8-e2edc115 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-caef8dcc-387c-9830-1241-cc56453d2c74-5aedc11c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-caef8dcc-387c-9830-1241-cc56453d2c85-5aedc11c {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_4f13d71c-48d2-021a-b474-5c8d13d12fa8-e2edc115 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Magna';
  src: url('../fonts/Magna.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}