/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "Asphalts Brush";
  src: url("../fonts/AsphaltsBrush.woff2") format("woff2"), url("../fonts/AsphaltsBrush.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Heavy.woff2") format("woff2"), url("../fonts/SFProDisplay-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSans-500.woff2") format("woff2"), url("../fonts/MuseoSans-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSans-700.woff2") format("woff2"), url("../fonts/MuseoSans-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSans-900.woff2") format("woff2"), url("../fonts/MuseoSans-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: Museo Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.72;
  color: #000;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.72em / 2);
}
.h1,
h1 {
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 900;
}
.h2,
h2 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 900;
}
.h3,
h3 {
  font-size: 23px;
  line-height: 1.22;
  letter-spacing: -0.02em;
  font-weight: 900;
}
.h4,
h4 {
  font-size: 19.5px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-weight: 900;
}
.h5,
h5 {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 900;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  h1 {
    font-size: 39px;
  }

  h2 {
    font-size: 32px;
  }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.72em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Title
\* ------------------------------------------------------------ */
.title span {
  position: relative;
  color: #fff;
}
.title span span {
  position: absolute;
  top: 5px;
  bottom: 0px;
  left: -6px;
  right: -13px;
  background-size: 100% 100%;
  z-index: -1;
}
.title em {
  font-style: normal;
}
.title .rect {
  position: relative;
  padding: 0 6px;
}
.title .rect:after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: -2px;
  left: -10px;
  right: -3px;
  border: 3px solid transparent;
  border-radius: 3px;
}
.title .rect--pink {
  color: #FF0080;
}
.title .rect--pink:after {
  border-color: #FF0080;
}
.title .rect--yellow {
  color: #FFCF5E;
}
.title .rect--yellow:after {
  border-color: #FFCF5E;
}
.title .rect--purple {
  color: #7F66D5;
}
.title .rect--purple:after {
  border-color: #7F66D5;
}
@media (max-width: 1023px) {
  .title > span {
    display: inline-block;
  }
  .title .rect {
    display: inline-block;
  }
  .title .rect:after {
    left: -2px;
    right: -2px;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
.article__page {
  position: relative;
  font-size: large;
}
.article__page h1 {
  font-family: "South East";
}
.article__page h2 {
  color: #645898;
}
.article__page p {
  color: #454E59;
}
.article__page .btn {
  font-size: 1em;
  color: white;
  border-color: transparent;
  background: #de2473;
  padding-left: 55px;
}
.article__page .btn, .article__page .btn:hover {
  background-image: url(../images/temp/rocket.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 50px 50px;
}
.article__page .article__media {
  position: relative;
  float: right;
  margin-left: 4em;
  margin-bottom: 4em;
  padding-left: 40px;
}
.article__page .article__media .article__image {
  position: relative;
  z-index: 10;
  width: 340px;
  height: 480px;
  background-size: cover;
  border: 2px solid transparent;
}
.article__page .article__media .article__image-alt {
  position: absolute;
  top: 7.5px;
  left: 2.5px;
  width: 367.5px;
  height: 512.5px;
  background-size: cover;
}
.article__page .article__media .article__image.cara {
  background-image: url(../images/temp/a1.png);
  border-color: #68559E;
}
.article__page .article__media .article__image-alt.cara {
  background-image: url(../images/temp/a11.png);
}
section.episode__notes {
  position: relative;
  color: #44507F;
  background-color: #E4E1F5;
  padding: 4em 0 8em;
}
section.episode__notes:before, section.episode__notes:after {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/temp/line.png) no-repeat 0 0;
  width: 100%;
  height: 7px;
  background-size: 100% 100%;
}
section.episode__notes:before {
  top: -10px;
}
section.episode__notes:after {
  bottom: -10px;
}
section.episode__notes li {
  font-weight: bold;
  list-style-type: none;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  padding: 10px 20px;
  border-radius: 10px;
}
section.episode__notes li:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/temp/light_bulb.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 1em;
  vertical-align: middle;
}
section.episode__notes li:nth-child(odd) {
  background-color: #eeecf9;
}
section.episode__quote {
  background-color: #645898;
  padding: 0;
}
section.episode__quote blockquote {
  font-size: 2em;
  color: white;
  font-family: "South East";
  text-align: center;
  padding: 1.5em;
  margin-left: 70px;
  margin-right: 70px;
}
section.episode__quote blockquote:before {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  margin: auto;
  margin-top: -125px;
  background-image: url(../images/temp/profile/cara.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.episode__quote blockquote .attribution {
  margin-top: 0.5em;
  color: #9d95c1;
}
/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .articles .grid__col + .grid__col {
    margin-top: 60px;
  }
}
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
  position: relative;
  padding-left: 239px;
}
.article h5 {
  font-weight: 700;
  color: #8F96B3;
  margin: 0 0 16px;
}
.article h3 {
  margin: 0 0 12px;
}
.article p {
  font-size: 16px;
  line-height: 1.75;
  color: #8F96B3;
  margin: 0;
}
.article p + .btn {
  margin: 24px 0 0;
}
.article .article__media {
  position: absolute;
  top: 1px;
  left: 56px;
  padding-left: 16px;
}
.article .article__media .article__image {
  position: relative;
  z-index: 10;
  width: 136px;
  height: 192px;
  background-size: cover;
  border: 1px solid transparent;
}
.article .article__media .article__image-alt {
  position: absolute;
  top: 3px;
  left: 1px;
  width: 147px;
  height: 205px;
  background-size: cover;
}
.article .article__body {
  max-width: 250px;
}
@media (max-width: 1023px) {
  .article {
    padding-left: 175px;
  }
  .article .article__media {
    left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article {
    padding-left: 150px;
  }
  .article .btn {
    min-width: 0;
    width: 100%;
  }
  .article .article__media {
    padding-left: 15px;
  }
  .article .article__media .article__image {
    width: 119px;
    height: 166px;
  }
  .article .article__media .article__image-alt {
    top: 2px;
    left: 1px;
    width: 128px;
    height: 178px;
  }
}
/* ------------------------------------------------------------ *\
	Avatar
\* ------------------------------------------------------------ */
.avatar {
  position: relative;
  padding-left: 77px;
}
.avatar h6 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
}
.avatar h6 span {
  display: block;
  color: #8F96B3;
  font-weight: 500;
  margin-top: 1px;
}
.avatar .avatar__image {
  position: absolute;
  top: -3px;
  left: 5px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-size: cover;
}
.avatar .avatar__image:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/temp/shape-circle.png) no-repeat 0 0;
  background-size: 100% 100%;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FF006C;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  padding: 16px 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  /*  Button Border  */
}
.btn:hover {
  background: #de2473;
}
.btn--border {
  border: 1px solid #434F83;
  background: none;
  color: #434F83;
  font-size: 12px;
  font-weight: 900;
  padding: 9px 10px;
  min-width: 160px;
}
.btn--border:hover {
  background: #FF006C;
  border-color: #FF006C;
  color: #fff;
}
/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
.callout {
  background: url(../images/temp/shape-big.png) no-repeat 0 0;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  padding: 102px 0 123px;
  font-size: 16px;
  line-height: 1.5;
}
.callout h2 {
  font-size: 32px;
  line-height: 1.2;
  margin: 27px 0 0;
}
.callout h2 img {
  vertical-align: middle;
  position: relative;
  top: -5px;
}
.callout h2 + p {
  margin: 14px 0 0;
}
.callout p {
  color: #C6CDEB;
}
.callout p + .btn {
  margin: 39px 0 0;
}
.callout .btn {
  min-width: 256px;
  padding: 14px 10px;
}
.callout .btn img {
  position: relative;
  top: -2px;
}
.callout .callout__content {
  max-width: 520px;
  margin: auto;
}
@media (max-width: 1023px) {
  .callout {
    padding: 70px 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout {
    padding: 50px 15px;
    background-position: center;
    background-size: auto 100%;
  }
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features {
  padding-right: 32px;
}
@media (max-width: 1199px) {
  .features {
    padding-right: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features .grid__col + .grid__col {
    margin-top: 30px;
  }
}
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  position: relative;
  padding: 56px 0 0;
}
.feature > img {
  position: absolute;
  top: 23px;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.feature h4 {
  margin: 0;
}
.feature h4 + p {
  margin: 11px 0 0;
}
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  width: 100%;
  border: 3px solid #29366C;
  border-radius: 5px;
  height: 50px;
  background: #fff;
  color: #707070;
  font-size: 14px;
  padding: 0 15px;
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form label {
  display: none;
}
.form .form__head {
  margin: 0 0 17px;
  color: #434F83;
  text-transform: uppercase;
}
.form .form__body {
  position: relative;
  background: url(../images/temp/shape-purple-alt.png) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 8px 362px 12px 10px;
}
.form .form__body:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 152px;
  background: url(../images/temp/arrow-alt.png) no-repeat 0 0;
  width: 51px;
  height: 54px;
  background-size: 100% 100%;
  margin-top: -1px;
}
.form .form__body .btn {
  position: absolute;
  top: 8px;
  right: 13px;
  min-width: 338px;
}
.form .form__validationMessage {
  color: white;
  margin-top: 0.5em;
}
.form .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.form .form__row .form__col {
  padding: 0 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.form .form__foot {
  margin: 12px 0 0;
}
.form .form__success {
  color: white;
  margin: 1em;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .form .form__body {
    padding-right: 221px;
  }
  .form .form__body .btn {
    min-width: 200px;
  }
  .form .form__foot {
    margin: 56px 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__body {
    padding: 10px;
  }
  .form .form__body .btn {
    min-width: 0;
    position: static;
    width: 100%;
    margin-top: 10px;
  }
  .form .form__row {
    margin: 0;
    display: block;
  }
  .form .form__row .form__col {
    max-width: 100%;
    padding: 0;
  }
  .form .form__row .form__col + .form__col {
    margin-top: 10px;
  }
  .form .form__foot {
    margin: 56px 0 0;
  }
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -32px;
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 0 32px;
}
.grid .grid__col--1of3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
.grid .grid__col--1of2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.grid--primary {
  margin: 0 -15px -115px;
}
.grid--primary .grid__col {
  padding: 0 15px 115px;
}
@media (max-width: 1023px) {
  .grid {
    margin: 0 -15px;
  }
  .grid .grid__col {
    padding: 0 15px;
  }
  .grid--primary {
    margin: 0 -15px -70px;
  }
  .grid--primary .grid__col {
    padding: 0 15px 70px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid {
    margin: 0;
    display: block;
  }
  .grid .grid__col {
    padding: 0;
    max-width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  padding: 48px 0 20px;
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  background: url(../images/logo.png) no-repeat 0 0;
  width: 213px;
  height: 29px;
  background-size: 100% 100%;
}
.logo-alt {
  display: inline-block;
  background: url(../images/logo-alt.png) no-repeat 0 0;
  width: 122px;
  height: 74px;
  background-size: 100% 100%;
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 118px 0 45px;
  /*  Section Primary  */
  /*  Section Secondary  */
}
.section .features + .form {
  margin-top: 124px;
}
.section .articles + .callout {
  margin-top: 165px;
}
.section .testimonial + .section__content {
  margin-top: 98px;
}
.section .section__inner {
  position: relative;
}
.section .section__inner > img {
  position: absolute;
}
.section .section__inner .star {
  top: -49px;
  left: 31.3%;
}
.section .section__inner .stat {
  top: -109px;
  right: 4%;
}
.section .section__inner .circle {
  top: 197px;
  left: 22.8%;
}
.section .section__inner .triangle {
  top: 62%;
  left: 48.8%;
}
.section .section__inner .arrow {
  top: 64%;
  right: 20.4%;
}
.section .section__inner .arrow1 {
  top: 16.5%;
  left: 56.5%;
}
.section .section__inner .star1 {
  top: 66%;
  right: 12.2%;
}
.section .section__inner .party {
  bottom: -5%;
  right: 10.5%;
}
.section .section__inner--alt {
  padding-top: 128px;
}
.section .section__inner--alt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/temp/line.png) no-repeat 0 0;
  width: 100%;
  height: 7px;
  background-size: 100% 100%;
}
.section .section__head + .features {
  margin-top: 50px;
}
.section .section__head + .testimonial {
  margin-top: 99px;
}
.section .section__head + .articles {
  margin-top: 118px;
}
.section .section__content h2 {
  letter-spacing: -0.05em;
  line-height: 1.43;
}
.section--primary {
  padding: 42px 0 40px;
}
.section--primary .section__content {
  color: #454E59;
}
.section--secondary {
  padding: 82px 0 40px;
}
.section--secondary .section__inner--alt {
  padding-top: 130px;
}
@media (max-width: 1023px) {
  .section .section__head br {
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .articles + .callout {
    margin-top: 80px;
  }
  .section .section__inner--alt {
    padding-top: 90px;
  }
  .section .section__head + .testimonial {
    margin-top: 50px;
  }
  .section .section__head + .articles {
    margin-top: 50px;
  }
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1120px + 15px * 2 );
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%;
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial .testimonial__body {
  position: relative;
  padding-top: 92px;
  padding-left: 8px;
  color: #69569E;
  font-size: 76px;
  line-height: 1.2;
  font-family: "Asphalts Brush", sans-serif;
}
.testimonial .testimonial__body > img {
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial .avatar {
  margin-top: 23px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial .testimonial__body {
    padding-top: 70px;
    font-size: 46px;
  }
  .testimonial .testimonial__body > img {
    width: 40px;
  }
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */