/* fonts */
/* colours */
html {
  font-size: 16px; /* base for REMs */
  color: black;
}
html body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: quicksand, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  -webkit-font-smoothing: subpixel-antialiased;
  text-align: left;
}

.single-col-layout {
  display: none;
}

.wide-layout {
  display: block;
}

section {
  position: relative;
  width: 100%;
}
section.two-cols {
  display: flex;
}
section .two-col {
  width: 50%;
}
section .two-col.col-left .two-col-inner {
  margin: 0 1rem 0 auto;
}
section .two-col.col-right .two-col-inner {
  margin: 0 auto 0 1rem;
}
section .one-col-inner {
  position: relative;
  max-width: 1132px;
  margin: 0 auto;
}
section .two-col-inner {
  position: relative;
  width: 520px;
  max-width: calc(100% - 4.75rem);
  padding: 1.875rem;
}

h1 {
  font-weight: 500;
  font-size: 4.75rem;
  line-height: 4.75rem;
  width: 100%;
}

h2 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5rem;
  width: 100%;
  margin: 0 0 1.875rem;
}

h3 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

p {
  margin: 0 0 1.25rem 1.875rem;
}
p:last-child {
  margin-bottom: 0;
}

video {
  width: 100%;
  cursor: pointer;
  display: block;
}

li {
  list-style: disc;
  margin: 0 0 0 3rem;
}
li::marker {
  content: inherit;
}

#logo-bar {
  display: block;
  background: white;
  width: 100%;
  height: 65px;
  z-index: 1;
}
#logo-bar img {
  display: block;
  margin: 0 auto;
  width: 172px;
  height: auto;
  max-block-size: none;
}

#header {
  height: 1015px;
  background: url("../images/header-bg.jpg") no-repeat center;
  background-size: cover;
}
#header #header-txt {
  position: relative;
  top: 25vw;
  left: 0;
  width: fit-content;
}
#header #header-txt h1 {
  color: white;
  margin: 0 0 1rem;
}
#header #header-txt h2 {
  color: white;
  margin: 0;
}

#section-1 {
  background: #F8CA02;
}
#section-1 .bg-img {
  background: url("../images/section1_img.jpg") no-repeat center;
}

#section-2 {
  display: none;
}

#section-3 {
  background: #F35B68;
}
#section-3 .bg-img {
  height: 50%;
  background-size: cover !important;
}
#section-3 .sec-3-img-1 {
  background: url("../images/section3_img1.jpg") no-repeat center;
}
#section-3 .sec-3-img-2 {
  background: url("../images/section3_img2.jpg") no-repeat center;
}

#section-4 {
  background: #8597AB;
}
#section-4 .bg-img {
  background: url("../images/section4_img.jpg") no-repeat 70% 50%;
}

#section-5 {
  background: white;
  margin-top: 3rem;
  /* checkbox */
  /* /checkbox */
}
#section-5 #ppat-form-33 {
  column-count: 2;
  column-gap: 3rem;
  column-rule-style: solid;
  column-rule: 1px solid;
}
#section-5 label {
  margin: 0 0 0.625rem;
  width: 100%;
  display: block;
  font-weight: 500;
}
#section-5 label span {
  color: #6799CC;
}
#section-5 input[type=text],
#section-5 input[type=email],
#section-5 textarea,
#section-5 .dropzone {
  appearance: none;
  background-color: #F5F5F5;
  border: none;
  border-radius: 1.25rem;
  margin-bottom: 0.625rem;
  font-family: quicksand, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.5rem 1rem;
  width: calc(100% - 2rem);
}
#section-5 input[type=text],
#section-5 input[type=email] {
  min-height: 0.5rem;
}
#section-5 textarea {
  min-height: 8.625rem;
  padding: 1rem;
}
#section-5 textarea#ppat-inspiration {
  min-height: 11.375rem;
}
#section-5 textarea#ppat-hobbies {
  margin-bottom: 0;
}
#section-5 input[type=checkbox] {
  display: none;
}
#section-5 .ppat-form-label-terms_and_privacy::before, #section-5 .ppat-form-label-terms_and_privacy::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 3px 0.5rem -3px 0;
  position: absolute;
  left: -24px;
}
#section-5 .ppat-form-label-terms_and_privacy::before {
  background: white;
  border: 1px solid #B4B4B4;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
#section-5 .ppat-form-label-terms_and_privacy::after {
  background: url("../images/tick.svg") no-repeat center;
  margin: 4px 0px 0 0;
  opacity: 0;
  background-size: 55%;
  top: 0;
}
#section-5 .ppat-form-label-terms_and_privacy.checked::before {
  background: #114B5F;
}
#section-5 .ppat-form-label-terms_and_privacy.checked::after {
  opacity: 1;
}
#section-5 input[type=submit] {
  appearance: none;
  border: none;
  background-color: #114B5F;
  color: #F8CA02;
  padding: 0.875rem 3.75rem;
  cursor: pointer;
  border-radius: 80rem;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  margin: 0 auto;
}
#section-5 input[type=submit]:hover, #section-5 input[type=submit]:active {
  color: white;
}
#section-5 .ppat-form-row {
  break-inside: avoid-column;
}
#section-5 .ppat-form-row-html_1,
#section-5 .ppat-form-row-dropzone,
#section-5 .ppat-field-feedback-msg-dropzone,
#section-5 .ppat-form-row-terms_and_privacy,
#section-5 .ppat-form-row-submit {
  column-span: all;
}
#section-5 .ppat-form-row-html_1 {
  margin-top: 1rem;
}
#section-5 .ppat-form-row-dropzone {
  margin-top: 0.625rem;
}
#section-5 .dropzone {
  text-align: center;
}
#section-5 .dropzone p {
  margin-bottom: 0;
  pointer-events: none;
}
#section-5 .ppat-form-label-terms_and_privacy {
  font-weight: 400;
  text-align: center;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
#section-5 .ppat-form-label-terms_and_privacy a {
  color: #F35B68;
}
#section-5 .ppat-form-label-terms_and_privacy a:hover {
  text-decoration: underline;
}
#section-5 .ppat-field-feedback-msg {
  color: #F35B68;
}
#section-5 .ppat-field-feedback-msg.ppat-field-feedback-msg-main-33 {
  display: none;
}
#section-5 img.dropzone_icons {
  display: inline-block;
  margin: 1rem;
}
#section-5 .success-msg {
  display: none;
  text-align: center;
}
#section-5 .success-msg img {
  display: block;
  margin: 0 auto 2rem;
  width: 5rem;
  height: auto;
}
#section-5 #ppat-form-33.submitted {
  column-count: 1;
  top: -4rem;
  margin-bottom: -4rem;
  position: relative;
  background: white;
}
#section-5 #ppat-form-33.submitted .ppat-form-row {
  display: none;
}
#section-5 #ppat-form-33.submitted .success-msg {
  display: block;
}

#footer {
  background: #114B5F;
  color: white;
  height: auto;
  min-height: 1.38rem;
  font-size: 0.875rem;
  margin: 3rem 0 0 0;
  display: flex;
  justify-content: space-between;
}
#footer #footer-left {
  margin: 0.875rem;
}
#footer #footer-left span {
  display: inline-block;
  margin: 0 0.875rem 0 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#footer #footer-left a {
  color: white;
  text-decoration: none;
}
#footer #footer-right {
  margin: 0.875rem;
  flex-shrink: 0;
}
#footer #footer-right a {
  display: inline-block;
  margin: 0 0 0 0.25rem;
}

#privacy {
  margin-top: 5rem;
  min-height: calc(100vh - 15rem);
}
#privacy p {
  margin: 0 0 1rem 0;
}
#privacy ol {
  padding-left: 1.5rem;
}
#privacy ul {
  margin: 0 1rem 1rem;
}
#privacy table {
  border: none;
  border-spacing: 0.375rem 0.375rem;
  margin: 1rem 0 2rem;
}
#privacy table th, #privacy table td {
  border: 1px solid #B4B4B4;
  border-width: 0 0 1px 0;
  padding: 0 0 0.375rem 0;
  vertical-align: top;
}

@media screen and (max-width: 1132px) {
  /* narrower than inner container */
  #header #header-txt {
    left: 5vw;
    width: calc(100% - 5vw);
  }
  section .one-col-inner {
    width: calc(100% - 5rem);
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  /* single-col layout */
  .single-col-layout {
    display: block;
  }
  .wide-layout {
    display: none;
  }
  section.two-cols {
    flex-direction: column;
  }
  section .two-col {
    width: 100%;
  }
  section .two-col-inner {
    width: 100%;
    margin: 1.25rem auto 1rem !important;
  }
  section .bg-img {
    height: 66vw !important;
    background-size: cover !important;
  }
  h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  p {
    margin: 0 1.875rem 1.25rem;
  }
  #header {
    height: 600px;
    background: url("../images/section1_img_mob.jpg") no-repeat 50% 25%;
    background-size: cover;
  }
  #header .one-col-inner {
    height: 100%;
  }
  #header #header-txt {
    top: 50%;
    transform: translateY(-50%);
  }
  #section-5 #ppat-form-33 {
    column-count: 1;
  }
  #footer #footer-left span {
    position: relative;
    top: 0;
    transform: none;
  }
}

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