/* Layout */
/* Theme */
/* Mixins */
/* Functions */
/* Variables */
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 300;
  line-height: 1em; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 42px; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 30px; }

h6 {
  font-size: 24px; }

.text-is-orange {
  color: #fa6e16; }

.text-is-blue {
  color: #1de5ff; }

.text-is-pink {
  color: #ff2154; }

.text-is-black {
  color: #001b2e; }

.text-is-white {
  color: #ffffff; }

p {
  line-height: 1.3;
  margin-bottom: 14px; }

a {
  text-decoration: none;
  color: #1de5ff;
  -webkit-transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94);
  transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94); }
  a:hover, a:active, a:focus {
    color: #6aeeff; }

/* Forms */
form .bot-field {
  position: absolute;
  left: -5000px; }

form .form-input {
  padding: 12px 20px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  form .form-input.error {
    border: 1px solid #ff2154; }
  form .form-input.is-white {
    background: #ffffff;
    color: #001b2e; }
  form .form-input.is-black {
    background: #001b2e;
    color: #ffffff; }
    form .form-input.is-black::placeholder {
      color: #ffffff; }
  form .form-input.is-grey {
    background: #ecf1f7;
    color: #001b2e; }
  form .form-input.is-full {
    width: 100%; }

.form-reply-message {
  width: 100%;
  background: #ecf1f7;
  display: inline-block;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 10px; }
  .form-reply-message .response-title {
    margin-bottom: 10px; }
  .form-reply-message p {
    margin: 0; }

body {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400; }

.logo-container {
  width: 100%;
  position: absolute;
  top: 40px;
  z-index: 2; }
  @media (min-width: 992px) {
    .logo-container {
      top: 70px; } }
  .logo-container .logo {
    width: 110px;
    height: auto; }

.hero {
  width: 100%;
  height: 100vh;
  background: url("/assets/hero.jpg") no-repeat bottom center, linear-gradient(to bottom right, #1de5ff, #fa6e16);
  background-size: cover;
  background-blend-mode: luminosity;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .hero .title {
    margin: 20px 0 20px 0;
    letter-spacing: -1px;
    font-size: 48px;
    line-height: 48px; }
    @media (min-width: 768px) {
      .hero .title {
        font-size: 60px;
        line-height: 60px; } }
  .hero p {
    font-size: 16px;
    margin-bottom: 40px; }

.tag {
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: transparent;
  font-weight: 700;
  font-size: 12px;
  padding: 7px 10px;
  display: inline-block; }
  .tag.is-white {
    color: #ffffff;
    border: 2px solid #ffffff; }

.bg-orange {
  background: #fa6e16; }

.bg-blue {
  background: #1de5ff; }

.bg-pink {
  background: #ff2154; }

.bg-black {
  background: #001b2e; }

.bg-dark-grey {
  background: #40505f; }

.bg-medium-grey {
  background: #86909a; }

.bg-light-grey {
  background: #ecf1f7; }

.bg-xlight-grey {
  background: #fafcff; }

.contact-details {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .contact-details .email {
    font-size: 1.5em; }
  .contact-details .socials {
    margin-left: 40px; }
    .contact-details .socials a {
      -webkit-transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94);
      -moz-transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94);
      transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94);
      margin-right: 5px; }
      .contact-details .socials a:last-child {
        margin: 0; }
      .contact-details .socials a path {
        fill: #001b2e; }
      .contact-details .socials a:hover path, .contact-details .socials a:active path, .contact-details .socials a:focus path {
        fill: #1de5ff; }

/* Button */
/* Theme */
/* Mixins */
/* Functions */
/* Variables */
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 300;
  line-height: 1em; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 42px; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 30px; }

h6 {
  font-size: 24px; }

.text-is-orange {
  color: #fa6e16; }

.text-is-blue {
  color: #1de5ff; }

.text-is-pink {
  color: #ff2154; }

.text-is-black {
  color: #001b2e; }

.text-is-white {
  color: #ffffff; }

p {
  line-height: 1.3;
  margin-bottom: 14px; }

a {
  text-decoration: none;
  color: #1de5ff;
  -webkit-transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94);
  transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94); }
  a:hover, a:active, a:focus {
    color: #6aeeff; }

/* Forms */
form .bot-field {
  position: absolute;
  left: -5000px; }

form .form-input {
  padding: 12px 20px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  form .form-input.error {
    border: 1px solid #ff2154; }
  form .form-input.is-white {
    background: #ffffff;
    color: #001b2e; }
  form .form-input.is-black {
    background: #001b2e;
    color: #ffffff; }
    form .form-input.is-black::placeholder {
      color: #ffffff; }
  form .form-input.is-grey {
    background: #ecf1f7;
    color: #001b2e; }
  form .form-input.is-full {
    width: 100%; }

.form-reply-message {
  width: 100%;
  background: #ecf1f7;
  display: inline-block;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 10px; }
  .form-reply-message .response-title {
    margin-bottom: 10px; }
  .form-reply-message p {
    margin: 0; }

.btn {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94);
  transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94);
  padding: 16px 20px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px; }
  .btn:last-child {
    margin-right: 0; }
  .btn .icon-left {
    margin-right: 10px;
    margin-top: -1px; }
  .btn .icon-right {
    margin-left: 10px;
    margin-top: -1px; }
  .btn.is-small {
    padding: 8px 15px; }
  .btn.is-full {
    width: 100%; }
  .btn.is-orange {
    background: #fa6e16;
    color: #001b2e; }
    .btn.is-orange path {
      fill: #001b2e; }
    .btn.is-orange:hover, .btn.is-orange:active, .btn.is-orange:focus {
      background: #d85605; }
    .btn.is-orange.is-outlined {
      border: 2px solid #fa6e16;
      background: transparent;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      color: #fa6e16; }
      .btn.is-orange.is-outlined path {
        fill: #fa6e16; }
      .btn.is-orange.is-outlined:hover, .btn.is-orange.is-outlined:active, .btn.is-orange.is-outlined:focus {
        background: #fa6e16;
        color: #001b2e; }
        .btn.is-orange.is-outlined:hover path, .btn.is-orange.is-outlined:active path, .btn.is-orange.is-outlined:focus path {
          fill: #001b2e; }
  .btn.is-blue {
    background: #1de5ff;
    color: #001b2e; }
    .btn.is-blue:hover, .btn.is-blue:active, .btn.is-blue:focus {
      background: #00cee9; }
    .btn.is-blue.is-outlined {
      border: 2px solid #1de5ff;
      background: transparent;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      color: #1de5ff; }
      .btn.is-blue.is-outlined path {
        fill: #1de5ff; }
      .btn.is-blue.is-outlined:hover, .btn.is-blue.is-outlined:active, .btn.is-blue.is-outlined:focus {
        background: #1de5ff;
        color: #001b2e; }
  .btn.is-pink {
    background: #ff2154;
    color: #001b2e; }
    .btn.is-pink path {
      fill: #001b2e; }
    .btn.is-pink:hover, .btn.is-pink:active, .btn.is-pink:focus {
      background: #ed0036; }
    .btn.is-pink.is-outlined {
      border: 2px solid #ff2154;
      background: transparent;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      color: #ff2154; }
      .btn.is-pink.is-outlined path {
        fill: #ff2154; }
      .btn.is-pink.is-outlined:hover, .btn.is-pink.is-outlined:active, .btn.is-pink.is-outlined:focus {
        background: #ff2154;
        color: #001b2e; }
        .btn.is-pink.is-outlined:hover path, .btn.is-pink.is-outlined:active path, .btn.is-pink.is-outlined:focus path {
          fill: #001b2e; }
  .btn.is-black {
    background: #001b2e;
    color: #ffffff; }
    .btn.is-black path {
      fill: #ffffff; }
    .btn.is-black:hover, .btn.is-black:active, .btn.is-black:focus {
      background: black; }
    .btn.is-black.is-outlined {
      border: 2px solid #001b2e;
      background: transparent;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      color: #001b2e; }
      .btn.is-black.is-outlined path {
        fill: #001b2e; }
      .btn.is-black.is-outlined:hover, .btn.is-black.is-outlined:active, .btn.is-black.is-outlined:focus {
        background: #001b2e;
        color: #ffffff; }
        .btn.is-black.is-outlined:hover path, .btn.is-black.is-outlined:active path, .btn.is-black.is-outlined:focus path {
          fill: #ffffff; }
  .btn.is-white {
    background: #ffffff;
    color: #001b2e; }
    .btn.is-white path {
      fill: #001b2e; }
    .btn.is-white:hover, .btn.is-white:active, .btn.is-white:focus {
      background: #e6e6e6; }
    .btn.is-white.is-outlined {
      border: 2px solid #ffffff;
      background: transparent;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      color: #ffffff; }
      .btn.is-white.is-outlined path {
        fill: #ffffff; }
      .btn.is-white.is-outlined:hover, .btn.is-white.is-outlined:active, .btn.is-white.is-outlined:focus {
        background: #ffffff;
        color: #001b2e; }
        .btn.is-white.is-outlined:hover path, .btn.is-white.is-outlined:active path, .btn.is-white.is-outlined:focus path {
          fill: #001b2e; }

/* Section */
/* Theme */
/* Mixins */
/* Functions */
/* Variables */
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 300;
  line-height: 1em; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 42px; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 30px; }

h6 {
  font-size: 24px; }

.text-is-orange {
  color: #fa6e16; }

.text-is-blue {
  color: #1de5ff; }

.text-is-pink {
  color: #ff2154; }

.text-is-black {
  color: #001b2e; }

.text-is-white {
  color: #ffffff; }

p {
  line-height: 1.3;
  margin-bottom: 14px; }

a {
  text-decoration: none;
  color: #1de5ff;
  -webkit-transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94);
  transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94); }
  a:hover, a:active, a:focus {
    color: #6aeeff; }

/* Forms */
form .bot-field {
  position: absolute;
  left: -5000px; }

form .form-input {
  padding: 12px 20px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  form .form-input.error {
    border: 1px solid #ff2154; }
  form .form-input.is-white {
    background: #ffffff;
    color: #001b2e; }
  form .form-input.is-black {
    background: #001b2e;
    color: #ffffff; }
    form .form-input.is-black::placeholder {
      color: #ffffff; }
  form .form-input.is-grey {
    background: #ecf1f7;
    color: #001b2e; }
  form .form-input.is-full {
    width: 100%; }

.form-reply-message {
  width: 100%;
  background: #ecf1f7;
  display: inline-block;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 10px; }
  .form-reply-message .response-title {
    margin-bottom: 10px; }
  .form-reply-message p {
    margin: 0; }

section {
  padding: 60px 0; }
  section .title-container {
    width: "100%";
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    section .title-container .title {
      font-size: 16px;
      position: relative;
      display: inline-block;
      text-transform: uppercase;
      font-weight: 400;
      padding: 15px 15px 12px 15px;
      letter-spacing: 0;
      margin-bottom: 30px; }
      section .title-container .title.is-normal:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        width: 30px;
        height: 3px;
        -webkit-border-radius: 100px 0 0 100px;
        -moz-border-radius: 100px 0 0 100px;
        border-radius: 100px 0 0 100px;
        background: #fa6e16; }
      section .title-container .title.is-normal:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 30px;
        height: 3px;
        -webkit-border-radius: 0 100px 100px 0;
        -moz-border-radius: 0 100px 100px 0;
        border-radius: 0 100px 100px 0;
        background: #1de5ff; }
      section .title-container .title.is-fancy:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50%;
        -webkit-border-radius: 50px 0 0 50px;
        -moz-border-radius: 50px 0 0 50px;
        border-radius: 50px 0 0 50px;
        border-width: 2px 0px 2px 2px;
        border-color: #fa6e16;
        border-style: solid; }
      section .title-container .title.is-fancy:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50%;
        -webkit-border-radius: 0 50px 50px 0;
        -moz-border-radius: 0 50px 50px 0;
        border-radius: 0 50px 50px 0;
        border-width: 2px 2px 2px 0px;
        border-color: #1de5ff;
        border-style: solid; }

/* Footer */
/* Theme */
/* Mixins */
/* Functions */
/* Variables */
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 300;
  line-height: 1em; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 42px; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 30px; }

h6 {
  font-size: 24px; }

.text-is-orange {
  color: #fa6e16; }

.text-is-blue {
  color: #1de5ff; }

.text-is-pink {
  color: #ff2154; }

.text-is-black {
  color: #001b2e; }

.text-is-white {
  color: #ffffff; }

p {
  line-height: 1.3;
  margin-bottom: 14px; }

a {
  text-decoration: none;
  color: #1de5ff;
  -webkit-transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94);
  transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94); }
  a:hover, a:active, a:focus {
    color: #6aeeff; }

/* Forms */
form .bot-field {
  position: absolute;
  left: -5000px; }

form .form-input {
  padding: 12px 20px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  form .form-input.error {
    border: 1px solid #ff2154; }
  form .form-input.is-white {
    background: #ffffff;
    color: #001b2e; }
  form .form-input.is-black {
    background: #001b2e;
    color: #ffffff; }
    form .form-input.is-black::placeholder {
      color: #ffffff; }
  form .form-input.is-grey {
    background: #ecf1f7;
    color: #001b2e; }
  form .form-input.is-full {
    width: 100%; }

.form-reply-message {
  width: 100%;
  background: #ecf1f7;
  display: inline-block;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 10px; }
  .form-reply-message .response-title {
    margin-bottom: 10px; }
  .form-reply-message p {
    margin: 0; }

.footer {
  color: #ffffff;
  padding: 60px 0; }

/* Separator */
/* Theme */
/* Mixins */
/* Functions */
/* Variables */
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 300;
  line-height: 1em; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 42px; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 30px; }

h6 {
  font-size: 24px; }

.text-is-orange {
  color: #fa6e16; }

.text-is-blue {
  color: #1de5ff; }

.text-is-pink {
  color: #ff2154; }

.text-is-black {
  color: #001b2e; }

.text-is-white {
  color: #ffffff; }

p {
  line-height: 1.3;
  margin-bottom: 14px; }

a {
  text-decoration: none;
  color: #1de5ff;
  -webkit-transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94);
  transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94); }
  a:hover, a:active, a:focus {
    color: #6aeeff; }

/* Forms */
form .bot-field {
  position: absolute;
  left: -5000px; }

form .form-input {
  padding: 12px 20px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  form .form-input.error {
    border: 1px solid #ff2154; }
  form .form-input.is-white {
    background: #ffffff;
    color: #001b2e; }
  form .form-input.is-black {
    background: #001b2e;
    color: #ffffff; }
    form .form-input.is-black::placeholder {
      color: #ffffff; }
  form .form-input.is-grey {
    background: #ecf1f7;
    color: #001b2e; }
  form .form-input.is-full {
    width: 100%; }

.form-reply-message {
  width: 100%;
  background: #ecf1f7;
  display: inline-block;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 10px; }
  .form-reply-message .response-title {
    margin-bottom: 10px; }
  .form-reply-message p {
    margin: 0; }

.separator {
  width: 100%;
  height: 3px; }
  .separator.is-blue {
    background: #1de5ff; }
  .separator.is-orange {
    background: #fa6e16; }
  .separator.is-dual {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: transparent; }
    .separator.is-dual .left {
      height: 100%;
      width: 50%;
      background: #fa6e16; }
    .separator.is-dual .right {
      height: 100%;
      width: 50%;
      background: #1de5ff; }

/* Separator */
/* Theme */
/* Mixins */
/* Functions */
/* Variables */
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 300;
  line-height: 1em; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 42px; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 30px; }

h6 {
  font-size: 24px; }

.text-is-orange {
  color: #fa6e16; }

.text-is-blue {
  color: #1de5ff; }

.text-is-pink {
  color: #ff2154; }

.text-is-black {
  color: #001b2e; }

.text-is-white {
  color: #ffffff; }

p {
  line-height: 1.3;
  margin-bottom: 14px; }

a {
  text-decoration: none;
  color: #1de5ff;
  -webkit-transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94);
  transition: all 0.2s cubic-bezier(0.45, 0.23, 0.35, 0.94); }
  a:hover, a:active, a:focus {
    color: #6aeeff; }

/* Forms */
form .bot-field {
  position: absolute;
  left: -5000px; }

form .form-input {
  padding: 12px 20px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  form .form-input.error {
    border: 1px solid #ff2154; }
  form .form-input.is-white {
    background: #ffffff;
    color: #001b2e; }
  form .form-input.is-black {
    background: #001b2e;
    color: #ffffff; }
    form .form-input.is-black::placeholder {
      color: #ffffff; }
  form .form-input.is-grey {
    background: #ecf1f7;
    color: #001b2e; }
  form .form-input.is-full {
    width: 100%; }

.form-reply-message {
  width: 100%;
  background: #ecf1f7;
  display: inline-block;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 10px; }
  .form-reply-message .response-title {
    margin-bottom: 10px; }
  .form-reply-message p {
    margin: 0; }

.image-separator {
  width: 100%;
  background-size: cover !important; }

/* Spacer SCSS */
.spacer {
  width: 100%;
  display: block;
  position: relative; }

