@charset "UTF-8";
/*!
Theme Name: Barebones
Theme URI: https://benchmark.co.uk/barebones
Author: Benchmark Studios
Author URI: https://benchmark.co.uk/
Description: A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond
Version: 3.X
License: MIT
License URI: https://mit-license.org/
Text Domain: barebones
*/
/**
 * Colours
 */
.text-ocean {
  color: #53738B;
}
.text-ocean a {
  color: #53738B;
}
.text-ocean a:hover {
  color: #53738B;
}

.bg-ocean {
  background-color: #53738B;
}

.text-tan {
  color: #D1C2B7;
}
.text-tan a {
  color: #D1C2B7;
}
.text-tan a:hover {
  color: #D1C2B7;
}

.bg-tan {
  background-color: #D1C2B7;
}

.text-dusky-black {
  color: #252A35;
}
.text-dusky-black a {
  color: #252A35;
}
.text-dusky-black a:hover {
  color: #252A35;
}

.bg-dusky-black {
  background-color: #252A35;
}

.text-lilac {
  color: #E3DFEB;
}
.text-lilac a {
  color: #E3DFEB;
}
.text-lilac a:hover {
  color: #E3DFEB;
}

.bg-lilac {
  background-color: #E3DFEB;
}

.text-forest {
  color: #547471;
}
.text-forest a {
  color: #547471;
}
.text-forest a:hover {
  color: #547471;
}

.bg-forest {
  background-color: #547471;
}

.text-cream {
  color: #FFF3D9;
}
.text-cream a {
  color: #FFF3D9;
}
.text-cream a:hover {
  color: #FFF3D9;
}

.bg-cream {
  background-color: #FFF3D9;
}

.text-light-grey {
  color: #BCBEC1;
}
.text-light-grey a {
  color: #BCBEC1;
}
.text-light-grey a:hover {
  color: #BCBEC1;
}

.bg-light-grey {
  background-color: #BCBEC1;
}

.text-white {
  color: #FFFFFF;
}
.text-white a {
  color: #FFFFFF;
}
.text-white a:hover {
  color: #FFFFFF;
}

.bg-white {
  background-color: #FFFFFF;
}

.text-sign-up {
  color: #D9E0E5;
}
.text-sign-up a {
  color: #D9E0E5;
}
.text-sign-up a:hover {
  color: #D9E0E5;
}

.bg-sign-up {
  background-color: #D9E0E5;
}

.text-base {
  color: #262A35;
}
.text-base a {
  color: #262A35;
}
.text-base a:hover {
  color: #262A35;
}

.bg-base {
  background-color: #262A35;
}

.text-blue {
  color: #d9e0e5;
}
.text-blue a {
  color: #d9e0e5;
}
.text-blue a:hover {
  color: #d9e0e5;
}

.bg-blue {
  background-color: #d9e0e5;
}

.text-light-cream {
  color: #F2ECE6;
}
.text-light-cream a {
  color: #F2ECE6;
}
.text-light-cream a:hover {
  color: #F2ECE6;
}

.bg-light-cream {
  background-color: #F2ECE6;
}

.text-pink {
  color: #F6D7C9;
}
.text-pink a {
  color: #F6D7C9;
}
.text-pink a:hover {
  color: #F6D7C9;
}

.bg-pink {
  background-color: #F6D7C9;
}

.text-dusk {
  color: #444B54;
}
.text-dusk a {
  color: #444B54;
}
.text-dusk a:hover {
  color: #444B54;
}

.bg-dusk {
  background-color: #444B54;
}

.text-red {
  color: #ff0000;
}
.text-red a {
  color: #ff0000;
}
.text-red a:hover {
  color: #ff0000;
}

.bg-red {
  background-color: #ff0000;
}

/**
 * Typography
 */
/**
 * Breakpoints
 */
/**
 * Grid
 */
/**
 * Components
 */
/**
 * Animations
 */
/**
 * Spacing
 */
.mt-none {
  margin-top: 0;
}

.mb-none {
  margin-bottom: 0;
}

.ml-none {
  margin-left: 0;
}

.mr-none {
  margin-right: 0;
}

.my-none {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-none {
  margin-left: 0;
  margin-right: 0;
}

.pt-none {
  padding-top: 0;
}

.pb-none {
  padding-bottom: 0;
}

.pl-none {
  padding-left: 0;
}

.pr-none {
  padding-right: 0;
}

.py-none {
  padding-top: 0;
  padding-bottom: 0;
}

.px-none {
  padding-left: 0;
  padding-right: 0;
}

.mt-xs {
  margin-top: 6.75px;
}

.mb-xs {
  margin-bottom: 6.75px;
}

.ml-xs {
  margin-left: 6.75px;
}

.mr-xs {
  margin-right: 6.75px;
}

.my-xs {
  margin-top: 6.75px;
  margin-bottom: 6.75px;
}

.mx-xs {
  margin-left: 6.75px;
  margin-right: 6.75px;
}

.pt-xs {
  padding-top: 6.75px;
}

.pb-xs {
  padding-bottom: 6.75px;
}

.pl-xs {
  padding-left: 6.75px;
}

.pr-xs {
  padding-right: 6.75px;
}

.py-xs {
  padding-top: 6.75px;
  padding-bottom: 6.75px;
}

.px-xs {
  padding-left: 6.75px;
  padding-right: 6.75px;
}

.mt-sm {
  margin-top: 13.5px;
}

.mb-sm {
  margin-bottom: 13.5px;
}

.ml-sm {
  margin-left: 13.5px;
}

.mr-sm {
  margin-right: 13.5px;
}

.my-sm {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}

.mx-sm {
  margin-left: 13.5px;
  margin-right: 13.5px;
}

.pt-sm {
  padding-top: 13.5px;
}

.pb-sm {
  padding-bottom: 13.5px;
}

.pl-sm {
  padding-left: 13.5px;
}

.pr-sm {
  padding-right: 13.5px;
}

.py-sm {
  padding-top: 13.5px;
  padding-bottom: 13.5px;
}

.px-sm {
  padding-left: 13.5px;
  padding-right: 13.5px;
}

.mt-md {
  margin-top: 27px;
}

.mb-md {
  margin-bottom: 27px;
}

.ml-md {
  margin-left: 27px;
}

.mr-md {
  margin-right: 27px;
}

.my-md {
  margin-top: 27px;
  margin-bottom: 27px;
}

.mx-md {
  margin-left: 27px;
  margin-right: 27px;
}

.pt-md {
  padding-top: 27px;
}

.pb-md {
  padding-bottom: 27px;
}

.pl-md {
  padding-left: 27px;
}

.pr-md {
  padding-right: 27px;
}

.py-md {
  padding-top: 27px;
  padding-bottom: 27px;
}

.px-md {
  padding-left: 27px;
  padding-right: 27px;
}

.mt-lg {
  margin-top: 54px;
}

.mb-lg {
  margin-bottom: 54px;
}

.ml-lg {
  margin-left: 54px;
}

.mr-lg {
  margin-right: 54px;
}

.my-lg {
  margin-top: 54px;
  margin-bottom: 54px;
}

.mx-lg {
  margin-left: 54px;
  margin-right: 54px;
}

.pt-lg {
  padding-top: 54px;
}

.pb-lg {
  padding-bottom: 54px;
}

.pl-lg {
  padding-left: 54px;
}

.pr-lg {
  padding-right: 54px;
}

.py-lg {
  padding-top: 54px;
  padding-bottom: 54px;
}

.px-lg {
  padding-left: 54px;
  padding-right: 54px;
}

.mt-xl {
  margin-top: 81px;
}

.mb-xl {
  margin-bottom: 81px;
}

.ml-xl {
  margin-left: 81px;
}

.mr-xl {
  margin-right: 81px;
}

.my-xl {
  margin-top: 81px;
  margin-bottom: 81px;
}

.mx-xl {
  margin-left: 81px;
  margin-right: 81px;
}

.pt-xl {
  padding-top: 81px;
}

.pb-xl {
  padding-bottom: 81px;
}

.pl-xl {
  padding-left: 81px;
}

.pr-xl {
  padding-right: 81px;
}

.py-xl {
  padding-top: 81px;
  padding-bottom: 81px;
}

.px-xl {
  padding-left: 81px;
  padding-right: 81px;
}

.mt-2xl {
  margin-top: 108px;
}

.mb-2xl {
  margin-bottom: 108px;
}

.ml-2xl {
  margin-left: 108px;
}

.mr-2xl {
  margin-right: 108px;
}

.my-2xl {
  margin-top: 108px;
  margin-bottom: 108px;
}

.mx-2xl {
  margin-left: 108px;
  margin-right: 108px;
}

.pt-2xl {
  padding-top: 108px;
}

.pb-2xl {
  padding-bottom: 108px;
}

.pl-2xl {
  padding-left: 108px;
}

.pr-2xl {
  padding-right: 108px;
}

.py-2xl {
  padding-top: 108px;
  padding-bottom: 108px;
}

.px-2xl {
  padding-left: 108px;
  padding-right: 108px;
}

.mt-3xl {
  margin-top: 135px;
}

.mb-3xl {
  margin-bottom: 135px;
}

.ml-3xl {
  margin-left: 135px;
}

.mr-3xl {
  margin-right: 135px;
}

.my-3xl {
  margin-top: 135px;
  margin-bottom: 135px;
}

.mx-3xl {
  margin-left: 135px;
  margin-right: 135px;
}

.pt-3xl {
  padding-top: 135px;
}

.pb-3xl {
  padding-bottom: 135px;
}

.pl-3xl {
  padding-left: 135px;
}

.pr-3xl {
  padding-right: 135px;
}

.py-3xl {
  padding-top: 135px;
  padding-bottom: 135px;
}

.px-3xl {
  padding-left: 135px;
  padding-right: 135px;
}

.mt-4xl {
  margin-top: 162px;
}

.mb-4xl {
  margin-bottom: 162px;
}

.ml-4xl {
  margin-left: 162px;
}

.mr-4xl {
  margin-right: 162px;
}

.my-4xl {
  margin-top: 162px;
  margin-bottom: 162px;
}

.mx-4xl {
  margin-left: 162px;
  margin-right: 162px;
}

.pt-4xl {
  padding-top: 162px;
}

.pb-4xl {
  padding-bottom: 162px;
}

.pl-4xl {
  padding-left: 162px;
}

.pr-4xl {
  padding-right: 162px;
}

.py-4xl {
  padding-top: 162px;
  padding-bottom: 162px;
}

.px-4xl {
  padding-left: 162px;
  padding-right: 162px;
}

/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
/**
 * Default variables and helper mixins
 */
/**
 * Space between columns
 */
/**
 * Max width of container
 */
/**
 * Number of total columns
 */
/**
 * Breakpoints
 */
/**
 * Grid loop mixin
 */
/**
 * Clearfix
 */
/**
 * Grid scaffolding
 */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 27px;
  width: 100%;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container.container--full {
  max-width: 100%;
}

.row {
  list-style: none;
  margin-left: -27px;
}
.row:not(.row--flex):before, .row:not(.row--flex):after {
  content: " ";
  display: table;
}
.row:not(.row--flex):after {
  clear: both;
}
.row.row--gutterless {
  margin-left: 0;
}
.row.row--flex {
  display: flex;
  flex-wrap: wrap;
}
.row.row--reverse {
  flex-direction: row-reverse;
}

.col {
  float: left;
  padding-left: 27px;
  box-sizing: border-box;
}
.row--gutterless .col {
  padding-left: 0;
}

/**
 * Columns generator
 */
@media only screen and (min-width: 1025px) {
  .col--lg-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--lg-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--lg-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--lg-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--lg-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--lg-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--lg-3 {
    width: 25%;
  }
  .row--flex .col--lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--lg-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--lg-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--lg-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--lg-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--lg-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--lg-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--lg-6 {
    width: 50%;
  }
  .row--flex .col--lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--lg-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--lg-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--lg-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--lg-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--lg-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--lg-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--lg-9 {
    width: 75%;
  }
  .row--flex .col--lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--lg-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--lg-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--lg-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--lg-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--lg-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--lg-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--lg-12 {
    width: 100%;
  }
  .row--flex .col--lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--lg-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--lg-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col--md-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--md-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--md-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--md-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--md-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--md-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--md-3 {
    width: 25%;
  }
  .row--flex .col--md-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--md-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--md-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--md-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--md-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--md-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--md-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--md-6 {
    width: 50%;
  }
  .row--flex .col--md-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--md-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--md-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--md-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--md-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--md-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--md-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--md-9 {
    width: 75%;
  }
  .row--flex .col--md-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--md-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--md-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--md-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--md-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--md-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--md-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--md-12 {
    width: 100%;
  }
  .row--flex .col--md-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--md-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--md-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .col--sm-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--sm-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--sm-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--sm-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--sm-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--sm-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--sm-3 {
    width: 25%;
  }
  .row--flex .col--sm-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--sm-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--sm-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--sm-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--sm-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--sm-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--sm-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--sm-6 {
    width: 50%;
  }
  .row--flex .col--sm-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--sm-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--sm-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--sm-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--sm-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--sm-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--sm-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--sm-9 {
    width: 75%;
  }
  .row--flex .col--sm-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--sm-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--sm-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--sm-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--sm-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--sm-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--sm-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--sm-12 {
    width: 100%;
  }
  .row--flex .col--sm-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--sm-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--sm-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .col--xs-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--xs-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--xs-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--xs-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--xs-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--xs-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--xs-3 {
    width: 25%;
  }
  .row--flex .col--xs-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--xs-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--xs-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--xs-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--xs-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--xs-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--xs-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--xs-6 {
    width: 50%;
  }
  .row--flex .col--xs-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--xs-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--xs-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--xs-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--xs-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--xs-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--xs-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--xs-9 {
    width: 75%;
  }
  .row--flex .col--xs-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--xs-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--xs-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--xs-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--xs-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--xs-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--xs-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--xs-12 {
    width: 100%;
  }
  .row--flex .col--xs-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--xs-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--xs-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 27px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

* {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0;
}

html {
  background-color: white;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block;
}
input[disabled],
select[disabled],
textarea[disabled],
button[disabled] {
  cursor: not-allowed;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  text-align: left;
}

.visible-lg {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
}

@media only screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-md {
  display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}

.visible-sm {
  display: none;
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .visible-sm {
    display: block !important;
  }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
  .hidden-sm {
    display: none !important;
  }
}

.visible-xs {
  display: none;
}
@media only screen and (max-width: 480px) {
  .visible-xs {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
}

/**
* Clearing and floating
*/
.alignleft,
.float-left {
  float: left;
}
img .alignleft,
img .float-left {
  margin-right: 27px;
}

.alignright,
.float-right {
  float: right;
}
img .alignright,
img .float-right {
  margin-left: 27px;
}

.aligncenter,
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img .aligncenter,
img .float-center {
  margin-bottom: 27px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/**
* Text aligments
*/
.align-text-left {
  text-align: left;
}

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

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

/**
* Vertical Alignment
*/
.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end,
.items-bottom {
  align-items: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

/**
 * Elements visibility
 */
.visible-on-mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .visible-on-mobile {
    display: block !important;
  }
}

.visible-on-tablet {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .visible-on-tablet {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .visible-on-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .visible-on-desktop {
    display: none !important;
  }
}

.hidden {
  display: none;
}

/**
 * Accessibility
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/**
 * Spacing and padding
 */
@media screen and (max-width: 1024px) {
  .py-2xl {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}

.animate-in {
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1000ms, transform 1000ms;
  z-index: 2;
}
.visible .animate-in {
  opacity: 1;
  transform: translateY(0);
}

.animate-fade {
  position: relative;
  opacity: 0;
  transition: opacity 1500ms;
  z-index: 2;
}
.visible .animate-fade {
  opacity: 1;
}

.animate-stage-1 {
  transition-delay: 0ms;
}
@media screen and (max-width: 1024px) {
  .animate-stage-1 {
    transition-delay: 0ms;
  }
}

.animate-stage-2 {
  transition-delay: 500ms;
}
@media screen and (max-width: 1024px) {
  .animate-stage-2 {
    transition-delay: 0ms;
  }
}

.animate-stage-3 {
  transition-delay: 1000ms;
}
@media screen and (max-width: 1024px) {
  .animate-stage-3 {
    transition-delay: 0ms;
  }
}

.animate-stage-4 {
  transition-delay: 1500ms;
}
@media screen and (max-width: 1024px) {
  .animate-stage-4 {
    transition-delay: 0ms;
  }
}

.animate-stage-5 {
  transition-delay: 2000ms;
}
@media screen and (max-width: 1024px) {
  .animate-stage-5 {
    transition-delay: 0ms;
  }
}

body {
  color: #262A35;
  font-family: "Universal Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  font-size: 18px;
  font-size: 1.125rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
dl {
  margin-bottom: 27px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
hr:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
  margin-bottom: 0;
}

/**
 * Basic styles for links
 */
a {
  color: #444;
}
a:hover {
  color: #262A35;
  text-decoration: none;
}

a[href^=tel] {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  font-style: inherit;
}

/**
 * Rules
 */
hr {
  height: 1px;
  background-color: #262A35;
}

.bg-dusky-black .btn, .bg-dusky-black .menu-item-button a, .menu-item-button .bg-dusky-black a, .bg-dusky-black .button, .footer .btn, .footer .menu-item-button a, .menu-item-button .footer a, .footer .button {
  background-color: #fff;
  color: #262A35 !important;
}
.bg-dusky-black .btn:hover, .bg-dusky-black .menu-item-button a:hover, .menu-item-button .bg-dusky-black a:hover, .bg-dusky-black .button:hover, .footer .btn:hover, .footer .menu-item-button a:hover, .menu-item-button .footer a:hover, .footer .button:hover {
  background-color: #53738B !important;
  color: #FFF !important;
}

.bg-ocean .btn, .bg-ocean .menu-item-button a, .menu-item-button .bg-ocean a, .bg-ocean .button {
  color: #fff;
  background-color: #262A35 !important;
}
.bg-ocean .btn:hover, .bg-ocean .menu-item-button a:hover, .menu-item-button .bg-ocean a:hover, .bg-ocean .button:hover {
  color: #53738B !important;
  background-color: #FFF !important;
}

.grid {
  display: grid;
  grid-gap: 27px;
}
@media screen and (max-width: 768px) {
  .grid {
    grid-gap: 13.5px;
  }
}
@media only screen and (min-width: 1025px) {
  .grid.grid--lg-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--lg-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--lg-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--lg-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--lg-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--lg-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--md-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--md-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--md-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--md-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--md-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--md-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .grid.grid--sm-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--sm-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--sm-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--sm-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--sm-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--sm-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .grid.grid--xs-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--xs-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--xs-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--xs-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--xs-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--xs-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/**
 * This file contains all @font-face declarations, if any.
 */
@font-face {
  font-family: "Universal Sans";
  src: url("fonts/UniversalSansTextTrial-400.woff2") format("woff2"), url("fonts/UniversalSansTextTrial-400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Universal Sans";
  src: url("fonts/UniversalSansTextTrial-570.woff2") format("woff2"), url("fonts/UniversalSansTextTrial-570.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/**
 * Responsive images
 */
.is-fluid {
  display: block;
  width: 100%;
  height: auto;
}

/**
 * Overflow images
 */
@media screen and (min-width: 1280px) {
  .overflow-image {
    transform: scale(1.5) translateX(-15%);
    padding: 81px 0;
  }
  .row--reverse .overflow-image {
    transform: scale(1.5) translateX(15%);
  }
}

*:focus {
  outline: 0;
}

input,
select,
textarea {
  background-color: #fff;
  border: solid 1px #707070;
  border-radius: 0;
  color: #262A35;
  padding: 11px 20px !important;
  width: 100%;
  border-color: 1px #707070 solid;
  border-radius: 9px;
  font-size: 20px;
  font-size: 1.25rem;
  max-width: 364px;
}

input[type=checkbox],
input[type=radio] {
  background: transparent;
  border: 0;
  line-height: normal;
  width: 27px;
  height: 27px;
  margin-right: 18px;
}

input[type=file] {
  line-height: normal;
  height: auto;
  padding: 6.75px 13.5px;
}

input[type=submit] {
  border-radius: 0;
}

input[disabled] {
  background-color: whitesmoke;
  cursor: not-allowed;
}

select {
  line-height: normal;
  padding: 0;
  padding-left: 13.5px;
}

textarea {
  min-height: 108px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Form utility classes
 */
.form--inline .form__group {
  display: inline-block;
}

.form .form__group {
  display: block;
  margin-bottom: 27px;
}
.form .form__group .form__label {
  display: block;
  margin-bottom: 13.5px;
}

/**
 * Gravity Forms
 */
::-moz-placeholder {
  color: #757575;
}
::placeholder {
  color: #757575;
}

.gform_validation_errors {
  margin-bottom: 27px !important;
}

.gform_wrapper.gravity-theme {
  max-width: 364px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields {
  grid-row-gap: 20px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields select, .gform_wrapper.gravity-theme .gform_body .gform_fields input::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gform_body .gform_fields select::-webkit-input-placeholder {
  color: #757575 !important;
  background-color: white;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields input, .gform_wrapper.gravity-theme .gform_body .gform_fields select, .gform_wrapper.gravity-theme .gform_body .gform_fields input.large, .gform_wrapper.gravity-theme .gform_body .gform_fields select.large {
  min-height: 55px;
  font-size: 20px;
  font-size: 1.25rem;
  height: 55px;
  padding: 11px 20px !important;
  max-width: 364px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields select.gfield_select {
  -webkit-appearance: none !important;
  -moz-appearance: none;
       appearance: none;
  background-color: white;
  color: #757575 !important;
  background: url("./img/chevron-down.png") no-repeat right 20px center;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield_checkbox label {
  font-size: 16px;
  font-size: 1rem;
}

/**
 * Switch
 */
.switch-wrapper {
  display: flex;
  align-items: center;
  gap: 13.5px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}
.switch-wrapper > div {
  opacity: 1;
  transition: opacity 250ms;
}
.switch-wrapper > div.switch-wrapper__yearly {
  opacity: 0.5;
}
.switch-wrapper.checked .switch-wrapper__monthly {
  opacity: 0.5;
}
.switch-wrapper.checked .switch-wrapper__yearly {
  opacity: 1;
}
.switch-wrapper .switch {
  position: relative;
  display: block;
  width: 60px;
  height: 34px;
}
.switch-wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
label .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #4B748D;
}

input:focus + .slider {
  box-shadow: 0 0 1px #4B748D;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

ul,
ol {
  margin-left: 27px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

.list--unstyled, .list--share {
  margin-left: 0;
  list-style: none;
}

.list--share {
  display: flex;
  gap: 13.5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.strong {
  font-weight: 500;
}

em {
  font-style: italic;
}

small {
  font-size: 0.75em;
}

h1,
.h1 {
  font-size: 68px;
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 1.08em;
}
@media screen and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}

h2,
.h2 {
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 1.08em;
}
@media screen and (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

h3,
.h3 {
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 400;
  line-height: 1.08em;
}
@media screen and (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

.no-underline {
  text-decoration: none;
}

.tag {
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 27px;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 250ms, background 250ms;
}
.tag.active, .tag:hover {
  background-color: #262A35;
  color: #fff !important;
}

.text-small {
  font-size: 14px;
  font-size: 0.875rem;
}

.text-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.text-xl {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .text-xl {
    font-size: 45px !important;
  }
}

.text-2xl {
  font-size: 64px;
  font-size: 4rem;
}
@media screen and (max-width: 1024px) {
  .text-2xl {
    font-size: 45px !important;
  }
}

.bold {
  font-weight: 500;
}

.pagination {
  padding-top: 54px;
}
.pagination .page-numbers {
  display: inline-block;
  aspect-ratio: 1/1;
  width: 40.5px;
  line-height: 40.5px;
  border-radius: 50%;
  background-color: #F2ECE6;
  text-decoration: none;
  margin: 0 4.5px;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  display: none;
}
.pagination .page-numbers.current {
  background-color: #53738B;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .pagination {
    padding: 108px 0;
  }
}

.accordion dt {
  position: relative;
  cursor: pointer;
  border-top: 1px currentColor solid;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 27px 0;
}
.accordion dt.active:after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion dt:after {
  display: flex;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  justify-content: center;
  align-items: center;
  transform-origin: center;
  transition: transform 250ms;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 68 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;'%3E%3Cg transform='matrix(2.66667,0,0,2.66667,13.3998,38.2665)'%3E%3Cpath d='M0,-9.325L7.294,0L15.245,-9.325' style='fill:none;fill-rule:nonzero;stroke:rgb(36,42,54);stroke-width:1px;'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.accordion dd {
  display: none;
}
.accordion dd > div {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  .accordion dd > div {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  padding: 27px 0;
}
.header.header--dark a {
  color: #262A35;
}
.header.header--light a {
  color: #fff;
}
.header.header--light .menu-item-button a {
  background-color: #fff;
  color: #262A35 !important;
}
.header.header--light .menu-item-button a:hover {
  background-color: #53738B !important;
  color: #FFF !important;
}
@media screen and (max-width: 1024px) {
  .header .header__navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #252A35;
  }
  .header .header__navigation nav {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 33px;
    font-size: 2.0625rem;
    text-align: left;
    padding: 30px;
  }
  .header .header__navigation nav li {
    display: block;
  }
  .header .header__navigation nav li:hover a, .header .header__navigation nav li.current-menu-item a {
    color: #fff;
  }
  .header .header__navigation nav li a {
    color: #BCBEC1;
    transition: color 250ms;
  }
}

.footer {
  background-color: #252A35;
  padding: 135px 0 45px;
  color: #BCBEC1;
}
.footer a {
  color: #BCBEC1;
}
.footer .navigation__header,
.footer .footer__subscribe__header {
  color: #FFF;
  font-weight: 500;
  padding-left: 13.5px;
}
@media screen and (max-width: 480px) {
  .footer .navigation__header,
  .footer .footer__subscribe__header {
    padding: 0;
  }
}
.footer .footer__subscribe {
  padding-left: 13.5px;
  border-top: 1px rgba(188, 190, 193, 0.26) solid;
  padding-top: 27px;
}
.footer .footer__subscribe label,
.footer .footer__subscribe .helper_text {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.footer .footer__subscribe #mce-error-response,
.footer .footer__subscribe #mce-success-response,
.footer .footer__subscribe .mce_inline_error {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 27px;
}
.footer .footer__subscribe .row {
  margin-bottom: 13.5px;
}
.footer .footer__subscribe input {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.footer .footer__subscribe input[type=text], .footer .footer__subscribe input[type=email] {
  width: 100%;
  max-width: 100%;
}
.footer .footer__subscribe__header {
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  .footer {
    padding-top: 108px;
  }
}

.section {
  position: relative;
  overflow: hidden;
}
.section.section--artist .artist__discography .artist__songs {
  list-style: none;
  margin-left: 0;
}
.section.section--artist .artist__discography .artist__songs > li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
}
.section.section--artist .artist__discography .artist__songs > li:first-of-type {
  border-top: 1px solid #000;
}
.section.section--artist .artist__discography .artist__songs > li img {
  border-radius: 4px;
  max-height: 98px;
}
.section.section--artist .artist__discography .artist__songs > li ul {
  list--style: none;
  margin-left: 0;
}
.section.section--artist .artist__discography .artist__songs > li ul li {
  position: relative;
  display: inline-flex;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: 12px;
}
.section.section--artist .artist__discography .artist__songs > li ul li:before {
  content: "|";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.section.section--artist .artist__discography .artist__songs > li ul li:last-of-type:before {
  display: none;
}
.section.section--artist .artist__discography .artist__songs > li ul li a {
  text-decoration: none;
}
.section.section--artist .artist__links ul {
  list-style: none;
  margin-left: 0;
}
.section.section--artist .artist__links ul li {
  position: relative;
  display: inline-flex;
  margin-right: 12px;
}
.section.section--artist .artist__links ul li:before {
  content: "|";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.section.section--artist .artist__links ul li:last-of-type:before {
  display: none;
}
.section.section--artist .artist__links ul li a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .section.section--artists .h2.mt-xl {
    margin-top: 0;
  }
}
.section.section--artists ul {
  margin-left: 0;
  list-style: none;
}
.section.section--artists ul li {
  border-bottom: 1px solid #252A35;
}
.section.section--artists ul li:first-of-type {
  border-top: 1px solid #252A35;
}
.section.section--artists ul li .h1 a {
  text-decoration: none;
  transition: ease-in-out 250ms;
}
.section.section--artists ul li .h1 a:hover {
  color: #BCBEC1;
}
@media screen and (max-width: 480px) {
  .section.section--artists ul li .h1 {
    margin-bottom: 27px;
  }
}
.section.section--artists ul li .artists__content p {
  margin-bottom: 0;
}
.section.section--blog-intro {
  padding-top: 235px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .section.section--blog-intro {
    padding-top: 129px;
    padding-bottom: 35px;
  }
}
.section.section--categories .categories__heading {
  margin-bottom: 27px;
}
.section.section--categories ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  list-style: none;
  gap: 12px;
}
.section.section--categories ul li {
  position: relative;
  display: inline-flex;
  flex: 19%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  margin-bottom: 13.5px;
}
.section.section--categories ul li p {
  margin-top: auto;
  padding-bottom: 27px;
  padding-left: 27px;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .section.section--categories ul li p {
    font-size: 28px;
  }
}
.section.section--categories ul li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.section.section--categories ul li img {
  position: absolute;
  top: 27px;
  right: 27px;
  border-radius: 50%;
  border: 4px solid #FFF;
  max-width: 110px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .section.section--categories ul li img {
    max-width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .section.section--categories ul li {
    flex: 33%;
    max-width: calc(33% - 6px);
  }
}
@media screen and (max-width: 768px) {
  .section.section--categories ul li {
    flex: 50%;
    max-width: calc(50% - 6px);
  }
}
@media screen and (max-width: 480px) {
  .section.section--categories ul li {
    flex: 100%;
    max-width: unset;
  }
}
.section.section--experts .slide {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.section.section--experts .slide .h2 {
  text-decoration: none;
}
.section.section--experts .slide iframe {
  opacity: 0;
  transition: ease-in-out 250ms;
}
.section.section--experts .slide .fluid-width-video-wrapper iframe {
  opacity: 1;
}
.section.section--experts .slick-track, .section.section--experts .slick-list {
  display: flex;
}
.section.section--experts .slick-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section.section--experts .slick-slide > div {
  display: flex;
  flex: 1;
}
.section.section--experts .slick-slide .slide__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.section.section--experts .slick-slide .slide__content .slide__content-below {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: 0;
}
.section.section--experts .slick-slide .slide__content .btn, .section.section--experts .slick-slide .slide__content .menu-item-button a, .menu-item-button .section.section--experts .slick-slide .slide__content a {
  width: -moz-fit-content;
  width: fit-content;
}
.section.section--hero {
  display: flex;
  min-height: 800px;
}
.section.section--hero .section__content {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 108px 0;
}
.home .section.section--hero .section__content p {
  max-width: 100%;
}
.section.section--hero .section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: auto 110%;
  background-repeat: no-repeat;
}
.section.section--hero .section__background.section__background--full-bleed {
  background-size: cover;
}
.section.section--hero .section__background.section__background--full-bleed:after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.section.section--hero .section__background .section__background__video {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.section.section--hero .section__background .section__background__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .section.section--hero .section__background {
    background-size: 100% auto;
  }
}
.section.section--posts {
  padding: 108px 0;
}
.section.section--posts .tag {
  color: #262A35;
}
.section.section--playlist .playlist__info {
  display: flex;
  gap: 48px;
  font-weight: 500;
  padding: 0 54px;
}
.section.section--playlist .playlist__info img {
  border-radius: 10px;
  height: 150px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 480px) {
  .section.section--playlist .playlist__info img {
    height: unset;
  }
}
.section.section--playlist .playlist__info .playlist__content ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  list-style: none;
}
.section.section--playlist .playlist__info .playlist__content ul li {
  position: relative;
  font-weight: 500;
  margin-right: 12px;
}
.section.section--playlist .playlist__info .playlist__content ul li:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  width: 1px;
  background-color: #fff;
}
.section.section--playlist .playlist__info .playlist__content ul li:last-of-type:after {
  display: none;
}
.section.section--playlist .playlist__info .playlist__content .flex {
  display: flex;
  gap: 27px;
}
@media screen and (max-width: 480px) {
  .section.section--playlist .playlist__info {
    flex-direction: column;
    padding: 0;
  }
}
.section.section--playlist .plyr__controls {
  width: 100%;
  height: 60px;
  max-width: 600px;
  margin-left: 54px;
  margin-bottom: 54px;
  border-radius: 5px;
  --plyr-audio-control-color: #FFF;
  --plyr-audio-control-background-hover: transparent;
  --plyr-audio-controls-background: #252A35;
  --plyr-color-main: #FFF;
  --plyr-range-thumb-height: 0px;
  --plyr-audio-progress-buffered-background: #6D7078;
  --plyr-tooltip-radius: 0;
}
.section.section--playlist .plyr__controls .plyr--full-ui input[type=range] {
  border-radius: 0;
}
.section.section--playlist .plyr__controls input[type=range] {
  border-radius: 0 !important;
}
.section.section--playlist .plyr__controls input[type=range] ::-ms-fill-lower {
  color: red;
  background-color: red;
}
.section.section--playlist .plyr__controls .plyr__progress__buffer {
  left: 24px;
  max-width: 200px !important;
  border-radius: 0 !important;
}
.section.section--playlist .plyr__controls .plyr__progress__buffer::-webkit-progress-value {
  border-radius: 0 !important;
}
.section.section--playlist .plyr__controls .plyr__progress {
  --plyr-color-main: #53738B;
  --plyr-audio-progress-buffered-background: #fff;
}
.section.section--playlist .plyr__controls .plyr__progress input[type=range] {
  border-radius: 0 !important;
}
.section.section--playlist .plyr__controls .plyr__volume input[type=range] {
  padding: 0 !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
}
.section.section--playlist .plyr__controls .plyr__progress__marker {
  border-radius: 0 !important;
}
@media screen and (max-width: 480px) {
  .section.section--playlist .plyr__controls {
    margin-left: 0;
  }
}
.section.section--playlist .playlist__playlist.playlist__playlist--legacy a {
  color: #FFF;
}
.section.section--playlist .playlist__playlist.playlist__playlist--legacy .wp-playlist-item {
  color: #FFF !important;
  border-bottom: 1px solid #FFF !important;
}
.section.section--playlist .playlist__playlist.playlist__playlist--legacy .wp-playlist-item:first-of-type {
  border-top: 1px solid #FFF !important;
}
.section.section--playlist .playlist__playlist ul {
  display: block;
  list-style: none;
  margin-left: 0;
}
.section.section--playlist .playlist__playlist ul li {
  display: inline-flex;
  align-items: center;
  width: 100%;
  transition: ease-in-out 250ms;
  padding: 6.75px 0;
  font-weight: 500;
}
.section.section--playlist .playlist__playlist ul li:first-of-type span {
  color: #FFE3C1;
}
.section.section--playlist .playlist__playlist ul li .spacer {
  height: 1px;
  width: 100%;
}
.section.section--playlist .playlist__playlist ul li .track-count {
  display: flex;
  gap: 27px;
  align-items: center;
}
.section.section--playlist .playlist__playlist ul li .track-count span {
  width: 20px;
}
.section.section--playlist .playlist__playlist ul li .track-count img {
  max-height: 40px;
  border-radius: 2px;
}
@media screen and (max-width: 1024px) {
  .section.section--playlist .playlist__playlist ul li .track-count {
    gap: 8px;
  }
}
.section.section--playlist .playlist__playlist ul li:not(:first-of-type) {
  cursor: pointer;
}
.section.section--playlist .playlist__playlist ul li:not(:first-of-type).active {
  background-color: rgba(255, 255, 255, 0.3);
}
.section.section--playlist .playlist__playlist ul li:not(:first-of-type):hover:not(.active) {
  background-color: rgba(255, 255, 255, 0.2);
}
.section.section--playlist .playlist__playlist .wp-playlist {
  border: none;
  background-color: transparent;
}
.section.section--playlist .playlist__playlist .wp-playlist .wp-playlist-current-item {
  display: none;
}
.section.section--playlist .playlist__playlist .wp-playlist .mejs-container {
  height: 66px !important;
  background-color: #252A35;
  border-radius: 6px;
  margin-bottom: 27px;
}
.section.section--playlist .playlist__playlist .wp-playlist .mejs-container .mejs-controls {
  height: 66px;
  align-items: center;
  background-color: #252A35;
  border-radius: 6px;
}
.section.section--playlist .playlist__playlist .wp-playlist .mejs-container .mejs-time-current {
  background-color: #53738B;
}
.section.section--playlist .playlist__playlist .wp-playlist .wp-playlist-item {
  display: flex;
  justify-content: space-between;
  padding: 15px 13.5px;
  color: #262A35;
  border-bottom: 1px solid #252A35;
}
.section.section--playlist .playlist__playlist .wp-playlist .wp-playlist-item.wp-playlist-playing {
  font-weight: 400;
  background-color: transparent;
}
.section.section--playlist .playlist__playlist .wp-playlist .wp-playlist-item:first-of-type {
  border-top: 1px solid #252A35;
}
.section.section--playlist .playlist__playlist .wp-playlist .wp-playlist-item .wp-playlist-item-length {
  position: relative;
}
.section.section--playlist .playlist__form #gform_wrapper_1 {
  width: 100%;
  max-width: unset;
}
.section.section--playlist .playlist__form #gform_wrapper_1 input, .section.section--playlist .playlist__form #gform_wrapper_1 select, .section.section--playlist .playlist__form #gform_wrapper_1 textarea {
  max-width: unset;
}
.section.section--playlist .playlist__form #gform_wrapper_1 select {
  background-color: #FFF;
}
.section.section--slider .slick-slide {
  margin: 0 12px;
}
.section.section--slider .slick-list {
  margin: 0 -12px;
}
.section.section--slider .slick-arrow {
  top: auto;
  bottom: -34px;
  aspect-ratio: 1/1;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  background-color: #FFF;
}
.section.section--slider .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 22px;
  width: 13px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section.section--slider .slick-arrow.slick-prev {
  left: auto;
  right: 67.5px;
}
.section.section--slider .slick-arrow.slick-prev:before {
  content: "";
  background-image: url("./img/slick-prev.svg");
}
@media screen and (max-width: 1024px) {
  .section.section--slider .slick-arrow.slick-prev {
    right: 81px;
  }
}
.section.section--slider .slick-arrow.slick-next {
  right: -12px;
}
.section.section--slider .slick-arrow.slick-next:before {
  content: "";
  background-image: url("./img/slick-next.svg");
}
@media screen and (max-width: 1024px) {
  .section.section--slider .slick-arrow.slick-next {
    right: 0;
  }
}
.section.section--streaming-plans ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section.section--streaming-plans ul li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px 0;
  min-height: 65px;
}
.section.section--streaming-plans ul li img {
  display: block;
  margin: auto;
}
.section.section--streaming-plans .streaming-plans {
  display: flex;
  gap: 1px;
  flex-wrap: wrap;
  margin: 54px 0 0 0;
}
.section.section--streaming-plans .streaming-plans .streaming-plans__plan {
  flex: 1 1 0px;
  border: 1px #D7DFE5 solid;
  border-radius: 20px;
  overflow: hidden;
}
.section.section--streaming-plans .streaming-plans .streaming-plans__plan.streaming-plans__plan--highlight {
  border-color: #4B748D;
}
.section.section--streaming-plans .streaming-plans .streaming-plans__plan.streaming-plans__plan--highlight .streaming-plans__heading {
  background-color: #4B748D;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section.section--streaming-plans .streaming-plans .streaming-plans__plan {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .section.section--streaming-plans .streaming-plans {
    gap: 27px;
  }
}
.section.section--streaming-plans .streaming-plans__features {
  max-width: 280px;
  padding-top: 50px;
  padding-right: 27px;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (max-width: 1024px) {
  .section.section--streaming-plans .streaming-plans__features {
    display: none;
  }
}
.section.section--streaming-plans .streaming-plans__heading {
  background-color: #D7DFE5;
  text-align: center;
  padding: 10px 0;
}
.section.section--streaming-plans .streaming-plans__ticks {
  padding: 0 27px;
  padding-bottom: 54px;
}
.section.section--streaming-plans .streaming-plans__ticks li {
  border-bottom: 1px #4B7571 solid;
  text-align: center;
  padding: 18px 0;
}
.section.section--pricing .pricing-plans {
  display: flex;
  gap: 1px;
  flex-wrap: wrap;
  margin: 54px 0;
  gap: 27px;
}
.section.section--pricing .pricing-plans .pricing-plans__plan {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 27px;
  flex: 1 1 0px;
  background-color: #fff;
  border-radius: 20px;
  padding: 27px;
}
.section.section--pricing .pricing-plans .pricing-plans__plan.pricing-plans__plan--highlight {
  border: 1px #4B748D solid;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.section.section--pricing .pricing-plans .pricing-plans__plan ul {
  font-size: 13px;
  font-size: 0.8125rem;
}
.section.section--pricing .pricing-plans .pricing--plans__plan__highlight {
  position: absolute;
  background-color: #4B748D;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 6.75px 27px;
  top: 0;
  left: -1px;
  right: -1px;
  transform: translateY(-75%);
}
.section.section--pricing .pricing-plans .pricing-plans__heading {
  min-height: 100px;
}
@media screen and (max-width: 1024px) {
  .section.section--pricing .pricing-plans {
    flex-direction: column;
  }
  .section.section--pricing .pricing-plans .pricing-plans__plan--highlight {
    margin-top: 27px;
  }
}
.section.section--text-and-media a {
  color: inherit;
}
.section.section--text-and-media:first-child p {
  max-width: 330px;
}
.section.section--text-and-media .section__image {
  position: relative;
  z-index: 2;
}
.section.section--text-and-media .text-and-media__artists-content {
  max-width: 375px;
}
@media screen and (max-width: 768px) {
  .section.section--text-and-media .text-and-media__artists-content {
    max-width: unset;
  }
}
.section.section--text-and-media form p {
  max-width: 600px !important;
}
.section.section--text-and-media form .gform-body .gfield--type-text,
.section.section--text-and-media form .gform-body .gfield--type-email {
  max-width: 364px;
}
.section.section--text-and-media .gravity-theme {
  max-width: unset;
}
.section.section--text-and-media .video__player {
  width: 100%;
  height: 100vh;
  max-height: 560px;
}
@media screen and (max-width: 1024px) {
  .section.section--text-and-media .video__player {
    max-height: 440px;
  }
}
@media screen and (max-width: 768px) {
  .section.section--text-and-media .video__player {
    max-height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .section.section--text-and-media .video__player {
    max-height: 210px;
  }
}
@media screen and (max-width: 1024px) {
  .section.section--text-and-media {
    padding: 0;
  }
  .section.section--text-and-media .section__image {
    position: relative;
    margin-bottom: 54px;
    text-align: center;
    transform: none !important;
  }
  .section.section--text-and-media .section__content {
    padding: 27px 0;
  }
}
.section.section--ticks.text-base li:before {
  filter: brightness(0);
}
.section.section--ticks .section--ticks__items {
  display: flex;
  gap: 54px;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.section.section--ticks .section--ticks__items li {
  display: flex;
  gap: 13.5px;
  align-items: center;
}
.section.section--ticks .section--ticks__items li:before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("img/tick.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .section.section--ticks .section--ticks__items {
    justify-content: flex-start;
  }
}
.section.section--steps .section--steps__item {
  height: 100%;
  background-color: #53738B;
  color: #fff;
  border-radius: 20px;
  padding: 27px;
  margin: 27px 0;
}
.section.section--steps .section--steps__image {
  display: flex;
  margin: 27px 0;
}
.section.section--steps .section--steps__image.section--steps__image--icon img {
  max-width: 70px;
}
.section.section--steps .section--steps__image.section--steps__image--left {
  justify-content: flex-start;
}
.section.section--steps .section--steps__image.section--steps__image--centre {
  justify-content: center;
}
.section.section--steps .section--steps__image.section--steps__image--right {
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .section.section--steps .row--flex {
    display: block;
  }
}

.btn, .menu-item-button a,
.button {
  background-color: #262A35;
  color: #fff !important;
  display: inline-block;
  padding: 5px 25px !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: auto;
  transition: color 0.5s, background 0.5s;
  border-radius: 20px !important;
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: none;
  cursor: pointer;
}
.btn::-moz-focus-inner, .menu-item-button a::-moz-focus-inner,
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn:hover, .menu-item-button a:hover,
.button:hover {
  text-decoration: none;
  background-color: #53738B;
  color: #FFF !important;
  border-color: #444;
}
.btn.is-disabled, .menu-item-button a.is-disabled, .btn:disabled, .menu-item-button a:disabled,
.button.is-disabled,
.button:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn--inverse {
  background-color: #fff !important;
  color: #444 !important;
  border: 1px solid #444 !important;
}
.btn--inverse:hover {
  background-color: #444 !important;
  color: #fff !important;
  border-color: transparent !important;
}

.btn--block {
  display: block;
  width: 100%;
}
.btn--block + .btn--block {
  margin-top: 6.75px;
}

.btn--link {
  background-color: transparent;
  color: #444;
}

@media screen and (max-width: 1024px) {
  .menu-item-button {
    margin-top: 54px;
  }
}
.menu-item-button a {
  display: inline-block !important;
}
@media screen and (max-width: 1024px) {
  .menu-item-button a {
    background-color: #BCBEC1;
    color: #262A35 !important;
  }
}

/**
 * Hamburger menu
 */
.nav-burger {
  position: relative;
  float: right;
  z-index: 550;
  transition: all 250ms ease-in-out;
}

.nav-burger__line {
  width: 25px;
  height: 2px;
  background-color: #444;
  display: none;
  margin: 4px auto;
  transition: all 250ms ease-in-out;
}
.nav-burger__line:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .nav-burger__line {
    display: block;
  }
}
.nav-burger.open .nav-burger__line:nth-child(2) {
  opacity: 0;
}
.nav-burger.open .nav-burger__line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.nav-burger.open .nav-burger__line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.header--light .nav-burger__line, .open .nav-burger__line {
  background-color: #fff;
}

/**
 * Navs
 */
.nav {
  list-style: none;
  margin: 0;
}
.nav > li {
  display: inline-block;
  margin-right: 27px;
}
.nav > li:last-child {
  margin-right: 0;
}
.nav > li > a {
  display: block;
}

.nav--header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 20px;
  font-size: 1.25rem;
}
.nav--header a {
  text-decoration: none;
}
.nav--header li {
  position: relative;
}
.nav--header li .sub-menu {
  display: none;
  position: absolute;
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 10px 0;
}
.nav--header li.current-menu-item:after {
  width: 100%;
}
.nav--header li:hover .sub-menu {
  display: block;
}
.nav--header > li:after {
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  border-top: 1px #BCBEC1 solid;
  transition: width 250ms;
}
.nav--header > li:hover:after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .nav--header {
    font-size: 33px;
    font-size: 2.0625rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .nav--header li {
    width: 100%;
  }
  .nav--header li:after {
    display: none;
  }
  .nav--header li.menu-item-has-children:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 25px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23BCBEC1' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
  }
  .nav--header li .sub-menu {
    position: relative;
  }
}

.nav--footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.nav--footer.nav--footer--inline {
  position: relative;
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
  padding: 0 13.5px;
}
.nav--footer.nav--footer--inline.nav--footer--socials:after {
  display: none;
}
@media screen and (max-width: 480px) {
  .nav--footer.nav--footer--inline.nav--footer--socials {
    margin-top: 0;
  }
}
.nav--footer.nav--footer--inline.nav--footer--dsp li i {
  font-size: 30px;
  font-size: 1.875rem;
}
.nav--footer.nav--footer--inline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(188, 190, 193, 0.26);
}
@media screen and (max-width: 768px) {
  .nav--footer.nav--footer--inline {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .nav--footer.nav--footer--inline {
    display: block;
    padding: 0;
  }
}
.nav--footer li {
  margin-bottom: 27px;
}
.nav--footer li a {
  text-decoration: none;
  transition: color 250ms;
}
.nav--footer li a:hover {
  color: #fff;
}
.nav--footer li.current-menu-item a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .nav--footer {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (max-width: 480px) {
  .footer__navigation--main {
    margin-bottom: 54px;
  }
}

.alert {
  padding: 27px;
  margin-bottom: 27px;
  border: 1px solid transparent;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 27px;
}
.alert.alert--success {
  color: #5CB85C;
  border-color: #5CB85C;
}
.alert.alert--info {
  color: #444;
  border-color: #444;
}
.alert.alert--warning {
  color: #F0AD4E;
  border-color: #F0AD4E;
}
.alert.alert--danger {
  color: #D9534F;
  border-color: #D9534F;
}

body.single-post {
  background-color: #d9e0e5;
  padding-top: 100px;
}
body.single-post .main {
  padding-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  body.single-post {
    padding-top: 200px;
  }
}

.post__date {
  font-size: 14px;
  font-size: 0.875rem;
}

.tags {
  display: flex;
  gap: 15px;
}

.sign-up-page {
  display: flex;
  flex-wrap: wrap;
}
.sign-up-page .sign-up__section {
  width: 50%;
  padding: 162px 81px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .sign-up-page .sign-up__section {
    width: 100%;
    padding: 162px 27px;
  }
}
.sign-up-page .sign-up__content {
  max-width: 600px;
}
.sign-up-page .sign-up__content.sign-up__content--left > div {
  max-width: 380px;
}
.sign-up-page .sign-up__content.sign-up__content--right {
  margin: auto;
}
