/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
/* Standalone variables
========================================================================== */
/*
==========================================================================
    Mixins - typography - body
========================================================================== */
@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik-regular.woff2") format("woff2"), url("../fonts/graphik-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik-semibold.woff2") format("woff2"), url("../fonts/graphik-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  box-sizing: border-box;
  height: 100%;
}

body {
  font-family: Graphik, sans-serif;
  line-height: 1.5;
  min-height: 100%;
}

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

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: currentColor;
}
a:hover {
  text-decoration: underline;
}

b, strong {
  font-weight: normal;
}

figure {
  position: relative;
  margin: 0;
}
figure img {
  display: block;
}

dd, dt, dl {
  margin: 0;
}

svg {
  fill: currentColor;
}

.t-headline-2 {
  font-size: 96px;
  line-height: 1;
  font-weight: normal;
}

.t-headline-3 {
  font-size: 64px;
  line-height: 1.093;
  font-weight: normal;
}

.t-headline-4 {
  font-size: 48px;
  line-height: 1.333;
  font-weight: normal;
}

.t-headline-5 {
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
}

.t-headline-6 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
}

.t-headline-7 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: normal;
}

.t-body-large {
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
}

.t-body {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}

.t-headline-8 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}

.t-headline-9 {
  font-size: 12px;
  line-height: 1.66;
  font-weight: normal;
}

@media (min-width: 0) and (max-width: 1024px) {
  .t-headline-2-mobile {
    font-size: 96px;
    line-height: 1;
    font-weight: normal;
  }

  .t-headline-3-mobile {
    font-size: 64px;
    line-height: 1.093;
    font-weight: normal;
  }

  .t-headline-4-mobile {
    font-size: 48px;
    line-height: 1.333;
    font-weight: normal;
  }

  .t-headline-5-mobile {
    font-size: 32px;
    line-height: 1;
    font-weight: normal;
  }

  .t-headline-6-mobile {
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
  }

  .t-headline-7-mobile {
    font-size: 20px;
    line-height: 1.6;
    font-weight: normal;
  }

  .t-headline-8-mobile {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
  }

  .t-headline-9-mobile {
    font-size: 12px;
    line-height: 1.66;
    font-weight: normal;
  }

  .t-body-mobile {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
  }
}
@media (min-width: 1025px) {
  .t-headline-2-desktop {
    font-size: 96px;
    line-height: 1;
    font-weight: normal;
  }

  .t-headline-3-desktop {
    font-size: 64px;
    line-height: 1.093;
    font-weight: normal;
  }

  .t-headline-4-desktop {
    font-size: 48px;
    line-height: 1.333;
    font-weight: normal;
  }

  .t-headline-5-desktop {
    font-size: 32px;
    line-height: 1;
    font-weight: normal;
  }

  .t-headline-6-desktop {
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
  }

  .t-headline-7-desktop {
    font-size: 20px;
    line-height: 1.6;
    font-weight: normal;
  }

  .t-headline-8-desktop {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
  }

  .t-headline-9-desktop {
    font-size: 12px;
    line-height: 1.66;
    font-weight: normal;
  }
}
.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.g-row {
  display: flex;
  width: calc(100% + 2rem);
  margin-right: -1rem;
  margin-left: -1rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .g-row {
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media (min-width: 1025px) {
  .g-row {
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media (min-width: 1400px) {
  .g-row {
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .g-row-mobile {
    display: flex;
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .g-row-tablet {
    display: flex;
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
    flex-wrap: wrap;
  }
}

@media (min-width: 1025px) {
  .g-row-desktop {
    display: flex;
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .g-col {
    padding: 16px;
  }
}
@media (min-width: 1025px) {
  .g-col {
    padding: 16px;
  }
}
@media (min-width: 1400px) {
  .g-col {
    padding: 16px;
  }
}

.g-col-1 {
  width: calc(1 / 12 * 100% - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}

.g-col-2 {
  width: calc(2 / 12 * 100% - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}

.g-col-3 {
  width: calc(3 / 12 * 100% - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}

.g-col-4 {
  width: calc(4 / 12 * 100% - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}

.g-col-5 {
  width: calc(5 / 12 * 100% - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}

.g-col-6 {
  width: calc(6 / 12 * 100% - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}

.g-col-7 {
  width: calc(7 / 12 * 100% - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}

.g-col-8 {
  width: calc(8 / 12 * 100% - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}

.g-col-9 {
  width: calc(9 / 12 * 100% - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}

.g-col-10 {
  width: calc(10 / 12 * 100% - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}

.g-col-11 {
  width: calc(11 / 12 * 100% - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}

.g-col-12 {
  width: calc(12 / 12 * 100% - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .g-col-mobile-1 {
    width: calc(1 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .g-col-mobile-2 {
    width: calc(2 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .g-col-mobile-3 {
    width: calc(3 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .g-col-mobile-4 {
    width: calc(4 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .g-col-mobile-5 {
    width: calc(5 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .g-col-mobile-6 {
    width: calc(6 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .g-col-mobile-7 {
    width: calc(7 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .g-col-mobile-8 {
    width: calc(8 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .g-col-mobile-9 {
    width: calc(9 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .g-col-mobile-10 {
    width: calc(10 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .g-col-mobile-11 {
    width: calc(11 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .g-col-mobile-12 {
    width: calc(12 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1025px) {
  .g-col-tablet-1 {
    width: calc(1 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1025px) {
  .g-col-tablet-2 {
    width: calc(2 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1025px) {
  .g-col-tablet-3 {
    width: calc(3 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1025px) {
  .g-col-tablet-4 {
    width: calc(4 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1025px) {
  .g-col-tablet-5 {
    width: calc(5 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1025px) {
  .g-col-tablet-6 {
    width: calc(6 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1025px) {
  .g-col-tablet-7 {
    width: calc(7 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1025px) {
  .g-col-tablet-8 {
    width: calc(8 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1025px) {
  .g-col-tablet-9 {
    width: calc(9 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1025px) {
  .g-col-tablet-10 {
    width: calc(10 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1025px) {
  .g-col-tablet-11 {
    width: calc(11 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1025px) {
  .g-col-tablet-12 {
    width: calc(12 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1400px) {
  .g-col-desktop-1 {
    width: calc(1 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1400px) {
  .g-col-desktop-2 {
    width: calc(2 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1400px) {
  .g-col-desktop-3 {
    width: calc(3 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1400px) {
  .g-col-desktop-4 {
    width: calc(4 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1400px) {
  .g-col-desktop-5 {
    width: calc(5 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1400px) {
  .g-col-desktop-6 {
    width: calc(6 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1400px) {
  .g-col-desktop-7 {
    width: calc(7 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1400px) {
  .g-col-desktop-8 {
    width: calc(8 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1400px) {
  .g-col-desktop-9 {
    width: calc(9 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1400px) {
  .g-col-desktop-10 {
    width: calc(10 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1400px) {
  .g-col-desktop-11 {
    width: calc(11 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 1400px) {
  .g-col-desktop-12 {
    width: calc(12 / 12 * 100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
.g-col-offset-1 {
  margin-left: calc(1 / 12 * 100% + 2rem / 2);
}

.g-col-offset-2 {
  margin-left: calc(2 / 12 * 100% + 2rem / 2);
}

.g-col-offset-3 {
  margin-left: calc(3 / 12 * 100% + 2rem / 2);
}

.g-col-offset-4 {
  margin-left: calc(4 / 12 * 100% + 2rem / 2);
}

.g-col-offset-5 {
  margin-left: calc(5 / 12 * 100% + 2rem / 2);
}

.g-col-offset-6 {
  margin-left: calc(6 / 12 * 100% + 2rem / 2);
}

.g-col-offset-7 {
  margin-left: calc(7 / 12 * 100% + 2rem / 2);
}

.g-col-offset-8 {
  margin-left: calc(8 / 12 * 100% + 2rem / 2);
}

.g-col-offset-9 {
  margin-left: calc(9 / 12 * 100% + 2rem / 2);
}

.g-col-offset-10 {
  margin-left: calc(10 / 12 * 100% + 2rem / 2);
}

.g-col-offset-11 {
  margin-left: calc(11 / 12 * 100% + 2rem / 2);
}

.g-col-offset-12 {
  margin-left: calc(12 / 12 * 100% + 2rem / 2);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .g-col-offset-mobile-1 {
    margin-left: calc(1 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .g-col-offset-mobile-2 {
    margin-left: calc(2 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .g-col-offset-mobile-3 {
    margin-left: calc(3 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .g-col-offset-mobile-4 {
    margin-left: calc(4 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .g-col-offset-mobile-5 {
    margin-left: calc(5 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .g-col-offset-mobile-6 {
    margin-left: calc(6 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .g-col-offset-mobile-7 {
    margin-left: calc(7 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .g-col-offset-mobile-8 {
    margin-left: calc(8 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .g-col-offset-mobile-9 {
    margin-left: calc(9 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .g-col-offset-mobile-10 {
    margin-left: calc(10 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .g-col-offset-mobile-11 {
    margin-left: calc(11 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .g-col-offset-mobile-12 {
    margin-left: calc(12 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .g-col-offset-tablet-1 {
    margin-left: calc(1 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .g-col-offset-tablet-2 {
    margin-left: calc(2 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .g-col-offset-tablet-3 {
    margin-left: calc(3 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .g-col-offset-tablet-4 {
    margin-left: calc(4 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .g-col-offset-tablet-5 {
    margin-left: calc(5 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .g-col-offset-tablet-6 {
    margin-left: calc(6 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .g-col-offset-tablet-7 {
    margin-left: calc(7 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .g-col-offset-tablet-8 {
    margin-left: calc(8 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .g-col-offset-tablet-9 {
    margin-left: calc(9 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .g-col-offset-tablet-10 {
    margin-left: calc(10 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .g-col-offset-tablet-11 {
    margin-left: calc(11 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .g-col-offset-tablet-12 {
    margin-left: calc(12 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1400px) {
  .g-col-offset-desktop-1 {
    margin-left: calc(1 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1400px) {
  .g-col-offset-desktop-2 {
    margin-left: calc(2 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1400px) {
  .g-col-offset-desktop-3 {
    margin-left: calc(3 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1400px) {
  .g-col-offset-desktop-4 {
    margin-left: calc(4 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1400px) {
  .g-col-offset-desktop-5 {
    margin-left: calc(5 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1400px) {
  .g-col-offset-desktop-6 {
    margin-left: calc(6 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1400px) {
  .g-col-offset-desktop-7 {
    margin-left: calc(7 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1400px) {
  .g-col-offset-desktop-8 {
    margin-left: calc(8 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1400px) {
  .g-col-offset-desktop-9 {
    margin-left: calc(9 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1400px) {
  .g-col-offset-desktop-10 {
    margin-left: calc(10 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1400px) {
  .g-col-offset-desktop-11 {
    margin-left: calc(11 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1400px) {
  .g-col-offset-desktop-12 {
    margin-left: calc(12 / 12 * 100% + 32px / 2);
  }
}
@media (min-width: 1025px) {
  .g-grow-desktop {
    width: auto;
    flex-grow: 1;
  }
}

.g-row--items-bottom-gutter > * {
  margin-bottom: 1rem;
}

.g-mt-1 {
  margin-top: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .g-mt-1-mobile {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .g-mt-1-tablet {
    margin-top: 1rem;
  }
}
@media (min-width: 1025px) {
  .g-mt-1-desktop {
    margin-top: 1rem;
  }
}

.g-mt-2 {
  margin-top: 2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .g-mt-2-mobile {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .g-mt-2-tablet {
    margin-top: 2rem;
  }
}
@media (min-width: 1025px) {
  .g-mt-2-desktop {
    margin-top: 2rem;
  }
}

.g-mt-4 {
  margin-top: 4rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .g-mt-4-mobile {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .g-mt-4-tablet {
    margin-top: 4rem;
  }
}
@media (min-width: 1025px) {
  .g-mt-4-desktop {
    margin-top: 4rem;
  }
}

.ui-bg--black-01 {
  background-color: #000;
}
.ui-bg--white-01 {
  background-color: #FEFEFE;
}
.ui-bg--white-02 {
  background-color: #FFF;
}
.ui-bg--primary-dark-green {
  background-color: #204D51;
}
.ui-bg--dark-green-01 {
  background-color: #204D51;
}
.ui-bg--dark-green-02 {
  background-color: #4C7074;
}
.ui-bg--dark-green-03 {
  background-color: rgba(32, 77, 81, 0.1);
}
.ui-bg--light-green-01 {
  background-color: #B4F6D0;
}
.ui-bg--light-green-02 {
  background-color: #E8ECED;
}
.ui-bg--light-green-02-opacity-04 {
  background-color: rgba(180, 246, 208, 0.4);
}
.ui-bg--dark-red-01 {
  background-color: #9C1600;
}
.ui-bg--blue-01 {
  background-color: #CAF5FF;
}
.ui-bg--sky-01 {
  background-color: #AECFFF;
}
.ui-bg--violet-02 {
  background-color: #C9C5FF;
}
.ui-bg--yellow-01 {
  background-color: #f4f677;
}
.ui-bg--peach-01 {
  background-color: #FFE2D2;
}
.ui-bg--pale-orange-01 {
  background-color: #FAADA0;
}
.ui-bg--pale-orange-02 {
  background-color: #FF9B8A;
}
.ui-bg--orange-02 {
  background-color: #FFD7A6;
}
.ui-bg--pink-01 {
  background-color: #FFC9FF;
}
.ui-bg--pink-02 {
  background-color: #fCCCCC;
}
.ui-bg--dark-gray {
  background-color: #484848;
}
.ui-bg--dark-gray-02 {
  background-color: #575757;
}
.ui-bg--dark-gray-03 {
  background-color: #464646;
}
.ui-bg--light-gray {
  background-color: #f2f2f2;
}
.ui-bg--light-gray-02 {
  background-color: #F7F7F7;
}
.ui-bg--light-gray-03 {
  background-color: #FAFAFA;
}
.ui-bg--light-gray-04 {
  background-color: #E6E6E6;
}
.ui-bg--mid-gray {
  background-color: #b5b5b5;
}
.ui-bg--secondary-basic-green {
  background-color: #219653;
}

.ui-color--black-01 {
  color: #000;
}
.ui-color--white-01 {
  color: #FEFEFE;
}
.ui-color--white-02 {
  color: #FFF;
}
.ui-color--primary-dark-green {
  color: #204D51;
}
.ui-color--dark-green-01 {
  color: #204D51;
}
.ui-color--dark-green-02 {
  color: #4C7074;
}
.ui-color--dark-green-03 {
  color: rgba(32, 77, 81, 0.1);
}
.ui-color--light-green-01 {
  color: #B4F6D0;
}
.ui-color--light-green-02 {
  color: #E8ECED;
}
.ui-color--light-green-02-opacity-04 {
  color: rgba(180, 246, 208, 0.4);
}
.ui-color--dark-red-01 {
  color: #9C1600;
}
.ui-color--blue-01 {
  color: #CAF5FF;
}
.ui-color--sky-01 {
  color: #AECFFF;
}
.ui-color--violet-02 {
  color: #C9C5FF;
}
.ui-color--yellow-01 {
  color: #f4f677;
}
.ui-color--peach-01 {
  color: #FFE2D2;
}
.ui-color--pale-orange-01 {
  color: #FAADA0;
}
.ui-color--pale-orange-02 {
  color: #FF9B8A;
}
.ui-color--orange-02 {
  color: #FFD7A6;
}
.ui-color--pink-01 {
  color: #FFC9FF;
}
.ui-color--pink-02 {
  color: #fCCCCC;
}
.ui-color--dark-gray {
  color: #484848;
}
.ui-color--dark-gray-02 {
  color: #575757;
}
.ui-color--dark-gray-03 {
  color: #464646;
}
.ui-color--light-gray {
  color: #f2f2f2;
}
.ui-color--light-gray-02 {
  color: #F7F7F7;
}
.ui-color--light-gray-03 {
  color: #FAFAFA;
}
.ui-color--light-gray-04 {
  color: #E6E6E6;
}
.ui-color--mid-gray {
  color: #b5b5b5;
}
.ui-color--secondary-basic-green {
  color: #219653;
}

.u-hide {
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .u-hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .u-hide-tablet {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .u-hide-desktop-small {
    display: none;
  }
}
@media (min-width: 1200px) {
  .u-hide-desktop {
    display: none;
  }
}

@media (min-width: 1400px) {
  .u-show-desktop {
    display: block !important;
  }
}

.u-full-width {
  width: 100%;
}

.u-bg-80-center {
  background-position: 80% center !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .u-bg-80-center--mobile {
    background-position: 80% center !important;
  }
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .l-header + .l-main {
    padding-top: 6rem;
  }
}
@media (min-width: 1025px) {
  .l-header + .l-main {
    padding-top: 6.75rem;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .l-header.is-condensed + .l-main {
    padding-top: 4rem;
  }
}
@media (min-width: 1025px) {
  .l-header.is-condensed + .l-main {
    padding-top: 4rem;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  body.single-story,
body.single-post {
    padding-bottom: 5.25rem;
  }
}

.is-landing-page .l-inner {
  max-width: 108rem;
}

.is-landing-page .l-hero {
  height: auto;
  max-height: unset;
}

.is-landing-page .l-hero__inner {
  padding: 0;
}

.is-landing-page .l-main {
  padding-top: 0;
}

.is-landing-page .l-header {
  height: 4.25rem;
}

.is-landing-page .l-header:not(.is-condensed) {
  margin-top: 3rem;
}

@media (min-width: 0) and (max-width: 1024px) {
  .is-landing-page .l-header:not(.is-condensed) .l-header__inner {
    height: auto;
  }
}

.is-landing-page .c-header__logo .c-logo svg {
  color: #f4f677;
}

.is-landing-page .l-header:not(.is-condensed) .c-header__action {
  display: none;
}

body.single-writer .l-footer,
body.post-type-archive-writer .l-footer {
  padding-top: 0;
  margin-top: 0;
}

body.single-writer .l-main {
  background-color: #F7F7F7;
}

.l-header {
  transition-timing-function: ease;
  transition-duration: 170ms;
  transition-property: height;
  width: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
}
@media (min-width: 0) and (max-width: 1024px) {
  .l-header {
    height: 6rem;
    left: 0;
  }
}
@media (min-width: 1025px) {
  .l-header {
    height: 6.75rem;
  }
}

.l-header__inner {
  height: 100%;
}
@media (min-width: 0) and (max-width: 1024px) {
  .l-header__inner {
    display: flex;
    flex-wrap: nowrap;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .l-header.is-condensed {
    height: 4rem;
  }
}
@media (min-width: 1025px) {
  .l-header.is-condensed {
    height: 4rem;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .l-header.is-condensed .c-header__logo .c-logo svg {
    width: 12rem;
    height: 1.75rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .l-header--lp.is-condensed {
    height: 6rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .l-header--lp.is-condensed .c-header {
    padding-top: 1.5rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .l-header--lp.is-condensed .c-header__logo {
    width: 8.56rem;
  }
}
.l-header--lp.is-condensed .c-header__action {
  display: block;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 1024px) {
  .l-inner {
    padding: 0 1.25rem;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  .l-inner {
    max-width: calc(82rem + 8rem);
    padding: 0 4rem;
  }
}

.l-inner--lesson {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0.625rem 1rem 0.75rem;
}
@media (min-width: 1025px) {
  .l-inner--lesson {
    padding: 1.375rem 2rem 1.5rem;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .l-inner--fullwidth-mobile {
    padding: 0;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .ui-style-2 .l-inner {
    padding: 0 1rem;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .ui-style-2 .l-inner--fullwidth-mobile {
    padding: 0;
  }
}

.l-inner--bg-white-aside {
  position: relative;
  box-sizing: border-box;
  background: #FEFEFE;
}
.l-inner--bg-white-aside:before {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  content: "";
  background: #f2f2f2;
  left: -50vw;
  right: calc( 50% - 750px );
}
@media (min-width: 1025px) {
  .l-inner--bg-white-aside:before {
    display: block;
  }
}

.l-mobile-menu {
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 21.5rem;
  height: 100vh;
  background-color: #204D51;
  color: #E8ECED;
  transform: translateX(100%);
}
@media (min-width: 1025px) {
  .l-mobile-menu {
    display: none;
  }
}

.is-open-menu .l-mobile-menu {
  transform: translateX(0);
}

body.frontend:not(.is-open-menu) .l-mobile-menu:not(.is-visible) {
  display: none;
}

@media (min-width: 0) and (max-width: 1024px) {
  .l-breadcrumbs {
    padding: 0 0 4rem;
  }
}
@media (min-width: 1025px) {
  .l-breadcrumbs {
    padding: 0 0 4rem;
  }
}

body.single-writer .l-breadcrumbs {
  padding: 1rem 2rem 2rem 0;
}
@media (min-width: 1400px) {
  body.single-writer .l-breadcrumbs {
    padding: 1rem 0 2rem;
  }
}

body.post-type-archive-writer .l-breadcrumbs {
  padding: 1rem 2rem 2rem 0;
}
@media (min-width: 1400px) {
  body.post-type-archive-writer .l-breadcrumbs {
    padding: 1rem 0 2rem;
  }
}

body.single-courses .l-breadcrumbs {
  padding: 1rem 0;
}

.l-sec__heading {
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .l-sec__heading {
    margin-bottom: 4rem;
  }
}

.l-sec__actions {
  margin-top: 2rem;
  display: flex;
}
.l-sec__actions > a:not(:first-of-type) {
  margin-left: 1rem;
}

.wp-block-columns {
  margin-bottom: 0;
}

.wp-block-columns.has-background {
  padding: 0;
}

.wp-block-columns.l-columns--courses {
  margin: 0 auto;
  padding: 0 !important;
}
@media (min-width: 0) and (max-width: 1199px) {
  .wp-block-columns.l-columns--courses {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .wp-block-columns.l-columns--courses {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media (min-width: 0) and (max-width: 1199px) {
  .wp-block-columns.l-columns--courses .wp-block-column {
    flex-basis: 100%;
    margin-left: 0;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns.l-columns--courses .wp-block-column {
    flex-basis: 100% !important;
  }
}
.wp-block-columns.l-columns--rte {
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 767px) {
  .wp-block-columns.l-columns--rte {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .wp-block-columns.l-columns--rte {
    flex-wrap: nowrap;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .wp-block-columns.l-columns--rte .wp-block-column {
    flex-basis: 100%;
    margin-left: 0;
  }
  .wp-block-columns.l-columns--rte .wp-block-column:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns.l-columns--rte .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-columns.l-columns--rte .wp-block-column:not(:first-child) {
    margin-left: 2rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .wp-block-columns.l-columns--info-boxes .wp-block-column {
    flex-basis: 100%;
  }
  .wp-block-columns.l-columns--info-boxes .wp-block-column:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.l-spacing {
  width: 100%;
}

.l-spacing--sm {
  height: 2rem;
}
.l-spacing--sm-mobile {
  height: 2rem;
}

.l-spacing--l {
  height: 4rem;
}
@media (min-width: 0) and (max-width: 1024px) {
  .l-spacing--l-mobile {
    height: 4rem;
  }
}

.l-spacing--xl {
  height: 6rem;
}
@media (min-width: 0) and (max-width: 1024px) {
  .l-spacing--xl {
    height: 4rem;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .l-spacing--xl-mobile {
    height: 4rem;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .l-spacing--xl {
    max-height: 4rem;
  }
}

@media (min-width: 1025px) {
  .l-spacing-desktop--0 {
    height: 0;
  }
}

@media (min-width: 1025px) {
  .l-spacing-desktop--10 {
    height: 0.625rem;
  }
}

@media (min-width: 1025px) {
  .l-spacing-desktop--16 {
    height: 1rem;
  }
}

@media (min-width: 1025px) {
  .l-spacing-desktop--20 {
    height: 1.25rem;
  }
}

@media (min-width: 1025px) {
  .l-spacing-desktop--24 {
    height: 1.5rem;
  }
}

@media (min-width: 1025px) {
  .l-spacing-desktop--32 {
    height: 2rem;
  }
}

@media (min-width: 1025px) {
  .l-spacing-desktop--40 {
    height: 2.5rem;
  }
}

@media (min-width: 1025px) {
  .l-spacing-desktop--52 {
    height: 3.25rem;
  }
}

@media (min-width: 1025px) {
  .l-spacing-desktop--64 {
    height: 4rem;
  }
}

@media (min-width: 1025px) {
  .l-spacing-desktop--96 {
    height: 6rem;
  }
}

@media (min-width: 1025px) {
  .l-spacing-desktop--110 {
    height: 7rem;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .l-spacing-mobile--0 {
    height: 0;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .l-spacing-mobile--10 {
    height: 0.625rem;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .l-spacing-mobile--16 {
    height: 1rem;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .l-spacing-mobile--20 {
    height: 1.25rem;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .l-spacing-mobile--24 {
    height: 1.5rem;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .l-spacing-mobile--32 {
    height: 2rem;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .l-spacing-mobile--40 {
    height: 2.5rem;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .l-spacing-mobile--52 {
    height: 3.25rem;
  }
}

@media (min-width: 0tablet) {
  .l-spacing-mobile--64 {
    height: 4rem;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .l-spacing-mobile--96 {
    height: 6rem;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .l-spacing-mobile--110 {
    height: 7rem;
  }
}

.l-hero {
  height: 80vh;
  max-height: 40rem;
}

@media (min-width: 0) and (max-width: 767px) {
  .l-hero--alt {
    max-height: 33.75rem;
  }
}

.l-hero__inner {
  height: 100%;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .l-hero {
    max-height: 36rem;
  }
}

.l-hero--lp {
  max-height: unset;
  height: auto;
}

.l-footer {
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 1024px) {
  .l-footer {
    margin-top: 4rem;
  }
}
@media (min-width: 1025px) {
  .l-footer {
    margin-top: 6rem;
  }
}

.l-footer--with-bg .l-footer__row:first-child {
  border-top: none;
}

.l-footer__row {
  border-top: 1px solid currentColor;
  padding: 2.5rem 0;
}
@media (min-width: 1025px) {
  .l-footer__row {
    padding: 4rem 0;
  }
}

.l-footer__row-heading {
  margin-bottom: 1.25rem;
}

.l-footer__row-certificates {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1025px) {
  .l-footer__row-certificates {
    flex-direction: row;
    gap: 2rem;
  }
}

.l-footer__copy {
  display: flex;
  justify-content: space-between;
}

.l-footer__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  min-width: 10rem;
}

@media (min-width: 1025px) {
  .l-footer__copy .c-certificate {
    margin-right: auto;
    display: flex;
    gap: 0.5rem;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .l-footer__info .c-copyright-link .c-copyright-link__label {
    display: none;
  }
}

.l-footer__author {
  display: flex;
  align-items: center;
}
@media (min-width: 0) and (max-width: 1024px) {
  .l-footer__author {
    font-size: 0.75rem;
  }
}

@media (min-width: 0) and (max-width: 1399px) {
  .l-footer--lp .l-footer__row {
    padding-bottom: 0;
    border-top: none;
  }
}

.l-footer--checkout {
  background: #204D51;
  color: #B4F6D0;
  margin-top: 0;
}
.l-footer--checkout .l-footer__row {
  padding-top: 5.1rem;
  padding-bottom: 5rem;
}
.l-footer--checkout .l-footer__copy {
  justify-content: flex-start;
  align-items: center;
}

body.page-template-my-courses .l-footer {
  margin-top: 0;
}

.l-blog-post .l-inner {
  position: relative;
  display: flex;
}
@media (min-width: 0) and (max-width: 1199px) {
  .l-blog-post .l-inner {
    flex-direction: column;
  }
}

.l-blog-post__content {
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 1199px) {
  .l-blog-post__content {
    margin-bottom: 4rem;
    order: -1;
  }
}
@media (min-width: 1200px) {
  .l-blog-post__content {
    flex: 0 1 44rem;
    margin: 0 4rem;
  }
}

.l-blog-post__share,
.l-blog-post__banner {
  flex: 1;
}

@media (min-width: 0) and (max-width: 1199px) {
  .l-blog-post__banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .l-blog-post__share > *,
.l-blog-post__banner > * {
    position: sticky;
    top: 8rem;
  }
}

.l-blog-post--short .l-blog-post__content {
  position: relative;
}
.l-blog-post--short .l-blog-post__content::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 26.5625rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  z-index: 1;
}
@media (min-width: 1200px) {
  .l-blog-post--short .l-blog-post__content::before {
    height: 32rem;
  }
}
@media (min-width: 1200px) {
  .l-blog-post--short .l-blog-post__content::before {
    height: 40rem;
  }
}

@media (min-width: 1025px) {
  .l-faq {
    display: flex;
  }
}

.l-faq__nav {
  position: relative;
}
@media (min-width: 0) and (max-width: 1024px) {
  .l-faq__nav {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1025px) {
  .l-faq__nav {
    flex-basis: 13.875rem;
    flex-shrink: 0;
    margin-right: 7.125rem;
  }
}

@media (min-width: 1025px) {
  .l-faq__content {
    flex: 1;
  }
}

.l-line-separator {
  width: 100%;
  height: 1px;
  background-color: currentColor;
}

.l-modal {
  display: none;
}

.l-modal.is-open {
  background-color: rgba(32, 77, 81, 0.4);
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* Prevent background scrolling when modal is open */
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  /* Capture scroll events on the overlay to prevent background scrolling */
  overflow: hidden;
  /* Improvement for scrolling on mobile devices */
}
.l-modal.is-open .iti__country-list {
  z-index: 100;
}
@media (min-width: 0) and (max-width: 1024px) {
  .l-modal.is-open {
    align-items: flex-start;
    /* On mobile, align modal to the top */
    padding-top: 2rem;
    overflow-y: auto;
    /* Allow scrolling on the modal overlay itself */
    -webkit-overflow-scrolling: touch;
    /* Prevent background scroll propagation */
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    /* Enable pointer events on mobile so scrolling works */
    pointer-events: auto;
  }
}

.l-modal.is-loading .ui-form {
  opacity: 0.6;
  pointer-events: none;
}

.l-modal__inner {
  transition-timing-function: ease;
  transition-duration: 170ms;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 31.875rem;
  width: calc(100% - 2.5rem);
  max-width: 40rem;
  color: #204D51;
  background-color: #B4F6D0;
  pointer-events: initial;
  padding: 4rem 1.25rem 2.5rem;
  margin: 0 1.25rem;
}
@media (min-width: 768px) {
  .l-modal__inner {
    width: 100%;
    padding: 4rem 6rem;
    min-height: 34.25rem;
  }
}

.l-modal__close {
  position: absolute;
  cursor: pointer;
  display: inline-flex;
  right: 1.25rem;
  top: 1.25rem;
  color: #204D51;
}
@media (min-width: 768px) {
  .l-modal__close {
    right: 2rem;
    top: 2rem;
  }
}

.l-modal__inner.ui-theme-color--dark-green .l-modal__close {
  color: #B4F6D0;
}

.l-modal__content {
  flex-grow: 1;
}

.l-modal--registration.is-open {
  z-index: 99;
}
.l-modal--registration .l-modal__inner {
  height: 100%;
  width: 100%;
  padding-top: 9rem;
}
@media (min-width: 1400px) {
  .l-modal--registration .l-modal__inner {
    padding: 7.5rem 3rem 5.25rem;
    height: auto;
  }
}
.l-modal--registration .l-modal__close {
  top: 3.19rem;
  right: 1.42rem;
}

.l-modal--video {
  background: #204D51;
}
.l-modal--video.is-open {
  z-index: 99;
}
.l-modal--video .l-modal__inner {
  width: 100%;
  height: 100%;
  padding: 4rem;
  max-width: 100%;
  background-color: transparent;
}
.l-modal--video .l-modal__close {
  color: #FEFEFE;
}
.l-modal--video .l-modal__content {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.l-modal--video .l-modal__iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.l-modal--cta.l-modal.is-open {
  background-color: rgba(0, 0, 0, 0.8);
}
.l-modal--cta .l-modal__inner {
  padding: 4rem 1rem 2rem;
  border-radius: 1rem;
  max-width: 20.4rem;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .l-modal--cta .l-modal__inner {
    max-width: unset;
    margin: auto 3rem;
  }
}
@media (min-width: 1200px) {
  .l-modal--cta .l-modal__inner {
    padding: 6rem 3rem 4rem;
    max-width: 68.625rem;
  }
}
.l-modal--cta .l-modal__inner .l-modal__close {
  top: 1.5rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1025px) {
  .l-modal--cta .l-modal__inner .l-modal__close {
    top: 2rem;
    right: 3rem;
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 1025px) {
  .l-modal--cta .l-modal__inner .l-modal__close svg {
    width: 2rem;
    height: 2rem;
  }
}

body.is-modal-open,
body.has-opened-modal {
  /* Don't use overflow: hidden as it blocks modal scrolling on mobile */
  /* Instead, we'll handle scroll prevention through JavaScript or other means */
}

.l-modal--free-trial {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /* Add smooth scrolling on iOS */
  /* Improvements for scrolling when errors occur */
  /* Ensure scrolling for the entire modal content */
  /* Additional improvements for mobile devices */
}
.l-modal--free-trial .l-modal__inner {
  max-width: 40rem !important;
  min-height: auto;
  margin-top: 1rem !important;
  /* Ensure scrolling works even with errors */
  touch-action: auto;
  /* Allow all touch gestures instead of just pan-y */
  overflow: visible;
}
@media (min-width: 0) and (max-width: 1024px) {
  .l-modal--free-trial .l-modal__inner {
    margin-bottom: 10rem !important;
  }
}
.l-modal--free-trial .profilepress-reg-status {
  position: relative;
  z-index: 1;
}
.l-modal--free-trial .l-modal__content {
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
  /* Add touch-action for content area */
}
@media (min-width: 0) and (max-width: 1024px) {
  .l-modal--free-trial {
    /* Ensure modal can be scrolled on mobile devices */
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
    /* Allow touch gestures on modal container */
    /* Improvement for iOS - prevents bounce effect */
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    /* Ensure proper touch handling for all form elements */
    /* Allow touch events to bubble up through non-interactive elements */
  }
  .l-modal--free-trial .l-modal__inner {
    min-height: auto;
    max-height: none;
    touch-action: auto;
    /* Allow all touch gestures */
  }
  .l-modal--free-trial .c-modal__form,
.l-modal--free-trial .pp-form-wrapper,
.l-modal--free-trial .c-modal__form-container {
    touch-action: auto;
  }
  .l-modal--free-trial .c-modal__header,
.l-modal--free-trial .c-modal__title,
.l-modal--free-trial .c-modal__description,
.l-modal--free-trial .c-modal__media,
.l-modal--free-trial .c-modal__confirmation {
    pointer-events: none;
    /* But re-enable for interactive elements inside */
  }
  .l-modal--free-trial .c-modal__header input, .l-modal--free-trial .c-modal__header select, .l-modal--free-trial .c-modal__header button, .l-modal--free-trial .c-modal__header a, .l-modal--free-trial .c-modal__header label,
.l-modal--free-trial .c-modal__title input,
.l-modal--free-trial .c-modal__title select,
.l-modal--free-trial .c-modal__title button,
.l-modal--free-trial .c-modal__title a,
.l-modal--free-trial .c-modal__title label,
.l-modal--free-trial .c-modal__description input,
.l-modal--free-trial .c-modal__description select,
.l-modal--free-trial .c-modal__description button,
.l-modal--free-trial .c-modal__description a,
.l-modal--free-trial .c-modal__description label,
.l-modal--free-trial .c-modal__media input,
.l-modal--free-trial .c-modal__media select,
.l-modal--free-trial .c-modal__media button,
.l-modal--free-trial .c-modal__media a,
.l-modal--free-trial .c-modal__media label,
.l-modal--free-trial .c-modal__confirmation input,
.l-modal--free-trial .c-modal__confirmation select,
.l-modal--free-trial .c-modal__confirmation button,
.l-modal--free-trial .c-modal__confirmation a,
.l-modal--free-trial .c-modal__confirmation label {
    pointer-events: auto;
  }
}

.l-404 {
  padding: 4rem 0 0;
}
@media (min-width: 768px) {
  .l-404 {
    padding: 4rem 0 0.75rem;
  }
}

.l-writer {
  padding-bottom: 3rem;
}

.l-writer__content {
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  border-radius: 1rem;
}

body.post-type-archive-writer .l-writer__content {
  padding: 3rem 1rem;
}

@media (min-width: 1025px) {
  body.post-type-archive-writer h1 {
    margin-bottom: 1.5rem;
  }
}
body.post-type-archive-writer .l-writer {
  margin-top: 5rem;
}

.l-writer-banner {
  padding: 4rem 0;
}

.c-dropdown {
  position: relative;
  z-index: 2;
}
.c-dropdown:hover .c-dropdown__content {
  max-height: 100vh;
  z-index: 2;
}
.c-dropdown:hover .c-dropdown__trigger-icon {
  transform: rotate(270deg);
}

.c-dropdown__content {
  max-height: 0;
  position: absolute;
  overflow: hidden;
}

.c-dropdown__inner {
  white-space: nowrap;
  padding: 1.25rem;
  color: #204D51;
  background-color: #B4F6D0;
}
.c-dropdown__inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-dropdown__inner ul li:not(:first-of-type) {
  margin-top: 1.25rem;
}

.c-dropdown--left-bottom .c-dropdown__content {
  right: 0;
  top: 100%;
}
.c-dropdown--left-bottom .c-dropdown__content .c-dropdown__inner {
  margin-top: 1.5rem;
}

.c-header {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-header__logo .c-logo {
  display: flex;
}
.c-header__logo .c-logo svg {
  transition-timing-function: ease;
  transition-duration: 170ms;
}

.c-header__action {
  display: flex;
  align-items: center;
}
.c-header__action a:not(:last-child) {
  margin-right: 2rem;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .c-header__action a:not(:last-child) {
    margin-right: 0.5rem;
  }
}
.c-header__action .c-button--transparent {
  border-color: #204D51;
}
.c-header__action .c-button--transparent .c-button__label {
  font-weight: 400;
  color: #204D51;
}

@media (min-width: 0) and (max-width: 1024px) {
  .c-header__nav,
.c-header__action {
    display: none;
  }
}

@media (min-width: 1025px) {
  .c-header__nav {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
}
.c-header__nav .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  overflow: hidden;
  position: absolute;
  background: #FEFEFE;
  padding: 1rem;
  left: -1rem;
  flex-direction: column;
  gap: 1rem;
  min-width: 320px;
}
.c-header__nav .menu-item.is-opened > .sub-menu {
  display: flex;
}
.c-header__nav .menu-item.menu-item-has-children:not(:first-child) .sub-menu {
  left: 0;
}
@media (min-width: 1200px) {
  .c-header__nav .menu-item.menu-item-has-children:not(:first-child) .sub-menu {
    left: 1.6rem;
  }
}

@media (min-width: 1025px) {
  .c-header__burger {
    display: none;
  }
}

body.frontend .c-header__nav:not(.is-visible) {
  display: none;
}
body.frontend .c-header__action:not(.is-visible) {
  display: none;
}

.c-dynamic-content-loader {
  display: none;
}
.c-dynamic-content-loader img {
  width: 2rem;
  height: auto;
}
@media (min-width: 1025px) {
  .c-dynamic-content-loader {
    display: block;
  }
}

.c-dynamic-content-loader.is-hidden {
  display: none !important;
}

@media (min-width: 1025px) {
  .c-dynamic-content-loader[data-dynamic-content=mobile-menu] {
    display: none;
  }
}

.c-dynami-content-loader--modal {
  top: 50%;
  position: absolute;
  left: calc(50% - 1rem);
}

.c-main-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .c-main-nav-list {
    font-size: 14px;
  }
}

.c-main-nav-list > .menu-item:not(:first-child)::before {
  content: "/";
  margin: 0 1.1rem;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .c-main-nav-list > .menu-item:not(:first-child)::before {
    content: "|";
    margin: 0 0.4rem;
  }
}

@media (min-width: 0) and (max-width: 1399px) {
  .c-main-nav-list {
    font-size: 0.85rem;
  }
}

.c-main-nav-list .menu-item.menu-item-has-children {
  position: relative;
}

.c-main-nav-list .menu-item.menu-item-has-children::after {
  content: "";
  background: url(../img/arrow-menu.svg) 50% 50% no-repeat;
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 0.5rem;
  height: 0.7rem;
}

.c-main-nav-list .menu-item.menu-item-has-children.is-opened::after {
  transform: rotate(180deg);
}

.c-main-nav-list .menu-item.menu-item-has-children > .sub-menu .menu-item::before {
  content: none;
  margin: 0;
}

.c-main-nav-list .menu-item .submenu-icon {
  display: none;
}

.c-main-nav-list .current-menu-item > a,
.c-main-nav-list .current-menu-ancestor > a {
  text-decoration: underline;
}

.c-mobile-menu-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-mobile-menu-nav-list .menu-item {
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
}
.c-mobile-menu-nav-list .menu-item a {
  display: block;
}
.c-mobile-menu-nav-list .menu-item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.c-mobile-menu-nav-list .menu-item.menu-item-has-children .sub-menu {
  display: none;
  flex-direction: column;
  gap: 0;
  list-style: none;
  padding-top: 1.5rem;
}
.c-mobile-menu-nav-list .menu-item.menu-item-has-children .sub-menu .menu-item {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.c-mobile-menu-nav-list .current-menu-item > a,
.c-mobile-menu-nav-list .current-menu-ancestor > a {
  text-decoration: underline;
}

.c-mobile-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2rem 1.25rem 2rem;
  overflow-y: auto;
}

.c-mobile-menu__header {
  margin-bottom: 5rem;
  display: flex;
}

.c-mobile-menu__user {
  display: flex;
  align-items: center;
}

.c-mobile-menu__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  margin-right: 0.75rem;
}

.c-mobile-menu__user-name {
  margin-left: 1.25rem;
}

.c-mobile-menu__nav {
  margin-bottom: 2rem;
}
.c-mobile-menu__nav .sub-menu {
  display: none;
  flex-direction: column;
  gap: 0;
}
.c-mobile-menu__nav .menu-item.menu-item-has-children a .submenu-icon {
  content: "";
  background: url(../img/arrow-down-light.svg) 50% 50% no-repeat;
  display: inline-block;
  margin-left: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
}
.c-mobile-menu__nav .menu-item.menu-item-has-children.is-opened a .submenu-icon {
  transform: rotate(180deg);
}

.c-mobile-menu__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}
.c-mobile-menu__action a:not(:last-child) {
  margin-bottom: 1.25rem;
}
.c-mobile-menu__action a:last-child {
  width: 100%;
  padding: 0.5rem 0;
  display: block;
  text-align: center;
}
.c-mobile-menu__action .c-button--secondary {
  background-color: #E8ECED;
  color: #204D51;
}
.c-mobile-menu__action .c-button--transparent {
  color: #E8ECED;
  border: none;
}

.c-button {
  position: relative;
  display: inline-flex;
  min-height: 2.75rem;
  height: 1px;
  padding: 0 1.5rem;
  font-family: Graphik, sans-serif;
  font-size: 16px;
  cursor: pointer;
  border: 0;
  border-radius: 1.5rem;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  transition: border-radius 0.5s;
  overflow: hidden;
}
.c-button:focus {
  outline: none;
}
.c-button:hover {
  text-decoration: none;
  border-radius: 0.5rem;
}

.c-button__container {
  width: 100%;
}

.c-button--primary {
  background-color: #f4f677;
  color: #204D51;
}

.c-button--secondary {
  background-color: #204D51;
  color: #B4F6D0;
}

.c-button--tertiary {
  background-color: #B4F6D0;
  color: #204D51;
}

.c-button--transparent {
  border: 1px solid currentColor;
  color: #204D51;
}

.c-button--fullwidth {
  width: 100%;
}

.c-button__progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: currentColor;
  opacity: 0.4;
  width: 100%;
  transition: all ease 1s;
}

.c-button__progress + .c-button__label {
  line-height: 1em;
}

.c-button__label {
  z-index: 1;
  font-weight: 400;
}

.c-button__label-counter-up {
  display: inline-block;
  width: 1.8rem;
  text-align: right;
}

.ui-style-2 .c-button--primary .c-button__label {
  color: #204D51;
}
.ui-style-2 .ui-theme-color--primary-dark-green .c-button--transparent,
.ui-style-2 .ui-theme-color-dark-green-01 .c-button--transparent,
.ui-style-2 .ui-bg--primary-dark-green .c-button--transparent,
.ui-style-2 .ui-bg--dark-green-01 .c-button--transparent {
  border-color: #f4f677;
}
.ui-style-2 .ui-theme-color--primary-dark-green .c-button--transparent .c-button__label,
.ui-style-2 .ui-theme-color-dark-green-01 .c-button--transparent .c-button__label,
.ui-style-2 .ui-bg--primary-dark-green .c-button--transparent .c-button__label,
.ui-style-2 .ui-bg--dark-green-01 .c-button--transparent .c-button__label {
  color: #f4f677;
}
.ui-style-2 .ui-theme-color--white .c-button--transparent,
.ui-style-2 .ui-bg--white-01 .c-button--transparent,
.ui-style-2 .ui-bg--white-02 .c-button--transparent,
.ui-style-2 .ui-bg--yellow-01 .c-button--transparent {
  border-color: #204D51;
}
.ui-style-2 .ui-theme-color--white .c-button--transparent .c-button__label,
.ui-style-2 .ui-bg--white-01 .c-button--transparent .c-button__label,
.ui-style-2 .ui-bg--white-02 .c-button--transparent .c-button__label,
.ui-style-2 .ui-bg--yellow-01 .c-button--transparent .c-button__label {
  color: #204D51;
}
.ui-style-2 .c-button__label {
  color: #204D51;
}
.ui-style-2 .ui-theme-color--light-green .c-button--secondary .c-button__label {
  color: #B4F6D0;
}
.ui-style-2 .ui-theme-color--white .c-button--secondary .c-button__label {
  color: #FEFEFE;
}

.c-button__label--bold {
  font-weight: 600;
}

.c-button--small {
  font-size: 0.8rem;
  padding: 1rem;
}

.c-button--large {
  font-size: 1.2rem;
  padding: 1.5rem 4rem;
}

.c-decor-arrow {
  position: relative;
  width: 1px;
  height: 1px;
}
.c-decor-arrow::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 100vw;
  height: 8rem;
  border-style: solid;
  border-color: currentColor;
  border-radius: 0 1rem 0 0;
  border-width: 2px 2px 0 0;
}
@media (min-width: 0) and (max-width: 1024px) {
  .c-decor-arrow::before {
    border-radius: 0 0.5rem 0 0;
  }
}

.c-decor-arrow__icon {
  display: none;
  position: absolute;
  left: 0;
  bottom: -2px;
  transform: translateX(-50%);
}

@media (min-width: 1025px) {
  .c-decor-arrow__icon--desktop {
    display: flex;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .c-decor-arrow__icon--mobile {
    display: flex;
  }
}

.c-decor-arrow__icon svg {
  fill: none;
}

.c-decor-arrow--right::before {
  left: -1px;
  border-radius: 1rem 0 0 0;
  border-width: 2px 0 0 2px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .c-decor-arrow--right::before {
    border-radius: 0.5rem 0 0 0;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .c-decor-arrow--alt::before {
    height: 3.875rem;
  }
}
@media (min-width: 1025px) {
  .c-decor-arrow--alt::before {
    height: 6.875rem;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .c-decor-arrow--high::before {
    height: 10rem;
  }
}
@media (min-width: 1025px) {
  .c-decor-arrow--high::before {
    height: 11rem;
  }
}

.c-avatar {
  width: 2.75rem;
  height: 2.75rem;
  overflow: hidden;
  border-radius: 100vh;
}
.c-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-avatar--large {
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
  width: 6rem;
  height: 6rem;
}

.c-avatar--small {
  width: 2rem;
  height: 2rem;
}

.c-avatar--tiny {
  width: 1.5rem;
  height: 1.5rem;
}

.c-avatar--placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4C7074;
  color: #FEFEFE;
  text-transform: uppercase;
}

.c-avatar--large.c-avatar--placeholder {
  text-transform: none;
}

.c-breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 0) and (max-width: 1024px) {
  .c-breadcrumbs {
    margin-bottom: -0.25rem;
  }
}

.c-breadcrumbs__item {
  display: flex;
  align-items: center;
}
@media (min-width: 0) and (max-width: 1024px) {
  .c-breadcrumbs__item {
    padding-bottom: 0.5rem;
  }
}
.c-breadcrumbs__item svg {
  margin: 0 1.25rem;
}
@media (min-width: 0) and (max-width: 1024px) {
  .c-breadcrumbs__item svg {
    margin: 0 1.5rem;
  }
}

.c-burger {
  display: flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
}

.c-burger__lines {
  position: relative;
  background-color: currentColor;
  width: 28px;
  height: 2px;
}
.c-burger__lines::before {
  position: absolute;
  top: -8px;
  content: "";
  width: 28px;
  height: 2px;
  background-color: currentColor;
}
.c-burger__lines::after {
  position: absolute;
  top: 8px;
  content: "";
  width: 28px;
  height: 2px;
  background-color: currentColor;
}

.c-cms-content {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}
@media (min-width: 0) and (max-width: 1024px) {
  .c-cms-content h1, .c-cms-content h2 {
    font-size: 32px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1025px) {
  .c-cms-content h1, .c-cms-content h2 {
    font-size: 48px;
    line-height: 1.333;
    font-weight: normal;
    margin-bottom: 4rem;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .c-cms-content h3:not([class]) {
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1025px) {
  .c-cms-content h3:not([class]) {
    font-size: 32px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 2rem;
  }
}
.c-cms-content h4:not([class]) {
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 1rem;
}
.c-cms-content p:not([class]) {
  max-width: 61rem;
}
.c-cms-content p:not([class]):not(:last-child) {
  margin-bottom: 2rem;
}
.c-cms-content strong {
  color: #FEFEFE;
}
.c-cms-content ul:not([class]),
.c-cms-content ol:not([class]) {
  margin: 0;
  padding: 0 0 0 1.5rem;
}
.c-cms-content ul:not([class]):not(:last-child),
.c-cms-content ol:not([class]):not(:last-child) {
  margin-bottom: 2rem;
}
.c-cms-content a:not(.c-button) {
  transition-timing-function: ease;
  transition-duration: 170ms;
  text-decoration: underline;
  transition-property: opacity;
}
.c-cms-content a:not(.c-button):hover {
  opacity: 0.4;
}
@media (min-width: 1400px) {
  .c-cms-content ul {
    max-width: 30rem;
  }
}
.c-cms-content p + h2,
.c-cms-content p + h3 {
  margin-top: 2rem;
}
@media (min-width: 1025px) {
  .c-cms-content p + h2,
.c-cms-content p + h3 {
    margin-top: 4rem;
  }
}
.c-cms-content .wp-block-image {
  margin: 0;
  overflow: hidden;
}
.c-cms-content .wp-block-image img {
  height: auto;
}
@media (min-width: 1025px) {
  .c-cms-content .wp-block-image {
    border-radius: 0.25rem;
  }
}
.c-cms-content .wp-block-image.image-with-logo {
  position: relative;
}
.c-cms-content .wp-block-image.image-with-logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(32, 77, 81, 0) 0%, rgba(32, 77, 81, 0.5) 100%);
}
.c-cms-content .wp-block-image.image-with-logo::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 135px;
  height: 120px;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM1IiBoZWlnaHQ9IjEyMCIgdmlld0JveD0iMCAwIDEzNSAxMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04OC4yMDY2IDQ0LjIwMTdIMTM0LjQxQzEzNC43NDYgNDQuMjAxNyAxMzQuOTE0IDQ0LjAzMzYgMTM0LjkxNCA0My42OTc1VjAuNTA0MjAyQzEzNC45MTQgMC4xNjgwNjcgMTM0LjU3OCAwIDEzNC40MSAwSDg3Ljg3MDZDODcuNzAyNSAwIDg3LjM2NjUgMC4xNjgwNjcgODcuMzY2NSAwLjUwNDIwMlY0NC4wMzM2Qzg3LjM2NjUgNDQuMjAxNyA4Ny4xOTg1IDQ0LjM2OTcgODcuMTk4NSA0NC4zNjk3TDQ3LjcxNTYgNjcuODk5MkM0Ny4zNzk1IDY4LjA2NzIgNDcuMDQzNSA2Ny44OTkyIDQ3LjA0MzUgNjcuNTYzVjAuNTA0MjAyQzQ3LjA0MzUgMC4xNjgwNjcgNDYuODc1NSAwIDQ2LjUzOTUgMEgwLjUwNDAzOEMwLjE2ODAxMyAwLjE2ODA2NyAwIDAuMzM2MTM0IDAgMC41MDQyMDJWMTE3LjgxNUMwIDExOC4xNTEgMC4xNjgwMTMgMTE4LjMxOSAwLjUwNDAzOCAxMTguMzE5SDQ2LjUzOTVDNDYuODc1NSAxMTguMzE5IDQ3LjA0MzUgMTE4LjE1MSA0Ny4wNDM1IDExNy44MTVWNzAuMjUyMUM0Ny4wNDM1IDY5Ljc0NzkgNDcuNzE1NiA2OS41Nzk4IDQ3Ljg4MzYgNzAuMDg0QzU2Ljc4ODIgODQuNTM3OCA2OC44ODUxIDk2LjYzODcgODIuOTk4MiAxMDUuMzc4Qzk4LjYyMzQgMTE0Ljk1OCAxMTYuMjY1IDEyMCAxMzQuNDEgMTIwQzEzNC43NDYgMTIwIDEzNC45MTQgMTE5LjgzMiAxMzQuOTE0IDExOS40OTZWNzMuMTA5MkMxMzQuOTE0IDcyLjc3MzEgMTM0Ljc0NiA3Mi42MDUgMTM0LjQxIDcyLjYwNUMxMTUuNzYxIDcyLjQzNyA5OC40NTU0IDYyLjE4NDkgODcuODcwNiA0NS4wNDJDODcuNzAyNSA0NC43MDU5IDg3Ljg3MDYgNDQuMjAxNyA4OC4yMDY2IDQ0LjIwMTdaIiBmaWxsPSIjQjRGNkQwIi8+Cjwvc3ZnPgoK");
}
@media (min-width: 0) and (max-width: 767px) {
  .c-cms-content .wp-block-image.image-fullwidth-mobile {
    min-height: 33.75rem;
    background-size: cover;
    background-position: center center;
  }
}
@media (min-width: 768px) {
  .c-cms-content .wp-block-image.image-fullwidth-mobile {
    background-image: none;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .c-cms-content .wp-block-image.image-fullwidth-mobile {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .c-cms-content .wp-block-image.image-fullwidth-mobile img {
    display: none;
  }
}
.c-cms-content .c-icon-block {
  display: flex;
}
.c-cms-content .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.c-cms-content .wp-block-image.alignleft {
  margin-right: auto;
}
.c-cms-content .wp-block-image.alignright {
  margin-left: auto;
}

@media (min-width: 1400px) {
  .c-cms-content--alt h1, .c-cms-content--alt h2 {
    max-width: 61rem;
  }
}

@media (min-width: 1400px) {
  .l-columns--rte-short .c-cms-content > * {
    max-width: 30rem;
  }
}

@media (min-width: 1400px) {
  .l-columns--rte.l-columns--2 .c-cms-content p,
.l-columns--rte.l-columns--3 .c-cms-content p {
    max-width: 30rem;
  }
}

.c-cms-content--blog-post {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  font-size: 1.125rem;
}
.c-cms-content--blog-post h2:not([class]) {
  font-size: 2.25rem;
}
.c-cms-content--blog-post h3:not([class]) {
  font-size: 1.75rem;
}
.c-cms-content--blog-post h4:not([class]) {
  font-size: 22px;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .c-cms-content--blog-post h4:not([class]) {
    margin-bottom: 4rem;
  }
}
.c-cms-content--blog-post strong {
  color: #204D51;
  font-weight: 600;
}
.c-cms-content--blog-post ol:not([class]),
.c-cms-content--blog-post ul:not([class]) {
  max-width: 100%;
}
@media (min-width: 1025px) {
  .c-cms-content--blog-post ol:not([class]):not(:last-child),
.c-cms-content--blog-post ul:not([class]):not(:last-child) {
    margin-bottom: 4rem;
  }
}
.c-cms-content--blog-post ol:not([class]) li:not(:last-child),
.c-cms-content--blog-post ul:not([class]) li:not(:last-child) {
  margin-bottom: 2rem;
}
.c-cms-content--blog-post .wp-block-example,
.c-cms-content--blog-post .wp-block-table-regular,
.c-cms-content--blog-post .wp-block-table-split-spelling-rule,
.c-cms-content--blog-post .wp-block-role-in-sentence,
.c-cms-content--blog-post .ui-table-wrap,
.c-cms-content--blog-post .wp-block-rules-table,
.c-cms-content--blog-post .wp-block-table-wysiwyg,
.c-cms-content--blog-post .wp-block-quote,
.c-cms-content--blog-post .c-post-cta {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .c-cms-content--blog-post .wp-block-example,
.c-cms-content--blog-post .wp-block-table-regular,
.c-cms-content--blog-post .wp-block-table-split-spelling-rule,
.c-cms-content--blog-post .wp-block-role-in-sentence,
.c-cms-content--blog-post .ui-table-wrap,
.c-cms-content--blog-post .wp-block-rules-table,
.c-cms-content--blog-post .wp-block-table-wysiwyg,
.c-cms-content--blog-post .wp-block-quote,
.c-cms-content--blog-post .c-post-cta {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.c-cms-content--blog-post .c-person-intro {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 1025px) {
  .c-cms-content--blog-post .c-person-intro {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.c-cms-content--blog-post .c-post-image-text,
.c-cms-content--blog-post .c-quote-block {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 1025px) {
  .c-cms-content--blog-post .c-quote-block--alt {
    margin-bottom: 6rem;
  }
}
.c-cms-content--blog-post .c-post-cta:first-child,
.c-cms-content--blog-post .c-post-image-text:first-child,
.c-cms-content--blog-post .c-person-intro:first-child,
.c-cms-content--blog-post h4:not([class]):first-child,
.c-cms-content--blog-post .c-quote-block:first-child {
  margin-top: 0;
}
.c-cms-content--blog-post .c-post-cta:last-child,
.c-cms-content--blog-post .c-post-image-text:last-child,
.c-cms-content--blog-post .c-person-intro:last-child,
.c-cms-content--blog-post h4:not([class]):last-child,
.c-cms-content--blog-post .c-quote-block:last-child {
  margin-bottom: 0;
}
.c-cms-content--blog-post .wp-block-quote p {
  margin-bottom: 1rem;
}

.c-cms-content--story h4:not([class]) {
  font-weight: 600;
}

.c-cms-content--contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .c-cms-content--contact h1, .c-cms-content--contact h2 {
    margin-bottom: 2rem;
  }
}
.c-cms-content--contact .c-button {
  margin-top: auto;
}

.c-comment-single {
  display: flex;
  flex-wrap: wrap;
  max-width: 30rem;
}

.c-comment-single:not(:last-child) {
  margin-bottom: 4rem;
}

.c-comment-single__content {
  padding-top: 0.5rem;
}

.c-comment-single__description {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .c-comment-single__description {
    padding-left: 5.25rem;
  }
}

.c-comment-single__avatar {
  margin-right: 1.25rem;
}

.c-comment-single__avatar img {
  border-radius: 50%;
}

.c-comment-single__date {
  margin-bottom: 0.5rem;
}

.c-comment-single__quote {
  font-size: 20px;
  line-height: 1.6;
  font-weight: normal;
  margin-top: 2rem;
}

.c-comment-single .reply {
  margin-top: 2rem;
  text-decoration: underline;
}

.c-comments-list {
  margin-bottom: 4rem;
}

.c-comments-list__item:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .c-comments-list__item:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.c-comments-list .children {
  padding-left: 1.75rem;
}
@media (min-width: 768px) {
  .c-comments-list .children {
    padding-left: 5.25rem;
  }
}

.c-contact-form {
  max-width: 30rem;
}
.c-contact-form input.is-filled,
.c-contact-form input:-webkit-autofill,
.c-contact-form input:-webkit-autofill:hover,
.c-contact-form input:-webkit-autofill:focus,
.c-contact-form input:-webkit-autofill:active,
.c-contact-form input:-webkit-autofill::first-line,
.c-contact-form input[autocompleted] {
  color: #204D51 !important;
}

.c-contact-form .c-contact-form__button {
  color: #204D51;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-contact-form .c-contact-form__button {
    margin-top: 4rem;
  }
}

.c-contact-form__button:disabled {
  opacity: 0.5;
}

.c-contact-form .f-field__input,
.c-contact-form .f-field__textarea {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .c-contact-form .f-field__textarea {
    min-height: 5rem;
  }
}

.c-contact-form .f-field.f-field--action {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}

@media (min-width: 0) and (max-width: 767px) {
  .c-contact-form .contact-method {
    width: 100%;
  }
}

.c-contact-form .f-field__checkbox:checked + .f-field__label::before {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg transform='translate(782 -2988)'%3E%3Crect id='Rectangle_2731' data-name='Rectangle 2731' width='24' height='24' transform='translate(-782 2988)' fill='none'/%3E%3Cpath d='M9.5,18.178h0L4.744,13.423l1.179-1.178L9.5,15.822l3.836-3.837,5.575-5.575,1.178,1.178L9.5,18.177Z' transform='translate(-782.082 2988)' fill='%23204D51'/%3E%3C/g%3E%3C/svg%3E");
}

.c-contact-form__message {
  display: none;
  margin-top: 2rem;
}

.c-contact-form__message.is-invalid {
  color: #9C1600;
}

.c-cookies {
  transition-timing-function: ease;
  transition-duration: 880ms;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(150%);
  opacity: 0;
  z-index: 99999;
}
@media (min-width: 768px) {
  .c-cookies {
    bottom: 2rem;
    left: 2rem;
    max-width: 35rem;
  }
}

.c-cookies.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.c-cookies__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1.25rem;
  color: #204D51;
}
@media (min-width: 768px) {
  .c-cookies__inner {
    align-items: flex-start;
    padding: 1.5rem;
  }
}

.c-cookies__title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .c-cookies__title {
    margin-bottom: 1.5rem;
  }
}

.c-cookies__description {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .c-cookies__description {
    margin-bottom: 1.5rem;
  }
}

.c-cookies__description a {
  text-decoration: underline;
}

.c-cta {
  width: 100%;
  max-width: 61rem;
}

.c-cta__desc a {
  text-decoration: underline;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.c-cta__desc a:hover {
  color: #FEFEFE;
}

.c-cta__heading + .c-cta__desc {
  margin-top: 2rem;
}

.c-cta__desc + .c-cta__action {
  margin-top: 2rem;
}

.c-cta__heading + .c-cta__action {
  margin-top: 2rem;
}

.c-cta--raw {
  max-width: 100%;
}
.c-cta--raw .c-course-card__description {
  flex-direction: column;
  background-color: inherit;
  color: inherit;
  padding: 1.25rem 0 0;
}
.c-cta--raw .c-course-card__numbers {
  justify-content: flex-start;
  padding-bottom: 4rem;
}
@media (min-width: 0) and (max-width: 1024px) {
  .c-cta--raw .c-course-card__numbers .c-course-card__duration {
    width: 50%;
  }
}

.c-footer__logo {
  margin-bottom: 2rem;
}

.c-footer__heading {
  margin-bottom: 2rem;
}

@media (min-width: 0) and (max-width: 1024px) {
  .c-footer__nav:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.c-footer__nav--contact {
  position: relative;
}
@media (min-width: 0) and (max-width: 1024px) {
  .c-footer__nav--contact {
    position: relative;
    margin-top: 3rem;
    padding-top: 4rem;
  }
  .c-footer__nav--contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 200vh;
    transform: translateX(-50%);
    height: 1px;
    background-color: currentColor;
  }
}

.c-footer__socials {
  margin-top: 2.25rem;
}

@media (min-width: 1400px) {
  .c-footer--lp {
    max-width: 108rem;
    padding: 0 4rem;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
  }
}
.c-footer--lp .c-footer__logo {
  border-bottom: 1px solid currentColor;
  width: 100%;
  padding: 0 1.25rem 4rem;
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .c-footer--lp .c-footer__logo {
    border-bottom: none;
    min-width: 21.87rem;
    padding: 0;
    width: 25%;
  }
}
.c-footer--lp .c-footer__sections {
  padding: 4rem 1.25rem;
  width: 100%;
  border-bottom: 1px solid currentColor;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 1.75rem;
}
@media (min-width: 1400px) {
  .c-footer--lp .c-footer__sections {
    border-bottom: none;
    width: 50%;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .c-footer--lp .c-footer__copyrights,
.c-footer--lp .c-footer__certificates {
    min-width: 21.87rem;
  }
}
.c-footer--lp .c-footer__author {
  width: 100%;
  padding: 4rem 1.25rem;
}
@media (min-width: 1400px) {
  .c-footer--lp .c-footer__author {
    min-width: 21.87rem;
    padding: 0;
    width: 25%;
  }
}

.c-footer-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 0) and (max-width: 1024px) {
  .c-footer-nav-list .menu-item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.c-footer-nav-list .current-menu-item a {
  text-decoration: underline;
}

.ui-cms-testimonial h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.ui-cms-testimonial ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .ui-cms-testimonial ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5.5rem;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .ui-cms-testimonial li:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.ui-cms-testimonial p:not(:last-of-type) {
  margin-bottom: 2rem;
}

.ui-cms-testimonial--single-course h3 {
  margin: 0 0 2rem 0;
}

.ui-cms-narrow-content {
  max-width: 30rem;
}

.ui-cms-course-description-about ul {
  margin: 0;
  padding-left: 1.5rem;
}
.ui-cms-course-description-about ul:not(:first-child) {
  margin-top: 2rem;
}
.ui-cms-course-description-about ul:not(:last-child) {
  margin-bottom: 4rem;
}
.ui-cms-course-description-about p:not(:first-child), .ui-cms-course-description-about ul:not(:first-child) {
  margin-top: 2rem;
}
.ui-cms-course-description-about a {
  transition-timing-function: ease;
  transition-duration: 170ms;
  transition-property: opacity;
  text-decoration: underline;
}
.ui-cms-course-description-about a:hover {
  opacity: 0.4;
}

.c-user-logged {
  display: flex;
  align-items: center;
  position: relative;
}

.c-user-logged .c-dropdown.c-dropdown--left-bottom {
  position: static;
}

.c-user-logged .c-dropdown.c-dropdown--left-bottom:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-user-logged__avatar {
  margin-left: 1.25rem;
}
.c-user-logged__avatar .c-avatar {
  transition-timing-function: ease;
  transition-duration: 170ms;
}

.c-user-logged:hover .c-user-logged__avatar .c-avatar {
  box-shadow: 0px 0px 0px 4px rgba(254, 254, 254, 0.1);
}

.c-form-box {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  padding: 2rem;
  background-color: #CAF5FF;
}
@media (min-width: 768px) {
  .c-form-box {
    padding: 4rem 6rem;
  }
}

.c-form-box__title {
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
  color: #204D51;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .c-form-box__title {
    margin-bottom: 4rem;
  }
}

.c-form-box__subtitle {
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
  color: #204D51;
  margin-bottom: 2rem;
}

.c-form-box__text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  color: #204D51;
  margin-bottom: 2rem;
}

.c-form-box__picture {
  font-size: 10.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .c-form-box__picture {
    margin-bottom: 4rem;
  }
}

.c-form-box__button {
  color: #CAF5FF;
}

.ui-form {
  transition-timing-function: ease;
  transition-duration: 170ms;
}
.ui-form .f-field {
  position: relative;
  height: 3.25rem;
}
@media (min-width: 768px) {
  .ui-form .f-field {
    height: 3.5rem;
  }
}
.ui-form .f-field--accept-policy {
  display: none !important;
}
.ui-form .f-field--standard {
  height: auto;
  margin-top: 2rem;
}
.ui-form .f-field:not(:first-child, .f-field--hidden, .f-field--first, .f-field--standard) {
  margin-top: 2.75rem;
}
.ui-form .f-field.f-field--action {
  margin-top: 4rem;
}
.ui-form .f-field--action .submit {
  color: #FEFEFE;
}
.ui-form .f-field--text,
.ui-form .f-field--textarea {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ui-form .f-field--textarea {
  height: auto;
  min-height: 3.25rem;
}
@media (min-width: 768px) {
  .ui-form .f-field--textarea {
    height: auto;
    min-height: 3.5rem;
  }
}
.ui-form .focus-visible + .f-field__label,
.ui-form .focus-visible .f-field__label,
.ui-form .f-field__input:focus + .f-field__label,
.ui-form .f-field__textarea:focus + .f-field__label {
  font-size: 0.75rem;
  line-height: 1.5;
  top: 0;
  opacity: 1;
  transform: translateY(-100%);
}
.ui-form .f-field .is-filled,
.ui-form .f-field.is-filled .f-field__input {
  opacity: 1;
}
.ui-form .f-field .is-filled + .f-field__label,
.ui-form .f-field.is-filled .f-field__label {
  opacity: 1;
}
.ui-form .f-field__input,
.ui-form .f-field__textarea {
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
  color: inherit;
  border: none;
  border-bottom: 1px solid #204D51;
  border-color: inherit;
  background: transparent;
  max-width: 30rem;
  padding-left: 0;
  opacity: 0.4;
  border-radius: 0;
}
@media (min-width: 768px) {
  .ui-form .f-field__input,
.ui-form .f-field__textarea {
    font-size: 32px;
    line-height: 1;
    font-weight: normal;
  }
}
@media (min-width: 768px) {
  .ui-form .f-field__input--medium,
.ui-form .f-field__textarea--medium {
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
  }
}
.ui-form .f-field__input {
  height: 3rem;
}
@media (min-width: 768px) {
  .ui-form .f-field__input {
    height: 3.25rem;
  }
}
.ui-form .f-field__textarea {
  min-height: 3.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  resize: none;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .ui-form .f-field__textarea {
    min-height: 3.5rem;
  }
}
.ui-form .f-field .f-field__input:focus,
.ui-form .f-field .f-field__textarea:focus {
  outline: none;
  opacity: 1;
}
.ui-form .f-field__checkbox {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 1px;
  opacity: 0;
}
.ui-form .f-field__checkbox:checked + .f-field__label::before {
  background-color: #204D51;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg transform='translate(782 -2988)'%3E%3Crect id='Rectangle_2731' data-name='Rectangle 2731' width='24' height='24' transform='translate(-782 2988)' fill='none'/%3E%3Cpath d='M9.5,18.178h0L4.744,13.423l1.179-1.178L9.5,15.822l3.836-3.837,5.575-5.575,1.178,1.178L9.5,18.177Z' transform='translate(-782.082 2988)' fill='%23B4F6D0'/%3E%3C/g%3E%3C/svg%3E");
}
.ui-form .f-field__label {
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
  position: absolute;
  top: 1.75rem;
  left: 0;
  opacity: 0.4;
  transform: translateY(-50%);
  transition: all 0.17s ease;
}
@media (min-width: 768px) {
  .ui-form .f-field__label {
    font-size: 32px;
    line-height: 1;
    font-weight: normal;
  }
}
.ui-form .f-field__label--checkbox {
  position: relative;
  top: initial;
  font-size: 1rem;
  line-height: 1.5;
  opacity: 1;
  cursor: pointer;
  transform: none;
}
@media (min-width: 768px) {
  .ui-form .f-field__label--medium {
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
  }
}
.ui-form .f-field__label--textarea {
  top: 0.25rem;
  transform: none;
}
@media (min-width: 768px) {
  .ui-form .f-field__label--textarea {
    top: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ui-form .f-field__label--textarea {
    font-size: 1.5rem;
  }
}
.ui-form .f-field--tel .f-field__label {
  left: 7.5rem;
}
@media (min-width: 768px) {
  .ui-form .f-field--tel .f-field__label {
    left: 8.75rem;
  }
}
.ui-form .f-field--tel.focus-visible .f-field__label,
.ui-form .f-field--tel.is-filled .f-field__label {
  left: 0;
}
.ui-form .f-field--tel .f-field__input {
  margin: 0 !important;
  margin-left: 7.5rem !important;
  width: calc(100% - 7.5rem) !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .ui-form .f-field--tel .f-field__input {
    margin-left: 8.75rem !important;
    width: calc(100% - 8.75rem) !important;
  }
}
.ui-form .f-field.is-invalid .f-field__input {
  color: #9C1600;
  border-bottom: 1px solid #9C1600;
}
.ui-form .f-field.is-invalid .f-field__label {
  color: #9C1600;
}
.ui-form .f-field--radio-as-button {
  height: auto;
}
.ui-form .f-field--radio-as-button .f-field__radio label {
  position: relative;
  display: inline-flex;
  min-height: 2.75rem;
  padding: 0 1.5rem;
  font-family: Graphik, sans-serif;
  font-size: 16px;
  color: #204D51;
  border: 1px solid rgba(32, 77, 81, 0.4);
  border-radius: 1.5rem;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  transition: border-radius 0.5s;
  overflow: hidden;
  cursor: pointer;
}
.ui-form .f-field--radio-as-button .f-field__radio label:focus {
  outline: none;
}
@media (hover: hover) {
  .ui-form .f-field--radio-as-button .f-field__radio label:hover {
    border-radius: 0.5rem;
  }
}
.ui-form .f-field--radio-as-button .f-field__radio label.is-active {
  border: 1px solid #204D51;
}
.ui-form .f-field--radio-as-button .f-field__radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.ui-form .f-field__label--checkbox a {
  text-decoration: underline;
}
.ui-form .f-field__label--checkbox::before {
  transition-timing-function: ease;
  transition-duration: 170ms;
  display: inline-block;
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(32, 77, 81, 0.4);
  margin-right: 1rem;
  transform: translateY(0.25rem);
}

.ui-form--small .f-field {
  height: 2.25rem;
}
.ui-form--small .f-field--standard {
  height: auto;
  margin-top: 2rem;
}
.ui-form--small .f-field__label {
  font-size: 1.5rem;
  top: 1.125rem;
}
.ui-form--small .focus-visible + .f-field__label,
.ui-form--small .focus-visible .f-field__label,
.ui-form--small .f-field__input:focus + .f-field__label,
.ui-form--small .f-field__textarea:focus + .f-field__label {
  line-height: 1.25rem;
}
.ui-form--small .f-field__input,
.ui-form--small .f-field__textarea {
  font-size: 1.5rem;
  line-height: 1.5;
}
.ui-form--small .f-field__input {
  height: 2.25rem;
}
.ui-form--small .f-field__label--checkbox {
  position: relative;
  top: initial;
  font-size: 1rem;
  line-height: 1.5;
  opacity: 1;
  cursor: pointer;
  transform: none;
}

.ui-form.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

.f-field__error {
  transition-timing-function: ease;
  transition-duration: 170ms;
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #9C1600;
  opacity: 0;
  transition-property: opacity;
}

.f-field__error.is-visible {
  opacity: 1;
}

.ui-form--comment .g-recaptcha {
  margin-top: 4rem;
}

.js-free-trial-form-container:not(.is-visible) {
  display: none !important;
}

.c-icon-info {
  display: flex;
  align-items: center;
}

.c-icon-info__icon {
  display: flex;
  flex-shrink: 0;
  max-width: 100%;
}
.c-icon-info__icon img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 6rem;
}

.c-icon-info__text {
  white-space: nowrap;
}

.c-icon-info__icon + .c-icon-info__text {
  margin-left: 0.5rem;
}

.c-icon-link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #204D51;
}

.c-icon-link__icon {
  display: flex;
  margin-right: 0.75rem;
  height: 0.75rem;
  width: 0.5rem;
}

.c-info-message {
  line-height: 2;
}

.c-info-message__image {
  color: #FFF;
}

.c-link-wrapper {
  text-align: center;
}

.c-link {
  display: inline-flex;
  align-items: center;
}

.c-link__icon {
  display: flex;
}

.c-link__text + .c-link__icon {
  margin-left: 0.75rem;
}

.c-link__icon + .c-link__text {
  margin-left: 0.75rem;
}

.c-modal__title {
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .c-modal__title {
    font-size: 48px;
    line-height: 1.333;
    font-weight: normal;
  }
}

.c-modal__description {
  font-size: 20px;
  line-height: 1.6;
  font-weight: normal;
}
@media (min-width: 1400px) {
  .c-modal__description {
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 2rem;
  }
}

.c-modal__footer {
  display: none;
  margin-top: 2rem;
}
@media (min-width: 1025px) {
  .c-modal__footer {
    display: block;
    text-align: center;
  }
}

/*
.ui-style-2 {

    .l-modal:not(.l-modal--cta) {

        &.is-open {
            background: rgba(0, 0, 0, 0.80);
            padding: .75rem;
        }

        .l-modal__inner {
            border-radius: 1rem;
            padding: 2.5rem 1rem 2rem;
            max-width: 36rem;
            top: 1rem;

            @include media(tablet) {
                padding: 3rem 2.25rem 1.5rem;
            }
        }

        .l-modal__inner .l-modal__close {
            top: 1.5rem;
            right: 1rem;
        }

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

        .c-modal__title {
            font-size: 1.25rem;
            line-height: 1.4;
            font-weight: 600;
            margin-bottom: .5rem;

            @include media(tablet) {
                font-size: 1.5rem;
                margin-bottom: .75rem;
            }
        }

        .c-modal__description {
            font-size: .875rem;
            line-height: 1.4;
            margin-bottom: 1rem;

            @include media(tablet) {
                font-size: .8rem;
                line-height: 1.6;
                margin-bottom: 2.25rem;
            }
        }

        .c-modal__footer {
            font-size: .875rem;
            margin-top: 1rem;

            @include media(tablet) {
                font-size: .8rem;
                line-height: 1.6;
            }
        }

        .ui-theme-color--white .c-modal__title {
            color: color(primary-dark-green);
        }

        .ui-theme-color--white .c-modal__description,
        .ui-theme-color--white .c-modal__footer {
            color: color(dark-gray);
        }

    }
}
*/
@media (min-width: 1025px) {
  .c-modal--cta {
    display: flex;
    gap: 2rem;
    align-items: center;
  }
}
.c-modal--cta .c-modal__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .c-modal--cta .c-modal__content {
    max-width: 30.3125rem;
  }
}
.c-modal--cta .c-modal__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .c-modal--cta .c-modal__title {
    font-size: 2.5rem;
    text-align: left;
  }
}
.c-modal--cta .c-modal__media {
  border-radius: 1rem;
  position: relative;
  font-size: 0;
}
.c-modal--cta .c-modal__media picture {
  line-height: 0;
}
.c-modal--cta .c-modal__media img {
  width: 100%;
  border-radius: 1rem;
}
@media (min-width: 1025px) {
  .c-modal--cta .c-modal__media--mobile {
    display: none;
  }
}
.c-modal--cta .c-modal__media--mobile .c-modal__media-widget {
  position: absolute;
  bottom: -2.5rem;
  left: 1rem;
  max-width: 10rem;
  z-index: 3;
}
.c-modal--cta .c-modal__media--mobile .c-modal__media-widget img,
.c-modal--cta .c-modal__media--mobile .c-modal__media-widget iframe {
  width: 100%;
}
.c-modal--cta .c-modal__media--desktop {
  display: none;
}
@media (min-width: 1025px) {
  .c-modal--cta .c-modal__media--desktop {
    display: block;
  }
}
.c-modal--cta .c-modal__media--desktop .c-modal__media-widget {
  position: absolute;
  bottom: -2.5rem;
  right: 1.25rem;
  max-width: 10rem;
  z-index: 3;
}
.c-modal--cta .c-modal__media--desktop .c-modal__media-widget img,
.c-modal--cta .c-modal__media--desktop .c-modal__media-widget iframe {
  width: 100%;
}
.c-modal--cta .c-modal__description {
  color: #484848;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (min-width: 1025px) {
  .c-modal--cta .c-modal__description {
    font-size: 1.125rem;
    text-align: left;
    line-height: 1.6;
  }
}
.c-modal--cta .c-modal__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.c-modal--cta .c-modal__action-link {
  border-radius: 18.75rem;
  width: 100%;
  padding: 1rem 3rem;
  min-height: 3.5rem;
}
@media (min-width: 1025px) {
  .c-modal--cta .c-modal__action-link {
    min-height: 4.7rem;
    padding: 1.5rem 3rem;
  }
}
.c-modal--cta .c-modal__action-link .c-button__label {
  font-weight: 700;
}
@media (min-width: 1025px) {
  .c-modal--cta .c-modal__action-link .c-button__label {
    font-size: 1.125rem;
  }
}
.c-modal--cta .c-modal__action-link:hover {
  border-radius: 0.5rem;
}
.c-modal--cta .c-modal__footer {
  margin-top: 0;
  font-size: 0.875rem;
  color: #484848;
}

.l-modal__inner.ui-theme-color--dark-green .c-modal__description,
.l-modal__inner.ui-theme-color--dark-green .c-modal__action,
.l-modal__inner.ui-theme-color--dark-green .c-modal__footer {
  color: #B4F6D0;
}

.c-modal--free-trial {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-modal--free-trial .reg-first-name,
.c-modal--free-trial .reg-email {
  background: none !important;
}
@media (min-width: 0) and (max-width: 1024px) {
  .c-modal--free-trial .profilepress-reg-status {
    position: static !important;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .c-modal--free-trial .pp-form-field-wrap.is-invalid {
    margin-bottom: 1rem !important;
  }
}
.c-modal--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap + .pp-form-field-wrap {
  margin-top: 0 !important;
}
.c-modal--free-trial .c-modal__media {
  border-radius: 1rem;
  position: relative;
  font-size: 0;
}
.c-modal--free-trial .c-modal__media picture {
  line-height: 0;
}
.c-modal--free-trial .c-modal__media img {
  width: 100%;
  border-radius: 1rem;
}
@media (min-width: 1025px) {
  .c-modal--free-trial .c-modal__media--mobile {
    display: none;
  }
}
.c-modal--free-trial .c-modal__media--mobile .c-modal__media-widget {
  position: absolute;
  bottom: -2.5rem;
  left: 1rem;
  max-width: 10rem;
  z-index: 3;
}
.c-modal--free-trial .c-modal__media--mobile .c-modal__media-widget img,
.c-modal--free-trial .c-modal__media--mobile .c-modal__media-widget iframe {
  width: 100%;
}
.c-modal--free-trial .c-modal__media--desktop {
  display: none;
}
@media (min-width: 1025px) {
  .c-modal--free-trial .c-modal__media--desktop {
    display: block;
  }
}
.c-modal--free-trial .c-modal__media--desktop .c-modal__media-widget {
  position: absolute;
  bottom: -2.5rem;
  right: 1.25rem;
  max-width: 10rem;
  z-index: 3;
}
.c-modal--free-trial .c-modal__media--desktop .c-modal__media-widget img,
.c-modal--free-trial .c-modal__media--desktop .c-modal__media-widget iframe {
  width: 100%;
}
.c-modal--free-trial .c-modal__form-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.c-modal--free-trial .c-modal__form-container input:-webkit-autofill,
.c-modal--free-trial .c-modal__form-container input:-webkit-autofill:hover,
.c-modal--free-trial .c-modal__form-container input:-webkit-autofill:focus,
.c-modal--free-trial .c-modal__form-container input:-webkit-autofill:active,
.c-modal--free-trial .c-modal__form-container input[autocompleted] {
  font-size: 1rem !important;
}
@media (min-width: 1025px) {
  .c-modal--free-trial .c-modal__form-container {
    gap: 2rem;
  }
}
.c-modal--free-trial .c-modal__title {
  font-size: 1.5rem !important;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
@media (min-width: 1025px) {
  .c-modal--free-trial .c-modal__title {
    font-size: 2rem !important;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
.c-modal--free-trial .c-modal__description {
  font-size: 1rem !important;
  line-height: 1.5;
  margin-bottom: 0 !important;
}
@media (min-width: 1025px) {
  .c-modal--free-trial .c-modal__description {
    font-size: 1rem !important;
  }
}
.c-modal--free-trial .c-modal__form .iti input.pp-form-field {
  padding: 0.8rem !important;
}
.c-modal--free-trial .c-modal__decor .c-decor-arrow {
  left: 50%;
  top: 6rem;
}
.c-modal--free-trial .c-modal__success-message {
  flex-direction: column;
  overflow: hidden;
}
.c-modal--free-trial .c-modal__confirmation {
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  border-radius: 0.5rem;
  margin: 7.875rem 0 6.875rem;
  padding: 0;
}
@media (min-width: 1025px) {
  .c-modal--free-trial .c-modal__confirmation {
    padding: 2rem;
    gap: 2rem;
    border-radius: 1rem;
  }
}
.c-modal--free-trial .c-modal__confirmation .c-modal__image {
  width: 5.1rem;
}
@media (min-width: 1025px) {
  .c-modal--free-trial .c-modal__confirmation .c-modal__image {
    width: 9.5rem;
  }
}
.c-modal--free-trial .c-modal__confirmation .c-modal__image svg {
  width: 100%;
  height: auto;
}
.c-modal--free-trial .c-modal__confirmation .c-modal__title {
  font-size: 2.5rem !important;
  line-height: 1.33;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .c-modal--free-trial .c-modal__confirmation .c-modal__title {
    font-size: 3rem !important;
  }
}
.c-modal--free-trial .c-modal__confirmation .c-modal__description {
  font-size: 1rem !important;
  text-align: center;
}
@media (min-width: 1025px) {
  .c-modal--free-trial .c-modal__confirmation .c-modal__description {
    font-size: 1.5rem !important;
    line-height: 1.5;
  }
}
.c-modal--free-trial .c-modal__action {
  width: 100%;
}
.c-modal--free-trial .c-modal__action a {
  width: 100%;
}
.c-modal--free-trial .c-modal__footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background: #E6E6E6;
}
.c-modal--free-trial .c-modal__footer-list {
  margin: 0 auto;
  width: auto;
  display: inline-block;
}
@media (min-width: 1025px) {
  .c-modal--free-trial .c-modal__footer-list {
    width: 100%;
    display: block;
  }
}
.c-modal--free-trial .c-modal__footer .c-modal__features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .c-modal--free-trial .c-modal__footer .c-modal__features {
    flex-direction: row;
    justify-content: space-between;
  }
}
.c-modal--free-trial .c-modal__footer .c-modal__features li {
  font-size: 0.9rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.c-modal--free-trial .c-modal__footer .c-modal__features li svg {
  width: 1.5rem;
  height: 1.5rem;
}

body.is-modal-open {
  overflow: hidden;
}

.c-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0) and (max-width: 1024px) {
  .c-pagination {
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .c-pagination {
    justify-content: center;
  }
}

.c-pagination__item {
  flex-shrink: 0;
  display: inline-flex;
  min-width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1024px) {
  .c-pagination__item {
    margin-bottom: 0.5rem;
  }
}

.c-pagination__item--active {
  border: 1px solid #B4F6D0;
  border-radius: 100vh;
  color: #FEFEFE;
}

.c-pagination__link {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.c-pagination__item--prev .c-pagination__link,
.c-pagination__item--next .c-pagination__link {
  padding: 0 1.5rem;
  border: 1px solid currentColor;
  border-radius: 1.5rem;
  transition: border-radius 0.5s;
}
.c-pagination__item--prev .c-pagination__link:hover,
.c-pagination__item--next .c-pagination__link:hover {
  text-decoration: none;
  border-radius: 0.5rem;
}

.c-pagination__item--prev {
  margin-right: 2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-pagination__item--prev {
    margin-right: 0;
  }
}

.c-pagination__item--next {
  margin-left: 2rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-pagination__item--next {
    margin-left: 0;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-pagination__item--hide-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .c-pagination__item--hide-tablet {
    display: none;
  }
}

@media (min-width: 1400px) {
  .c-pagination__item--hide-desktop {
    display: none;
  }
}

body.ui-theme-color--white .c-pagination__item--active {
  color: #204D51;
  border-color: #204D51;
}
@media (min-width: 1400px) {
  body.ui-theme-color--white .l-writer__content .c-pagination {
    margin-left: 1rem;
  }
}
body.ui-theme-color--white .l-writer__content .c-pagination__item,
body.ui-theme-color--white .l-writer__content .c-pagination__item--active {
  color: #484848;
}

.c-reminder {
  display: flex;
  flex-direction: column;
}

.c-reminder__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 1.25rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-reminder__title {
    max-width: 80%;
  }
}
@media (min-width: 1025px) {
  .c-reminder__title {
    font-size: 32px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 2rem;
  }
}

.c-reminder__desc:not(:last-child) {
  margin-bottom: 2.25rem;
}

.c-reminder__arrow {
  margin-bottom: 2rem;
}

.c-reminder--success {
  text-align: center;
  align-items: center;
  padding-top: 10rem;
}
@media (min-width: 1025px) {
  .c-reminder--success {
    padding-top: 6rem;
  }
}
.c-reminder--success .c-reminder__title {
  font-size: 48px;
  line-height: 1.333;
  font-weight: normal;
}
.c-reminder--success .c-reminder__desc {
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
}

.c-reminder__message {
  display: none;
  margin-top: 2rem;
}

.c-reminder__message.is-invalid {
  color: #9C1600;
}

@media (min-width: 0) and (max-width: 1024px) {
  .search .l-search {
    margin-bottom: 2rem;
  }
}

.l-search {
  display: flex;
  justify-content: flex-end;
}

.c-search-box {
  width: 100%;
  max-width: 5.1875rem;
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
  border-bottom: 1px solid transparent;
  transition-timing-function: ease;
  transition-duration: 170ms;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 1024px) {
  .c-search-box {
    max-width: 100%;
    border-bottom-color: #B4F6D0;
  }
}

.c-search-box__icon {
  display: flex;
  flex-shrink: 0;
  margin-right: 0.625rem;
}

.c-search-box__form {
  width: 100%;
}

.c-search-box__input {
  width: 100%;
  max-width: 3.375rem;
  background-color: transparent;
  border: 0;
  height: 2.5rem;
  line-height: 1;
  padding: 0;
  font-size: 16px;
  color: #B4F6D0;
}
.c-search-box__input:focus {
  outline: 0;
}
.c-search-box__input::-moz-placeholder {
  color: #B4F6D0;
}
.c-search-box__input:-ms-input-placeholder {
  color: #B4F6D0;
}
.c-search-box__input::placeholder {
  color: #B4F6D0;
}

.c-search-box:focus-within {
  border-bottom-color: #B4F6D0;
}
@media (min-width: 1025px) {
  .c-search-box:focus-within {
    max-width: 26rem;
  }
}
.c-search-box:focus-within .c-search-box__input {
  max-width: 100%;
}

.c-search-box__intro {
  flex-basis: 66%;
  display: flex;
  align-items: center;
}

.c-share-box {
  width: 100%;
  max-width: 8.25rem;
}

.c-share-box__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 1.5rem;
  text-align: center;
}

.c-social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  margin: 0 -0.75rem;
}

.c-social-list__item {
  flex-shrink: 0;
}

.c-social-list__link {
  transition-timing-function: ease;
  transition-duration: 170ms;
  display: flex;
  padding: 0 0.75rem;
}

.c-social-list__link:hover {
  opacity: 0.4;
}

.c-social-list--alt {
  margin: 0 -0.8125rem;
}
.c-social-list--alt .c-social-list__link {
  padding: 0 0.8125rem;
}

.c-social-list__link--x {
  padding-top: 3px;
}

.c-tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.c-tags-list__item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.c-tags-list__item::after {
  flex-shrink: 0;
}

.c-tags-list__item:not(:last-child)::after {
  content: "•";
}

.c-tags-list__item + .c-tags-list__item {
  margin-left: 1.25rem;
}

.c-toast-message {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  width: 100%;
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 0.5rem;
  padding: 0.625rem 0.75rem;
  margin-bottom: 2rem;
}

.c-hubspot-chat {
  position: fixed;
  padding-bottom: 1rem;
  bottom: 0;
  padding-left: 0;
  padding-right: 1rem;
  right: 0;
  cursor: pointer;
  z-index: 3;
}

.c-hubspot-chat__button {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px, rgba(0, 0, 0, 0.2) 0px 2px 12px;
  background-color: #FEFEFE;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  border: #FEFEFE;
  border-bottom: #FEFEFE;
  border-right: #FEFEFE;
  transition: transform 100ms ease-in-out 0s;
}

.c-hubspot-chat__button:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px, rgba(0, 0, 0, 0.2) 0px 4px 16px;
  transform: scale(1.1);
  cursor: pointer;
}

.c-geo-content {
  display: none;
}

body.country-US .c-geo-content--us {
  display: inline;
}

body.country-GB .c-geo-content--gb {
  display: inline;
}

body.country-AU .c-geo-content--au {
  display: inline;
}

.c-bio {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .c-bio {
    padding: 2rem;
    border: 1px solid #E6E6E6;
    border-radius: 1rem;
  }
}
@media (min-width: 1025px) {
  .c-bio {
    flex-direction: row;
    gap: 3rem;
  }
}

.c-bio__avatar {
  display: flex;
  justify-content: center;
}

.c-bio__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.c-bio__header {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.c-bio__avatar-img {
  border-radius: 1rem;
}

.c-bio__title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 1025px) {
  .c-bio__title {
    text-align: left;
  }
}

.c-bio__subtitle {
  display: flex;
  gap: 0.5rem;
  font-size: 1.2rem;
  color: #484848;
  font-weight: 400;
  line-height: 1.5;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .c-bio__subtitle {
    justify-content: flex-start;
  }
}

.c-bio__subtitle-icon {
  display: flex;
  align-items: center;
}

.c-bio__text p {
  font-size: 1rem;
}
.c-bio__text p + p,
.c-bio__text ul + p,
.c-bio__text p + ul {
  margin-top: 2rem;
}
@media (min-width: 1025px) {
  .c-bio__text {
    padding-right: 4rem;
  }
}

.c-small-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  .c-small-cta {
    flex-direction: row;
    padding: 2.25rem 0;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.c-small-cta__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .c-small-cta__info {
    gap: 0.5rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 36rem;
  }
}

.c-small-cta__desc {
  text-align: center;
}
@media (min-width: 1025px) {
  .c-small-cta__desc {
    text-align: left;
  }
}

.c-small-cta__text {
  font-size: 1.875rem;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 1025px) {
  .c-small-cta__text {
    font-size: 1.875rem;
    width: 100%;
    max-width: 37.5rem;
    font-weight: 600;
    text-align: left;
  }
}

.c-small-cta__action {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  width: 100%;
}
@media (min-width: 1025px) {
  .c-small-cta__action {
    flex-direction: row;
    gap: 0;
  }
}

.c-small-cta__action .c-button {
  width: 100%;
}
@media (min-width: 768px) {
  .c-small-cta__action .c-button {
    flex-shrink: 1;
  }
}

@media (min-width: 1025px) {
  .c-small-cta__action .c-button:last-of-type {
    margin-left: 0.75rem;
  }
}

.c-small-cta__decor-container {
  display: none;
}
@media (min-width: 1400px) {
  .c-small-cta__decor-container {
    display: flex;
    gap: 0;
    width: 100%;
    align-items: center;
    margin-right: 1.5rem;
  }
}

.c-small-cta__decor--start {
  width: 0.15rem;
  height: 2.75rem;
  background-color: currentColor;
}

.c-small-cta__decor {
  width: 100%;
  height: 0.125rem;
  background-color: currentColor;
}

.c-small-cta__arrow svg {
  position: relative;
  top: 0.19rem;
}

.c-small-cta--writer {
  border-radius: 1rem;
}
@media (min-width: 1400px) {
  .c-small-cta--writer {
    padding: 2rem 5.5rem;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .c-small-cta--writer .c-small-cta__text {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .c-small-cta--writer .c-small-cta__text {
    font-size: 2rem;
    line-height: 1.4;
    max-width: 25rem;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .c-small-cta--writer .c-small-cta__action {
    justify-content: center;
  }
}
.c-small-cta--writer .c-small-cta__link {
  width: auto;
  min-width: 12rem;
}
.c-small-cta--writer .c-small-cta__link .c-button__label {
  font-weight: 700;
}

.c-writer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.c-writer-list__item {
  margin-bottom: 1.5rem;
}

@media (min-width: 1400px) {
  .c-writer-list__item.g-col-desktop-3 {
    width: calc(3 / 12 * 100% - 1.5rem);
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
}

.c-writer-card {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #E6E6E6;
  background: #FFF;
  transition: box-shadow 0.3s ease-in-out;
  min-height: 19.25rem;
}

.c-writer-card__avatar {
  display: flex;
  justify-content: center;
}

.c-writer-card__image {
  border-radius: 1rem;
}

.c-writer-card:hover {
  text-decoration: none;
  box-shadow: 5px 8px 10px 0px rgba(22, 52, 55, 0.08);
}

.c-writer-card__name {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.c-writer-card__desc {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.875rem;
  justify-content: center;
}
.c-writer-card__desc figure {
  display: flex;
  align-items: center;
}

.c-writer-card-cta {
  height: 100%;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 2rem;
  justify-content: center;
  padding: 2rem 1.5rem;
  min-height: 19.25rem;
}

.c-writer-card-cta__heading {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}

.c-writer-banner {
  background-color: #B4F6D0;
  padding: 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  border-radius: 1rem;
}
@media (min-width: 1025px) {
  .c-writer-banner {
    flex-direction: row;
    padding: 2.5rem 3rem;
    gap: 3rem;
  }
}

.c-writer-banner__media {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1400px) {
  .c-writer-banner__media {
    justify-content: flex-start;
  }
}

@media (min-width: 0) and (max-width: 1399px) {
  .c-writer-banner__media--responsive {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

.c-writer-banner__image {
  border-radius: 0.5rem;
}

.c-writer-banner__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  text-align: center;
}

.c-writer-banner__title {
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 1400px) {
  .c-writer-banner__title {
    font-size: 2.8rem;
  }
}

.c-writer-banner__text p {
  font-size: 1rem;
}
@media (min-width: 1400px) {
  .c-writer-banner__text p {
    font-size: 1.2rem;
  }
}
.c-writer-banner__text p + p,
.c-writer-banner__text p + ul,
.c-writer-banner__text ul + p {
  margin-top: 1rem;
}

.c-writer-banner__action {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.c-writer-banner__action .c-button {
  width: 100%;
}

.c-writer-banner.ui-theme-color--light-green .c-button--primary {
  background-color: #204D51;
  color: #B4F6D0;
}

.ui-theme-color--primary-dark-green {
  color: #B4F6D0;
  background-color: #204D51;
}
.ui-theme-color--primary-dark-green .l-header {
  background-color: #204D51;
}
.ui-theme-color--primary-dark-green .c-trustpilot-placeholder {
  color: #FEFEFE;
}
.ui-theme-color--primary-dark-green .c-course-intro__action .c-button--secondary {
  color: #204D51;
  background-color: #B4F6D0;
}
.ui-theme-color--primary-dark-green .c-accordion-tab--static .c-accordion-tab__heading {
  color: #204D51;
}
.ui-theme-color--primary-dark-green .c-accordion-tab--static .c-accordion-tab__heading::before {
  background-color: #B4F6D0;
}

.ui-theme-color--dark-green {
  color: #B4F6D0;
  background-color: #204D51;
}
.ui-theme-color--dark-green .l-header {
  background-color: #204D51;
}
.ui-theme-color--dark-green .c-trustpilot-placeholder {
  color: #FEFEFE;
}
.ui-theme-color--dark-green .c-course-intro__action .c-button--secondary {
  color: #204D51;
  background-color: #B4F6D0;
}
.ui-theme-color--dark-green .c-accordion-tab--static .c-accordion-tab__heading {
  color: #204D51;
}
.ui-theme-color--dark-green .c-accordion-tab--static .c-accordion-tab__heading::before {
  background-color: #B4F6D0;
}

.ui-theme-color--light-green {
  color: #204D51;
  background-color: #B4F6D0;
}
.ui-theme-color--light-green .l-header {
  background-color: #B4F6D0;
}
.ui-theme-color--light-green .c-course-card--bundle-cta .c-course-card__description {
  color: #B4F6D0;
  background-color: #204D51;
}
.ui-theme-color--light-green .c-course-card--bundle-cta .c-course__price--old {
  color: rgba(180, 246, 208, 0.4);
}
.ui-theme-color--light-green .c-accordion-tab--static .c-accordion-tab__heading {
  color: #B4F6D0;
}
.ui-theme-color--light-green .c-accordion-tab--static .c-accordion-tab__heading:before {
  background-color: #204D51;
}

.ui-theme-color--light-green-02-opacity-04 {
  color: #204D51;
  background-color: rgba(180, 246, 208, 0.4);
}
.ui-theme-color--light-green-02-opacity-04 .l-header {
  background-color: rgba(180, 246, 208, 0.4);
}
.ui-theme-color--light-green-02-opacity-04 .c-course-card--bundle-cta .c-course-card__description {
  color: #B4F6D0;
  background-color: #204D51;
}
.ui-theme-color--light-green-02-opacity-04 .c-course-card--bundle-cta .c-course__price--old {
  color: rgba(180, 246, 208, 0.4);
}
.ui-theme-color--light-green-02-opacity-04 .c-accordion-tab--static .c-accordion-tab__heading {
  color: #B4F6D0;
}
.ui-theme-color--light-green-02-opacity-04 .c-accordion-tab--static .c-accordion-tab__heading:before {
  background-color: #204D51;
}

.ui-theme-color--blue {
  color: #204D51;
  background-color: #CAF5FF;
}
.ui-theme-color--blue .l-header {
  background-color: #CAF5FF;
}
.ui-theme-color--blue .c-cms-content strong {
  color: #204D51;
}
.ui-theme-color--blue .c-button--secondary,
.ui-theme-color--blue .c-course-card--info .c-course-card__header,
.ui-theme-color--blue .c-course-card--info .c-button--transparent,
.ui-theme-color--blue .c-accordion-tab--static .c-accordion-tab__heading,
.ui-theme-color--blue .c-course-intro__media,
.ui-theme-color--blue .c-module-checkbox--checked svg,
.ui-theme-color--blue .c-course-card__info-action .c-button--transparent {
  color: #CAF5FF;
}
.ui-theme-color--blue .c-accordion-tab--static .c-accordion-tab__heading:before {
  background-color: #204D51;
}
.ui-theme-color--blue .c-header__action .c-button--primary,
.ui-theme-color--blue .c-course-card--info .c-course-card__description,
.ui-theme-color--blue .c-header .c-button--primary,
.ui-theme-color--blue .c-header__action .c-button--primary {
  color: #CAF5FF;
  background-color: #204D51;
}
.ui-theme-color--blue .c-course-card--info .c-button--secondary {
  color: #204D51;
  background-color: #CAF5FF;
}
.ui-theme-color--blue .c-course-card--info .c-course__price--old {
  color: rgba(202, 245, 255, 0.4);
}
.ui-theme-color--blue .c-accordion--modules .c-accordion-tab {
  border-bottom-color: rgba(32, 77, 81, 0.1);
}
.ui-theme-color--blue .c-course-card--bundle-cta .c-course-card__description {
  background-color: #204D51;
  color: #CAF5FF;
}
.ui-theme-color--blue .c-course-card--bundle-cta .c-button--secondary {
  background-color: #CAF5FF;
  color: #204D51;
}
.ui-theme-color--blue .c-course-card--bundle-cta .c-course__price--old {
  color: rgba(202, 245, 255, 0.4);
}
.ui-theme-color--blue .wp-block-columns.l-columns--courses.l-columns--2 .c-course-card .c-course-card__info .c-course-card__level,
.ui-theme-color--blue .wp-block-columns.l-columns--courses.l-columns--3 .c-course-card .c-course-card__info .c-course-card__level {
  background-color: #CAF5FF;
}
.ui-theme-color--blue .c-course-card__header {
  color: #CAF5FF;
}

.ui-theme-color--yellow {
  color: #204D51;
  background-color: #f4f677;
}
.ui-theme-color--yellow .l-header {
  background-color: #f4f677;
}
.ui-theme-color--yellow .c-button--primary {
  color: #f4f677;
  background-color: #204D51;
}
.ui-theme-color--yellow .c-accordion-tab--static .c-accordion-tab__heading {
  color: #f4f677;
}

.ui-theme-color--white {
  color: #204D51;
  background-color: #FEFEFE;
}
.ui-theme-color--white .l-header {
  background-color: #FEFEFE;
}
.ui-theme-color--white .c-hero--lp {
  background-color: #204D51;
}
.ui-theme-color--white .c-course-card__info {
  color: #FEFEFE;
}
.ui-theme-color--white .c-course-card__info .c-button,
.ui-theme-color--white .c-course-card__info .c-button--transparent {
  color: #FEFEFE;
}
.ui-theme-color--white .c-course-card--info .c-course-card__header {
  color: #FEFEFE;
}
.ui-theme-color--white .c-course-card--info .c-course-card__description {
  color: #FEFEFE;
  background-color: #204D51;
}
.ui-theme-color--white .c-course-card--info .c-button--secondary {
  color: #204D51;
  background-color: #FEFEFE;
}
.ui-theme-color--white .c-course-card--info .c-button--transparent {
  color: #FEFEFE;
}
.ui-theme-color--white .c-course-card--info .c-course__price--old {
  color: rgba(254, 254, 254, 0.4);
}
.ui-theme-color--white .c-course-card--bundle-cta .c-course__price--old {
  color: rgba(32, 77, 81, 0.4);
}
.ui-theme-color--white .c-header__action .c-button--primary {
  color: #FEFEFE;
  background-color: #204D51;
}
.ui-theme-color--white .c-cta-banner--alt {
  background-color: #204D51;
}
.ui-theme-color--white .c-cta-banner--alt .c-button--secondary {
  color: #204D51;
  background: #FEFEFE;
}
.ui-theme-color--white .c-story-card {
  color: #FEFEFE;
  background-color: #204D51;
}
.ui-theme-color--white .c-story-card .c-button {
  color: #204D51;
  background-color: #FEFEFE;
}
@media (min-width: 0) and (max-width: 1024px) {
  .ui-theme-color--white .c-search-box {
    border-bottom-color: #204D51;
  }
}
.ui-theme-color--white .c-search-box__input {
  color: #204D51;
}
.ui-theme-color--white .c-search-box__input::-moz-placeholder {
  color: #204D51;
}
.ui-theme-color--white .c-search-box__input:-ms-input-placeholder {
  color: #204D51;
}
.ui-theme-color--white .c-search-box__input::placeholder {
  color: #204D51;
}
.ui-theme-color--white .c-search-box:focus-within {
  border-bottom-color: #204D51;
}
.ui-theme-color--white .c-form-banner {
  color: #FEFEFE;
}
.ui-theme-color--white .c-slider-pagination__bullet {
  background-color: #204D51;
}
.ui-theme-color--white .c-accordion-tab--static .c-accordion-tab__heading {
  color: #FEFEFE;
}

.ui-theme-color--light-green-02,
.acf-block-preview {
  color: #204D51;
  background-color: #E8ECED;
}
.ui-theme-color--light-green-02 .l-header,
.acf-block-preview .l-header {
  background-color: #E8ECED;
}
.ui-theme-color--light-green-02 .c-hero--lp,
.acf-block-preview .c-hero--lp {
  background-color: #204D51;
}
.ui-theme-color--light-green-02 .c-course-card__info,
.acf-block-preview .c-course-card__info {
  color: #E8ECED;
}
.ui-theme-color--light-green-02 .c-course-card__info .c-button,
.ui-theme-color--light-green-02 .c-course-card__info .c-button--transparent,
.acf-block-preview .c-course-card__info .c-button,
.acf-block-preview .c-course-card__info .c-button--transparent {
  color: #E8ECED;
}
.ui-theme-color--light-green-02 .c-course-card--info .c-course-card__header,
.acf-block-preview .c-course-card--info .c-course-card__header {
  color: #E8ECED;
}
.ui-theme-color--light-green-02 .c-course-card--info .c-course-card__description,
.acf-block-preview .c-course-card--info .c-course-card__description {
  color: #E8ECED;
  background-color: #204D51;
}
.ui-theme-color--light-green-02 .c-course-card--info .c-button--secondary,
.acf-block-preview .c-course-card--info .c-button--secondary {
  color: #204D51;
  background-color: #FEFEFE;
}
.ui-theme-color--light-green-02 .c-course-card--info .c-button--transparent,
.acf-block-preview .c-course-card--info .c-button--transparent {
  color: #E8ECED;
}
.ui-theme-color--light-green-02 .c-course-card--info .c-course__price--old,
.acf-block-preview .c-course-card--info .c-course__price--old {
  color: rgba(232, 236, 237, 0.4);
}
.ui-theme-color--light-green-02 .c-course-card--bundle-cta .c-course__price--old,
.acf-block-preview .c-course-card--bundle-cta .c-course__price--old {
  color: rgba(32, 77, 81, 0.4);
}
.ui-theme-color--light-green-02 .c-header__action .c-button--primary,
.acf-block-preview .c-header__action .c-button--primary {
  color: #E8ECED;
  background-color: #204D51;
}
.ui-theme-color--light-green-02 .c-cta-banner--alt,
.acf-block-preview .c-cta-banner--alt {
  color: #E8ECED;
  background-color: #204D51;
}
.ui-theme-color--light-green-02 .c-cta-banner--alt .c-cta-banner__desc,
.acf-block-preview .c-cta-banner--alt .c-cta-banner__desc {
  color: #E8ECED;
}
.ui-theme-color--light-green-02 .c-cta-banner--alt .c-button--secondary,
.acf-block-preview .c-cta-banner--alt .c-button--secondary {
  color: #204D51;
  background: #FEFEFE;
}
.ui-theme-color--light-green-02 .c-story-card,
.acf-block-preview .c-story-card {
  color: #E8ECED;
  background-color: #204D51;
}
.ui-theme-color--light-green-02 .c-story-card .c-button,
.acf-block-preview .c-story-card .c-button {
  color: #204D51;
  background-color: #FEFEFE;
}
@media (min-width: 0) and (max-width: 1024px) {
  .ui-theme-color--light-green-02 .c-search-box,
.acf-block-preview .c-search-box {
    border-bottom-color: #204D51;
  }
}
.ui-theme-color--light-green-02 .c-search-box__input,
.acf-block-preview .c-search-box__input {
  color: #204D51;
}
.ui-theme-color--light-green-02 .c-search-box__input::-moz-placeholder, .acf-block-preview .c-search-box__input::-moz-placeholder {
  color: #204D51;
}
.ui-theme-color--light-green-02 .c-search-box__input:-ms-input-placeholder, .acf-block-preview .c-search-box__input:-ms-input-placeholder {
  color: #204D51;
}
.ui-theme-color--light-green-02 .c-search-box__input::placeholder,
.acf-block-preview .c-search-box__input::placeholder {
  color: #204D51;
}
.ui-theme-color--light-green-02 .c-search-box:focus-within,
.acf-block-preview .c-search-box:focus-within {
  border-bottom-color: #204D51;
}
.ui-theme-color--light-green-02 .c-form-banner,
.acf-block-preview .c-form-banner {
  color: #FEFEFE;
}
.ui-theme-color--light-green-02 .c-slider-pagination__bullet,
.acf-block-preview .c-slider-pagination__bullet {
  background-color: #204D51;
}
.ui-theme-color--light-green-02 .c-accordion-tab--static .c-accordion-tab__heading,
.acf-block-preview .c-accordion-tab--static .c-accordion-tab__heading {
  color: #FEFEFE;
}

.ui-theme-color--white.ui-style-2,
.ui-theme-color--light-gray-02 {
  color: #204D51;
  background-color: #FEFEFE;
}
.ui-theme-color--white.ui-style-2 .l-header,
.ui-theme-color--light-gray-02 .l-header {
  background-color: #FEFEFE;
}
.ui-theme-color--white.ui-style-2 .c-course-card--info .c-course-card__header,
.ui-theme-color--light-gray-02 .c-course-card--info .c-course-card__header {
  color: #FEFEFE;
}
.ui-theme-color--white.ui-style-2 .c-course-card--info .c-course-card__description,
.ui-theme-color--light-gray-02 .c-course-card--info .c-course-card__description {
  color: #FEFEFE;
  background-color: #204D51;
}
.ui-theme-color--white.ui-style-2 .c-course-card--info .c-button--secondary,
.ui-theme-color--light-gray-02 .c-course-card--info .c-button--secondary {
  color: #204D51;
  background-color: #FEFEFE;
}
.ui-theme-color--white.ui-style-2 .c-course-card--info .c-button--transparent,
.ui-theme-color--light-gray-02 .c-course-card--info .c-button--transparent {
  color: #FEFEFE;
}
.ui-theme-color--white.ui-style-2 .c-course-card--info .c-course__price--old,
.ui-theme-color--light-gray-02 .c-course-card--info .c-course__price--old {
  color: rgba(254, 254, 254, 0.4);
}
.ui-theme-color--white.ui-style-2 .c-course-card--bundle-cta .c-course__price--old,
.ui-theme-color--light-gray-02 .c-course-card--bundle-cta .c-course__price--old {
  color: rgba(32, 77, 81, 0.4);
}
.ui-theme-color--white.ui-style-2 .c-header__action .c-button--transparent,
.ui-theme-color--light-gray-02 .c-header__action .c-button--transparent {
  border: 1px solid #204D51;
  color: #204D51;
}
.ui-theme-color--white.ui-style-2 .c-header__action .c-button--transparent .c-button__label,
.ui-theme-color--light-gray-02 .c-header__action .c-button--transparent .c-button__label {
  color: #204D51;
}
.ui-theme-color--white.ui-style-2 .c-header__action .c-button--primary,
.ui-theme-color--light-gray-02 .c-header__action .c-button--primary {
  color: #FEFEFE;
  background-color: #204D51;
}
.ui-theme-color--white.ui-style-2 .c-header__action .c-button--primary .c-button__label,
.ui-theme-color--light-gray-02 .c-header__action .c-button--primary .c-button__label {
  color: #FEFEFE;
}
.ui-theme-color--white.ui-style-2 .c-cta-banner--alt .c-cta-banner__desc,
.ui-theme-color--light-gray-02 .c-cta-banner--alt .c-cta-banner__desc {
  color: #204D51;
}
.ui-theme-color--white.ui-style-2 .c-story-card,
.ui-theme-color--light-gray-02 .c-story-card {
  color: #FEFEFE;
  background-color: #204D51;
}
.ui-theme-color--white.ui-style-2 .c-story-card .c-button,
.ui-theme-color--light-gray-02 .c-story-card .c-button {
  color: #204D51;
  background-color: #FEFEFE;
}
@media (min-width: 0) and (max-width: 1024px) {
  .ui-theme-color--white.ui-style-2 .c-search-box,
.ui-theme-color--light-gray-02 .c-search-box {
    border-bottom-color: #204D51;
  }
}
.ui-theme-color--white.ui-style-2 .c-search-box__input,
.ui-theme-color--light-gray-02 .c-search-box__input {
  color: #204D51;
}
.ui-theme-color--white.ui-style-2 .c-search-box__input::-moz-placeholder, .ui-theme-color--light-gray-02 .c-search-box__input::-moz-placeholder {
  color: #204D51;
}
.ui-theme-color--white.ui-style-2 .c-search-box__input:-ms-input-placeholder, .ui-theme-color--light-gray-02 .c-search-box__input:-ms-input-placeholder {
  color: #204D51;
}
.ui-theme-color--white.ui-style-2 .c-search-box__input::placeholder,
.ui-theme-color--light-gray-02 .c-search-box__input::placeholder {
  color: #204D51;
}
.ui-theme-color--white.ui-style-2 .c-search-box:focus-within,
.ui-theme-color--light-gray-02 .c-search-box:focus-within {
  border-bottom-color: #204D51;
}
.ui-theme-color--white.ui-style-2 .c-form-banner,
.ui-theme-color--light-gray-02 .c-form-banner {
  color: #FEFEFE;
}
.ui-theme-color--white.ui-style-2 .c-slider-pagination__bullet,
.ui-theme-color--light-gray-02 .c-slider-pagination__bullet {
  background-color: #204D51;
}
.ui-theme-color--white.ui-style-2 .c-accordion-tab--static .c-accordion-tab__heading,
.ui-theme-color--light-gray-02 .c-accordion-tab--static .c-accordion-tab__heading {
  color: #FEFEFE;
}

.ui-theme-color--orange {
  color: #204D51;
  background-color: #FFD7A6;
}
.ui-theme-color--orange .c-button--secondary,
.ui-theme-color--orange .c-course-intro__media,
.ui-theme-color--orange .c-module-checkbox--checked svg {
  color: #FFD7A6;
}
.ui-theme-color--orange .c-accordion-tab--static .c-accordion-tab__heading {
  color: #FFD7A6;
}

.ui-theme-color--peach {
  color: #204D51;
  background-color: #FFE2D2;
}
.ui-theme-color--peach .c-button--secondary,
.ui-theme-color--peach .c-course-intro__media,
.ui-theme-color--peach .c-module-checkbox--checked svg {
  color: #FFE2D2;
}
.ui-theme-color--peach .c-accordion-tab--static .c-accordion-tab__heading {
  color: #FFE2D2;
}

.ui-theme-color--sky {
  color: #204D51;
  background-color: #AECFFF;
}
.ui-theme-color--sky .l-header {
  background-color: #AECFFF;
}
.ui-theme-color--sky .c-button--secondary,
.ui-theme-color--sky .c-course-card--info .c-button--transparent,
.ui-theme-color--sky .c-course-intro__media,
.ui-theme-color--sky .c-module-checkbox--checked svg,
.ui-theme-color--sky .c-course-card__info-action .c-button--transparent {
  color: #AECFFF;
}
.ui-theme-color--sky .c-course-card--info .c-button--secondary {
  color: #204D51;
  background-color: #AECFFF;
}
.ui-theme-color--sky .c-course-card__header {
  color: #AECFFF;
}
.ui-theme-color--sky .c-course-card__description {
  color: #AECFFF;
  background-color: #204D51;
}
.ui-theme-color--sky .l-raw-cta .c-course-card__description {
  color: #204D51;
  background-color: transparent;
}
.ui-theme-color--sky .c-course-card--bundle-cta .c-course__price--old {
  color: rgba(174, 207, 255, 0.4);
}
.ui-theme-color--sky .wp-block-columns.l-columns--courses.l-columns--2 .c-course-card .c-course-card__info .c-course-card__level,
.ui-theme-color--sky .wp-block-columns.l-columns--courses.l-columns--3 .c-course-card .c-course-card__info .c-course-card__level {
  background-color: #AECFFF;
}
.ui-theme-color--sky .c-course-card--info .c-course__price--old {
  color: rgba(174, 207, 255, 0.4);
}
.ui-theme-color--sky .c-course-card--bundle-cta .c-button--secondary {
  background-color: #AECFFF;
  color: #204D51;
}
.ui-theme-color--sky .c-accordion-tab--static .c-accordion-tab__heading {
  color: #AECFFF;
}

.ui-theme-color--violet {
  color: #204D51;
  background-color: #C9C5FF;
}
.ui-theme-color--violet .l-header {
  background-color: #C9C5FF;
}
.ui-theme-color--violet .c-button--secondary,
.ui-theme-color--violet .c-course-card--info .c-button--transparent,
.ui-theme-color--violet .c-course-intro__media,
.ui-theme-color--violet .c-module-checkbox--checked svg,
.ui-theme-color--violet .c-course-card__info-action .c-button--transparent {
  color: #C9C5FF;
}
.ui-theme-color--violet .c-course-card--info .c-button--secondary {
  color: #204D51;
  background-color: #C9C5FF;
}
.ui-theme-color--violet .c-course-card__header {
  color: #C9C5FF;
}
.ui-theme-color--violet .c-course-card__description {
  color: #C9C5FF;
  background-color: #204D51;
}
.ui-theme-color--violet .c-cta--raw .c-course-card__description {
  background-color: inherit;
  color: inherit;
}
.ui-theme-color--violet .wp-block-columns.l-columns--courses.l-columns--2 .c-course-card .c-course-card__info .c-course-card__level,
.ui-theme-color--violet .wp-block-columns.l-columns--courses.l-columns--3 .c-course-card .c-course-card__info .c-course-card__level {
  background-color: #C9C5FF;
}
.ui-theme-color--violet .c-course-card--info .c-course__price--old {
  color: rgba(201, 197, 255, 0.4);
}
.ui-theme-color--violet .c-course-card--bundle-cta .c-button--secondary {
  background-color: #C9C5FF;
  color: #204D51;
}
.ui-theme-color--violet .c-course-card--bundle-cta .c-course__price--old {
  color: rgba(201, 197, 255, 0.4);
}
.ui-theme-color--violet .c-accordion-tab--static .c-accordion-tab__heading {
  color: #C9C5FF;
}

.ui-theme-color--pink {
  color: #204D51;
  background-color: #FFC9FF;
}
.ui-theme-color--pink .l-header {
  background-color: #FFC9FF;
}
.ui-theme-color--pink .c-button--secondary,
.ui-theme-color--pink .c-course-intro__media,
.ui-theme-color--pink .c-module-checkbox--checked svg {
  color: #FFC9FF;
}
.ui-theme-color--pink .c-accordion-tab--static .c-accordion-tab__heading {
  color: #FFC9FF;
}

.ui-theme-color--light-gray {
  color: #484848;
  background-color: #f2f2f2;
}
.ui-theme-color--light-gray .l-header {
  background-color: #f2f2f2;
}
.ui-theme-color--light-gray .c-button--primary {
  color: #f2f2f2;
  background-color: #484848;
}
.ui-theme-color--light-gray .c-accordion-tab--static .c-accordion-tab__heading {
  color: #f2f2f2;
}

.ui-theme-color--gray {
  color: #484848;
  background-color: #F7F7F7;
}
.ui-theme-color--gray .l-header {
  background-color: #F7F7F7;
}
.ui-theme-color--gray .c-button--primary {
  color: #F7F7F7;
  background-color: #484848;
}
.ui-theme-color--gray .c-accordion-tab--static .c-accordion-tab__heading {
  color: #F7F7F7;
}

.ui-theme-color--light-gray-02 {
  background-color: #F7F7F7;
}
.ui-theme-color--light-gray-02 .l-header,
.ui-theme-color--light-gray-02 .l-footer {
  background-color: #FEFEFE;
}

body[class*=ui-theme-color--] .l-header--lp:not(.is-condensed) {
  background-color: transparent;
}

input:-webkit-autofill::first-line {
  font-family: "Graphik", sans-serif;
  background-color: transparent;
}

.l-pp-forms-template .l-footer {
  margin-top: 0;
}
@media (min-width: 0) and (max-width: 1024px) {
  .l-pp-forms-template .l-main {
    padding-top: 0;
  }
}
.l-pp-forms-template .l-main > div {
  background-size: cover;
}
.l-pp-forms-template .pp-form-container .ppress-form-bottom-links {
  text-align: left;
  margin-top: 2rem;
  padding: 0 6rem 4rem;
  color: #204D51;
}
@media (min-width: 0) and (max-width: 1024px) {
  .l-pp-forms-template .pp-form-container .ppress-form-bottom-links {
    margin: 0;
    padding: 0 2rem 2rem;
    text-align: center !important;
  }
}
.l-pp-forms-template .pp-form-container .ppress-form-bottom-links a {
  font-size: 1rem;
  color: #204D51 !important;
  text-align: left !important;
}

.page-template:not(.page-template-form-v2) .pp-form-container form .pp-form-field-wrap input, .page-template:not(.page-template-form-v2) .pp-form-container form .pp-form-field-wrap select, .page-template:not(.page-template-form-v2) .pp-form-container form .pp-form-field-wrap textarea,
.page-template:not(.page-template-form-v2) .pp-form-container form .pp-form-field-wrap input,
.page-template:not(.page-template-form-v2) .pp-form-container form .pp-form-field-wrap select,
.page-template:not(.page-template-form-v2) .pp-form-container form .pp-form-field-wrap textarea,
.page-template:not(.page-template-form-v2) .pp-form-container form .pp-form-field-wrap input,
.page-template:not(.page-template-form-v2) .pp-form-container form .pp-form-field-wrap select,
.page-template:not(.page-template-form-v2) .pp-form-container form .pp-form-field-wrap textarea,
.page-template:not(.page-template-form-v2) .pp-form-container .pp-form-wrapper .pp-form-field-wrap input,
.page-template:not(.page-template-form-v2) .pp-form-container .pp-form-wrapper .pp-form-field-wrap select,
.page-template:not(.page-template-form-v2) .pp-form-container .pp-form-wrapper .pp-form-field-wrap textarea,
.page-template:not(.page-template-form-v2) .pp-form-container #pp-login-1 .pp-form-field-wrap input,
.page-template:not(.page-template-form-v2) .pp-form-container #pp-login-1 .pp-form-field-wrap select,
.page-template:not(.page-template-form-v2) .pp-form-container #pp-login-1 .pp-form-field-wrap textarea {
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  border: none;
  border-bottom: 1px solid rgba(32, 77, 81, 0.25) !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  color: #204D51 !important;
}

.page-template .l-pp-form-content,
.single-courses .l-pp-form-content,
.c-form--free-trial .l-pp-form-content {
  padding-bottom: 6rem;
  background-position-x: center;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 1024px) {
  .page-template .l-pp-form-content,
.single-courses .l-pp-form-content,
.c-form--free-trial .l-pp-form-content {
    padding-bottom: 4rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .page-template .l-pp-form-content,
.single-courses .l-pp-form-content,
.c-form--free-trial .l-pp-form-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 56.25rem;
  }
}
.page-template .l-pp-form-logo,
.single-courses .l-pp-form-logo,
.c-form--free-trial .l-pp-form-logo {
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .page-template .l-pp-form-logo,
.single-courses .l-pp-form-logo,
.c-form--free-trial .l-pp-form-logo {
    padding-top: 4rem;
    margin-bottom: 4rem;
  }
}
.page-template .l-pp-form-logo .c-logo,
.single-courses .l-pp-form-logo .c-logo,
.c-form--free-trial .l-pp-form-logo .c-logo {
  display: flex;
}
.page-template .l-pp-form-logo .c-logo > svg,
.single-courses .l-pp-form-logo .c-logo > svg,
.c-form--free-trial .l-pp-form-logo .c-logo > svg {
  width: 100%;
  height: auto;
}
.page-template .pp-custom-html .pp-form-field-input-textarea-wrap p,
.single-courses .pp-custom-html .pp-form-field-input-textarea-wrap p,
.c-form--free-trial .pp-custom-html .pp-form-field-input-textarea-wrap p {
  font-size: 0.75rem;
  line-height: 1.67;
  font-weight: 400;
  margin-bottom: 2rem;
}
.page-template .pp-form-material-icons,
.single-courses .pp-form-material-icons,
.c-form--free-trial .pp-form-material-icons {
  display: none;
}
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch {
  background-color: transparent !important;
  box-shadow: none;
  padding: 4rem 6rem 0;
  border-radius: 0 !important;
}
@media (min-width: 0) and (max-width: 1024px) {
  .page-template .pp-form-container .pp-form-wrapper.ppBuildScratch,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch {
    padding: 0 2rem 1rem;
  }
}
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline {
  margin: 0;
  text-align: left;
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (min-width: 0) and (max-width: 1024px) {
  .page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline {
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .page-template .pp-form-container.pp-registration-form-wrapper .pp-form-wrapper.ppBuildScratch,
.single-courses .pp-form-container.pp-registration-form-wrapper .pp-form-wrapper.ppBuildScratch,
.c-form--free-trial .pp-form-container.pp-registration-form-wrapper .pp-form-wrapper.ppBuildScratch {
    padding-top: 2rem;
  }
}
.page-template .pp-password-reset-passwords.pp-form-wrapper.ppBuildScratch,
.single-courses .pp-password-reset-passwords.pp-form-wrapper.ppBuildScratch,
.c-form--free-trial .pp-password-reset-passwords.pp-form-wrapper.ppBuildScratch {
  padding: 4rem 6rem;
}
@media (min-width: 0) and (max-width: 1024px) {
  .page-template .pp-password-reset-passwords.pp-form-wrapper.ppBuildScratch,
.single-courses .pp-password-reset-passwords.pp-form-wrapper.ppBuildScratch,
.c-form--free-trial .pp-password-reset-passwords.pp-form-wrapper.ppBuildScratch {
    padding: 2rem;
  }
}
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit],
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit],
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit] {
  position: static !important;
}
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=checkbox],
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=checkbox],
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  height: 0 !important;
  opacity: 0;
}
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=checkbox]:checked + .pp-form-label::before,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=checkbox]:checked + .pp-form-label::before,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=checkbox]:checked + .pp-form-label::before {
  background-color: #204D51;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg transform='translate(782 -2988)'%3E%3Crect id='Rectangle_2731' data-name='Rectangle 2731' width='24' height='24' transform='translate(-782 2988)' fill='none'/%3E%3Cpath d='M9.5,18.178h0L4.744,13.423l1.179-1.178L9.5,15.822l3.836-3.837,5.575-5.575,1.178,1.178L9.5,18.177Z' transform='translate(-782.082 2988)' fill='%23FEFEFE'/%3E%3C/g%3E%3C/svg%3E");
}
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=checkbox] + .pp-form-label::before,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=checkbox] + .pp-form-label::before,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=checkbox] + .pp-form-label::before {
  display: inline-block;
  content: "";
  height: 1.5rem;
  width: 100%;
  max-width: 1.5rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(32, 77, 81, 0.4);
  margin-right: 1rem;
  transform: translateY(0.25rem);
}
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=checkbox] + .pp-form-label {
  color: #204D51;
  margin-left: 0;
}
.page-template ::-moz-placeholder, .single-courses ::-moz-placeholder, .c-form--free-trial ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(32, 77, 81, 0.25) !important;
  opacity: 1;
  /* Firefox */
}
.page-template :-ms-input-placeholder, .single-courses :-ms-input-placeholder, .c-form--free-trial :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(32, 77, 81, 0.25) !important;
  opacity: 1;
  /* Firefox */
}
.page-template ::placeholder,
.single-courses ::placeholder,
.c-form--free-trial ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(32, 77, 81, 0.25) !important;
  opacity: 1;
  /* Firefox */
}
.page-template :-ms-input-placeholder,
.single-courses :-ms-input-placeholder,
.c-form--free-trial :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(32, 77, 81, 0.25) !important;
}
.page-template ::-ms-input-placeholder,
.single-courses ::-ms-input-placeholder,
.c-form--free-trial ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(32, 77, 81, 0.25) !important;
}
@media (min-width: 0) and (max-width: 1024px) {
  .page-template #pp-registration-2-wrap,
.page-template #pp-login-1-wrap,
.page-template #pp-password-reset-2-wrap,
.single-courses #pp-registration-2-wrap,
.single-courses #pp-login-1-wrap,
.single-courses #pp-password-reset-2-wrap,
.c-form--free-trial #pp-registration-2-wrap,
.c-form--free-trial #pp-login-1-wrap,
.c-form--free-trial #pp-password-reset-2-wrap {
    padding-top: 2rem;
  }
}
.page-template #pp-registration-2-wrap .profilepress-reg-status,
.page-template #pp-login-1-wrap .profilepress-login-status,
.page-template #pp-password-reset-2-wrap .profilepress-reset-status,
.single-courses #pp-registration-2-wrap .profilepress-reg-status,
.single-courses #pp-login-1-wrap .profilepress-login-status,
.single-courses #pp-password-reset-2-wrap .profilepress-reset-status,
.c-form--free-trial #pp-registration-2-wrap .profilepress-reg-status,
.c-form--free-trial #pp-login-1-wrap .profilepress-login-status,
.c-form--free-trial #pp-password-reset-2-wrap .profilepress-reset-status {
  background-color: transparent;
  border: 1px solid currentColor;
  margin: 0 2rem 2rem;
}
@media (min-width: 1025px) {
  .page-template #pp-registration-2-wrap .profilepress-reg-status,
.page-template #pp-login-1-wrap .profilepress-login-status,
.page-template #pp-password-reset-2-wrap .profilepress-reset-status,
.single-courses #pp-registration-2-wrap .profilepress-reg-status,
.single-courses #pp-login-1-wrap .profilepress-login-status,
.single-courses #pp-password-reset-2-wrap .profilepress-reset-status,
.c-form--free-trial #pp-registration-2-wrap .profilepress-reg-status,
.c-form--free-trial #pp-login-1-wrap .profilepress-login-status,
.c-form--free-trial #pp-password-reset-2-wrap .profilepress-reset-status {
    margin: 2rem 6rem 0;
  }
}
.page-template #pp-password-reset-2-wrap .profilepress-reset-status,
.page-template #pp-password-reset-2-wrap .profilepress-reset-status a,
.single-courses #pp-password-reset-2-wrap .profilepress-reset-status,
.single-courses #pp-password-reset-2-wrap .profilepress-reset-status a,
.c-form--free-trial #pp-password-reset-2-wrap .profilepress-reset-status,
.c-form--free-trial #pp-password-reset-2-wrap .profilepress-reset-status a {
  color: #204D51;
}
.page-template #pp-login-1-wrap .profilepress-login-status,
.page-template #pp-registration-2-wrap .profilepress-reg-status,
.page-template #pp-login-1-wrap .profilepress-login-status a,
.page-template #pp-registration-2-wrap .profilepress-reg-status a,
.single-courses #pp-login-1-wrap .profilepress-login-status,
.single-courses #pp-registration-2-wrap .profilepress-reg-status,
.single-courses #pp-login-1-wrap .profilepress-login-status a,
.single-courses #pp-registration-2-wrap .profilepress-reg-status a,
.c-form--free-trial #pp-login-1-wrap .profilepress-login-status,
.c-form--free-trial #pp-registration-2-wrap .profilepress-reg-status,
.c-form--free-trial #pp-login-1-wrap .profilepress-login-status a,
.c-form--free-trial #pp-registration-2-wrap .profilepress-reg-status a {
  color: #9C1600;
}
.page-template #pp-registration-2-wrap .profilepress-reg-status.success,
.single-courses #pp-registration-2-wrap .profilepress-reg-status.success,
.c-form--free-trial #pp-registration-2-wrap .profilepress-reg-status.success {
  background-color: transparent;
  color: #204D51;
}
.page-template #pp-password-reset-2-wrap.pp-form-container,
.single-courses #pp-password-reset-2-wrap.pp-form-container,
.c-form--free-trial #pp-password-reset-2-wrap.pp-form-container {
  margin: 0 auto;
}
.page-template #pp-registration-1-wrap.pp-form-container,
.page-template #pp-registration-2-wrap.pp-form-container,
.page-template #pp-password-reset-2-wrap.pp-form-container,
.page-template #pp-login-1-wrap.pp-form-container,
.single-courses #pp-registration-1-wrap.pp-form-container,
.single-courses #pp-registration-2-wrap.pp-form-container,
.single-courses #pp-password-reset-2-wrap.pp-form-container,
.single-courses #pp-login-1-wrap.pp-form-container,
.c-form--free-trial #pp-registration-1-wrap.pp-form-container,
.c-form--free-trial #pp-registration-2-wrap.pp-form-container,
.c-form--free-trial #pp-password-reset-2-wrap.pp-form-container,
.c-form--free-trial #pp-login-1-wrap.pp-form-container {
  max-width: 40rem !important;
  width: 100%;
  margin: 0 auto;
}
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch *,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch *,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch * {
  font-family: Graphik, sans-serif;
}
.page-template .pp-form-container form.ppBuildScratch, .page-template .pp-form-container form.ppBuildScratch *,
.page-template .pp-form-container form.ppBuildScratch,
.page-template .pp-form-container form.ppBuildScratch *,
.page-template .pp-form-container form.ppBuildScratch,
.page-template .pp-form-container form.ppBuildScratch *,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch *,
.page-template .pp-form-container #pp-login-1.ppBuildScratch,
.page-template .pp-form-container #pp-login-1.ppBuildScratch *,
.single-courses .pp-form-container form.ppBuildScratch,
.single-courses .pp-form-container form.ppBuildScratch *,
.single-courses .pp-form-container form.ppBuildScratch,
.single-courses .pp-form-container form.ppBuildScratch *,
.single-courses .pp-form-container form.ppBuildScratch,
.single-courses .pp-form-container form.ppBuildScratch *,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch *,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch *,
.c-form--free-trial .pp-form-container form.ppBuildScratch,
.c-form--free-trial .pp-form-container form.ppBuildScratch *,
.c-form--free-trial .pp-form-container form.ppBuildScratch,
.c-form--free-trial .pp-form-container form.ppBuildScratch *,
.c-form--free-trial .pp-form-container form.ppBuildScratch,
.c-form--free-trial .pp-form-container form.ppBuildScratch *,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch *,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch * {
  font-family: Graphik, sans-serif !important;
  line-height: 1.5 !important;
}
.page-template .pp-form-container form.ppBuildScratch p, .page-template .pp-form-container form.ppBuildScratch * p,
.page-template .pp-form-container form.ppBuildScratch p,
.page-template .pp-form-container form.ppBuildScratch * p,
.page-template .pp-form-container form.ppBuildScratch p,
.page-template .pp-form-container form.ppBuildScratch * p,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch p,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch * p,
.page-template .pp-form-container #pp-login-1.ppBuildScratch p,
.page-template .pp-form-container #pp-login-1.ppBuildScratch * p,
.single-courses .pp-form-container form.ppBuildScratch p,
.single-courses .pp-form-container form.ppBuildScratch * p,
.single-courses .pp-form-container form.ppBuildScratch p,
.single-courses .pp-form-container form.ppBuildScratch * p,
.single-courses .pp-form-container form.ppBuildScratch p,
.single-courses .pp-form-container form.ppBuildScratch * p,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch p,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch * p,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch p,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch * p,
.c-form--free-trial .pp-form-container form.ppBuildScratch p,
.c-form--free-trial .pp-form-container form.ppBuildScratch * p,
.c-form--free-trial .pp-form-container form.ppBuildScratch p,
.c-form--free-trial .pp-form-container form.ppBuildScratch * p,
.c-form--free-trial .pp-form-container form.ppBuildScratch p,
.c-form--free-trial .pp-form-container form.ppBuildScratch * p,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch p,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch * p,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch p,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch * p {
  color: #204D51 !important;
}
.page-template .pp-form-container form.ppBuildScratch .ppbs-headline,
.page-template .pp-form-container form.ppBuildScratch h1,
.page-template .pp-form-container form.ppBuildScratch h2,
.page-template .pp-form-container form.ppBuildScratch h3, .page-template .pp-form-container form.ppBuildScratch * .ppbs-headline,
.page-template .pp-form-container form.ppBuildScratch * h1,
.page-template .pp-form-container form.ppBuildScratch * h2,
.page-template .pp-form-container form.ppBuildScratch * h3,
.page-template .pp-form-container form.ppBuildScratch .ppbs-headline,
.page-template .pp-form-container form.ppBuildScratch h1,
.page-template .pp-form-container form.ppBuildScratch h2,
.page-template .pp-form-container form.ppBuildScratch h3,
.page-template .pp-form-container form.ppBuildScratch * .ppbs-headline,
.page-template .pp-form-container form.ppBuildScratch * h1,
.page-template .pp-form-container form.ppBuildScratch * h2,
.page-template .pp-form-container form.ppBuildScratch * h3,
.page-template .pp-form-container form.ppBuildScratch .ppbs-headline,
.page-template .pp-form-container form.ppBuildScratch h1,
.page-template .pp-form-container form.ppBuildScratch h2,
.page-template .pp-form-container form.ppBuildScratch h3,
.page-template .pp-form-container form.ppBuildScratch * .ppbs-headline,
.page-template .pp-form-container form.ppBuildScratch * h1,
.page-template .pp-form-container form.ppBuildScratch * h2,
.page-template .pp-form-container form.ppBuildScratch * h3,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch h1,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch h2,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch h3,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch * .ppbs-headline,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch * h1,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch * h2,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch * h3,
.page-template .pp-form-container #pp-login-1.ppBuildScratch .ppbs-headline,
.page-template .pp-form-container #pp-login-1.ppBuildScratch h1,
.page-template .pp-form-container #pp-login-1.ppBuildScratch h2,
.page-template .pp-form-container #pp-login-1.ppBuildScratch h3,
.page-template .pp-form-container #pp-login-1.ppBuildScratch * .ppbs-headline,
.page-template .pp-form-container #pp-login-1.ppBuildScratch * h1,
.page-template .pp-form-container #pp-login-1.ppBuildScratch * h2,
.page-template .pp-form-container #pp-login-1.ppBuildScratch * h3,
.single-courses .pp-form-container form.ppBuildScratch .ppbs-headline,
.single-courses .pp-form-container form.ppBuildScratch h1,
.single-courses .pp-form-container form.ppBuildScratch h2,
.single-courses .pp-form-container form.ppBuildScratch h3,
.single-courses .pp-form-container form.ppBuildScratch * .ppbs-headline,
.single-courses .pp-form-container form.ppBuildScratch * h1,
.single-courses .pp-form-container form.ppBuildScratch * h2,
.single-courses .pp-form-container form.ppBuildScratch * h3,
.single-courses .pp-form-container form.ppBuildScratch .ppbs-headline,
.single-courses .pp-form-container form.ppBuildScratch h1,
.single-courses .pp-form-container form.ppBuildScratch h2,
.single-courses .pp-form-container form.ppBuildScratch h3,
.single-courses .pp-form-container form.ppBuildScratch * .ppbs-headline,
.single-courses .pp-form-container form.ppBuildScratch * h1,
.single-courses .pp-form-container form.ppBuildScratch * h2,
.single-courses .pp-form-container form.ppBuildScratch * h3,
.single-courses .pp-form-container form.ppBuildScratch .ppbs-headline,
.single-courses .pp-form-container form.ppBuildScratch h1,
.single-courses .pp-form-container form.ppBuildScratch h2,
.single-courses .pp-form-container form.ppBuildScratch h3,
.single-courses .pp-form-container form.ppBuildScratch * .ppbs-headline,
.single-courses .pp-form-container form.ppBuildScratch * h1,
.single-courses .pp-form-container form.ppBuildScratch * h2,
.single-courses .pp-form-container form.ppBuildScratch * h3,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch h1,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch h2,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch h3,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch * .ppbs-headline,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch * h1,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch * h2,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch * h3,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .ppbs-headline,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch h1,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch h2,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch h3,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch * .ppbs-headline,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch * h1,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch * h2,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch * h3,
.c-form--free-trial .pp-form-container form.ppBuildScratch .ppbs-headline,
.c-form--free-trial .pp-form-container form.ppBuildScratch h1,
.c-form--free-trial .pp-form-container form.ppBuildScratch h2,
.c-form--free-trial .pp-form-container form.ppBuildScratch h3,
.c-form--free-trial .pp-form-container form.ppBuildScratch * .ppbs-headline,
.c-form--free-trial .pp-form-container form.ppBuildScratch * h1,
.c-form--free-trial .pp-form-container form.ppBuildScratch * h2,
.c-form--free-trial .pp-form-container form.ppBuildScratch * h3,
.c-form--free-trial .pp-form-container form.ppBuildScratch .ppbs-headline,
.c-form--free-trial .pp-form-container form.ppBuildScratch h1,
.c-form--free-trial .pp-form-container form.ppBuildScratch h2,
.c-form--free-trial .pp-form-container form.ppBuildScratch h3,
.c-form--free-trial .pp-form-container form.ppBuildScratch * .ppbs-headline,
.c-form--free-trial .pp-form-container form.ppBuildScratch * h1,
.c-form--free-trial .pp-form-container form.ppBuildScratch * h2,
.c-form--free-trial .pp-form-container form.ppBuildScratch * h3,
.c-form--free-trial .pp-form-container form.ppBuildScratch .ppbs-headline,
.c-form--free-trial .pp-form-container form.ppBuildScratch h1,
.c-form--free-trial .pp-form-container form.ppBuildScratch h2,
.c-form--free-trial .pp-form-container form.ppBuildScratch h3,
.c-form--free-trial .pp-form-container form.ppBuildScratch * .ppbs-headline,
.c-form--free-trial .pp-form-container form.ppBuildScratch * h1,
.c-form--free-trial .pp-form-container form.ppBuildScratch * h2,
.c-form--free-trial .pp-form-container form.ppBuildScratch * h3,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch h1,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch h2,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch h3,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch * .ppbs-headline,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch * h1,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch * h2,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch * h3,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .ppbs-headline,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch h1,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch h2,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch h3,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch * .ppbs-headline,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch * h1,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch * h2,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch * h3 {
  color: #204D51 !important;
  font-family: Graphik, sans-serif !important;
  line-height: 1 !important;
}
.page-template .pp-form-container form .pp-form-submit-button-wrap,
.page-template .pp-form-container form .pp-form-submit-button-wrap,
.page-template .pp-form-container form .pp-form-submit-button-wrap,
.page-template .pp-form-container .pp-form-wrapper .pp-form-submit-button-wrap,
.page-template .pp-form-container #pp-login-1 .pp-form-submit-button-wrap,
.single-courses .pp-form-container form .pp-form-submit-button-wrap,
.single-courses .pp-form-container form .pp-form-submit-button-wrap,
.single-courses .pp-form-container form .pp-form-submit-button-wrap,
.single-courses .pp-form-container .pp-form-wrapper .pp-form-submit-button-wrap,
.single-courses .pp-form-container #pp-login-1 .pp-form-submit-button-wrap,
.c-form--free-trial .pp-form-container form .pp-form-submit-button-wrap,
.c-form--free-trial .pp-form-container form .pp-form-submit-button-wrap,
.c-form--free-trial .pp-form-container form .pp-form-submit-button-wrap,
.c-form--free-trial .pp-form-container .pp-form-wrapper .pp-form-submit-button-wrap,
.c-form--free-trial .pp-form-container #pp-login-1 .pp-form-submit-button-wrap {
  padding-right: 0;
}
.page-template .pp-form-container form .pp-form-submit-button-wrap input[type=submit],
.page-template .pp-form-container form .pp-form-submit-button-wrap input[type=submit],
.page-template .pp-form-container form .pp-form-submit-button-wrap input[type=submit],
.page-template .pp-form-container .pp-form-wrapper .pp-form-submit-button-wrap input[type=submit],
.page-template .pp-form-container #pp-login-1 .pp-form-submit-button-wrap input[type=submit],
.single-courses .pp-form-container form .pp-form-submit-button-wrap input[type=submit],
.single-courses .pp-form-container form .pp-form-submit-button-wrap input[type=submit],
.single-courses .pp-form-container form .pp-form-submit-button-wrap input[type=submit],
.single-courses .pp-form-container .pp-form-wrapper .pp-form-submit-button-wrap input[type=submit],
.single-courses .pp-form-container #pp-login-1 .pp-form-submit-button-wrap input[type=submit],
.c-form--free-trial .pp-form-container form .pp-form-submit-button-wrap input[type=submit],
.c-form--free-trial .pp-form-container form .pp-form-submit-button-wrap input[type=submit],
.c-form--free-trial .pp-form-container form .pp-form-submit-button-wrap input[type=submit],
.c-form--free-trial .pp-form-container .pp-form-wrapper .pp-form-submit-button-wrap input[type=submit],
.c-form--free-trial .pp-form-container #pp-login-1 .pp-form-submit-button-wrap input[type=submit] {
  display: flex;
  justify-content: flex-start;
  width: auto !important;
}
@media (min-width: 0) and (max-width: 1024px) {
  .page-template .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap {
    margin-top: 1rem;
  }
}
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit],
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit],
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit] {
  transition-timing-function: ease;
  transition-duration: 170ms;
  display: flex;
  justify-content: center;
  color: #B4F6D0;
  min-height: 2.75rem;
  height: 1px;
  padding: 0 1.5rem;
  font-size: 16px;
  border: 0;
  border-radius: 1.5rem !important;
  text-align: center;
  min-width: auto;
  background-color: #204D51;
  font-weight: 400;
}
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit]:hover,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit]:hover,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit]:hover {
  color: #B4F6D0;
  background-color: #204D51;
  border-radius: 0.5rem !important;
}
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap {
  padding-right: 0;
  padding-bottom: 0 !important;
  margin-bottom: 0;
  margin-top: 0;
}
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap {
  margin: 0;
}
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap + .pp-form-field-wrap,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap + .pp-form-field-wrap,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap + .pp-form-field-wrap {
  margin-top: 1.5rem;
}
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap + .pp-form-field-wrap:last-child,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap + .pp-form-field-wrap:last-child,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap + .pp-form-field-wrap:last-child {
  margin-top: 2rem;
}
.page-template .pp-form-wrapper .pp-form-label-wrap .pp-form-label,
.single-courses .pp-form-wrapper .pp-form-label-wrap .pp-form-label,
.c-form--free-trial .pp-form-wrapper .pp-form-label-wrap .pp-form-label {
  color: #204D51 !important;
  opacity: 0.25;
  font-size: 1.5rem !important;
  position: relative;
  top: 22px;
  left: 0;
  z-index: 10;
  transition: font-size 0.17s ease, top 0.17s ease;
  height: 20px;
  line-height: 20px;
  font-weight: 400 !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .page-template .pp-password-reset-passwords.pp-form-wrapper .pp-form-label-wrap .pp-form-label,
.single-courses .pp-password-reset-passwords.pp-form-wrapper .pp-form-label-wrap .pp-form-label,
.c-form--free-trial .pp-password-reset-passwords.pp-form-wrapper .pp-form-label-wrap .pp-form-label {
    font-size: 1rem !important;
  }
}
.page-template .is-focused.pp-form-field-wrap .pp-form-label,
.page-template .is-filled.pp-form-field-wrap .pp-form-label,
.single-courses .is-focused.pp-form-field-wrap .pp-form-label,
.single-courses .is-filled.pp-form-field-wrap .pp-form-label,
.c-form--free-trial .is-focused.pp-form-field-wrap .pp-form-label,
.c-form--free-trial .is-filled.pp-form-field-wrap .pp-form-label {
  top: 0;
  font-size: 12px !important;
  opacity: 1;
}
.page-template .pp-form-wrapper .pp-form-label-wrap,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap,
.single-courses .pp-form-wrapper .pp-form-label-wrap,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap,
.c-form--free-trial .pp-form-wrapper .pp-form-label-wrap,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap {
  margin: 0 !important;
}
.page-template .pp-form-field-input-textarea-wrap,
.single-courses .pp-form-field-input-textarea-wrap,
.c-form--free-trial .pp-form-field-input-textarea-wrap {
  padding-top: 0;
}
.page-template .pp-form-field-wrap .pp-form-field-input-textarea-wrap,
.single-courses .pp-form-field-wrap .pp-form-field-input-textarea-wrap,
.c-form--free-trial .pp-form-field-wrap .pp-form-field-input-textarea-wrap {
  margin-top: 0rem;
}
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input[type=text],
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input[type=password],
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input[type=number],
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap select,
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap textarea,
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap input[type=text],
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap input[type=password],
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap input[type=number],
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap select,
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap textarea,
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input[type=text],
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input[type=password],
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input[type=number],
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap select,
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap textarea,
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap input[type=text],
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap input[type=password],
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap input[type=number],
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap select,
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap textarea,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text],
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=password],
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=number],
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea,
.page-template .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input[type=text],
.page-template .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input[type=password],
.page-template .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input[type=number],
.page-template .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap select,
.page-template .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap textarea,
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input[type=text],
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input[type=password],
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input[type=number],
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap select,
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap textarea,
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap input[type=text],
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap input[type=password],
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap input[type=number],
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap select,
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap textarea,
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input[type=text],
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input[type=password],
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input[type=number],
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap select,
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap textarea,
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap input[type=text],
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap input[type=password],
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap input[type=number],
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap select,
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap textarea,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text],
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=password],
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=number],
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input[type=text],
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input[type=password],
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input[type=number],
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap select,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap textarea,
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input[type=text],
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input[type=password],
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input[type=number],
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap select,
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap textarea,
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap input[type=text],
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap input[type=password],
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap input[type=number],
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap select,
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap textarea,
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input[type=text],
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input[type=password],
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input[type=number],
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap select,
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap textarea,
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap input[type=text],
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap input[type=password],
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap input[type=number],
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap select,
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap textarea,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text],
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=password],
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=number],
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input[type=text],
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input[type=password],
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input[type=number],
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap select,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap textarea {
  color: #204D51;
}
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input[type=password]:focus,
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input[type=number]:focus,
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap select:focus,
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap textarea:focus,
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap input[type=password]:focus,
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap input[type=number]:focus,
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap select:focus,
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap textarea:focus,
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input[type=password]:focus,
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input[type=number]:focus,
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap select:focus,
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap textarea:focus,
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap input[type=password]:focus,
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap input[type=number]:focus,
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap select:focus,
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap textarea:focus,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=password]:focus,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=number]:focus,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus,
.page-template .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.page-template .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input[type=password]:focus,
.page-template .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input[type=number]:focus,
.page-template .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap select:focus,
.page-template .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap textarea:focus,
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input[type=password]:focus,
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input[type=number]:focus,
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap select:focus,
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap textarea:focus,
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap input[type=password]:focus,
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap input[type=number]:focus,
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap select:focus,
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap textarea:focus,
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input[type=password]:focus,
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input[type=number]:focus,
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap select:focus,
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap textarea:focus,
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap input[type=password]:focus,
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap input[type=number]:focus,
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap select:focus,
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap textarea:focus,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=password]:focus,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=number]:focus,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input[type=password]:focus,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input[type=number]:focus,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap select:focus,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap textarea:focus,
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input[type=password]:focus,
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input[type=number]:focus,
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap select:focus,
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap textarea:focus,
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap input[type=password]:focus,
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap input[type=number]:focus,
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap select:focus,
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-field-wrap textarea:focus,
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input[type=password]:focus,
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input[type=number]:focus,
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap select:focus,
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap textarea:focus,
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap input[type=password]:focus,
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap input[type=number]:focus,
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap select:focus,
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-field-wrap textarea:focus,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=password]:focus,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=number]:focus,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input[type=password]:focus,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input[type=number]:focus,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap select:focus,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap textarea:focus {
  box-shadow: none;
  border-bottom: 1px solid #204d51 !important;
}
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap .pp-form-label,
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap .pp-form-label,
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap .pp-form-label,
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap .pp-form-label,
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap .pp-form-label,
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap .pp-form-label,
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap .pp-form-label,
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap .pp-form-label,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap .pp-form-label,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap .pp-form-label,
.page-template .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap .pp-form-label,
.page-template .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap .pp-form-label,
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap .pp-form-label,
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap .pp-form-label,
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap .pp-form-label,
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap .pp-form-label,
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap .pp-form-label,
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap .pp-form-label,
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap .pp-form-label,
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap .pp-form-label,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap .pp-form-label,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap .pp-form-label,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap .pp-form-label,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap .pp-form-label,
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap .pp-form-label,
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap .pp-form-label,
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap .pp-form-label,
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap .pp-form-label,
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap .pp-form-label,
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap .pp-form-label,
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap .pp-form-label,
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap .pp-form-label,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap .pp-form-label,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap .pp-form-label,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap .pp-form-label,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap .pp-form-label {
  top: 0;
  font-size: 12px !important;
}
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.page-template .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.page-template .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=checkbox] + .pp-form-label,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=checkbox] + .pp-form-label {
  font-size: 1rem !important;
  color: #204D51;
}
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=password],
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=number],
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=text],
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=email],
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap select,
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap textarea,
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=password],
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=number],
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=text],
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=email],
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap select,
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap textarea,
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=password],
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=number],
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=text],
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=email],
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap select,
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap textarea,
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=password],
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=number],
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=text],
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=email],
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap select,
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap textarea,
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=password],
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=number],
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=text],
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=email],
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap select,
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap textarea,
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=password],
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=number],
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=text],
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=email],
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap select,
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap textarea,
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=password],
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=number],
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=text],
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=email],
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap select,
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap textarea,
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=password],
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=number],
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=text],
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=email],
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap select,
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap textarea,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap input[type=password],
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap input[type=number],
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap input[type=text],
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap input[type=email],
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap select,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap textarea,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap input[type=password],
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap input[type=number],
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap input[type=text],
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap input[type=email],
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap select,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap textarea,
.page-template .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=password],
.page-template .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=number],
.page-template .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=text],
.page-template .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=email],
.page-template .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap select,
.page-template .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap textarea,
.page-template .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=password],
.page-template .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=number],
.page-template .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=text],
.page-template .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=email],
.page-template .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap select,
.page-template .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap textarea,
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=password],
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=number],
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=text],
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=email],
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap select,
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap textarea,
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=password],
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=number],
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=text],
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=email],
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap select,
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap textarea,
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=password],
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=number],
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=text],
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=email],
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap select,
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap textarea,
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=password],
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=number],
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=text],
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=email],
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap select,
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap textarea,
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=password],
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=number],
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=text],
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=email],
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap select,
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap textarea,
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=password],
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=number],
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=text],
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=email],
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap select,
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap textarea,
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=password],
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=number],
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=text],
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=email],
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap select,
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap textarea,
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=password],
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=number],
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=text],
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=email],
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap select,
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap textarea,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap input[type=password],
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap input[type=number],
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap input[type=text],
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap input[type=email],
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap select,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap textarea,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap input[type=password],
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap input[type=number],
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap input[type=text],
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap input[type=email],
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap select,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap textarea,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=password],
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=number],
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=text],
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=email],
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap select,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap textarea,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=password],
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=number],
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=text],
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=email],
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap select,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap textarea,
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=password],
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=number],
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=text],
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=email],
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap select,
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .is-focused.pp-form-field-wrap textarea,
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=password],
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=number],
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=text],
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=email],
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap select,
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap textarea,
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=password],
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=number],
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=text],
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=email],
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap select,
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .is-focused.pp-form-field-wrap textarea,
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=password],
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=number],
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=text],
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=email],
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap select,
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap textarea,
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=password],
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=number],
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=text],
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=email],
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap select,
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .is-focused.pp-form-field-wrap textarea,
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=password],
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=number],
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=text],
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=email],
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap select,
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap textarea,
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=password],
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=number],
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=text],
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap input[type=email],
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap select,
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .is-focused.pp-form-field-wrap textarea,
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=password],
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=number],
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=text],
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap input[type=email],
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap select,
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap textarea,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap input[type=password],
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap input[type=number],
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap input[type=text],
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap input[type=email],
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap select,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .is-focused.pp-form-field-wrap textarea,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap input[type=password],
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap input[type=number],
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap input[type=text],
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap input[type=email],
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap select,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap textarea,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=password],
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=number],
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=text],
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap input[type=email],
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap select,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .is-focused.pp-form-field-wrap textarea,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=password],
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=number],
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=text],
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap input[type=email],
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap select,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap textarea {
  border-bottom: 1px solid #204d51 !important;
}
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap:not(.is-invalid) input[type=tel],
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap:not(.is-invalid) input[type=tel],
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap:not(.is-invalid) input[type=tel],
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap:not(.is-invalid) input[type=tel],
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap:not(.is-invalid) input[type=tel],
.page-template .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap:not(.is-invalid) input[type=tel],
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap:not(.is-invalid) input[type=tel],
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap:not(.is-invalid) input[type=tel],
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap:not(.is-invalid) input[type=tel],
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap:not(.is-invalid) input[type=tel],
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap:not(.is-invalid) input[type=tel],
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap:not(.is-invalid) input[type=tel],
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .is-filled.pp-form-field-wrap:not(.is-invalid) input[type=tel],
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .is-filled.pp-form-field-wrap:not(.is-invalid) input[type=tel],
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .is-filled.pp-form-field-wrap:not(.is-invalid) input[type=tel],
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .is-filled.pp-form-field-wrap:not(.is-invalid) input[type=tel],
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch .is-filled.pp-form-field-wrap:not(.is-invalid) input[type=tel],
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .is-filled.pp-form-field-wrap:not(.is-invalid) input[type=tel] {
  border-bottom: 1px solid #204D51 !important;
}
.page-template .pp-form-container,
.single-courses .pp-form-container,
.c-form--free-trial .pp-form-container {
  background-color: #B4F6D0;
}
.page-template .pp-form-container input:-webkit-autofill,
.single-courses .pp-form-container input:-webkit-autofill,
.c-form--free-trial .pp-form-container input:-webkit-autofill {
  box-shadow: 0 0 0px 100px #B4F6D0 inset !important;
}
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap,
.single-courses .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap,
.c-form--free-trial .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap {
  margin-top: 2rem;
  margin-bottom: 0;
}
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.page-template .pp-form-container #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit] {
  color: #B4F6D0;
  background-color: #204D51;
  font-weight: 400 !important;
}
@media (min-width: 0) and (max-width: 1024px) {
  .page-template .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.page-template .pp-form-container #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit],
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit] {
    display: flex;
    justify-content: center;
    width: 100% !important;
  }
}
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit][disabled]:hover,
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit][disabled]:hover,
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit][disabled]:hover,
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit][disabled]:hover,
.page-template .pp-form-container #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit][disabled]:hover,
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit][disabled]:hover,
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit][disabled]:hover,
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit][disabled]:hover,
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit][disabled]:hover,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit][disabled]:hover,
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit][disabled]:hover,
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit][disabled]:hover,
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit][disabled]:hover,
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit][disabled]:hover,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit][disabled]:hover {
  text-decoration: none;
  color: #B4F6D0;
  background-color: #204D51;
}
.page-template .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:not([disabled]):hover,
.page-template .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:not([disabled]):hover,
.page-template .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:not([disabled]):hover,
.page-template .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:not([disabled]):hover,
.page-template .pp-form-container #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:not([disabled]):hover,
.single-courses .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:not([disabled]):hover,
.single-courses .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:not([disabled]):hover,
.single-courses .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:not([disabled]):hover,
.single-courses .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:not([disabled]):hover,
.single-courses .pp-form-container #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:not([disabled]):hover,
.c-form--free-trial .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:not([disabled]):hover,
.c-form--free-trial .pp-form-container #pp-registration-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:not([disabled]):hover,
.c-form--free-trial .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:not([disabled]):hover,
.c-form--free-trial .pp-form-container #pp-password-reset-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:not([disabled]):hover,
.c-form--free-trial .pp-form-container #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:not([disabled]):hover {
  text-decoration: none;
  color: #B4F6D0;
  background-color: #204D51;
  border-radius: 0.5rem !important;
}
.page-template #pp-password-reset-2-wrap .profilepress-reset-status,
.single-courses #pp-password-reset-2-wrap .profilepress-reset-status,
.c-form--free-trial #pp-password-reset-2-wrap .profilepress-reset-status {
  margin: 0 2rem 2rem;
}
@media (min-width: 1025px) {
  .page-template #pp-password-reset-2-wrap .profilepress-reset-status,
.single-courses #pp-password-reset-2-wrap .profilepress-reset-status,
.c-form--free-trial #pp-password-reset-2-wrap .profilepress-reset-status {
    margin: 4rem 6rem 0;
  }
}
.page-template #pp-password-reset-2-wrap .profilepress-reset-status,
.single-courses #pp-password-reset-2-wrap .profilepress-reset-status,
.c-form--free-trial #pp-password-reset-2-wrap .profilepress-reset-status {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  color: #204D51;
  text-align: center;
  padding: 0.625rem 0.75rem;
  max-width: revert;
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 0.5rem;
}
.page-template .pp-password-reset-handler-wrap .pp-reset-password-form,
.single-courses .pp-password-reset-handler-wrap .pp-reset-password-form,
.c-form--free-trial .pp-password-reset-handler-wrap .pp-reset-password-form {
  margin: 0;
  padding: 4rem 6rem;
  min-width: 100%;
}
.page-template .pp-password-reset-handler-wrap .pp-reset-password-form input,
.single-courses .pp-password-reset-handler-wrap .pp-reset-password-form input,
.c-form--free-trial .pp-password-reset-handler-wrap .pp-reset-password-form input {
  margin-bottom: 0;
}
.page-template .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button,
.single-courses .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button,
.c-form--free-trial .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button {
  font-size: 1rem;
  font-weight: 400;
  color: #B4F6D0;
  background: none;
  background-color: #204D51;
  border-radius: 1.5rem;
  width: auto;
  min-height: 2.75rem;
  margin-top: 2rem;
  padding: 0 1.5rem;
}
.page-template .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus,
.page-template .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover,
.single-courses .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus,
.single-courses .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover,
.c-form--free-trial .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus,
.c-form--free-trial .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover {
  border-radius: 0.5rem;
}
.page-template .pp-password-reset-handler-wrap .pp-reset-password-form input:not(.pp-reset-button),
.single-courses .pp-password-reset-handler-wrap .pp-reset-password-form input:not(.pp-reset-button),
.c-form--free-trial .pp-password-reset-handler-wrap .pp-reset-password-form input:not(.pp-reset-button) {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #204D51;
  border: none;
  border-bottom: 1px solid rgba(32, 77, 81, 0.25);
  padding: 0;
}
.page-template .pp-password-reset-handler-wrap .pp-reset-password-form input:focus,
.single-courses .pp-password-reset-handler-wrap .pp-reset-password-form input:focus,
.c-form--free-trial .pp-password-reset-handler-wrap .pp-reset-password-form input:focus {
  border-bottom: 1px solid #204D51;
}
.page-template .pp-password-reset-handler-wrap .pp-reset-password-form h3,
.single-courses .pp-password-reset-handler-wrap .pp-reset-password-form h3,
.c-form--free-trial .pp-password-reset-handler-wrap .pp-reset-password-form h3 {
  color: #204D51;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2rem;
}
.page-template .pp-password-reset-handler-wrap .pp-reset-password-form label,
.single-courses .pp-password-reset-handler-wrap .pp-reset-password-form label,
.c-form--free-trial .pp-password-reset-handler-wrap .pp-reset-password-form label {
  color: #204D51;
  font-size: 1.5rem;
  font-weight: 400;
  opacity: 0.25;
  line-height: 1.5;
}
.page-template .pp-password-reset-wrap form,
.single-courses .pp-password-reset-wrap form,
.c-form--free-trial .pp-password-reset-wrap form {
  display: block !important;
}
.page-template .ui-theme-color--yellow .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit],
.single-courses .ui-theme-color--yellow .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit],
.c-form--free-trial .ui-theme-color--yellow .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit] {
  color: #f4f677 !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=checkbox] + .pp-form-label {
  font-size: 1rem !important;
  color: #204D51;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=checkbox] + .pp-form-label a {
  text-decoration: underline;
}

.pp-form-wrapper .pp-form-label-wrap .pp-form-required-label,
.pp-form-required-label {
  color: #9C1600;
  display: none;
}

.pp-password-reset input:-internal-autofill-selected,
.pp-password-reset input:-webkit-autofill::first-line {
  color: #204D51 !important;
}

.c-form-banner__form #pp-registration-3-wrap.pp-form-container {
  max-width: 100% !important;
  padding-top: 0.75rem;
}
@media (min-width: 1025px) {
  .c-form-banner__form #pp-registration-3-wrap.pp-form-container {
    max-width: 48rem !important;
  }
}
.c-form-banner__form .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill {
  border-radius: 0 !important;
}
.c-form-banner__form .pp-form-container .pp-form-wrapper.ppBuildScratch {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap {
  position: relative;
  margin-bottom: 2.25rem;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap:nth-child(3) {
  margin-bottom: 2rem;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap.reg-cpf-accept-termsagreeable {
  margin-bottom: 2rem;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap.is-filled .pp-form-label-wrap .pp-form-label,
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap.is-focused .pp-form-label-wrap .pp-form-label {
  top: 0;
  font-size: 0.75rem;
  line-height: 1.66;
  opacity: 1;
  transform: translateY(-100%);
}
.c-form-banner__form .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap {
  padding: 0;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap .pp-form-label {
  transition-timing-function: ease;
  transition-duration: 170ms;
  top: 50%;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #FEFEFE;
  position: absolute;
  margin: 0;
  font-weight: 400;
  opacity: 0.25;
  transform: translateY(-50%);
}
.c-form-banner__form .pp-form-wrapper .pp-form-label-wrap .pp-form-required-label {
  display: none;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-submit-button-wrap input[type=submit] {
  position: relative;
  display: inline-flex;
  min-height: 2.75rem;
  height: 1px;
  padding: 0 1.5rem;
  color: #204D51;
  font-family: Graphik, sans-serif;
  font-size: 16px;
  cursor: pointer;
  border: 0;
  align-items: center;
  font-weight: 400;
  flex-shrink: 0;
  justify-content: center;
  transition: border-radius 0.5s;
  background-color: #f4f677;
  overflow: hidden;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:focus {
  outline: none;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:hover {
  text-decoration: none;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:hover,
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:focus {
  color: #204D51;
  background: #f4f677;
}
.c-form-banner__form .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap {
  margin: 0;
}
.c-form-banner__form .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit] {
  position: static !important;
  border-radius: 1.5rem !important;
}
.c-form-banner__form .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit]:hover {
  border-radius: 0.5rem !important;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch {
  background: transparent;
}
.c-form-banner__form .ppress-form-bottom-links {
  text-align: center;
  padding: 1rem 0 0 !important;
}
.c-form-banner__form .pp-form-container .ppress-form-bottom-links a {
  color: #FEFEFE !important;
  font-size: 1rem;
  line-height: 1.5;
}
.c-form-banner__form .pp-form-container .ppress-form-bottom-links a:hover {
  text-decoration: none !important;
}
.c-form-banner__form .pp-form-container .ppress-form-bottom-links span {
  text-decoration: underline;
}
.c-form-banner__form .pp-checkbox-wrap.pp-single-checkbox {
  display: flex;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch,
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch * {
  font-family: Graphik, sans-serif;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch,
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch * {
  font-family: Graphik, sans-serif;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap input:not([type=checkbox]),
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap select,
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap textarea {
  font-family: Graphik, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  max-height: 2.25rem;
  min-height: 2.25rem;
  color: #FEFEFE;
  border: none;
  border-bottom: 1px solid #FEFEFE;
  background: transparent;
  opacity: 0.25;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap input:not([type=checkbox]):-webkit-autofill {
  font-size: 24px !important;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap.is-filled input,
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap.is-filled select,
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap.is-filled textarea,
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap.is-focused input,
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap.is-focused select,
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap.is-focused textarea {
  opacity: 1;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap select:focus,
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap textarea:focus {
  background: transparent;
  border: none;
  border-bottom: 1px solid #FEFEFE;
  box-shadow: none;
}
.c-form-banner__form .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.c-form-banner__form .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap select,
.c-form-banner__form .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap textarea {
  border-radius: 0 !important;
  padding: 0;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap input[type=checkbox] {
  transition-timing-function: ease;
  transition-duration: 170ms;
  height: 1.5rem !important;
  width: 1.5rem !important;
  background: transparent !important;
  border: 1px solid rgba(254, 254, 254, 0.2) !important;
  border-radius: 0.25rem !important;
  box-shadow: none !important;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap input:checked[type=checkbox] {
  border: 1px solid #FEFEFE !important;
}
.c-form-banner__form #profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,
.c-form-banner__form .pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before {
  width: 1.5rem !important;
  height: 1.5rem !important;
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZD0nTTE0LjgzIDQuODlsMS4zNC45NC01LjgxIDguMzhIOS4wMkw1Ljc4IDkuNjdsMS4zNC0xLjI1IDIuNTcgMi40eicgZmlsbD0nI0ZGRkZGRicvPjwvc3ZnPgo=") !important;
  margin: -1px 0 0 -2px !important;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-checkbox-wrap label,
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-radio-wrap label {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  color: #FEFEFE;
  margin-left: 1rem;
  vertical-align: revert;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-checkbox-wrap label a {
  text-decoration: underline;
}
.c-form-banner__form #profilepress-myaccount-wrapper .ppmyac-icons,
.c-form-banner__form .pp-form-field-wrap .pp-form-material-icons,
.c-form-banner__form .ppress-material-icons {
  display: none;
}
.c-form-banner__form .pp-form-container form input, .c-form-banner__form .pp-form-container form select {
  resize: none !important;
}
.c-form-banner__form .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap {
  padding: 0;
  vertical-align: revert;
}
.c-form-banner__form .pp-form-container #pp-registration-3.ppBuildScratch .pp-form-field-wrap .pp-form-field-input-textarea-wrap {
  margin: 0;
}
.c-form-banner__form .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap {
  margin: 0;
}
.c-form-banner__form #pp-registration-3-wrap .profilepress-reg-status {
  position: static;
  font-size: 1rem;
  line-height: 1.5;
  color: #FF9B8A;
  font-weight: normal;
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 0.5rem;
  width: 100%;
  max-width: 100%;
  padding: 0.625rem 0.75rem;
  margin: 0 0 2rem;
  background-color: transparent;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap textarea {
  border-radius: 0 !important;
}

.page-template .pp-form-container {
  max-width: 40rem;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 0) and (max-width: 1024px) {
  .page-template .pp-form-container .affwp-form .pp-form-wrapper {
    padding-top: 2rem;
  }
}
.page-template .pp-form-container .affwp-form .pp-form-wrapper .pp-form-field-wrap .pp-form-field {
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  border: none !important;
  border-bottom: 1px solid rgba(32, 77, 81, 0.25) !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  color: #204D51 !important;
}
.page-template .pp-form-container .affwp-form .pp-form-wrapper .pp-form-field-wrap textarea.pp-form-field {
  height: auto;
  resize: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .page-template .pp-form-container .affwp-form .pp-form-wrapper .pp-form-field-wrap textarea.pp-form-field {
    min-height: 5rem;
  }
}
.page-template .pp-form-container .affwp-form .pp-form-wrapper .pp-form-field-wrap.is-filled .pp-form-field,
.page-template .pp-form-container .affwp-form .pp-form-wrapper .pp-form-field-wrap.is-focused .pp-form-field {
  border-bottom: 1px solid #204D51 !important;
}
.page-template .pp-form-container .affwp-form .pp-form-wrapper .pp-form-field-wrap.is-invalid .pp-form-field {
  border-bottom: 1px solid #9C1600 !important;
}
.page-template .pp-form-container .affwp-form .pp-form-required-label {
  color: #9C1600;
}
.page-template .pp-form-container .affwp-form .pp-form-field-wrap input[type=checkbox]:checked + .pp-form-label::before {
  background-color: #204D51;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg transform='translate(782 -2988)'%3E%3Crect id='Rectangle_2731' data-name='Rectangle 2731' width='24' height='24' transform='translate(-782 2988)' fill='none'/%3E%3Cpath d='M9.5,18.178h0L4.744,13.423l1.179-1.178L9.5,15.822l3.836-3.837,5.575-5.575,1.178,1.178L9.5,18.177Z' transform='translate(-782.082 2988)' fill='%23B4F6D0'/%3E%3C/g%3E%3C/svg%3E");
}
.page-template .pp-form-container .affwp-form .pp-form-wrapper .pp-form-submit-button-wrap .ppform-submit-button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #204D51;
  color: #B4F6D0;
  width: 100% !important;
  text-align: center;
  font-weight: 400;
}
.page-template .pp-form-container .affwp-form .pp-form-wrapper .pp-form-submit-button-wrap .ppform-submit-button[type=submit]:hover {
  border-radius: 0.5rem !important;
}
@media (min-width: 768px) {
  .page-template .pp-form-container .affwp-form .pp-form-wrapper .pp-form-submit-button-wrap .ppform-submit-button[type=submit] {
    width: auto !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .page-template .pp-form-container .affwp-form .ppress-form-bottom-links a {
    display: block;
    text-align: center !important;
  }
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea {
  border: none;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus {
  border: none;
}

.pp-form-container form input,
.pp-form-container form select,
.pp-form-container form textarea {
  resize: none;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap textarea {
  height: 4.5rem;
}
@media (min-width: 768px) {
  .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap textarea {
    height: 2.5rem;
  }
}

.pp-form-container .ppress-form-bottom-links a:hover {
  text-decoration: none;
}

.pp-form-container .ppress-form-bottom-links a span {
  text-decoration: underline;
}

.pp-single-checkbox {
  position: relative;
}

.pp-form-container .profilepress-reg-status {
  color: #9C1600;
}

.pp-form-container form {
  display: block !important;
}

.profilepress-reg-status {
  position: relative;
  top: 2rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #FF9B8A;
  font-weight: normal;
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 0.5rem;
  max-width: 40rem;
  padding: 0.625rem 0.75rem;
  margin: 2rem;
  background-color: transparent;
}
@media (min-width: 1025px) {
  .profilepress-reg-status {
    top: initial;
    margin: 2rem 6rem;
  }
}
.profilepress-reg-status a {
  text-decoration: underline;
}

.c-modal .pp-form-container {
  background-color: transparent;
}
.c-modal .pp-form-container .pp-form-wrapper.ppBuildScratch {
  padding: 0;
}
.c-modal .reg-first-name,
.c-modal .reg-email {
  background: rgba(32, 77, 81, 0.1);
}
.c-modal .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text] {
  border-bottom: none;
  padding: 0.75rem 0.71rem !important;
  font-size: 20px;
  line-height: 1.6;
  font-weight: normal;
}
.c-modal .pp-form-container.pp-registration-form-wrapper .pp-form-wrapper.ppBuildScratch {
  padding-top: 0;
}
.c-modal .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap + .pp-form-field-wrap {
  margin-top: 1rem;
}
.c-modal .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap + .pp-form-field-wrap.reg-cpf-accept-termsagreeable {
  margin-top: 2rem;
}
.c-modal .pp-form-field-wrap.pp-recaptcha {
  margin-bottom: 1rem !important;
}
.c-modal .ppress-form-bottom-links {
  display: none;
}
.c-modal .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=checkbox]:checked + .pp-form-label::before {
  position: relative;
  top: 0.13rem;
}
.c-modal .pp-form-container .pp-form-wrapper .pp-form-field-wrap input {
  border-bottom: none !important;
}
.c-modal .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap {
  margin-top: 4rem;
}
@media (min-width: 1400px) {
  .c-modal .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap {
    margin-top: 3rem;
  }
}
.c-modal .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap .ppform-submit-button {
  margin: 0 auto;
}

.ui-style-2 .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]) {
  border-radius: 0.25rem !important;
  background-color: rgba(32, 77, 81, 0.08) !important;
  width: 100%;
}
.ui-style-2 .c-modal .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap + .pp-form-field-wrap {
  margin-top: 0.5rem;
}
@media (min-width: 1400px) {
  .ui-style-2 .c-modal .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap + .pp-form-field-wrap {
    margin-top: 1rem;
  }
}
.ui-style-2 .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=checkbox] + .pp-form-label {
  padding-left: 1rem;
}
.ui-style-2 .c-modal .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap .ppform-submit-button {
  background-color: #f4f677;
  padding: 1rem 3rem;
  font-size: 1rem;
  font-weight: 700;
  color: #204D51;
  font-family: "Open Sans";
  line-height: 1.5;
  margin-top: 1rem;
  height: auto;
  border-radius: 18.75rem;
  transition: border-radius 0.5s;
  border: none;
}
@media (min-width: 1400px) {
  .ui-style-2 .c-modal .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap .ppform-submit-button {
    padding: 1.5rem 3rem;
    font-size: 1.125rem;
    margin-top: 2.5rem;
  }
}
.ui-style-2 .c-modal .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap .ppform-submit-button:hover {
  border-radius: 1rem;
}
.ui-style-2 .c-modal .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap {
  margin-top: 0;
}

.reg-cpf-accept-policyagreeable {
  display: none !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:disabled {
  cursor: not-allowed !important;
}

#profilepress-myaccount-wrapper {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #profilepress-myaccount-wrapper {
    margin-top: 3.75rem;
  }
}
#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap,
#profilepress-myaccount-wrapper .ppmyac-icons {
  display: none;
}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item.isactive {
  background-color: transparent;
  text-decoration: underline !important;
  color: #204D51;
}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item {
  padding: 0.5rem 0;
  color: #204D51;
  background-color: transparent;
  border: none;
}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item:hover {
  text-decoration: underline !important;
}
@media (min-width: 1025px) {
  #profilepress-myaccount-wrapper .profilepress-myaccount-nav {
    border-right: 1px solid #204D51;
  }
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content {
  padding: 1rem 0 0;
}
@media (min-width: 768px) {
  #profilepress-myaccount-wrapper .profilepress-myaccount-content {
    padding-left: 0.5rem;
  }
}
@media (min-width: 1025px) {
  #profilepress-myaccount-wrapper .profilepress-myaccount-content {
    padding-left: 5.5rem;
  }
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content a {
  text-decoration: underline;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-row {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 1024px) {
  #profilepress-myaccount-wrapper .profilepress-myaccount-row {
    padding: 0 1.25rem;
  }
}
@media (min-width: 1025px) {
  #profilepress-myaccount-wrapper .profilepress-myaccount-row {
    max-width: calc(82rem + 8rem);
    padding: 0 4rem;
  }
}
#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {
  padding-right: 0;
  padding-left: 0;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]),
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]),
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea {
  position: static !important;
  font-size: 24px !important;
  line-height: 1.5 !important;
  border: none;
  border-bottom: 1px solid rgba(32, 77, 81, 0.25) !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  color: #204D51 !important;
  box-shadow: none;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]) ::-moz-placeholder, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]) ::-moz-placeholder, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select ::-moz-placeholder, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(32, 77, 81, 0.25) !important;
  opacity: 1;
  /* Firefox */
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]) :-ms-input-placeholder, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]) :-ms-input-placeholder, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select :-ms-input-placeholder, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(32, 77, 81, 0.25) !important;
  opacity: 1;
  /* Firefox */
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]) ::placeholder,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]) ::placeholder,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select ::placeholder, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(32, 77, 81, 0.25) !important;
  opacity: 1;
  /* Firefox */
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]) :-ms-input-placeholder,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]) :-ms-input-placeholder,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select :-ms-input-placeholder, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(32, 77, 81, 0.25) !important;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]) ::-ms-input-placeholder,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]) ::-ms-input-placeholder,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select ::-ms-input-placeholder, #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(32, 77, 81, 0.25) !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit] {
  min-height: 2.75rem;
  min-width: auto;
  height: 1px;
  padding: 0 1.5rem;
  font-size: 16px;
  color: #B4F6D0;
  text-align: center;
  font-weight: 400 !important;
  border: 0;
  border-radius: 1.5rem !important;
  background-color: #204D51;
  transition: 0.15s ease-in-out;
  margin-top: 1.5rem !important;
}
@media (min-width: 0) and (max-width: 1024px) {
  #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit] {
    display: flex;
    justify-content: center;
  }
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit][disabled]:hover {
  text-decoration: none;
  color: #B4F6D0;
  background-color: #204D51;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:not([disabled]):hover {
  text-decoration: none;
  color: #B4F6D0;
  background-color: #204D51;
  border-radius: 0.5rem !important;
}

.profilepress-myaccount-content .pp-edit-profile-form-wrap .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field {
  position: relative;
  max-width: 40rem;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=password].focus-visible,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=number].focus-visible,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=text].focus-visible,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=email].focus-visible,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=tel].focus-visible,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field select.focus-visible,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field textarea.focus-visible {
  border-bottom: 1px solid #204d51 !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input.focus-visible + label {
  top: 0 !important;
  font-size: 12px !important;
  opacity: 1;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input + label {
  color: #204D51 !important;
  opacity: 0.25;
  font-size: 24px !important;
  position: relative;
  top: 2.5rem;
  left: 0;
  z-index: 10;
  transition: font-size 0.17s ease, top 0.17s ease;
  height: 1.25rem;
  line-height: 1;
  font-weight: 400 !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content h2 {
  font-weight: 400 !important;
  margin-bottom: 2rem !important;
}

.pp-form-container .c-toast-message {
  max-width: 40rem;
}

.profilepress-myaccount-alert.pp-alert-success,
.profilepress-myaccount-alert.pp-alert-danger,
.profilepress-myaccount-edit-profile .profilepress-edit-profile-status.success,
.profilepress-myaccount-edit-profile .profilepress-edit-profile-status {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  color: inherit;
  max-width: 40rem;
  width: 100%;
  text-align: center;
  padding: 0.625rem 0.75rem;
  margin-bottom: 2rem;
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 0.5rem;
}

#affwp-affiliate-dashboard .ppmyac-dashboard-item,
#affwp-affiliate-dashboard .ppmyac-dashboard-item.isactive {
  color: #B4F6D0;
}

@media (min-width: 1025px) {
  #affwp-affiliate-dashboard .profilepress-myaccount-nav {
    border-right: 1px solid #B4F6D0;
  }
}

#affwp-generate-ref-url input {
  width: auto;
}

.pp-form-wrapper .pp-form-field-wrap.is-invalid .pp-form-label {
  color: #9C1600 !important;
}

.page-template .pp-form-container form .pp-form-field-wrap.is-invalid input,
.page-template .pp-form-container .pp-form-wrapper .pp-form-field-wrap.is-invalid input,
.page-template .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.is-invalid input[type=tel] {
  color: #9C1600 !important;
  border-bottom: 1px solid #9C1600 !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field.is-invalid .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]),
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field.is-invalid input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
  color: #9C1600 !important;
  border-bottom: 1px solid #9C1600 !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field.is-invalid label {
  color: #9C1600 !important;
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:disabled {
  opacity: 0.5;
}

#pp-login-1-wrap.pp-form-container .ppress-form-bottom-links,
#pp-registration-2-wrap.pp-form-container .ppress-form-bottom-links,
#pp-registration-1-wrap.pp-form-container .ppress-form-bottom-links {
  padding-bottom: 8.75rem;
}
@media (min-width: 1025px) {
  #pp-login-1-wrap.pp-form-container .ppress-form-bottom-links,
#pp-registration-2-wrap.pp-form-container .ppress-form-bottom-links,
#pp-registration-1-wrap.pp-form-container .ppress-form-bottom-links {
    padding-bottom: 11.25rem;
  }
}

#pp-login-1-wrap.pp-form-container .pp-form-field-wrap.pp-custom-html:not(.ppbs-headline + .pp-form-field-wrap.pp-custom-html),
#pp-registration-2-wrap.pp-form-container .pp-form-field-wrap.pp-custom-html:not(.ppbs-headline + .pp-form-field-wrap.pp-custom-html),
#pp-registration-1-wrap.pp-form-container .pp-form-field-wrap.pp-custom-html:not(.ppbs-headline + .pp-form-field-wrap.pp-custom-html) {
  position: absolute;
  bottom: -8.25rem;
  left: 0;
  padding: 0 2rem !important;
}
@media (min-width: 1025px) {
  #pp-login-1-wrap.pp-form-container .pp-form-field-wrap.pp-custom-html:not(.ppbs-headline + .pp-form-field-wrap.pp-custom-html),
#pp-registration-2-wrap.pp-form-container .pp-form-field-wrap.pp-custom-html:not(.ppbs-headline + .pp-form-field-wrap.pp-custom-html),
#pp-registration-1-wrap.pp-form-container .pp-form-field-wrap.pp-custom-html:not(.ppbs-headline + .pp-form-field-wrap.pp-custom-html) {
    padding: 0 6rem !important;
    bottom: -10.75rem;
  }
}

.c-social-login__text {
  position: relative;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  text-align: center;
}
.c-social-login__text::before, .c-social-login__text::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: rgba(32, 77, 81, 0.15);
  height: 1px;
  transform: translateY(-50%);
  width: calc(100% / 2 - 3.6875rem);
}
.c-social-login__text::before {
  left: 0;
}
.c-social-login__text::after {
  right: 0;
}

.c-social-login__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  max-width: 20rem;
  margin: 0.875rem auto 0;
  padding: 0 1rem;
}

.c-social-login__link {
  transition-timing-function: ease;
  transition-duration: 170ms;
  transition-property: opacity;
}
.c-social-login__link:hover {
  opacity: 0.7;
}

.c-social-login__link img {
  width: 3.4375rem;
  height: 3.4375rem;
}

.single-sfwd-topic .grecaptcha-badge {
  bottom: 145px !important;
}
@media (min-width: 0) and (max-width: 767px) and (orientation: portrait) {
  .single-sfwd-topic .grecaptcha-badge {
    bottom: 15px !important;
  }
}

.grecaptcha-badge {
  right: initial !important;
  width: 4.375rem !important;
  overflow: hidden !important;
  transition: width 0.3s ease !important;
  left: 0 !important;
}

.grecaptcha-badge:hover {
  width: 16rem !important;
}

@media (min-width: 0) and (max-width: 767px) {
  .pp-g-recaptcha,
.g-recaptcha {
    transform: scale(0.88);
    -webkit-transform: scale(0.88);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  body.single-story #chatra,
body.single-post #chatra {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .mtsnb-show {
    right: 5rem;
  }
}

@media (min-width: 782px) and (max-width: 1024px) {
  .wp-block-columns.l-columns--courses:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}

.l-columns--3-is-layout-flex {
  margin-top: -1px;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  height: 250px !important;
  overflow: hidden;
}

.yarpp-thumbnail-title {
  font-size: 0.875rem !important;
  overflow: visible !important;
}

@media (min-width: 0) and (max-width: 1199px) {
  body.single-post #hubspot-messages-iframe-container,
body.single-post .c-hubspot-chat {
    margin-bottom: 5rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .mbsy-iframe.mbsy-button-ready {
    top: auto !important;
    bottom: 125px !important;
  }
}

.js-dynamic-content.c-button--continue {
  display: none;
}
