@import url(https://use.typekit.net/wie2nou.css);
@import url(//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@charset "UTF-8";
.icon,
.-icon {
  font-family: 'Ionicons';
}
@font-face {
  font-family: 'bourton_textbold_narrow';
  src: url('/fonts/bourton/bourtontext-boldnarrow-webfont.woff2') format('woff2'), url('/fonts/bourton/bourtontext-boldnarrow-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* ---- COLOR VARIABLES ---- */
/* ------------------ MOSSS -------------------- */
/* ------------------ CORALS -------------------- */
/* ------------------ OPALS -------------------- */
/* ------------------ BLUES -------------------- */
/* ------------------ TEALS -------------------- */
/* ------------------ GOLDS -------------------- */
/* ------------------ LIGHTS -------------------- */
/* ------------------ DARKS -------------------- */
/* ---- COLOR CLASSES ---- */
/* ------------------ COLORS -------------------- */
.-moss {
  color: #c7d1a3;
}
.-coral {
  color: #e8967c;
}
.-opal {
  color: #a0bcb4;
}
.-blue {
  color: #2e2c3d;
}
.-teal {
  color: #3ea68b;
}
.-gold {
  color: #aa8b5e;
}
.-light {
  color: #becacd;
}
.-dark {
  color: #414042;
}
.-moss-hover:hover {
  color: #c7d1a3;
}
.-moss-hover.-clicked {
  color: #c7d1a3;
}
.-coral-hover:hover {
  color: #e8967c;
}
.-coral-hover.-clicked {
  color: #e8967c;
}
.-opal-hover:hover {
  color: #a0bcb4;
}
.-opal-hover.-clicked {
  color: #a0bcb4;
}
.-blue-hover:hover {
  color: #2e2c3d;
}
.-blue-hover.-clicked {
  color: #2e2c3d;
}
.-teal-hover:hover {
  color: #3ea68b;
}
.-teal-hover.-clicked {
  color: #3ea68b;
}
.-gold-hover:hover {
  color: #aa8b5e;
}
.-gold-hover.-clicked {
  color: #aa8b5e;
}
.-light-hover:hover {
  color: #becacd;
}
.-light-hover.-clicked {
  color: #becacd;
}
.-dark-hover:hover {
  color: #414042;
}
.-dark-hover.-clicked {
  color: #414042;
}
/* ------------------ BACKGROUND COLORS -------------------- */
.-moss-bg {
  background: #c7d1a3;
}
.-coral-bg {
  background: #e8967c;
}
.-opal-bg {
  background: #a0bcb4;
}
.-blue-bg {
  background: #2e2c3d;
}
.-teal-bg {
  background: #3ea68b;
}
.-gold-bg {
  background: #aa8b5e;
}
.-light-bg {
  background: #becacd;
}
.-dark-bg {
  background: #414042;
}
.main-font,
.-main-font {
  font-family: 'trade-gothic-next', sans-serif;
}
.display,
.-display {
  font-family: 'bourton_textbold_narrow';
}
.serif,
.-serif {
  font-family: 'clarendon-text-pro', serif;
}
.-cond,
.cond {
  font-family: 'trade-gothic-next-condensed', sans-serif;
}
/** * Windfall Framework * --------------- * Built with love by your friends @windfallstudio * http://www.windfallstudio.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.pull_right {
  float: right;
}
.pull_left {
  float: left;
}
/* Base Styles */
html {
  font-size: 100%;
  line-height: 1.625em;
}
* {
  box-sizing: border-box;
}
body {
  background: #fff;
  font-family: 'trade-gothic-next', sans-serif;
  font-weight: 400;
  color: #555555;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
  }
}
.hide {
  display: none;
}
.hide.active,
.show {
  display: block;
}
.fixed {
  position: fixed;
}
.fixed.pinned {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .fixed {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
}
.flex {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .flex {
    display: block;
  }
}
.auto {
  margin: auto;
}
.unfixed {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'trade-gothic-next', sans-serif;
  font-weight: 300;
  color: #444444;
  text-rendering: optimizeLegibility;
  padding-top: 0.273em;
  line-height: 1.15538em;
  padding-bottom: 0.273em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #3ea68b;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #256453;
}
@media only screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-wrap: break-word;
  }
}
h1.xlarge {
  font-size: 110px;
}
h1.xxlarge {
  font-size: 126px;
}
h1.absurd {
  font-size: 177px;
}
body,
p,
li {
  font-size: 16px;
  font-size: 1em;
  line-height: 24px;
  line-height: 1.5em;
}
h1 {
  font-size: 39.81px;
  font-size: 2.488em;
}
h2 {
  font-size: 33.18px;
  font-size: 2.074em;
}
h3 {
  font-size: 27.65px;
  font-size: 1.728em;
}
h4 {
  font-size: 23.04px;
  font-size: 1.44em;
}
h5 {
  font-size: 19.2px;
  font-size: 1.2em;
}
h6 {
  font-size: 13.33px;
  font-size: 0.833em;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.subhead {
  color: #777;
  font-weight: normal;
  margin-bottom: 20px;
}
/*===================================================== Links & Paragraph styles ======================================================*/
a {
  color: #3ea68b;
  text-decoration: none;
  outline: 0;
  line-height: inherit;
  transition: 0.2s linear all;
}
a:hover {
  color: #256453;
}
/*===================================================== Lists ======================================================*/
ul,
ol {
  margin-bottom: 0.273em;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
  margin-left: 30px;
}
ul.square,
ul.circle,
ul.disc {
  margin-left: 25px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul {
  margin: 4px 0 5px 25px;
}
ol ol {
  margin: 4px 0 5px 30px;
}
li {
  padding-bottom: 0.273em;
}
ul.large li {
  line-height: 21px;
}
dl dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.-bulleted {
  display: block;
  margin-left: 20px;
}
.-bulleted li {
  list-style-type: disc;
}
.-bulleted li ul li {
  list-style-type: circle;
}
.-plus {
  display: block;
}
.-plus li {
  position: relative;
  padding-left: 20px;
}
.-plus li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '+';
}
.-dash {
  display: block;
}
.-dash li {
  position: relative;
  padding-left: 20px;
}
.-dash li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '-';
}
@media only screen and (max-width: 768px) {
  ul,
  ol,
  dl,
  p {
    text-align: left;
  }
}
/* Mobile */
em {
  font-style: italic;
  line-height: inherit;
}
strong {
  font-weight: 700;
  line-height: inherit;
}
small {
  font-size: 56.4%;
  line-height: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
  color: #777;
}
/* Blockquotes */
blockquote {
  line-height: 20px;
  color: #777;
  margin: 0 0 18px;
  padding: 9px 20px 0 19px;
  border-left: 5px solid #ccc;
}
blockquote p {
  line-height: 20px;
  color: #777;
}
blockquote cite {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a {
  color: #555555;
}
blockquote cite a:visited {
  color: #555555;
}
hr {
  margin: 20px 0;
  border: none;
  border-bottom: 1px solid #becacd;
}
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px solid #ccc;
  cursor: help;
}
abbr {
  text-transform: none;
}
/** Print styles. Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com) */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  p a {
    color: #555555 !important;
    text-decoration: underline;
  }
  p a:visited {
    color: #555555 !important;
    text-decoration: underline;
  }
  p a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*=================================================

	+++ LE GRID +++
	A Responsive Grid -- Windfall defaults to a standard 960 grid,
	but you can change it to whatever you'd like.
 ==================================================*/
/*.container {
	padding: 0 $gutter-in-px;
}*/
.row {
  width: 100%;
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row .row,
.full-row {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
/* To fix the grid into a different size, set max-width to your desired width */
.column,
.columns {
  margin-left: 2.12766%;
  float: left;
  min-height: 1px;
  box-sizing: border-box;
}
.column:first-child,
.columns:first-child,
.alpha {
  margin-left: 0;
}
.column.omega,
.columns.omega {
  float: right;
}
/* Column Classes */
.row .one.column {
  width: 6.38298%;
}
.row .one.columns {
  width: 6.38298%;
}
.row .two.columns {
  width: 14.89362%;
}
.row .three.columns {
  width: 23.40426%;
}
.row .four.columns {
  width: 31.91489%;
}
.row .five.columns {
  width: 40.42553%;
}
.row .six.columns {
  width: 48.93617%;
}
.row .seven.columns {
  width: 57.44681%;
}
.row .eight.columns {
  width: 65.95745%;
}
.row .nine.columns {
  width: 74.46809%;
}
.row .ten.columns {
  width: 82.97872%;
}
.row .eleven.columns {
  width: 91.48936%;
}
.row .twelve.columns {
  width: 100%;
}
/* Push and Pull Classes */
.row .push_one {
  margin-left: 10.6383%;
}
.row .push_one:first-child {
  margin-left: 8.51064%;
}
.row .push_one_half:first-child {
  margin-left: 12.76596%;
}
.row .pull_one.one.column {
  margin-left: -14.89362%;
}
.row .pull_one.two.columns {
  margin-left: -23.40426%;
}
.row .pull_one.three.columns {
  margin-left: -31.91489%;
}
.row .pull_one.four.columns {
  margin-left: -40.42553%;
}
.row .pull_one.five.columns {
  margin-left: -48.93617%;
}
.row .pull_one.six.columns {
  margin-left: -57.44681%;
}
.row .pull_one.seven.columns {
  margin-left: -65.95745%;
}
.row .pull_one.eight.columns {
  margin-left: -74.46809%;
}
.row .pull_one.nine.columns {
  margin-left: -82.97872%;
}
.row .pull_one.ten.columns {
  margin-left: -91.48936%;
}
.row .push_two {
  margin-left: 19.14894%;
}
.row .push_two:first-child {
  margin-left: 17.02128%;
}
.row .pull_two.one.column {
  margin-left: -23.40426%;
}
.row .pull_two.two.columns {
  margin-left: -31.91489%;
}
.row .pull_two.three.columns {
  margin-left: -40.42553%;
}
.row .pull_two.four.columns {
  margin-left: -48.93617%;
}
.row .pull_two.five.columns {
  margin-left: -57.44681%;
}
.row .pull_two.six.columns {
  margin-left: -65.95745%;
}
.row .pull_two.seven.columns {
  margin-left: -74.46809%;
}
.row .pull_two.eight.columns {
  margin-left: -82.97872%;
}
.row .pull_two.nine.columns {
  margin-left: -91.48936%;
}
.row .pull_two.eleven.columns {
  margin-left: -108.51064%;
}
.row .push_three {
  margin-left: 27.65957%;
}
.row .push_three:first-child {
  margin-left: 25.53191%;
}
.row .pull_three.one.column {
  margin-left: -31.91489%;
}
.row .pull_three.two.columns {
  margin-left: -40.42553%;
}
.row .pull_three.three.columns {
  margin-left: -48.93617%;
}
.row .pull_three.four.columns {
  margin-left: -57.44681%;
}
.row .pull_three.five.columns {
  margin-left: -65.95745%;
}
.row .pull_three.six.columns {
  margin-left: -74.46809%;
}
.row .pull_three.seven.columns {
  margin-left: -82.97872%;
}
.row .pull_three.eight.columns {
  margin-left: -91.48936%;
}
.row .pull_three.ten.columns {
  margin-left: -108.51064%;
}
.row .pull_three.eleven.columns {
  margin-left: -117.02128%;
}
.row .push_four {
  margin-left: 36.17021%;
}
.row .push_four:first-child {
  margin-left: 34.04255%;
}
.row .pull_four.one.column {
  margin-left: -40.42553%;
}
.row .pull_four.two.columns {
  margin-left: -48.93617%;
}
.row .pull_four.three.columns {
  margin-left: -57.44681%;
}
.row .pull_four.four.columns {
  margin-left: -65.95745%;
}
.row .pull_four.five.columns {
  margin-left: -74.46809%;
}
.row .pull_four.six.columns {
  margin-left: -82.97872%;
}
.row .pull_four.seven.columns {
  margin-left: -91.48936%;
}
.row .pull_four.nine.columns {
  margin-left: -108.51064%;
}
.row .pull_four.ten.columns {
  margin-left: -117.02128%;
}
.row .pull_four.eleven.columns {
  margin-left: -125.53191%;
}
.row .push_five {
  margin-left: 44.68085%;
}
.row .push_five:first-child {
  margin-left: 42.55319%;
}
.row .pull_five.one.column {
  margin-left: -48.93617%;
}
.row .pull_five.two.columns {
  margin-left: -57.44681%;
}
.row .pull_five.three.columns {
  margin-left: -65.95745%;
}
.row .pull_five.four.columns {
  margin-left: -74.46809%;
}
.row .pull_five.five.columns {
  margin-left: -82.97872%;
}
.row .pull_five.six.columns {
  margin-left: -91.48936%;
}
.row .pull_five.eight.columns {
  margin-left: -108.51064%;
}
.row .pull_five.nine.columns {
  margin-left: -117.02128%;
}
.row .pull_five.ten.columns {
  margin-left: -125.53191%;
}
.row .pull_five.eleven.columns {
  margin-left: -134.04255%;
}
.row .push_six {
  margin-left: 53.19149%;
}
.row .push_six:first-child {
  margin-left: 51.06383%;
}
.row .pull_six.one.column {
  margin-left: -57.44681%;
}
.row .pull_six.two.columns {
  margin-left: -65.95745%;
}
.row .pull_six.three.columns {
  margin-left: -74.46809%;
}
.row .pull_six.four.columns {
  margin-left: -82.97872%;
}
.row .pull_six.five.columns {
  margin-left: -91.48936%;
}
.row .pull_six.seven.columns {
  margin-left: -108.51064%;
}
.row .pull_six.eight.columns {
  margin-left: -117.02128%;
}
.row .pull_six.nine.columns {
  margin-left: -125.53191%;
}
.row .pull_six.ten.columns {
  margin-left: -134.04255%;
}
.row .pull_six.eleven.columns {
  margin-left: -142.55319%;
}
.row .push_seven {
  margin-left: 61.70213%;
}
.row .push_seven:first-child {
  margin-left: 59.57447%;
}
.row .pull_seven.one.column {
  margin-left: -65.95745%;
}
.row .pull_seven.two.columns {
  margin-left: -74.46809%;
}
.row .pull_seven.three.columns {
  margin-left: -82.97872%;
}
.row .pull_seven.four.columns {
  margin-left: -91.48936%;
}
.row .pull_seven.six.columns {
  margin-left: -108.51064%;
}
.row .pull_seven.seven.columns {
  margin-left: -117.02128%;
}
.row .pull_seven.eight.columns {
  margin-left: -125.53191%;
}
.row .pull_seven.nine.columns {
  margin-left: -134.04255%;
}
.row .pull_seven.ten.columns {
  margin-left: -142.55319%;
}
.row .pull_seven.eleven.columns {
  margin-left: -151.06383%;
}
.row .push_eight {
  margin-left: 70.21277%;
}
.row .push_eight:first-child {
  margin-left: 68.08511%;
}
.row .pull_eight.one.column {
  margin-left: -74.46809%;
}
.row .pull_eight.two.columns {
  margin-left: -82.97872%;
}
.row .pull_eight.three.columns {
  margin-left: -91.48936%;
}
.row .pull_eight.five.columns {
  margin-left: -108.51064%;
}
.row .pull_eight.six.columns {
  margin-left: -117.02128%;
}
.row .pull_eight.seven.columns {
  margin-left: -125.53191%;
}
.row .pull_eight.eight.columns {
  margin-left: -134.04255%;
}
.row .pull_eight.nine.columns {
  margin-left: -142.55319%;
}
.row .pull_eight.ten.columns {
  margin-left: -151.06383%;
}
.row .pull_eight.eleven.columns {
  margin-left: -159.57447%;
}
.row .push_nine {
  margin-left: 78.7234%;
}
.row .push_nine:first-child {
  margin-left: 76.59574%;
}
.row .pull_nine.one.column {
  margin-left: -82.97872%;
}
.row .pull_nine.two.columns {
  margin-left: -91.48936%;
}
.row .pull_nine.four.columns {
  margin-left: -108.51064%;
}
.row .pull_nine.five.columns {
  margin-left: -117.02128%;
}
.row .pull_nine.six.columns {
  margin-left: -125.53191%;
}
.row .pull_nine.seven.columns {
  margin-left: -134.04255%;
}
.row .pull_nine.eight.columns {
  margin-left: -142.55319%;
}
.row .pull_nine.nine.columns {
  margin-left: -151.06383%;
}
.row .pull_nine.ten.columns {
  margin-left: -159.57447%;
}
.row .pull_nine.eleven.columns {
  margin-left: -168.08511%;
}
.row .push_ten {
  margin-left: 87.23404%;
}
.row .push_ten:first-child {
  margin-left: 85.10638%;
}
.row .pull_ten.one.column {
  margin-left: -91.48936%;
}
.row .pull_ten.three.columns {
  margin-left: -108.51064%;
}
.row .pull_ten.four.columns {
  margin-left: -117.02128%;
}
.row .pull_ten.five.columns {
  margin-left: -125.53191%;
}
.row .pull_ten.six.columns {
  margin-left: -134.04255%;
}
.row .pull_ten.seven.columns {
  margin-left: -142.55319%;
}
.row .pull_ten.eight.columns {
  margin-left: -151.06383%;
}
.row .pull_ten.nine.columns {
  margin-left: -159.57447%;
}
.row .pull_ten.ten.columns {
  margin-left: -168.08511%;
}
.row .pull_ten.eleven.columns {
  margin-left: -176.59574%;
}
.row .push_eleven {
  margin-left: 95.74468%;
}
.row .push_eleven:first-child {
  margin-left: 93.61702%;
}
.row .pull_eleven.two.columns {
  margin-left: -108.51064%;
}
.row .pull_eleven.three.columns {
  margin-left: -117.02128%;
}
.row .pull_eleven.four.columns {
  margin-left: -125.53191%;
}
.row .pull_eleven.five.columns {
  margin-left: -134.04255%;
}
.row .pull_eleven.six.columns {
  margin-left: -142.55319%;
}
.row .pull_eleven.seven.columns {
  margin-left: -151.06383%;
}
.row .pull_eleven.eight.columns {
  margin-left: -159.57447%;
}
.row .pull_eleven.nine.columns {
  margin-left: -168.08511%;
}
.row .pull_eleven.ten.columns {
  margin-left: -176.59574%;
}
.row .pull_eleven.eleven.columns {
  margin-left: -185.10638%;
}
/* Centered Classes */
.row .one.centered {
  margin-left: 46.80851%;
}
.row .two.centered {
  margin-left: 42.55319%;
}
.row .three.centered {
  margin-left: 38.29787%;
}
.row .four.centered {
  margin-left: 34.04255%;
}
.row .five.centered {
  margin-left: 29.78723%;
}
.row .six.centered {
  margin-left: 25.53191%;
}
.row .seven.centered {
  margin-left: 21.2766%;
}
.row .eight.centered {
  margin-left: 17.02128%;
}
.row .nine.centered {
  margin-left: 12.76596%;
}
.row .ten.centered {
  margin-left: 8.51064%;
}
.row .eleven.centered {
  margin-left: 4.25532%;
}
/* Hybrid Grid Columns */
.sixteen.colgrid .row .one.column {
  width: 4.25532%;
}
.sixteen.colgrid .row .one.columns {
  width: 4.25532%;
}
.sixteen.colgrid .row .two.columns {
  width: 10.6383%;
}
.sixteen.colgrid .row .three.columns {
  width: 17.02128%;
}
.sixteen.colgrid .row .four.columns {
  width: 23.40426%;
}
.sixteen.colgrid .row .five.columns {
  width: 29.78723%;
}
.sixteen.colgrid .row .six.columns {
  width: 36.17021%;
}
.sixteen.colgrid .row .seven.columns {
  width: 42.55319%;
}
.sixteen.colgrid .row .eight.columns {
  width: 48.93617%;
}
.sixteen.colgrid .row .nine.columns {
  width: 55.31915%;
}
.sixteen.colgrid .row .ten.columns {
  width: 61.70213%;
}
.sixteen.colgrid .row .eleven.columns {
  width: 68.08511%;
}
.sixteen.colgrid .row .twelve.columns {
  width: 74.46809%;
}
.sixteen.colgrid .row .thirteen.columns {
  width: 80.85106%;
}
.sixteen.colgrid .row .fourteen.columns {
  width: 87.23404%;
}
.sixteen.colgrid .row .fifteen.columns {
  width: 93.61702%;
}
.sixteen.colgrid .row .sixteen.columns {
  width: 100%;
}
/* Hybrid Push and Pull Classes */
.sixteen.colgrid .row .push_one {
  margin-left: 8.51064%;
}
.sixteen.colgrid .row .push_one:first-child {
  margin-left: 6.38298%;
}
.sixteen.colgrid .row .pull_one.one.column {
  margin-left: -10.6383%;
}
.sixteen.colgrid .row .pull_one.two.columns {
  margin-left: -17.02128%;
}
.sixteen.colgrid .row .pull_one.three.columns {
  margin-left: -23.40426%;
}
.sixteen.colgrid .row .pull_one.four.columns {
  margin-left: -29.78723%;
}
.sixteen.colgrid .row .pull_one.five.columns {
  margin-left: -36.17021%;
}
.sixteen.colgrid .row .pull_one.six.columns {
  margin-left: -42.55319%;
}
.sixteen.colgrid .row .pull_one.seven.columns {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_one.eight.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_one.nine.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_one.ten.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_one.eleven.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_one.twelve.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_one.thirteen.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_one.fourteen.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .push_two {
  margin-left: 14.89362%;
}
.sixteen.colgrid .row .push_two:first-child {
  margin-left: 12.76596%;
}
.sixteen.colgrid .row .pull_two.one.column {
  margin-left: -17.02128%;
}
.sixteen.colgrid .row .pull_two.two.columns {
  margin-left: -23.40426%;
}
.sixteen.colgrid .row .pull_two.three.columns {
  margin-left: -29.78723%;
}
.sixteen.colgrid .row .pull_two.four.columns {
  margin-left: -36.17021%;
}
.sixteen.colgrid .row .pull_two.five.columns {
  margin-left: -42.55319%;
}
.sixteen.colgrid .row .pull_two.six.columns {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_two.seven.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_two.eight.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_two.nine.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_two.ten.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_two.eleven.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_two.twelve.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_two.thirteen.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_two.fifteen.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .push_three {
  margin-left: 21.2766%;
}
.sixteen.colgrid .row .push_three:first-child {
  margin-left: 19.14894%;
}
.sixteen.colgrid .row .pull_three.one.column {
  margin-left: -23.40426%;
}
.sixteen.colgrid .row .pull_three.two.columns {
  margin-left: -29.78723%;
}
.sixteen.colgrid .row .pull_three.three.columns {
  margin-left: -36.17021%;
}
.sixteen.colgrid .row .pull_three.four.columns {
  margin-left: -42.55319%;
}
.sixteen.colgrid .row .pull_three.five.columns {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_three.six.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_three.seven.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_three.eight.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_three.nine.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_three.ten.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_three.eleven.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_three.twelve.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_three.fourteen.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_three.fifteen.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .push_four {
  margin-left: 27.65957%;
}
.sixteen.colgrid .row .push_four:first-child {
  margin-left: 25.53191%;
}
.sixteen.colgrid .row .pull_four.one.column {
  margin-left: -29.78723%;
}
.sixteen.colgrid .row .pull_four.two.columns {
  margin-left: -36.17021%;
}
.sixteen.colgrid .row .pull_four.three.columns {
  margin-left: -42.55319%;
}
.sixteen.colgrid .row .pull_four.four.columns {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_four.five.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_four.six.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_four.seven.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_four.eight.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_four.nine.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_four.ten.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_four.eleven.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_four.thirteen.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_four.fourteen.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_four.fifteen.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .push_five {
  margin-left: 34.04255%;
}
.sixteen.colgrid .row .push_five:first-child {
  margin-left: 31.91489%;
}
.sixteen.colgrid .row .pull_five.one.column {
  margin-left: -36.17021%;
}
.sixteen.colgrid .row .pull_five.two.columns {
  margin-left: -42.55319%;
}
.sixteen.colgrid .row .pull_five.three.columns {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_five.four.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_five.five.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_five.six.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_five.seven.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_five.eight.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_five.nine.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_five.ten.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_five.twelve.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_five.thirteen.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_five.fourteen.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_five.fifteen.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .push_six {
  margin-left: 40.42553%;
}
.sixteen.colgrid .row .push_six:first-child {
  margin-left: 38.29787%;
}
.sixteen.colgrid .row .pull_six.one.column {
  margin-left: -42.55319%;
}
.sixteen.colgrid .row .pull_six.two.columns {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_six.three.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_six.four.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_six.five.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_six.six.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_six.seven.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_six.eight.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_six.nine.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_six.eleven.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_six.twelve.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_six.thirteen.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_six.fourteen.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_six.fifteen.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .push_seven {
  margin-left: 46.80851%;
}
.sixteen.colgrid .row .push_seven:first-child {
  margin-left: 44.68085%;
}
.sixteen.colgrid .row .pull_seven.one.column {
  margin-left: -48.93617%;
}
.sixteen.colgrid .row .pull_seven.two.columns {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_seven.three.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_seven.four.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_seven.five.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_seven.six.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_seven.seven.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_seven.eight.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_seven.ten.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_seven.eleven.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_seven.twelve.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_seven.thirteen.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_seven.fourteen.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_seven.fifteen.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .push_eight {
  margin-left: 53.19149%;
}
.sixteen.colgrid .row .push_eight:first-child {
  margin-left: 51.06383%;
}
.sixteen.colgrid .row .pull_eight.one.column {
  margin-left: -55.31915%;
}
.sixteen.colgrid .row .pull_eight.two.columns {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_eight.three.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_eight.four.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_eight.five.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_eight.six.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_eight.seven.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_eight.nine.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_eight.ten.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_eight.eleven.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_eight.twelve.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_eight.thirteen.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_eight.fourteen.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_eight.fifteen.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .push_nine {
  margin-left: 59.57447%;
}
.sixteen.colgrid .row .push_nine:first-child {
  margin-left: 57.44681%;
}
.sixteen.colgrid .row .pull_nine.one.column {
  margin-left: -61.70213%;
}
.sixteen.colgrid .row .pull_nine.two.columns {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_nine.three.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_nine.four.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_nine.five.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_nine.six.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_nine.eight.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_nine.nine.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_nine.ten.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_nine.eleven.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_nine.twelve.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_nine.thirteen.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_nine.fourteen.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_nine.fifteen.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .push_ten {
  margin-left: 65.95745%;
}
.sixteen.colgrid .row .push_ten:first-child {
  margin-left: 63.82979%;
}
.sixteen.colgrid .row .pull_ten.one.column {
  margin-left: -68.08511%;
}
.sixteen.colgrid .row .pull_ten.two.columns {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_ten.three.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_ten.four.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_ten.five.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_ten.seven.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_ten.eight.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_ten.nine.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_ten.ten.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_ten.eleven.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_ten.twelve.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_ten.thirteen.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_ten.fourteen.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .pull_ten.fifteen.columns {
  margin-left: -157.44681%;
}
.sixteen.colgrid .row .push_eleven {
  margin-left: 72.34043%;
}
.sixteen.colgrid .row .push_eleven:first-child {
  margin-left: 70.21277%;
}
.sixteen.colgrid .row .pull_eleven.one.column {
  margin-left: -74.46809%;
}
.sixteen.colgrid .row .pull_eleven.two.columns {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_eleven.three.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_eleven.four.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_eleven.six.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_eleven.seven.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_eleven.eight.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_eleven.nine.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_eleven.ten.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_eleven.eleven.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_eleven.twelve.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_eleven.thirteen.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .pull_eleven.fourteen.columns {
  margin-left: -157.44681%;
}
.sixteen.colgrid .row .pull_eleven.fifteen.columns {
  margin-left: -163.82979%;
}
.sixteen.colgrid .row .push_twelve {
  margin-left: 78.7234%;
}
.sixteen.colgrid .row .push_twelve:first-child {
  margin-left: 76.59574%;
}
.sixteen.colgrid .row .pull_twelve.one.column {
  margin-left: -80.85106%;
}
.sixteen.colgrid .row .pull_twelve.two.columns {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_twelve.three.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_twelve.five.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_twelve.six.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_twelve.seven.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_twelve.eight.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_twelve.nine.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_twelve.ten.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_twelve.eleven.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_twelve.twelve.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .pull_twelve.thirteen.columns {
  margin-left: -157.44681%;
}
.sixteen.colgrid .row .pull_twelve.fourteen.columns {
  margin-left: -163.82979%;
}
.sixteen.colgrid .row .pull_twelve.fifteen.columns {
  margin-left: -170.21277%;
}
.sixteen.colgrid .row .push_thirteen {
  margin-left: 85.10638%;
}
.sixteen.colgrid .row .push_thirteen:first-child {
  margin-left: 82.97872%;
}
.sixteen.colgrid .row .pull_thirteen.one.column {
  margin-left: -87.23404%;
}
.sixteen.colgrid .row .pull_thirteen.two.columns {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_thirteen.four.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_thirteen.five.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_thirteen.six.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_thirteen.seven.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_thirteen.eight.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_thirteen.nine.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_thirteen.ten.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_thirteen.eleven.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .pull_thirteen.twelve.columns {
  margin-left: -157.44681%;
}
.sixteen.colgrid .row .pull_thirteen.thirteen.columns {
  margin-left: -163.82979%;
}
.sixteen.colgrid .row .pull_thirteen.fourteen.columns {
  margin-left: -170.21277%;
}
.sixteen.colgrid .row .pull_thirteen.fifteen.columns {
  margin-left: -176.59574%;
}
.sixteen.colgrid .row .push_fourteen {
  margin-left: 91.48936%;
}
.sixteen.colgrid .row .push_fourteen:first-child {
  margin-left: 89.3617%;
}
.sixteen.colgrid .row .pull_fourteen.one.column {
  margin-left: -93.61702%;
}
.sixteen.colgrid .row .pull_fourteen.three.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_fourteen.four.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_fourteen.five.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_fourteen.six.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_fourteen.seven.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_fourteen.eight.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_fourteen.nine.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_fourteen.ten.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .pull_fourteen.eleven.columns {
  margin-left: -157.44681%;
}
.sixteen.colgrid .row .pull_fourteen.twelve.columns {
  margin-left: -163.82979%;
}
.sixteen.colgrid .row .pull_fourteen.thirteen.columns {
  margin-left: -170.21277%;
}
.sixteen.colgrid .row .pull_fourteen.fourteen.columns {
  margin-left: -176.59574%;
}
.sixteen.colgrid .row .pull_fourteen.fifteen.columns {
  margin-left: -182.97872%;
}
.sixteen.colgrid .row .push_fifteen {
  margin-left: 97.87234%;
}
.sixteen.colgrid .row .push_fifteen:first-child {
  margin-left: 95.74468%;
}
.sixteen.colgrid .row .pull_fifteen.two.columns {
  margin-left: -106.38298%;
}
.sixteen.colgrid .row .pull_fifteen.three.columns {
  margin-left: -112.76596%;
}
.sixteen.colgrid .row .pull_fifteen.four.columns {
  margin-left: -119.14894%;
}
.sixteen.colgrid .row .pull_fifteen.five.columns {
  margin-left: -125.53191%;
}
.sixteen.colgrid .row .pull_fifteen.six.columns {
  margin-left: -131.91489%;
}
.sixteen.colgrid .row .pull_fifteen.seven.columns {
  margin-left: -138.29787%;
}
.sixteen.colgrid .row .pull_fifteen.eight.columns {
  margin-left: -144.68085%;
}
.sixteen.colgrid .row .pull_fifteen.nine.columns {
  margin-left: -151.06383%;
}
.sixteen.colgrid .row .pull_fifteen.ten.columns {
  margin-left: -157.44681%;
}
.sixteen.colgrid .row .pull_fifteen.eleven.columns {
  margin-left: -163.82979%;
}
.sixteen.colgrid .row .pull_fifteen.twelve.columns {
  margin-left: -170.21277%;
}
.sixteen.colgrid .row .pull_fifteen.thirteen.columns {
  margin-left: -176.59574%;
}
.sixteen.colgrid .row .pull_fifteen.fourteen.columns {
  margin-left: -182.97872%;
}
.sixteen.colgrid .row .pull_fifteen.fifteen.columns {
  margin-left: -189.3617%;
}
.row .pull_one.one.column:first-child,
.row .pull_one.two.columns:first-child,
.row .pull_one.three.columns:first-child,
.row .pull_one.four.columns:first-child,
.row .pull_one.five.columns:first-child,
.row .pull_one.six.columns:first-child,
.row .pull_one.seven.columns:first-child,
.row .pull_one.eight.columns:first-child,
.row .pull_one.nine.columns:first-child,
.row .pull_one.ten.columns:first-child,
.row .pull_two.one.column:first-child,
.row .pull_two.two.columns:first-child,
.row .pull_two.three.columns:first-child,
.row .pull_two.four.columns:first-child,
.row .pull_two.five.columns:first-child,
.row .pull_two.six.columns:first-child,
.row .pull_two.seven.columns:first-child,
.row .pull_two.eight.columns:first-child,
.row .pull_two.nine.columns:first-child,
.row .pull_two.eleven.columns:first-child,
.row .pull_three.one.column:first-child,
.row .pull_three.two.columns:first-child,
.row .pull_three.three.columns:first-child,
.row .pull_three.four.columns:first-child,
.row .pull_three.five.columns:first-child,
.row .pull_three.six.columns:first-child,
.row .pull_three.seven.columns:first-child,
.row .pull_three.eight.columns:first-child,
.row .pull_three.ten.columns:first-child,
.row .pull_three.eleven.columns:first-child,
.row .pull_four.one.column:first-child,
.row .pull_four.two.columns:first-child,
.row .pull_four.three.columns:first-child,
.row .pull_four.four.columns:first-child,
.row .pull_four.five.columns:first-child,
.row .pull_four.six.columns:first-child,
.row .pull_four.seven.columns:first-child,
.row .pull_four.nine.columns:first-child,
.row .pull_four.ten.columns:first-child,
.row .pull_four.eleven.columns:first-child,
.row .pull_five.one.column:first-child,
.row .pull_five.two.columns:first-child,
.row .pull_five.three.columns:first-child,
.row .pull_five.four.columns:first-child,
.row .pull_five.five.columns:first-child,
.row .pull_five.six.columns:first-child,
.row .pull_five.eight.columns:first-child,
.row .pull_five.nine.columns:first-child,
.row .pull_five.ten.columns:first-child,
.row .pull_five.eleven.columns:first-child,
.row .pull_six.one.column:first-child,
.row .pull_six.two.columns:first-child,
.row .pull_six.three.columns:first-child,
.row .pull_six.four.columns:first-child,
.row .pull_six.five.columns:first-child,
.row .pull_six.seven.columns:first-child,
.row .pull_six.eight.columns:first-child,
.row .pull_six.nine.columns:first-child,
.row .pull_six.ten.columns:first-child,
.row .pull_six.eleven.columns:first-child,
.row .pull_seven.one.column:first-child,
.row .pull_seven.two.columns:first-child,
.row .pull_seven.three.columns:first-child,
.row .pull_seven.four.columns:first-child,
.row .pull_seven.six.columns:first-child,
.row .pull_seven.seven.columns:first-child,
.row .pull_seven.eight.columns:first-child,
.row .pull_seven.nine.columns:first-child,
.row .pull_seven.ten.columns:first-child,
.row .pull_seven.eleven.columns:first-child,
.row .pull_eight.one.column:first-child,
.row .pull_eight.two.columns:first-child,
.row .pull_eight.three.columns:first-child,
.row .pull_eight.five.columns:first-child,
.row .pull_eight.six.columns:first-child,
.row .pull_eight.seven.columns:first-child,
.row .pull_eight.eight.columns:first-child,
.row .pull_eight.nine.columns:first-child,
.row .pull_eight.ten.columns:first-child,
.row .pull_eight.eleven.columns:first-child,
.row .pull_nine.one.column:first-child,
.row .pull_nine.two.columns:first-child,
.row .pull_nine.four.columns:first-child,
.row .pull_nine.five.columns:first-child,
.row .pull_nine.six.columns:first-child,
.row .pull_nine.seven.columns:first-child,
.row .pull_nine.eight.columns:first-child,
.row .pull_nine.nine.columns:first-child,
.row .pull_nine.ten.columns:first-child,
.row .pull_nine.eleven.columns:first-child,
.row .pull_ten.one.column:first-child,
.row .pull_ten.three.columns:first-child,
.row .pull_ten.four.columns:first-child,
.row .pull_ten.five.columns:first-child,
.row .pull_ten.six.columns:first-child,
.row .pull_ten.seven.columns:first-child,
.row .pull_ten.eight.columns:first-child,
.row .pull_ten.nine.columns:first-child,
.row .pull_ten.ten.columns:first-child,
.row .pull_ten.eleven.columns:first-child,
.row .pull_eleven.two.columns:first-child,
.row .pull_eleven.three.columns:first-child,
.row .pull_eleven.four.columns:first-child,
.row .pull_eleven.five.columns:first-child,
.row .pull_eleven.six.columns:first-child,
.row .pull_eleven.seven.columns:first-child,
.row .pull_eleven.eight.columns:first-child,
.row .pull_eleven.nine.columns:first-child,
.row .pull_eleven.ten.columns:first-child,
.row .pull_eleven.eleven.columns:first-child,
.sixteen.colgrid .row .pull_one.one.column:first-child,
.sixteen.colgrid .row .pull_one.two.columns:first-child,
.sixteen.colgrid .row .pull_one.three.columns:first-child,
.sixteen.colgrid .row .pull_one.four.columns:first-child,
.sixteen.colgrid .row .pull_one.five.columns:first-child,
.sixteen.colgrid .row .pull_one.six.columns:first-child,
.sixteen.colgrid .row .pull_one.seven.columns:first-child,
.sixteen.colgrid .row .pull_one.eight.columns:first-child,
.sixteen.colgrid .row .pull_one.nine.columns:first-child,
.sixteen.colgrid .row .pull_one.ten.columns:first-child,
.sixteen.colgrid .row .pull_one.eleven.columns:first-child,
.sixteen.colgrid .row .pull_one.twelve.columns:first-child,
.sixteen.colgrid .row .pull_one.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_one.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_two.one.column:first-child,
.sixteen.colgrid .row .pull_two.two.columns:first-child,
.sixteen.colgrid .row .pull_two.three.columns:first-child,
.sixteen.colgrid .row .pull_two.four.columns:first-child,
.sixteen.colgrid .row .pull_two.five.columns:first-child,
.sixteen.colgrid .row .pull_two.six.columns:first-child,
.sixteen.colgrid .row .pull_two.seven.columns:first-child,
.sixteen.colgrid .row .pull_two.eight.columns:first-child,
.sixteen.colgrid .row .pull_two.nine.columns:first-child,
.sixteen.colgrid .row .pull_two.ten.columns:first-child,
.sixteen.colgrid .row .pull_two.eleven.columns:first-child,
.sixteen.colgrid .row .pull_two.twelve.columns:first-child,
.sixteen.colgrid .row .pull_two.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_two.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_three.one.column:first-child,
.sixteen.colgrid .row .pull_three.two.columns:first-child,
.sixteen.colgrid .row .pull_three.three.columns:first-child,
.sixteen.colgrid .row .pull_three.four.columns:first-child,
.sixteen.colgrid .row .pull_three.five.columns:first-child,
.sixteen.colgrid .row .pull_three.six.columns:first-child,
.sixteen.colgrid .row .pull_three.seven.columns:first-child,
.sixteen.colgrid .row .pull_three.eight.columns:first-child,
.sixteen.colgrid .row .pull_three.nine.columns:first-child,
.sixteen.colgrid .row .pull_three.ten.columns:first-child,
.sixteen.colgrid .row .pull_three.eleven.columns:first-child,
.sixteen.colgrid .row .pull_three.twelve.columns:first-child,
.sixteen.colgrid .row .pull_three.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_three.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_four.one.column:first-child,
.sixteen.colgrid .row .pull_four.two.columns:first-child,
.sixteen.colgrid .row .pull_four.three.columns:first-child,
.sixteen.colgrid .row .pull_four.four.columns:first-child,
.sixteen.colgrid .row .pull_four.five.columns:first-child,
.sixteen.colgrid .row .pull_four.six.columns:first-child,
.sixteen.colgrid .row .pull_four.seven.columns:first-child,
.sixteen.colgrid .row .pull_four.eight.columns:first-child,
.sixteen.colgrid .row .pull_four.nine.columns:first-child,
.sixteen.colgrid .row .pull_four.ten.columns:first-child,
.sixteen.colgrid .row .pull_four.eleven.columns:first-child,
.sixteen.colgrid .row .pull_four.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_four.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_four.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_five.one.column:first-child,
.sixteen.colgrid .row .pull_five.two.columns:first-child,
.sixteen.colgrid .row .pull_five.three.columns:first-child,
.sixteen.colgrid .row .pull_five.four.columns:first-child,
.sixteen.colgrid .row .pull_five.five.columns:first-child,
.sixteen.colgrid .row .pull_five.six.columns:first-child,
.sixteen.colgrid .row .pull_five.seven.columns:first-child,
.sixteen.colgrid .row .pull_five.eight.columns:first-child,
.sixteen.colgrid .row .pull_five.nine.columns:first-child,
.sixteen.colgrid .row .pull_five.ten.columns:first-child,
.sixteen.colgrid .row .pull_five.twelve.columns:first-child,
.sixteen.colgrid .row .pull_five.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_five.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_five.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_six.one.column:first-child,
.sixteen.colgrid .row .pull_six.two.columns:first-child,
.sixteen.colgrid .row .pull_six.three.columns:first-child,
.sixteen.colgrid .row .pull_six.four.columns:first-child,
.sixteen.colgrid .row .pull_six.five.columns:first-child,
.sixteen.colgrid .row .pull_six.six.columns:first-child,
.sixteen.colgrid .row .pull_six.seven.columns:first-child,
.sixteen.colgrid .row .pull_six.eight.columns:first-child,
.sixteen.colgrid .row .pull_six.nine.columns:first-child,
.sixteen.colgrid .row .pull_six.eleven.columns:first-child,
.sixteen.colgrid .row .pull_six.twelve.columns:first-child,
.sixteen.colgrid .row .pull_six.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_six.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_six.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_seven.one.column:first-child,
.sixteen.colgrid .row .pull_seven.two.columns:first-child,
.sixteen.colgrid .row .pull_seven.three.columns:first-child,
.sixteen.colgrid .row .pull_seven.four.columns:first-child,
.sixteen.colgrid .row .pull_seven.five.columns:first-child,
.sixteen.colgrid .row .pull_seven.six.columns:first-child,
.sixteen.colgrid .row .pull_seven.seven.columns:first-child,
.sixteen.colgrid .row .pull_seven.eight.columns:first-child,
.sixteen.colgrid .row .pull_seven.ten.columns:first-child,
.sixteen.colgrid .row .pull_seven.eleven.columns:first-child,
.sixteen.colgrid .row .pull_seven.twelve.columns:first-child,
.sixteen.colgrid .row .pull_seven.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_seven.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_seven.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_eight.one.column:first-child,
.sixteen.colgrid .row .pull_eight.two.columns:first-child,
.sixteen.colgrid .row .pull_eight.three.columns:first-child,
.sixteen.colgrid .row .pull_eight.four.columns:first-child,
.sixteen.colgrid .row .pull_eight.five.columns:first-child,
.sixteen.colgrid .row .pull_eight.six.columns:first-child,
.sixteen.colgrid .row .pull_eight.seven.columns:first-child,
.sixteen.colgrid .row .pull_eight.nine.columns:first-child,
.sixteen.colgrid .row .pull_eight.ten.columns:first-child,
.sixteen.colgrid .row .pull_eight.eleven.columns:first-child,
.sixteen.colgrid .row .pull_eight.twelve.columns:first-child,
.sixteen.colgrid .row .pull_eight.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_eight.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_eight.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_nine.one.column:first-child,
.sixteen.colgrid .row .pull_nine.two.columns:first-child,
.sixteen.colgrid .row .pull_nine.three.columns:first-child,
.sixteen.colgrid .row .pull_nine.four.columns:first-child,
.sixteen.colgrid .row .pull_nine.five.columns:first-child,
.sixteen.colgrid .row .pull_nine.six.columns:first-child,
.sixteen.colgrid .row .pull_nine.eight.columns:first-child,
.sixteen.colgrid .row .pull_nine.nine.columns:first-child,
.sixteen.colgrid .row .pull_nine.ten.columns:first-child,
.sixteen.colgrid .row .pull_nine.eleven.columns:first-child,
.sixteen.colgrid .row .pull_nine.twelve.columns:first-child,
.sixteen.colgrid .row .pull_nine.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_nine.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_nine.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_ten.one.column:first-child,
.sixteen.colgrid .row .pull_ten.two.columns:first-child,
.sixteen.colgrid .row .pull_ten.three.columns:first-child,
.sixteen.colgrid .row .pull_ten.four.columns:first-child,
.sixteen.colgrid .row .pull_ten.five.columns:first-child,
.sixteen.colgrid .row .pull_ten.seven.columns:first-child,
.sixteen.colgrid .row .pull_ten.eight.columns:first-child,
.sixteen.colgrid .row .pull_ten.nine.columns:first-child,
.sixteen.colgrid .row .pull_ten.ten.columns:first-child,
.sixteen.colgrid .row .pull_ten.eleven.columns:first-child,
.sixteen.colgrid .row .pull_ten.twelve.columns:first-child,
.sixteen.colgrid .row .pull_ten.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_ten.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_ten.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_eleven.one.column:first-child,
.sixteen.colgrid .row .pull_eleven.two.columns:first-child,
.sixteen.colgrid .row .pull_eleven.three.columns:first-child,
.sixteen.colgrid .row .pull_eleven.four.columns:first-child,
.sixteen.colgrid .row .pull_eleven.six.columns:first-child,
.sixteen.colgrid .row .pull_eleven.seven.columns:first-child,
.sixteen.colgrid .row .pull_eleven.eight.columns:first-child,
.sixteen.colgrid .row .pull_eleven.nine.columns:first-child,
.sixteen.colgrid .row .pull_eleven.ten.columns:first-child,
.sixteen.colgrid .row .pull_eleven.eleven.columns:first-child,
.sixteen.colgrid .row .pull_eleven.twelve.columns:first-child,
.sixteen.colgrid .row .pull_eleven.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_eleven.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_eleven.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_twelve.one.column:first-child,
.sixteen.colgrid .row .pull_twelve.two.columns:first-child,
.sixteen.colgrid .row .pull_twelve.three.columns:first-child,
.sixteen.colgrid .row .pull_twelve.five.columns:first-child,
.sixteen.colgrid .row .pull_twelve.six.columns:first-child,
.sixteen.colgrid .row .pull_twelve.seven.columns:first-child,
.sixteen.colgrid .row .pull_twelve.eight.columns:first-child,
.sixteen.colgrid .row .pull_twelve.nine.columns:first-child,
.sixteen.colgrid .row .pull_twelve.ten.columns:first-child,
.sixteen.colgrid .row .pull_twelve.eleven.columns:first-child,
.sixteen.colgrid .row .pull_twelve.twelve.columns:first-child,
.sixteen.colgrid .row .pull_twelve.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_twelve.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_twelve.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.one.column:first-child,
.sixteen.colgrid .row .pull_thirteen.two.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.four.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.five.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.six.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.seven.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.eight.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.nine.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.ten.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.eleven.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.twelve.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_thirteen.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.one.column:first-child,
.sixteen.colgrid .row .pull_fourteen.three.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.four.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.five.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.six.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.seven.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.eight.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.nine.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.ten.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.eleven.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.twelve.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_fourteen.fifteen.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.two.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.three.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.four.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.five.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.six.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.seven.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.eight.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.nine.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.ten.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.eleven.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.twelve.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.thirteen.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.fourteen.columns:first-child,
.sixteen.colgrid .row .pull_fifteen.fifteen.columns:first-child {
  margin-left: 0;
}
.row .pull_one.eleven.columns,
.row .pull_two.ten.columns,
.row .pull_three.nine.columns,
.row .pull_four.eight.columns,
.row .pull_five.seven.columns,
.row .pull_six.six.columns,
.row .pull_seven.five.columns,
.row .pull_eight.four.columns,
.row .pull_nine.three.columns,
.row .pull_ten.two.columns,
.row .pull_eleven.one.columns,
.sixteen.colgrid .row .pull_one.fifteen.columns,
.sixteen.colgrid .row .pull_two.fourteen.columns,
.sixteen.colgrid .row .pull_three.thirteen.columns,
.sixteen.colgrid .row .pull_four.twelve.columns,
.sixteen.colgrid .row .pull_five.eleven.columns,
.sixteen.colgrid .row .pull_six.ten.columns,
.sixteen.colgrid .row .pull_seven.nine.columns,
.sixteen.colgrid .row .pull_eight.eight.columns,
.sixteen.colgrid .row .pull_nine.seven.columns,
.sixteen.colgrid .row .pull_ten.six.columns,
.sixteen.colgrid .row .pull_eleven.five.columns,
.sixteen.colgrid .row .pull_twelve.four.columns,
.sixteen.colgrid .row .pull_thirteen.three.columns,
.sixteen.colgrid .row .pull_fourteen.two.columns,
.sixteen.colgrid .row .pull_fifteen.one.columns {
  margin-left: -100%;
}
/* Hybrid Centered Classes */
.sixteen.colgrid .row .one.centered {
  margin-left: 47.87234%;
}
.sixteen.colgrid .row .two.centered {
  margin-left: 44.68085%;
}
.sixteen.colgrid .row .three.centered {
  margin-left: 41.48936%;
}
.sixteen.colgrid .row .four.centered {
  margin-left: 38.29787%;
}
.sixteen.colgrid .row .five.centered {
  margin-left: 35.10638%;
}
.sixteen.colgrid .row .six.centered {
  margin-left: 31.91489%;
}
.sixteen.colgrid .row .seven.centered {
  margin-left: 28.7234%;
}
.sixteen.colgrid .row .eight.centered {
  margin-left: 25.53191%;
}
.sixteen.colgrid .row .nine.centered {
  margin-left: 22.34043%;
}
.sixteen.colgrid .row .ten.centered {
  margin-left: 19.14894%;
}
.sixteen.colgrid .row .eleven.centered {
  margin-left: 15.95745%;
}
.sixteen.colgrid .row .twelve.centered {
  margin-left: 12.76596%;
}
.sixteen.colgrid .row .thirteen.centered {
  margin-left: 9.57447%;
}
.sixteen.colgrid .row .fourteen.centered {
  margin-left: 6.38298%;
}
.sixteen.colgrid .row .fifteen.centered {
  margin-left: 3.19149%;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.map_canvas img {
  max-width: none !important;
}
/* Tile Grid */
.tiles {
  display: grid;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  max-width: 1200px;
}
.one_up {
  grid-template-columns: repeat(1, 1fr);
}
.two_up {
  grid-template-columns: repeat(2, 1fr);
}
.three_up {
  grid-template-columns: repeat(3, 1fr);
}
.four_up {
  grid-template-columns: repeat(4, 1fr);
}
.five_up {
  grid-template-columns: repeat(5, 1fr);
}
.six_up {
  grid-template-columns: repeat(6, 1fr);
}
.seven_up {
  grid-template-columns: repeat(7, 1fr);
}
.eight_up {
  grid-template-columns: repeat(8, 1fr);
}
.nine_up {
  grid-template-columns: repeat(9, 1fr);
}
.ten_up {
  grid-template-columns: repeat(10, 1fr);
}
.eleven_up {
  grid-template-columns: repeat(11, 1fr);
}
.twelve_up {
  grid-template-columns: repeat(12, 1fr);
}
.sixteen_up {
  grid-template-columns: repeat(16, 1fr);
}
.tile {
  grid-column: span 1;
}
.tiles li {
  grid-column: span 1;
}
/* Nicolas Gallagher's micro clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.valign:before {
  content: ' ';
  display: inline-block;
  height: 400px;
  vertical-align: middle;
  margin-right: -0.25em;
}
.valign > div,
.valign > article,
.valign > section,
.valign > figure {
  display: inline-block;
  vertical-align: middle;
}
.auto-fit {
  display: flex;
  align-items: center;
  margin: auto;
}
.auto-fit .auto-fit-item:first-child:nth-last-child(1) {
  /* -or- li:only-child { */
  width: 100%;
}
.auto-fit .auto-fit-item:first-child:nth-last-child(2),
.auto-fit .auto-fit-item:first-child:nth-last-child(2) ~ .auto-fit-item {
  width: calc(100%/2);
}
.auto-fit .auto-fit-item:first-child:nth-last-child(3),
.auto-fit .auto-fit-item:first-child:nth-last-child(3) ~ .auto-fit-item {
  width: calc(100%/3);
}
.auto-fit .auto-fit-item:first-child:nth-last-child(4),
.auto-fit .auto-fit-item:first-child:nth-last-child(4) ~ .auto-fit-item {
  width: calc(100%/4);
}
.auto-fit .auto-fit-item:first-child:nth-last-child(5),
.auto-fit .auto-fit-item:first-child:nth-last-child(5) ~ .auto-fit-item {
  width: calc(100%/5);
}
.auto-fit .auto-fit-item:first-child:nth-last-child(6),
.auto-fit .auto-fit-item:first-child:nth-last-child(6) ~ .auto-fit-item {
  width: calc(100%/6);
}
.auto-fit .auto-fit-item:first-child:nth-last-child(7),
.auto-fit .auto-fit-item:first-child:nth-last-child(7) ~ .auto-fit-item {
  width: calc(100%/7);
}
.auto-fit .auto-fit-item:first-child:nth-last-child(8),
.auto-fit .auto-fit-item:first-child:nth-last-child(8) ~ .auto-fit-item {
  width: calc(100%/8);
}
.auto-fit .auto-fit-item:first-child:nth-last-child(9),
.auto-fit .auto-fit-item:first-child:nth-last-child(9) ~ .auto-fit-item {
  width: calc(100%/9);
}
.auto-fit .auto-fit-item:first-child:nth-last-child(10),
.auto-fit .auto-fit-item:first-child:nth-last-child(10) ~ .auto-fit-item {
  width: calc(100%/10);
}
.auto-fit .auto-fit-item:first-child:nth-last-child(11),
.auto-fit .auto-fit-item:first-child:nth-last-child(11) ~ .auto-fit-item {
  width: calc(100%/11);
}
.auto-fit .auto-fit-item:first-child:nth-last-child(12),
.auto-fit .auto-fit-item:first-child:nth-last-child(12) ~ .auto-fit-item {
  width: calc(100%/12);
}
/* Mobile */
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
  }
  .container {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .row {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .row .row .column,
  .row .row .columns {
    padding: 0;
  }
  .row .centered {
    margin-left: 0 !important;
  }
  .column,
  .columns {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .column:last-child,
  .columns:last-child {
    margin-right: 0;
    float: none;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
  [class*="column"]:before {
    display: table;
  }
  [class*="column"]:after {
    display: table;
    clear: both;
  }
  [class^="push_"],
  [class*="push_"],
  [class^="pull_"],
  [class*="pull_"] {
    margin-left: 0 !important;
  }
}
/* SHAME */
.ie8 .xxwide,
.ie8 .xwide,
.ie8 .wide,
.ie8 .normal,
.ie8 .narrow,
.ie8 .xnarrow {
  display: inline;
}
.ie8 .xxwide + input,
.ie8 .xwide + input,
.ie8 .wide + input,
.ie8 .normal + input,
.ie8 .narrow + input,
.ie8 .xnarrow + input {
  display: inline;
  margin: 0 0 0 -0.25em;
}
.ie8 .ttip:before,
.ie8 .ttip:after {
  display: none;
}
.ie8 .ttip:hover:before,
.ie8 .ttip:hover:after {
  display: block;
}
.ie9 .radio.checked i,
.ie9 .checkbox.checked i {
  top: 0;
}
/* ------------------ MOSSS -------------------- */
.-moss-000 {
  color: #fcfdfa;
}
.-moss-100 {
  color: #f9faf6;
}
.-moss-200 {
  color: #f1f4e8;
}
.-moss-300 {
  color: #e9edda;
}
.-moss-400 {
  color: #d8dfbf;
}
.-moss-500 {
  color: #c7d1a3;
}
.-moss-600 {
  color: #b3bc93;
}
.-moss-700 {
  color: #959d7a;
}
.-moss-800 {
  color: #777d62;
}
.-moss-900 {
  color: #626650;
}
.-moss-000-bg {
  background: #fcfdfa;
}
.-moss-100-bg {
  background: #f9faf6;
}
.-moss-200-bg {
  background: #f1f4e8;
}
.-moss-300-bg {
  background: #e9edda;
}
.-moss-400-bg {
  background: #d8dfbf;
}
.-moss-500-bg {
  background: #c7d1a3;
}
.-moss-600-bg {
  background: #b3bc93;
}
.-moss-700-bg {
  background: #959d7a;
}
.-moss-800-bg {
  background: #777d62;
}
.-moss-900-bg {
  background: #626650;
}
/* ------------------ CORALS -------------------- */
.-coral-000 {
  color: #fefaf8;
}
.-coral-100 {
  color: #fdf5f2;
}
.-coral-200 {
  color: #f9e5de;
}
.-coral-300 {
  color: #f6d5cb;
}
.-coral-400 {
  color: #efb6a3;
}
.-coral-500 {
  color: #e8967c;
}
.-coral-600 {
  color: #d18770;
}
.-coral-700 {
  color: #ae715d;
}
.-coral-800 {
  color: #8b5a4a;
}
.-coral-900 {
  color: #724a3d;
}
.-coral-000-bg {
  background: #fefaf8;
}
.-coral-100-bg {
  background: #fdf5f2;
}
.-coral-200-bg {
  background: #f9e5de;
}
.-coral-300-bg {
  background: #f6d5cb;
}
.-coral-400-bg {
  background: #efb6a3;
}
.-coral-500-bg {
  background: #e8967c;
}
.-coral-600-bg {
  background: #d18770;
}
.-coral-700-bg {
  background: #ae715d;
}
.-coral-800-bg {
  background: #8b5a4a;
}
.-coral-900-bg {
  background: #724a3d;
}
/* ------------------ OPALS -------------------- */
.-opal-000 {
  color: #fafcfb;
}
.-opal-100 {
  color: #f6f8f8;
}
.-opal-200 {
  color: #e7eeec;
}
.-opal-300 {
  color: #d9e4e1;
}
.-opal-400 {
  color: #bdd0cb;
}
.-opal-500 {
  color: #a0bcb4;
}
.-opal-600 {
  color: #90a9a2;
}
.-opal-700 {
  color: #788d87;
}
.-opal-800 {
  color: #60716c;
}
.-opal-900 {
  color: #4e5c58;
}
.-opal-000-bg {
  background: #fafcfb;
}
.-opal-100-bg {
  background: #f6f8f8;
}
.-opal-200-bg {
  background: #e7eeec;
}
.-opal-300-bg {
  background: #d9e4e1;
}
.-opal-400-bg {
  background: #bdd0cb;
}
.-opal-500-bg {
  background: #a0bcb4;
}
.-opal-600-bg {
  background: #90a9a2;
}
.-opal-700-bg {
  background: #788d87;
}
.-opal-800-bg {
  background: #60716c;
}
.-opal-900-bg {
  background: #4e5c58;
}
/* ------------------ BLUES -------------------- */
.-blue-000 {
  color: #f5f4f5;
}
.-blue-100 {
  color: #eaeaec;
}
.-blue-200 {
  color: #cbcacf;
}
.-blue-300 {
  color: #ababb1;
}
.-blue-400 {
  color: #6d6b77;
}
.-blue-500 {
  color: #2e2c3d;
}
.-blue-600 {
  color: #292837;
}
.-blue-700 {
  color: #23212e;
}
.-blue-800 {
  color: #1c1a25;
}
.-blue-900 {
  color: #17161e;
}
.-blue-000-bg {
  background: #f5f4f5;
}
.-blue-100-bg {
  background: #eaeaec;
}
.-blue-200-bg {
  background: #cbcacf;
}
.-blue-300-bg {
  background: #ababb1;
}
.-blue-400-bg {
  background: #6d6b77;
}
.-blue-500-bg {
  background: #2e2c3d;
}
.-blue-600-bg {
  background: #292837;
}
.-blue-700-bg {
  background: #23212e;
}
.-blue-800-bg {
  background: #1c1a25;
}
.-blue-900-bg {
  background: #17161e;
}
/* ------------------ TEALS -------------------- */
.-teal-000 {
  color: #f5fbf9;
}
.-teal-100 {
  color: #ecf6f3;
}
.-teal-200 {
  color: #cfe9e2;
}
.-teal-300 {
  color: #b2dbd1;
}
.-teal-400 {
  color: #78c1ae;
}
.-teal-500 {
  color: #3ea68b;
}
.-teal-600 {
  color: #38957d;
}
.-teal-700 {
  color: #2f7d68;
}
.-teal-800 {
  color: #256453;
}
.-teal-900 {
  color: #1e5144;
}
.-teal-000-bg {
  background: #f5fbf9;
}
.-teal-100-bg {
  background: #ecf6f3;
}
.-teal-200-bg {
  background: #cfe9e2;
}
.-teal-300-bg {
  background: #b2dbd1;
}
.-teal-400-bg {
  background: #78c1ae;
}
.-teal-500-bg {
  background: #3ea68b;
}
.-teal-600-bg {
  background: #38957d;
}
.-teal-700-bg {
  background: #2f7d68;
}
.-teal-800-bg {
  background: #256453;
}
.-teal-900-bg {
  background: #1e5144;
}
/* ------------------ GOLDS -------------------- */
.-gold-000 {
  color: #fbf9f7;
}
.-gold-100 {
  color: #f7f3ef;
}
.-gold-200 {
  color: #eae2d7;
}
.-gold-300 {
  color: #ddd1bf;
}
.-gold-400 {
  color: #c4ae8e;
}
.-gold-500 {
  color: #aa8b5e;
}
.-gold-600 {
  color: #997d55;
}
.-gold-700 {
  color: #806847;
}
.-gold-800 {
  color: #665338;
}
.-gold-900 {
  color: #53442e;
}
.-gold-000-bg {
  background: #fbf9f7;
}
.-gold-100-bg {
  background: #f7f3ef;
}
.-gold-200-bg {
  background: #eae2d7;
}
.-gold-300-bg {
  background: #ddd1bf;
}
.-gold-400-bg {
  background: #c4ae8e;
}
.-gold-500-bg {
  background: #aa8b5e;
}
.-gold-600-bg {
  background: #997d55;
}
.-gold-700-bg {
  background: #806847;
}
.-gold-800-bg {
  background: #665338;
}
.-gold-900-bg {
  background: #53442e;
}
/* ------------------ LIGHTS -------------------- */
.-light-000 {
  color: #fcfcfd;
}
.-light-100 {
  color: #f9fafa;
}
.-light-200 {
  color: #eff2f3;
}
.-light-300 {
  color: #e5eaeb;
}
.-light-400 {
  color: #d2dadc;
}
.-light-500 {
  color: #becacd;
}
.-light-600 {
  color: #abb6b9;
}
.-light-700 {
  color: #8f989a;
}
.-light-800 {
  color: #72797b;
}
.-light-900 {
  color: #5d6364;
}
.-light-000-bg {
  background: #fcfcfd;
}
.-light-100-bg {
  background: #f9fafa;
}
.-light-200-bg {
  background: #eff2f3;
}
.-light-300-bg {
  background: #e5eaeb;
}
.-light-400-bg {
  background: #d2dadc;
}
.-light-500-bg {
  background: #becacd;
}
.-light-600-bg {
  background: #abb6b9;
}
.-light-700-bg {
  background: #8f989a;
}
.-light-800-bg {
  background: #72797b;
}
.-light-900-bg {
  background: #5d6364;
}
/* ------------------ DARKS -------------------- */
.-dark-000 {
  color: #f6f5f6;
}
.-dark-100 {
  color: #ececec;
}
.-dark-200 {
  color: #d0cfd0;
}
.-dark-300 {
  color: #b3b3b3;
}
.-dark-400 {
  color: #7a797b;
}
.-dark-500 {
  color: #414042;
}
.-dark-600 {
  color: #3b3a3b;
}
.-dark-700 {
  color: #313032;
}
.-dark-800 {
  color: #272628;
}
.-dark-900 {
  color: #201f20;
}
.-dark-000-bg {
  background: #f6f5f6;
}
.-dark-100-bg {
  background: #ececec;
}
.-dark-200-bg {
  background: #d0cfd0;
}
.-dark-300-bg {
  background: #b3b3b3;
}
.-dark-400-bg {
  background: #7a797b;
}
.-dark-500-bg {
  background: #414042;
}
.-dark-600-bg {
  background: #3b3a3b;
}
.-dark-700-bg {
  background: #313032;
}
.-dark-800-bg {
  background: #272628;
}
.-dark-900-bg {
  background: #201f20;
}
/* ------------------ BASIC COLORS -------------------- */
/* ------------------ Additional color modifiers should be added in colors.less */
.-dark {
  color: #414042;
}
.-light {
  color: #becacd;
}
.-black {
  color: black;
}
.-white {
  color: white;
}
.-primary {
  color: #3ea68b;
}
.-dark-bg {
  background: #414042;
}
.-light-bg {
  background: #becacd;
}
.-white-bg {
  background: white;
}
.-primary-bg {
  background: #3ea68b;
}
.-dark-hover:hover {
  color: #414042;
}
.-light-hover:hover {
  color: #becacd;
}
.-white-hover:hover {
  color: white;
}
.-primary-hover:hover {
  color: #3ea68b;
}
.-dark-bg-hover:hover {
  background: #414042;
}
.-light-bg-hover:hover {
  background: #becacd;
}
.-white-bg-hover:hover {
  background: white;
}
.-primary-bg-hover:hover {
  background: #3ea68b;
}
/* ------------------ NOTIFIERS -------------------- */
.-warning {
  color: #aa8b5e;
}
.-danger {
  color: #e8967c;
}
.-success {
  color: #c7d1a3;
}
.-warning-bg {
  background: #aa8b5e;
}
.-danger-bg {
  background: #e8967c;
}
.-success-bg {
  background: #c7d1a3;
}
.-has-error,
.-danger {
  border: 1px solid #e8967c;
  box-shadow: 0px 0px 0px 4px rgba(232, 150, 124, 0.25);
}
.-focus,
.-on-focus:focus {
  outline: none;
  border: 1px solid #4e5c58;
  box-shadow: 0px 0px 0px 4px rgba(120, 141, 135, 0.25);
}
.-hover,
.-on-hover:hover {
  border: 1px solid #becacd;
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(190, 202, 205, 0.5);
}
.-success,
.-on-hover-success:hover {
  border: 1px solid #c7d1a3;
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(199, 209, 163, 0.25);
}
.-warning,
.-on-hover-warning:hover {
  border: 1px solid #aa8b5e;
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(170, 139, 94, 0.25);
}
/* ------------------ LAYOUT -------------------- */
.-flex {
  display: flex;
}
.-inline-flex {
  display: inline-flex;
}
.-flex .columns,
.-flex .column {
  margin: auto;
}
.-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.-sticky {
  position: sticky;
  top: 175px;
}
hr.clearfix {
  border: none;
  opacity: 0;
}
.-relative {
  position: relative;
}
.-block {
  display: block;
}
.-inline {
  display: inline;
}
.-inline-block {
  display: inline-block;
}
.-none {
  display: none;
}
.-wide {
  max-width: 1800px;
}
.-centering {
  display: block;
  margin: auto;
  text-align: center;
}
/* ------------------ TYPOGRAPHY -------------------- */
.-caps,
.-uppercase {
  text-transform: uppercase;
}
.-lowercase {
  text-transform: lowercase;
}
.-titlecase,
.-capitalize {
  text-transform: capitalize;
}
.-no-transform {
  text-transform: none;
}
.-italic {
  font-style: italic;
}
.-squished {
  line-height: 1.15em;
}
.-thin,
.-weight-thin,
.-weight-100 {
  font-weight: 100;
}
.-weight-light,
.-weight-300 {
  font-weight: 300;
}
.-weight-regular,
.-weight-400 {
  font-weight: 400;
}
.-weight-medium,
.-weight-500 {
  font-weight: 500;
}
.-weight-600 {
  font-weight: 600;
}
.-bold,
.-weight-bold,
.-weight-700 {
  font-weight: 700;
}
.-weight-black,
.-weight-900 {
  font-weight: 900;
}
.-mini {
  font-size: 11px;
}
.-small {
  font-size: 13px;
}
.-smaller {
  font-size: 14px;
}
.-regular {
  font-size: 16px;
  line-height: 21px;
}
.-medium {
  font-size: 18px;
  line-height: 25px;
}
.-big {
  font-size: 20px;
}
.-bigger {
  font-size: 24px;
}
.-large {
  font-size: 48px;
}
.-huge {
  font-size: 80px;
}
.-size-25 {
  font-size: 0.25em;
}
.-size-50 {
  font-size: 0.5em;
}
.-size-75 {
  font-size: 0.75em;
}
.-size-80 {
  font-size: 0.8em;
}
.-size-90 {
  font-size: 0.9em;
}
.-size-100 {
  font-size: 1em;
}
.-size-125 {
  font-size: 1.25em;
}
.-size-150 {
  font-size: 1.5em;
}
.-size-175 {
  font-size: 1.75em;
}
.-size-200 {
  font-size: 2em;
}
.-size-225 {
  font-size: 2.25em;
}
.-size-250 {
  font-size: 2.5em;
}
.-size-275 {
  font-size: 2.75em;
}
.-size-300 {
  font-size: 3em;
}
.-space-1 {
  letter-spacing: 1px;
}
.-space-2 {
  letter-spacing: 2px;
}
/* ------------------ ALIGNMENT -------------------- */
.-center,
.-align-center {
  text-align: center;
}
span.-center {
  display: block;
}
.-align-left {
  text-align: left;
}
.-align-right {
  text-align: right;
}
/* ------------------ ELEMENT STYLES -------------------- */
.-transition {
  transition: 0.2s linear all;
}
.-transition-slow {
  transition: 0.5s linear all;
}
.-shadow-small {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.-shadow {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.-shadow-medium {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.-shadow-large {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.-shadow-huge {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.-box-shadow {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.-gradient-fade {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f000000', endColorstr='#00000000', GradientType=1);
}
.-sticky {
  position: sticky;
  top: 175px;
}
.-blur {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
hr.clearfix {
  border: none;
  opacity: 0;
}
.-opacity-0 {
  opacity: 0;
}
.-opacity-25 {
  opacity: 0.25;
}
.-opacity-50 {
  opacity: 0.5;
}
.-opacity-75 {
  opacity: 0.75;
}
.-opacity-100 {
  opacity: 1;
}
.-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.-object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.-object-none {
  -o-object-fit: none;
     object-fit: none;
}
.-object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
/* ------------------ SPACING -------------------- */
.-padding,
.-padding-20 {
  padding: 20px;
}
.-padding-top {
  padding-top: 20px;
}
.-padding-right {
  padding-right: 20px;
}
.-padding-bottom {
  padding-bottom: 20px;
}
.-padding-left {
  padding-left: 20px;
}
.-padding-horizontal {
  padding-right: 20px;
  padding-left: 20px;
}
.-padding-vertical {
  padding-top: 20px;
  padding-bottom: 20px;
}
.-padding-10 {
  padding: 10px;
}
.-padding-top-10 {
  padding-top: 10px;
}
.-padding-right-10 {
  padding-right: 10px;
}
.-padding-bottom-10 {
  padding-bottom: 10px;
}
.-padding-left-10 {
  padding-left: 10px;
}
.-padding-horizontal-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.-padding-vertical-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.-padding-5 {
  padding: 5px;
}
.-padding-top-5 {
  padding-top: 5px;
}
.-padding-right-5 {
  padding-right: 5px;
}
.-padding-bottom-5 {
  padding-bottom: 5px;
}
.-padding-left-5 {
  padding-left: 5px;
}
.-padding-horizontal-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.-padding-vertical-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.-padding-8 {
  padding: 8px;
}
.-padding-15 {
  padding: 15px;
}
.-strip {
  padding-top: 10px;
  padding-bottom: 10px;
}
.-box-small {
  padding-top: 30px;
  padding-bottom: 30px;
}
.-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.-box-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}
.-box-large {
  padding-top: 150px;
  padding-bottom: 150px;
}
.-box-top {
  padding-top: 50px;
}
.-box-top-small {
  padding-top: 30px;
}
.-box-top-medium {
  padding-top: 100px;
}
.-box-top-large {
  padding-top: 150px;
}
.-box-bottom {
  padding-bottom: 50px;
}
.-box-bottom-small {
  padding-bottom: 30px;
}
.-box-bottom-medium {
  padding-bottom: 100px;
}
.-box-bottom-large {
  padding-bottom: 150px;
}
.-box-10 {
  padding: 10px 0;
}
.-box-15 {
  padding: 15px 0;
}
.-box-20 {
  padding: 20px 0;
}
.-box-30 {
  padding: 30px 0;
}
.-box-50 {
  padding: 50px 0;
}
.-box-80 {
  padding: 80px 0;
}
.-margin {
  margin: 20px;
}
.-margin-top {
  margin-top: 20px;
}
.-margin-right {
  margin-right: 20px;
}
.-margin-bottom {
  margin-bottom: 20px;
}
.-margin-left {
  margin-left: 20px;
}
.-margin-horizontal {
  margin-right: 20px;
  margin-left: 20px;
}
.-margin-vertical {
  margin-top: 20px;
  margin-bottom: 20px;
}
.-margin-10 {
  margin: 10px;
}
.-margin-top-10 {
  margin-top: 10px;
}
.-margin-right-10 {
  margin-right: 10px;
}
.-margin-bottom-10 {
  margin-bottom: 10px;
}
.-margin-left-10 {
  margin-left: 10px;
}
.-margin-horizontal-10 {
  margin-right: 10px;
  margin-left: 10px;
}
.-margin-vertical-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.-margin-5 {
  margin: 5px;
}
.-margin-top-5 {
  margin-top: 5px;
}
.-margin-right-5 {
  margin-right: 5px;
}
.-margin-bottom-5 {
  margin-bottom: 5px;
}
.-margin-left-5 {
  margin-left: 5px;
}
.-margin-horizontal-5 {
  margin-right: 5px;
  margin-left: 5px;
}
.-margin-vertical-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.-space-x * {
  margin-right: 10px;
  margin-left: 10px;
}
.-space-x *:first-child {
  margin-left: 0;
}
.-space-x *:last-child {
  margin-right: 0;
}
-space-x-10 * {
  margin-right: 5px;
  margin-left: 5px;
}
-space-x-10 *:first-child {
  margin-left: 0;
}
-space-x-10 *:last-child {
  margin-right: 0;
}
-space-x-5 * {
  margin-right: 2.5px;
  margin-left: 2.5px;
}
-space-x-5 *:first-child {
  margin-left: 0;
}
-space-x-5 *:last-child {
  margin-right: 0;
}
.-space-y * {
  margin-top: 10px;
  margin-bottom: 10px;
}
.-space-y *:first-child {
  margin-top: 0;
}
.-space-y *:last-child {
  margin-bottom: 0;
}
.-space-y-10 * {
  margin-top: 5px;
  margin-bottom: 5px;
}
.-space-y-10 *:first-child {
  margin-top: 0;
}
.-space-y-10 *:last-child {
  margin-bottom: 0;
}
.-space-y-5 * {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
.-space-y-5 *:first-child {
  margin-top: 0;
}
.-space-y-5 *:last-child {
  margin-bottom: 0;
}
/* ------------------ EVENT MODIFIERS -------------------- */
.-hidden {
  display: none;
}
.-hidden.active {
  display: block;
}
.-pointer {
  cursor: pointer;
}
/* ------------------ BORDERS -------------------- */
.-border-top {
  border-top: 1px solid;
}
.-border-right {
  border-right: 1px solid;
}
.-border-bottom {
  border-bottom: 1px solid;
}
.-border-left {
  border-left: 1px solid;
}
.-border {
  border: 1px solid;
}
.-border-thick {
  border: 12px solid;
}
.-border-white {
  border-color: white;
}
.-border-primary {
  border-color: #3ea68b;
}
.-border-dark {
  border-color: #414042;
}
.-border-light {
  border-color: #becacd;
}
.-border-gold {
  border-color: #aa8b5e;
}
.-border-small {
  border: 0.25px solid #becacd;
}
.-rounded {
  border-radius: 5px;
}
.-rounded-full {
  border-radius: 9999px;
}
.-rounded-bottom {
  border-radius: 0 0 5px 5px;
}
.-rounded-top {
  border-radius: 5px 5px 0 0;
}
.-rounded-left {
  border-radius: 5px 0 0 5px;
}
.-rounded-right {
  border-radius: 0 5px 5px 0;
}
.-rounded-top-left {
  border-radius: 5px 0 0 0;
}
.-rounded-top-right {
  border-radius: 0 5px 0 0;
}
.-rounded-bottom-right {
  border-radius: 0 0 5px 0;
}
.-rounded-bottom-left {
  border-radius: 0 0 0 5px;
}
.-circle {
  border-radius: 50%;
}
/* ------------------ TRANSFORMS -------------------- */
.-rotate-45 {
  transform: rotate(45deg);
}
.-rotate-90 {
  transform: rotate(90deg);
}
.-rotate-180 {
  transform: rotate(180deg);
}
.-rotate-270 {
  transform: rotate(270deg);
}
.-rotate-360 {
  transform: rotate(360deg);
}
.-rotate-reverse-45 {
  transform: rotate(-45deg);
}
.-rotate-reverse-90 {
  transform: rotate(-90deg);
}
.-rotate-reverse-180 {
  transform: rotate(-180deg);
}
.-rotate-reverse-270 {
  transform: rotate(-270deg);
}
.-rotate-reverse-360 {
  transform: rotate(-360deg);
}
/* ------------------ ACCESSIBILITY -------------------- */
.-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/* ------------------ RESPONSIVE -------------------- */
.-no-mobile,
.-hidden-mobile,
.-only-desktop {
  display: block;
}
.-no-mobile-flex,
.-hidden-mobile-flex,
.-only-desktop-flex {
  display: flex;
}
.-no-desktop,
.-hidden-desktop,
.-only-mobile,
.-no-desktop-flex,
.-hidden-desktop-flex,
.-only-mobile-flex {
  display: none;
}
/* Components */
.grid,
.flex-row {
  position: relative;
  display: flex;
  backface-visibility: hidden;
  flex-flow: row wrap;
}
.-full {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
.-nowrap {
  flex-wrap: nowrap;
}
.-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.-justify-start {
  justify-content: flex-start;
}
.-justify-end {
  justify-content: flex-end;
}
.-justify-center {
  justify-content: center;
}
.-justify-space,
.-space-between {
  justify-content: space-between;
}
.-justify-around,
.-space-around {
  justify-content: space-around;
}
.-reverse {
  flex-direction: row-reverse;
}
.-vertical {
  flex-direction: column;
  flex-wrap: nowrap;
}
.-vertical.-reverse {
  flex-direction: column-reverse;
  flex-wrap: nowrap;
}
.-flex-align-top {
  align-items: flex-start;
  align-self: flex-start;
}
.-flex-align-bottom {
  align-items: flex-end;
  align-self: flex-end;
}
.-flex-align-center {
  align-items: center;
  align-self: center;
}
.-flex-align-baseline {
  align-items: baseline;
}
.-flex-align-stretch {
  align-items: stretch;
}
.cell {
  flex: 1 1 auto;
  min-height: 0px;
  min-width: 0px;
  max-width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cell.-fit {
  flex: 0 0 auto;
  width: auto;
}
.cell.-fill {
  flex: 1 1;
  width: auto;
}
.cell.-collapse {
  margin-left: 0;
  margin-right: 0;
}
.cell.-collapse-padding {
  padding-left: 0;
  padding-right: 0;
}
.-hide {
  display: none !important;
}
.-show {
  display: inherit !important;
}
._twelve {
  max-width: calc(100%/12 * 12 - 1rem);
  flex: 0 0 calc(100%/12 * 12 - 1rem);
}
._twelve.-collapse {
  max-width: calc(100%/12 * 12);
  flex: 0 0 calc(100%/12 * 12);
}
.-order-12 {
  order: 12;
}
._eleven {
  max-width: calc(100%/12 * 11 - 1rem);
  flex: 0 0 calc(100%/12 * 11 - 1rem);
}
._eleven.-collapse {
  max-width: calc(100%/12 * 11);
  flex: 0 0 calc(100%/12 * 11);
}
.-order-11 {
  order: 11;
}
._ten {
  max-width: calc(100%/12 * 10 - 1rem);
  flex: 0 0 calc(100%/12 * 10 - 1rem);
}
._ten.-collapse {
  max-width: calc(100%/12 * 10);
  flex: 0 0 calc(100%/12 * 10);
}
.-order-10 {
  order: 10;
}
._nine {
  max-width: calc(100%/12 * 9 - 1rem);
  flex: 0 0 calc(100%/12 * 9 - 1rem);
}
._nine.-collapse {
  max-width: calc(100%/12 * 9);
  flex: 0 0 calc(100%/12 * 9);
}
.-order-9 {
  order: 9;
}
._eight {
  max-width: calc(100%/12 * 8 - 1rem);
  flex: 0 0 calc(100%/12 * 8 - 1rem);
}
._eight.-collapse {
  max-width: calc(100%/12 * 8);
  flex: 0 0 calc(100%/12 * 8);
}
.-order-8 {
  order: 8;
}
._seven {
  max-width: calc(100%/12 * 7 - 1rem);
  flex: 0 0 calc(100%/12 * 7 - 1rem);
}
._seven.-collapse {
  max-width: calc(100%/12 * 7);
  flex: 0 0 calc(100%/12 * 7);
}
.-order-7 {
  order: 7;
}
._six {
  max-width: calc(100%/12 * 6 - 1rem);
  flex: 0 0 calc(100%/12 * 6 - 1rem);
}
._six.-collapse {
  max-width: calc(100%/12 * 6);
  flex: 0 0 calc(100%/12 * 6);
}
.-order-6 {
  order: 6;
}
._five {
  max-width: calc(100%/12 * 5 - 1rem);
  flex: 0 0 calc(100%/12 * 5 - 1rem);
}
._five.-collapse {
  max-width: calc(100%/12 * 5);
  flex: 0 0 calc(100%/12 * 5);
}
.-order-5 {
  order: 5;
}
._four {
  max-width: calc(100%/12 * 4 - 1rem);
  flex: 0 0 calc(100%/12 * 4 - 1rem);
}
._four.-collapse {
  max-width: calc(100%/12 * 4);
  flex: 0 0 calc(100%/12 * 4);
}
.-order-4 {
  order: 4;
}
._three {
  max-width: calc(100%/12 * 3 - 1rem);
  flex: 0 0 calc(100%/12 * 3 - 1rem);
}
._three.-collapse {
  max-width: calc(100%/12 * 3);
  flex: 0 0 calc(100%/12 * 3);
}
.-order-3 {
  order: 3;
}
._two {
  max-width: calc(100%/12 * 2 - 1rem);
  flex: 0 0 calc(100%/12 * 2 - 1rem);
}
._two.-collapse {
  max-width: calc(100%/12 * 2);
  flex: 0 0 calc(100%/12 * 2);
}
.-order-2 {
  order: 2;
}
._one {
  max-width: calc(100%/12 * 1 - 1rem);
  flex: 0 0 calc(100%/12 * 1 - 1rem);
}
._one.-collapse {
  max-width: calc(100%/12 * 1);
  flex: 0 0 calc(100%/12 * 1);
}
.-order-1 {
  order: 1;
}
._fifth {
  max-width: calc(20% - 1rem);
  flex: 0 0 calc(20% - 1rem);
}
._fifth.-collapse {
  max-width: 20%;
  flex: 0 0 20%;
}
@media only screen and (min-width: 480px) {
  .-small-hide {
    display: none !important;
  }
  .-small-show {
    display: inherit !important;
  }
  .-small-text-left {
    text-align: left;
  }
  .-small-text-right {
    text-align: right;
  }
  .-small-text-center {
    text-align: center;
  }
  .-small-text-justify {
    text-align: justify;
  }
  .-small-twelve {
    max-width: calc(100%/12 * 12 - 1rem);
    flex: 0 0 calc(100%/12 * 12 - 1rem);
  }
  .-small-twelve.collapse {
    max-width: calc(100%/12 * 12);
    flex: 0 0 calc(100%/12 * 12);
  }
  .-small-order-12 {
    order: 12;
  }
  .-small-eleven {
    max-width: calc(100%/12 * 11 - 1rem);
    flex: 0 0 calc(100%/12 * 11 - 1rem);
  }
  .-small-eleven.-collapse {
    max-width: calc(100%/12 * 11);
    flex: 0 0 calc(100%/12 * 11);
  }
  .-small-order-11 {
    order: 11;
  }
  .-small-ten {
    max-width: calc(100%/12 * 10 - 1rem);
    flex: 0 0 calc(100%/12 * 10 - 1rem);
  }
  .-small-ten.-collapse {
    max-width: calc(100%/12 * 10);
    flex: 0 0 calc(100%/12 * 10);
  }
  .-small-order-10 {
    order: 10;
  }
  .-small-nine {
    max-width: calc(100%/12 * 9 - 1rem);
    flex: 0 0 calc(100%/12 * 9 - 1rem);
  }
  .-small-nine.-collapse {
    max-width: calc(100%/12 * 9);
    flex: 0 0 calc(100%/12 * 9);
  }
  .-small-order-9 {
    order: 9;
  }
  .-small-eight {
    max-width: calc(100%/12 * 8 - 1rem);
    flex: 0 0 calc(100%/12 * 8 - 1rem);
  }
  .-small-eight.-collapse {
    max-width: calc(100%/12 * 8);
    flex: 0 0 calc(100%/12 * 8);
  }
  .-small-order-8 {
    order: 8;
  }
  .-small-seven {
    max-width: calc(100%/12 * 7 - 1rem);
    flex: 0 0 calc(100%/12 * 7 - 1rem);
  }
  .-small-seven.-collapse {
    max-width: calc(100%/12 * 7);
    flex: 0 0 calc(100%/12 * 7);
  }
  .-small-order-7 {
    order: 7;
  }
  .-small-six {
    max-width: calc(100%/12 * 6 - 1rem);
    flex: 0 0 calc(100%/12 * 6 - 1rem);
  }
  .-small-six.-collapse {
    max-width: calc(100%/12 * 6);
    flex: 0 0 calc(100%/12 * 6);
  }
  .-small-order-6 {
    order: 6;
  }
  .-small-five {
    max-width: calc(100%/12 * 5 - 1rem);
    flex: 0 0 calc(100%/12 * 5 - 1rem);
  }
  .-small-five.-collapse {
    max-width: calc(100%/12 * 5);
    flex: 0 0 calc(100%/12 * 5);
  }
  .-small-order-5 {
    order: 5;
  }
  .-small-four {
    max-width: calc(100%/12 * 4 - 1rem);
    flex: 0 0 calc(100%/12 * 4 - 1rem);
  }
  .-small-four.-collapse {
    max-width: calc(100%/12 * 4);
    flex: 0 0 calc(100%/12 * 4);
  }
  .-small-order-4 {
    order: 4;
  }
  .-small-three {
    max-width: calc(100%/12 * 3 - 1rem);
    flex: 0 0 calc(100%/12 * 3 - 1rem);
  }
  .-small-three.-collapse {
    max-width: calc(100%/12 * 3);
    flex: 0 0 calc(100%/12 * 3);
  }
  .-small-order-3 {
    order: 3;
  }
  .-small-two {
    max-width: calc(100%/12 * 2 - 1rem);
    flex: 0 0 calc(100%/12 * 2 - 1rem);
  }
  .-small-two.-collapse {
    max-width: calc(100%/12 * 2);
    flex: 0 0 calc(100%/12 * 2);
  }
  .-small-order-2 {
    order: 2;
  }
  .-small-one {
    max-width: calc(100%/12 * 1 - 1rem);
    flex: 0 0 calc(100%/12 * 1 - 1rem);
  }
  .-small-one.-collapse {
    max-width: calc(100%/12 * 1);
    flex: 0 0 calc(100%/12 * 1);
  }
  .-small-order-1 {
    order: 1;
  }
  .-small-fifth {
    max-width: calc(20% - 1rem);
    flex: 0 0 calc(20% - 1rem);
  }
  .-small-fifth.-collapse {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media only screen and (min-width: 768px) {
  .-medium-hide {
    display: none !important;
  }
  .-medium-show {
    display: inherit !important;
  }
  .-medium-text-left {
    text-align: left;
  }
  .-medium-text-right {
    text-align: right;
  }
  .-medium-text-center {
    text-align: center;
  }
  .-medium-text-justify {
    text-align: justify;
  }
  .-medium-twelve {
    max-width: calc(100%/12 * 12 - 1rem);
    flex: 0 0 calc(100%/12 * 12 - 1rem);
  }
  .-medium-twelve.-collapse {
    max-width: calc(100%/12 * 12);
    flex: 0 0 calc(100%/12 * 12);
  }
  .-medium-order-12 {
    order: 12;
  }
  .-medium-eleven {
    max-width: calc(100%/12 * 11 - 1rem);
    flex: 0 0 calc(100%/12 * 11 - 1rem);
  }
  .-medium-eleven.-collapse {
    max-width: calc(100%/12 * 11);
    flex: 0 0 calc(100%/12 * 11);
  }
  .-medium-order-11 {
    order: 11;
  }
  .-medium-ten {
    max-width: calc(100%/12 * 10 - 1rem);
    flex: 0 0 calc(100%/12 * 10 - 1rem);
  }
  .-medium-ten.-collapse {
    max-width: calc(100%/12 * 10);
    flex: 0 0 calc(100%/12 * 10);
  }
  .-medium-order-10 {
    order: 10;
  }
  .-medium-nine {
    max-width: calc(100%/12 * 9 - 1rem);
    flex: 0 0 calc(100%/12 * 9 - 1rem);
  }
  .-medium-nine.-collapse {
    max-width: calc(100%/12 * 9);
    flex: 0 0 calc(100%/12 * 9);
  }
  .-medium-order-9 {
    order: 9;
  }
  .-medium-eight {
    max-width: calc(100%/12 * 8 - 1rem);
    flex: 0 0 calc(100%/12 * 8 - 1rem);
  }
  .-medium-eight.-collapse {
    max-width: calc(100%/12 * 8);
    flex: 0 0 calc(100%/12 * 8);
  }
  .-medium-order-8 {
    order: 8;
  }
  .-medium-seven {
    max-width: calc(100%/12 * 7 - 1rem);
    flex: 0 0 calc(100%/12 * 7 - 1rem);
  }
  .-medium-seven.-collapse {
    max-width: calc(100%/12 * 7);
    flex: 0 0 calc(100%/12 * 7);
  }
  .-medium-order-7 {
    order: 7;
  }
  .-medium-six {
    max-width: calc(100%/12 * 6 - 1rem);
    flex: 0 0 calc(100%/12 * 6 - 1rem);
  }
  .-medium-six.collapse {
    max-width: calc(100%/12 * 6);
    flex: 0 0 calc(100%/12 * 6);
  }
  .-medium-order-6 {
    order: 6;
  }
  .-medium-five {
    max-width: calc(100%/12 * 5 - 1rem);
    flex: 0 0 calc(100%/12 * 5 - 1rem);
  }
  .-medium-five.collapse {
    max-width: calc(100%/12 * 5);
    flex: 0 0 calc(100%/12 * 5);
  }
  .-medium-order-5 {
    order: 5;
  }
  .-medium-four {
    max-width: calc(100%/12 * 4 - 1rem);
    flex: 0 0 calc(100%/12 * 4 - 1rem);
  }
  .-medium-four.-collapse {
    max-width: calc(100%/12 * 4);
    flex: 0 0 calc(100%/12 * 4);
  }
  .-medium-order-4 {
    order: 4;
  }
  .-medium-three {
    max-width: calc(100%/12 * 3 - 1rem);
    flex: 0 0 calc(100%/12 * 3 - 1rem);
  }
  .-medium-three.-collapse {
    max-width: calc(100%/12 * 3);
    flex: 0 0 calc(100%/12 * 3);
  }
  .-medium-order-3 {
    order: 3;
  }
  .-medium-two {
    max-width: calc(100%/12 * 2 - 1rem);
    flex: 0 0 calc(100%/12 * 2 - 1rem);
  }
  .-medium-two.-collapse {
    max-width: calc(100%/12 * 2);
    flex: 0 0 calc(100%/12 * 2);
  }
  .-medium-order-2 {
    order: 2;
  }
  .-medium-one {
    max-width: calc(100%/12 * 1 - 1rem);
    flex: 0 0 calc(100%/12 * 1 - 1rem);
  }
  .-medium-one.-collapse {
    max-width: calc(100%/12 * 1);
    flex: 0 0 calc(100%/12 * 1);
  }
  .-medium-order-1 {
    order: 1;
  }
  .-medium-fifth {
    max-width: calc(20% - 1rem);
    flex: 0 0 calc(20% - 1rem);
  }
  .-medium-fifth.-collapse {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media only screen and (min-width: 1024px) {
  .-large-hide {
    display: none !important;
  }
  .-large-show {
    display: inherit !important;
  }
  .-large-text-left {
    text-align: left;
  }
  .-large-text-right {
    text-align: right;
  }
  .-large-text-center {
    text-align: center;
  }
  .-large-text-justify {
    text-align: justify;
  }
  .-large-twelve {
    max-width: calc(100%/12 * 12 - 1rem);
    flex: 0 0 calc(100%/12 * 12 - 1rem);
  }
  .-large-twelve.-collapse {
    max-width: calc(100%/12 * 12);
    flex: 0 0 calc(100%/12 * 12);
  }
  .-large-order-12 {
    order: 12;
  }
  .-large-eleven {
    max-width: calc(100%/12 * 11 - 1rem);
    flex: 0 0 calc(100%/12 * 11 - 1rem);
  }
  .-large-eleven.-collapse {
    max-width: calc(100%/12 * 11);
    flex: 0 0 calc(100%/12 * 11);
  }
  .-large-order-11 {
    order: 11;
  }
  .-large-ten {
    max-width: calc(100%/12 * 10 - 1rem);
    flex: 0 0 calc(100%/12 * 10 - 1rem);
  }
  .-large-ten.-collapse {
    max-width: calc(100%/12 * 10);
    flex: 0 0 calc(100%/12 * 10);
  }
  .-large-order-10 {
    order: 10;
  }
  .-large-nine {
    max-width: calc(100%/12 * 9 - 1rem);
    flex: 0 0 calc(100%/12 * 9 - 1rem);
  }
  .-large-nine.-collapse {
    max-width: calc(100%/12 * 9);
    flex: 0 0 calc(100%/12 * 9);
  }
  .-large-order-9 {
    order: 9;
  }
  .-large-eight {
    max-width: calc(100%/12 * 8 - 1rem);
    flex: 0 0 calc(100%/12 * 8 - 1rem);
  }
  .-large-eight.-collapse {
    max-width: calc(100%/12 * 8);
    flex: 0 0 calc(100%/12 * 8);
  }
  .-large-order-8 {
    order: 8;
  }
  .-large-seven {
    max-width: calc(100%/12 * 7 - 1rem);
    flex: 0 0 calc(100%/12 * 7 - 1rem);
  }
  .-large-seven.-collapse {
    max-width: calc(100%/12 * 7);
    flex: 0 0 calc(100%/12 * 7);
  }
  .-large-order-7 {
    order: 7;
  }
  .-large-six {
    max-width: calc(100%/12 * 6 - 1rem);
    flex: 0 0 calc(100%/12 * 6 - 1rem);
  }
  .-large-six.collapse {
    max-width: calc(100%/12 * 6);
    flex: 0 0 calc(100%/12 * 6);
  }
  .-large-order-6 {
    order: 6;
  }
  .-large-five {
    max-width: calc(100%/12 * 5 - 1rem);
    flex: 0 0 calc(100%/12 * 5 - 1rem);
  }
  .-large-five.-collapse {
    max-width: calc(100%/12 * 5);
    flex: 0 0 calc(100%/12 * 5);
  }
  .-large-order-5 {
    order: 5;
  }
  .-large-four {
    max-width: calc(100%/12 * 4 - 1rem);
    flex: 0 0 calc(100%/12 * 4 - 1rem);
  }
  .-large-four.-collapse {
    max-width: calc(100%/12 * 4);
    flex: 0 0 calc(100%/12 * 4);
  }
  .-large-order-4 {
    order: 4;
  }
  .-large-three {
    max-width: calc(100%/12 * 3 - 1rem);
    flex: 0 0 calc(100%/12 * 3 - 1rem);
  }
  .-large-three.-collapse {
    max-width: calc(100%/12 * 3);
    flex: 0 0 calc(100%/12 * 3);
  }
  .-large-order-3 {
    order: 3;
  }
  .-large-two {
    max-width: calc(100%/12 * 2 - 1rem);
    flex: 0 0 calc(100%/12 * 2 - 1rem);
  }
  .-large-two.-collapse {
    max-width: calc(100%/12 * 2);
    flex: 0 0 calc(100%/12 * 2);
  }
  .-large-order-2 {
    order: 2;
  }
  .-large-one {
    max-width: calc(100%/12 * 1 - 1rem);
    flex: 0 0 calc(100%/12 * 1 - 1rem);
  }
  .-large-one.-collapse {
    max-width: calc(100%/12 * 1);
    flex: 0 0 calc(100%/12 * 1);
  }
  .-large-order-1 {
    order: 1;
  }
  .-large-fifth {
    max-width: calc(20% - 1rem);
    flex: 0 0 calc(20% - 1rem);
  }
  .-large-fifth.-collapse {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
._full {
  width: 100%;
}
._half {
  width: 50%;
}
._quarter {
  width: 25%;
}
._third {
  width: calc(100% / 3);
}
._two-thirds {
  width: calc(100% / 3 * 2);
}
@media (max-width: 1024px) {
  ._full {
    width: 100%;
  }
  ._half {
    width: 100%;
  }
  ._quarter {
    width: 100%;
  }
  ._third {
    width: 100%;
  }
  ._two-thirds {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .-xlarge-hide {
    display: none !important;
  }
  .-xlarge-show {
    display: inherit !important;
  }
  .-xlarge-text-left {
    text-align: left;
  }
  .-xlarge-text-right {
    text-align: right;
  }
  .-xlarge-text-center {
    text-align: center;
  }
  .-xlarge-text-justify {
    text-align: justify;
  }
  .-xlarge-twelve {
    max-width: calc(100%/12 * 12 - 1rem);
    flex: 0 0 calc(100%/12 * 12 - 1rem);
  }
  .-xlarge-twelve.collapse {
    max-width: calc(100%/12 * 12);
    flex: 0 0 calc(100%/12 * 12);
  }
  .-xlarge-order-12 {
    order: 12;
  }
  .-xlarge-eleven {
    max-width: calc(100%/12 * 11 - 1rem);
    flex: 0 0 calc(100%/12 * 11 - 1rem);
  }
  .-xlarge-eleven.-collapse {
    max-width: calc(100%/12 * 11);
    flex: 0 0 calc(100%/12 * 11);
  }
  .-xlarge-order-11 {
    order: 11;
  }
  .-xlarge-ten {
    max-width: calc(100%/12 * 10 - 1rem);
    flex: 0 0 calc(100%/12 * 10 - 1rem);
  }
  .-xlarge-ten.-collapse {
    max-width: calc(100%/12 * 10);
    flex: 0 0 calc(100%/12 * 10);
  }
  .-xlarge-order-10 {
    order: 10;
  }
  .-xlarge-nine {
    max-width: calc(100%/12 * 9 - 1rem);
    flex: 0 0 calc(100%/12 * 9 - 1rem);
  }
  .-xlarge-nine.-collapse {
    max-width: calc(100%/12 * 9);
    flex: 0 0 calc(100%/12 * 9);
  }
  .-xlarge-order-9 {
    order: 9;
  }
  .-xlarge-eight {
    max-width: calc(100%/12 * 8 - 1rem);
    flex: 0 0 calc(100%/12 * 8 - 1rem);
  }
  .-xlarge-eight.collapse {
    max-width: calc(100%/12 * 8);
    flex: 0 0 calc(100%/12 * 8);
  }
  .-xlarge-order-8 {
    order: 8;
  }
  .-xlarge-seven {
    max-width: calc(100%/12 * 7 - 1rem);
    flex: 0 0 calc(100%/12 * 7 - 1rem);
  }
  .-xlarge-seven.-collapse {
    max-width: calc(100%/12 * 7);
    flex: 0 0 calc(100%/12 * 7);
  }
  .-xlarge-order-7 {
    order: 7;
  }
  .-xlarge-six {
    max-width: calc(100%/12 * 6 - 1rem);
    flex: 0 0 calc(100%/12 * 6 - 1rem);
  }
  .-xlarge-six.-collapse {
    max-width: calc(100%/12 * 6);
    flex: 0 0 calc(100%/12 * 6);
  }
  .-xlarge-order-6 {
    order: 6;
  }
  .-xlarge-five {
    max-width: calc(100%/12 * 5 - 1rem);
    flex: 0 0 calc(100%/12 * 5 - 1rem);
  }
  .-xlarge-five.-collapse {
    max-width: calc(100%/12 * 5);
    flex: 0 0 calc(100%/12 * 5);
  }
  .-xlarge-order-5 {
    order: 5;
  }
  .-xlarge-four {
    max-width: calc(100%/12 * 4 - 1rem);
    flex: 0 0 calc(100%/12 * 4 - 1rem);
  }
  .-xlarge-four.-collapse {
    max-width: calc(100%/12 * 4);
    flex: 0 0 calc(100%/12 * 4);
  }
  .-xlarge-order-4 {
    order: 4;
  }
  .-xlarge-three {
    max-width: calc(100%/12 * 3 - 1rem);
    flex: 0 0 calc(100%/12 * 3 - 1rem);
  }
  .-xlarge-three.-collapse {
    max-width: calc(100%/12 * 3);
    flex: 0 0 calc(100%/12 * 3);
  }
  .-xlarge-order-3 {
    order: 3;
  }
  .-xlarge-two {
    max-width: calc(100%/12 * 2 - 1rem);
    flex: 0 0 calc(100%/12 * 2 - 1rem);
  }
  .-xlarge-two.-collapse {
    max-width: calc(100%/12 * 2);
    flex: 0 0 calc(100%/12 * 2);
  }
  .-xlarge-order-2 {
    order: 2;
  }
  .-xlarge-one {
    max-width: calc(100%/12 * 1 - 1rem);
    flex: 0 0 calc(100%/12 * 1 - 1rem);
  }
  .-xlarge-one.-collapse {
    max-width: calc(100%/12 * 1);
    flex: 0 0 calc(100%/12 * 1);
  }
  .-xlarge-order-1 {
    order: 1;
  }
  .-xlarge-fifth {
    max-width: calc(20% - 1rem);
    flex: 0 0 calc(20% - 1rem);
  }
  .-xlarge-fifth.-collapse {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
input[type="tel"],
textarea,
select,
.select,
.daterange-input {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 8px 5px;
  border: none;
  border: 1px solid #becacd;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* margin-left: -5px; */
  font-size: 18px;
  background-color: transparent;
  transition: 0.2s linear all;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="date"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
textarea:hover,
select:hover,
.select:hover,
.daterange-input:hover {
  border: 1px solid #becacd;
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(190, 202, 205, 0.5);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus,
.select:focus,
.daterange-input:focus {
  outline: none;
  border: 1px solid #4e5c58;
  box-shadow: 0px 0px 0px 4px rgba(120, 141, 135, 0.25);
}
textarea {
  font-family: 'trade-gothic-next', sans-serif;
  resize: none;
}
input[type="checkbox"] {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: auto;
  border: 1px solid #becacd;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0px 10px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.2s linear all;
}
input[type="checkbox"]:focus {
  background: transparent;
  outline: none;
  border: 1px solid #4e5c58;
  box-shadow: 0px 0px 0px 4px rgba(120, 141, 135, 0.25);
}
input[type="checkbox"]:hover {
  border: 1px solid #becacd;
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(190, 202, 205, 0.5);
}
input[type="checkbox"]:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 14.5px;
  content: "";
  color: #c7d1a3;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  font-family: 'Ionicons';
  transition: 0.2s linear all;
}
input[type="checkbox"]:checked {
  background: #c7d1a3;
  color: #c7d1a3;
  border: 1px solid #c7d1a3;
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(199, 209, 163, 0.25);
}
input[type="checkbox"]:checked:after {
  color: white;
  content: "\f121";
  transition: 0.2s linear all;
}
input[type="radio"] {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: auto;
  border: 1px solid #becacd;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0px 10px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.2s linear all;
}
input[type="radio"]:focus {
  background: transparent;
  outline: none;
  border: 1px solid #4e5c58;
  box-shadow: 0px 0px 0px 4px rgba(120, 141, 135, 0.25);
}
input[type="radio"]:hover {
  border: 1px solid #becacd;
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(190, 202, 205, 0.5);
}
input[type="radio"]:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 14.5px;
  content: "";
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.2s linear all;
}
input[type="radio"]:checked {
  background: #c7d1a3;
  color: #c7d1a3;
  border: 1px solid #c7d1a3;
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(199, 209, 163, 0.25);
}
input[type="radio"]:checked:after {
  color: white;
  transition: 0.2s linear all;
}
input[type="checkbox"].switch {
  height: 24px;
  width: 40px;
  border-radius: 24px;
  margin-bottom: -8px;
  border: 1px solid #becacd;
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(190, 202, 205, 0.5);
}
input[type="checkbox"].switch:focus {
  outline: none;
  border: 1px solid #4e5c58;
  box-shadow: 0px 0px 0px 4px rgba(120, 141, 135, 0.25);
}
input[type="checkbox"].switch:hover {
  border: 1px solid #becacd;
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(190, 202, 205, 0.5);
}
input[type="checkbox"].switch::after {
  left: 2px;
  top: 2px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  content: '';
  border: 1px solid transparent;
  background: #becacd;
}
input[type="checkbox"].switch:checked {
  background: #c7d1a3;
  color: #c7d1a3;
  border: 1px solid #c7d1a3;
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(199, 209, 163, 0.25);
}
input[type="checkbox"].switch:checked::after {
  left: 20px;
  background: white;
}
input[type="checkbox"].switch:disabled:not(:checked)::after {
  opacity: 0.6;
}
label.switch {
  line-height: 24px;
  display: inline-block;
}
.select,
.select-style,
.select-wrap {
  position: relative;
  display: block;
}
.select:after,
.select-style:after,
.select-wrap:after {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  right: 10px;
  top: 0;
  bottom: 0;
  font-family: 'Ionicons';
  content: "\f123";
  font-size: 20px;
  color: #becacd;
  pointer-events: none;
  transition: 0.2s linear all;
}
.select:hover:after,
.select-style:hover:after,
.select-wrap:hover:after {
  color: #414042;
}
.select select,
.select-style select,
.select-wrap select {
  padding: 8px 5px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  color: black;
  border: 1px solid #becacd;
}
.select select:focus,
.select-style select:focus,
.select-wrap select:focus {
  outline: none;
}
button,
input[type="submit"] {
  border: none;
  border: 1px solid #a0bcb4;
  display: block;
  text-align: center;
  color: white;
  background: #a0bcb4;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'trade-gothic-next', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  transition: 0.2s linear all;
}
button i,
input[type="submit"] i {
  display: inline-block;
  padding-left: 10px;
  font-size: 30px;
  transition: 0.2s linear all;
}
button:hover,
input[type="submit"]:hover {
  outline: none;
  border: 1px solid #4e5c58;
  box-shadow: 0px 0px 0px 4px rgba(120, 141, 135, 0.25);
  background: #4e5c58;
}
button:hover i,
input[type="submit"]:hover i {
  padding-left: 15px;
}
label {
  display: block;
  font-size: 13px;
  font-family: 'trade-gothic-next-condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 5px 0;
}
label:first-child {
  margin-top: 0;
}
.form-heading {
  padding: 20px;
}
.large-input {
  font-size: 20px;
}
.form-section {
  padding: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}
.has-error input,
.has-error input:focus {
  border: 1px solid #e8967c;
  box-shadow: 0px 0px 0px 4px rgba(232, 150, 124, 0.25);
}
.help-block {
  display: block;
  position: absolute;
  left: 0;
  bottom: -42px;
  width: 100%;
  color: white;
  padding: 0px 3px;
  font-size: 12px;
  color: #3ea68b;
  margin-bottom: 20px;
}
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2021 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated,
.-animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  animation-delay: calc(1s * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  animation-delay: calc(1s * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  animation-delay: calc(1s * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  animation-delay: calc(1s * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  animation-duration: calc(1s / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  animation-duration: calc(1s * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  animation-duration: calc(1s * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: calc(1s * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
/* Back exits */
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
/* Lightspeed */
@keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
/* Rotating exits */
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
/* Specials */
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
/* Zooming entrances */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
/* Zooming exits */
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
/* Sliding entrances */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
/* Sliding exits */
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}
.trigger {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 20px;
  width: 29.5px;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  display: none;
  pointer: cursor;
}
.trigger .bar {
  transform-origin: 1px;
  width: 100%;
  height: 1px;
  background: #414042;
  border-radius: 5px;
  transition: 0.2s linear all;
}
.trigger .bar:first-child.-clicked {
  background: #aa8b5e;
  transform: rotate(45deg);
}
.trigger .bar:last-child.-clicked {
  background: #aa8b5e;
  transform: rotate(-45deg);
}
.navigation {
  position: fixed;
  top: 0;
  right: 0;
  padding-right: 60px;
  height: 60px;
  background: white;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: flex-end;
  z-index: 11;
}
.navigation ul {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: flex-end;
}
.navigation ul li {
  margin: 0;
}
.navigation ul li a {
  display: inline-block;
  padding: 20px;
  font-size: 1em;
  font-family: 'trade-gothic-next-condensed', sans-serif;
  color: #414042;
  text-transform: uppercase;
  font-weight: 700;
  text-align: right;
  padding-left: padding-5;
}
.navigation ul li .about:hover {
  color: #3ea68b;
}
.navigation ul li .method:hover {
  color: #e8967c;
}
.navigation ul li .work:hover {
  color: #c7d1a3;
}
.navigation ul li .say-hey:hover {
  color: #a0bcb4;
}
@media (max-width: 1024px) {
  .navigation {
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    padding-right: 0;
    height: calc(100vh - 60px);
    z-index: 9;
    background: transparent;
    animation-duration: 1s;
    animation-duration: var(--animate-duration);
    animation-fill-mode: both;
    animation-name: fadeInDown;
  }
  .navigation ul {
    display: block;
  }
  .navigation ul li {
    display: block;
    margin: 0;
    padding: 0;
    animation-duration: 1s;
    animation-duration: var(--animate-duration);
    animation-fill-mode: both;
    animation-name: fadeIn;
  }
  .navigation ul li a {
    display: block;
    padding: 20px;
    font-size: 2em;
    font-family: 'clarendon-text-pro', serif;
    text-transform: none;
    font-weight: 500;
    text-align: left;
    padding-left: 12vw;
    margin: 0;
    animation-duration: 1s;
    animation-duration: var(--animate-duration);
    animation-fill-mode: both;
    animation-name: fadeIn;
  }
  .navigation ul li a:hover,
  .navigation ul li a.about:hover,
  .navigation ul li a.method:hover,
  .navigation ul li a.work:hover,
  .navigation ul li a.say-hey:hover {
    color: white;
  }
  .navigation ul li a.about {
    color: #ecf6f3;
    background: #3ea68b;
    animation-delay: 0.5s;
  }
  .navigation ul li a.method {
    color: #fdf5f2;
    background: #e8967c;
    animation-delay: 1s;
  }
  .navigation ul li a.work {
    color: #f9faf6;
    background: #c7d1a3;
    animation-delay: 1.5s;
  }
  .navigation ul li a.say-hey {
    color: #f6f8f8;
    background: #a0bcb4;
    animation-delay: 2s;
  }
  .navigation {
    display: block;
    z-index: 8;
  }
  .navigation.-inactive {
    display: none;
  }
  .navigation.-active {
    display: block;
  }
  .trigger {
    display: flex;
    z-index: 12;
  }
}
.wp-block-columns {
  display: flex;
  margin: 20px 0;
}
.wp-block-column {
  flex: 1;
  margin: 0 20px;
}
@media (max-width: 764px) {
  .wp-block-columns.has-3-columns {
    flex-flow: row wrap;
  }
  .has-3-columns .wp-block-column:first-child {
    flex-basis: 100%;
  }
}
@media (max-width: 478px) {
  .wp-block-columns.has-3-columns {
    display: block;
  }
  .wp-block-column {
    margin: 20px 0;
  }
}
/**
 * Colors
 */
/**
 * Breakpoints & Media Queries
 */
/**
 * Often re-used variables
 */
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Button states and focus styles
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Applies editor right position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}
.wp-block-button {
  color: #fff;
}
.wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-button.alignright {
  /*rtl:ignore*/
  text-align: right;
}
.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.wp-block-button__link:visited {
  color: inherit;
}
.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.no-border-radius.wp-block-button__link {
  border-radius: 0 !important;
}
.is-style-outline {
  color: #32373c;
}
.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid;
}
.wp-block-calendar {
  text-align: center;
}
.wp-block-calendar th,
.wp-block-calendar tbody td {
  padding: 4px;
  border: 1px solid #e2e4e7;
}
.wp-block-calendar tfoot td {
  border: none;
}
.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.wp-block-calendar table th {
  font-weight: 400;
  background: #edeff0;
}
.wp-block-calendar a {
  text-decoration: underline;
}
.wp-block-calendar tfoot a {
  color: #00739c;
}
.wp-block-calendar table tbody,
.wp-block-calendar table caption {
  color: #40464d;
}
.wp-block-categories.alignleft {
  /*rtl:ignore*/
  margin-right: 2em;
}
.wp-block-categories.alignright {
  /*rtl:ignore*/
  margin-left: 2em;
}
.wp-block-columns {
  display: flex;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 599px) {
  .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 16px);
    flex-grow: 0;
  }
  .wp-block-column:nth-child(even) {
    margin-left: 32px;
  }
}
@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
}
/**
 * All Columns Alignment
 */
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
/**
 * Individual Column Alignment
 */
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-cover-image,
.wp-block-cover {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: 0.5;
  z-index: 1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10::before,
.wp-block-cover.has-background-dim.has-background-dim-10::before {
  opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20::before,
.wp-block-cover.has-background-dim.has-background-dim-20::before {
  opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30::before,
.wp-block-cover.has-background-dim.has-background-dim-30::before {
  opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40::before,
.wp-block-cover.has-background-dim.has-background-dim-40::before {
  opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50::before,
.wp-block-cover.has-background-dim.has-background-dim-50::before {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60::before,
.wp-block-cover.has-background-dim.has-background-dim-60::before {
  opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70::before,
.wp-block-cover.has-background-dim.has-background-dim-70::before {
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80::before,
.wp-block-cover.has-background-dim.has-background-dim-80::before {
  opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90::before,
.wp-block-cover.has-background-dim.has-background-dim-90::before {
  opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100::before,
.wp-block-cover.has-background-dim.has-background-dim-100::before {
  opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 305px;
  width: 100%;
}
.wp-block-cover-image::after,
.wp-block-cover::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports (position: sticky) {
  .wp-block-cover-image::after,
  .wp-block-cover::after {
    content: none;
  }
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 70px);
  z-index: 1;
  color: #f8f9f9;
}
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color) {
  color: inherit;
}
.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
section.wp-block-cover-image h2,
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: #fff;
}
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:hover,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:active,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:hover,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:active,
.wp-block-cover-text a,
.wp-block-cover-text a:hover,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:active {
  color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
section.wp-block-cover-image.has-left-content > h2,
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left;
}
section.wp-block-cover-image.has-right-content > h2,
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right;
}
section.wp-block-cover-image > h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center;
}
.block-editor-block-list__block[data-type="core/embed"][data-align="left"] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align="right"] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}
.wp-block-embed {
  margin-bottom: 1em;
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
  position: relative;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-top: 177.78%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}
.wp-block-file {
  margin-bottom: 1.5em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  /*rtl:ignore*/
  text-align: right;
}
.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button {
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:active {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}
.wp-block-gallery,
.blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure,
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
@supports (position: sticky) {
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure,
  .blocks-gallery-grid .blocks-gallery-image figure,
  .blocks-gallery-grid .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
  width: 100%;
}
@supports (position: sticky) {
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img,
  .blocks-gallery-grid .blocks-gallery-image img,
  .blocks-gallery-grid .blocks-gallery-item img {
    width: auto;
  }
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
}
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img,
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img {
  display: inline;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img,
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img {
  width: 100%;
}
@supports (position: sticky) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item,
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item,
  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item {
    width: calc((100% - 16px * 2) / 3);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item,
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item {
      width: calc((100% - 16px * 2) / 3 - 1px);
    }
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item,
  .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item {
    width: calc((100% - 16px * 3) / 4);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item,
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item {
      width: calc((100% - 16px * 3) / 4 - 1px);
    }
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item,
  .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  .blocks-gallery-grid.columns-5 .blocks-gallery-item {
    width: calc((100% - 16px * 4) / 5);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item,
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item {
      width: calc((100% - 16px * 4) / 5 - 1px);
    }
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item,
  .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item {
    width: calc((100% - 16px * 5) / 6);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item,
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item {
      width: calc((100% - 16px * 5) / 6 - 1px);
    }
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item,
  .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item {
    width: calc((100% - 16px * 6) / 7);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item,
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item {
      width: calc((100% - 16px * 6) / 7 - 1px);
    }
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item,
  .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item {
    width: calc((100% - 16px * 7) / 8);
    margin-right: 16px;
  }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item,
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item {
      width: calc((100% - 16px * 7) / 8 - 1px);
    }
  }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child,
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child {
  margin-right: 0;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright,
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright {
  max-width: 305px;
  width: 100%;
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure,
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter,
.wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1em;
}
.wp-block-image .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.is-style-circle-mask img {
  border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
  .is-style-circle-mask img {
    /* stylelint-disable */
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    /* stylelint-enable */
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    border-radius: none;
  }
}
.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-left: 52px;
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px;
}
.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px;
}
.wp-block-latest-posts.alignleft {
  /*rtl:ignore*/
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  /*rtl:ignore*/
  margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc((100% / 2) - 16px);
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc((100% / 3) - 16px);
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc((100% / 4) - 16px);
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc((100% / 5) - 16px);
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc((100% / 6) - 16px);
  }
}
.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}
.wp-block-latest-posts__post-excerpt {
  margin-top: 8px;
  margin-bottom: 16px;
}
.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
}
.wp-block-media-text .has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start;
}
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  grid-column: 2;
  grid-row: 1;
  word-break: break-word;
  padding: 0 8% 0 8%;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  grid-column: 2;
  grid-row: 1;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 1;
}
.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.wp-block-media-text.is-image-fill figure {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}
.wp-block-media-text.is-image-fill figure > img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*
* Here we here not able to use a mobile first CSS approach.
* Custom widths are set using inline styles, and on mobile,
* we need 100% width, so we use important to overwrite the inline style.
* If the style were set on mobile first, on desktop styles,
* we would have no way of setting the style again to the inline style.
*/
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1;
  }
}
.is-small-text {
  font-size: 14px;
}
.is-regular-text {
  font-size: 16px;
}
.is-large-text {
  font-size: 36px;
}
.is-larger-text {
  font-size: 48px;
}
.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
.has-drop-cap:not(:focus)::after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px;
}
p.has-background {
  padding: 20px 30px;
}
p.has-text-color a {
  color: inherit;
}
.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 305px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 20px;
}
.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote .has-text-color a {
  color: inherit;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}
.wp-block-pullquote cite {
  color: inherit;
}
.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
  margin: 0 0 16px;
  padding: 0 1em;
}
.wp-block-quote.is-style-large p,
.wp-block-quote.is-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
  font-size: 18px;
  text-align: right;
}
.wp-block-rss.alignleft {
  /*rtl:ignore*/
  margin-right: 2em;
}
.wp-block-rss.alignright {
  /*rtl:ignore*/
  margin-left: 2em;
}
.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-rss.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-rss.columns-2 li {
    width: calc((100% / 2) - 16px);
  }
  .wp-block-rss.columns-3 li {
    width: calc((100% / 3) - 16px);
  }
  .wp-block-rss.columns-4 li {
    width: calc((100% / 4) - 16px);
  }
  .wp-block-rss.columns-5 li {
    width: calc((100% / 5) - 16px);
  }
  .wp-block-rss.columns-6 li {
    width: calc((100% / 6) - 16px);
  }
}
.wp-block-rss__item-publish-date,
.wp-block-rss__item-author {
  display: block;
  color: #6c7781;
  font-size: 13px;
}
.wp-block-search {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-search .wp-block-search__label {
  width: 100%;
}
.wp-block-search .wp-block-search__input {
  flex-grow: 1;
}
.wp-block-search .wp-block-search__button {
  margin-left: 10px;
}
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots::before {
  content: "\00b7 \00b7 \00b7";
  color: currentColor;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}
.wp-block-social-links {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
.wp-social-link {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  margin-right: 8px;
  transition: transform 0.1s ease;
}
.wp-social-link a {
  padding: 6px;
  display: block;
  line-height: 0;
  transition: transform 0.1s ease;
}
.wp-social-link a,
.wp-social-link a:hover,
.wp-social-link a:active,
.wp-social-link a:visited,
.wp-social-link svg {
  color: currentColor;
  fill: currentColor;
}
.wp-social-link:hover {
  transform: scale(1.1);
}
.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1977f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0577b5;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #fe4500;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #21a1f3;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: #ff0100;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
  padding: 4px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 28px;
  height: 28px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1977f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0577b5;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #fe4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #21a1f3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: #ff0100;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 16px;
  padding-right: 16px;
}
.wp-block-spacer {
  clear: both;
}
p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}
.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.wp-block-table.alignleft,
.wp-block-table.aligncenter,
.wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f3f4f5;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-color: transparent;
}
.wp-block-text-columns {
  display: flex;
}
.wp-block-text-columns.aligncenter {
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: calc(100% / 2);
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: calc(100% / 3);
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: calc(100% / 4);
}
pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto;
}
.wp-block-video {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-video video {
  max-width: 100%;
}
@supports (position: sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
:root .has-pale-pink-background-color {
  background-color: #f78da7;
}
:root .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
:root .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
:root .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
:root .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
:root .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
:root .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
:root .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
:root .has-vivid-purple-background-color {
  background-color: #9b51e0;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-pale-pink-color {
  color: #f78da7;
}
:root .has-vivid-red-color {
  color: #cf2e2e;
}
:root .has-luminous-vivid-orange-color {
  color: #ff6900;
}
:root .has-luminous-vivid-amber-color {
  color: #fcb900;
}
:root .has-light-green-cyan-color {
  color: #7bdcb5;
}
:root .has-vivid-green-cyan-color {
  color: #00d084;
}
:root .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
:root .has-vivid-cyan-blue-color {
  color: #0693e3;
}
:root .has-vivid-purple-color {
  color: #9b51e0;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
.has-small-font-size {
  font-size: 13px;
}
.has-regular-font-size,
.has-normal-font-size {
  font-size: 16px;
}
.has-medium-font-size {
  font-size: 20px;
}
.has-large-font-size {
  font-size: 36px;
}
.has-larger-font-size,
.has-huge-font-size {
  font-size: 42px;
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  /*rtl:ignore*/
  text-align: left;
}
.has-text-align-right {
  /*rtl:ignore*/
  text-align: right;
}
/* Custom Styles */
a {
  color: #aa8b5e;
}
a:hover {
  color: #806847;
}
body {
  background: white;
  min-height: 100vh;
}
body p,
body li {
  color: black;
}
body h2 {
  font-family: 'bourton_textbold_narrow';
  text-transform: uppercase;
  font-size: 1em;
  color: black;
}
body h1,
body h3 {
  font-family: 'bourton_textbold_narrow';
  color: black;
}
body h4 {
  font-size: 1em;
  font-family: 'bourton_textbold_narrow';
  color: #aa8b5e;
  text-transform: uppercase;
}
.content h1 {
  padding-bottom: 20px;
}
.content p {
  padding-bottom: 20px;
}
.content a {
  font-weight: 700;
}
.logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  background: black;
  padding: 15px 15px 15px 5px;
}
.page {
  position: realtive;
  display: flex;
  justify-content: flex-start;
  width: 100vw;
  overflow-y: scroll;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
}
.page a {
  font-family: 'trade-gothic-next-condensed', sans-serif;
  text-transform: uppercase;
}
section {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-right: 10px;
  scroll-snap-align: start;
  height: 100vh;
  min-height: 100vh;
  min-width: 60vw;
  padding: 50px;
  color: black;
}
section figure {
  margin-bottom: 20px;
}
section .wp-block-columns.-no-margin-columns {
  margin-top: 0;
  margin-bottom: 0;
}
section .wp-block-columns .wp-block-column:first-child {
  margin-left: 0;
}
section .title-block {
  position: relative;
  padding: 40px;
  background: white;
  width: 30vw;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 10;
}
section .title-block span {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  font-family: 'bourton_textbold_narrow';
  font-size: 0.9em;
  color: #3A7AB2;
  text-transform: uppercase;
  opacity: 1;
  transition: 0.2s linear all;
}
section .title-block .arrow {
  position: absolute;
  right: 0;
  bottom: -25px;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  padding: 10px 30px;
  height: 25px;
  width: 100px;
  background: #112f60;
  color: white;
  transition: 0.2s linear all;
}
section .title-block .arrow svg {
  color: white;
  fill: white;
}
section .title-block:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
section .title-block:hover span {
  opacity: 1;
}
section .title-block:hover .arrow {
  padding: 10px 20px 10px 40px;
}
section .image-third {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40vw;
}
section .image-third img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5em;
  color: black;
  font-family: 'bourton_textbold_narrow';
  margin-bottom: 20px;
}
section h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25em;
  color: #aa8b5e;
  font-family: 'bourton_textbold_narrow';
}
section h5 {
  font-size: 1.5em;
  color: #aa8b5e;
  text-transform: uppercase;
  padding-bottom: 0;
}
section ul {
  display: block;
  padding-left: 20px;
}
section ul li {
  position: relative;
}
section ul li a {
  text-decoration: none;
}
section ul li:before {
  position: absolute;
  left: -20px;
  top: 0;
  color: black;
  content: "\f10a";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
section.title {
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  padding: 20px;
  min-width: 20vw;
  width: 20vw;
  margin-right: 0;
  background: #3A7AB2;
  color: white;
}
section.title .writer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px;
  background: #aa8b5e;
}
section.title h1 {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 50px;
  padding-bottom: 0;
}
section.title h2 {
  padding-top: 0;
  margin-top: 0;
  color: #aa8b5e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5em;
}
section.title h3 {
  color: #aa8b5e;
}
section.title p {
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
}
section.title ul {
  padding-top: 20px;
  padding-bottom: 20px;
}
section.title ul li {
  color: black;
}
.content ul {
  display: block;
}
.content ul li {
  position: relative;
  padding-left: 0px;
}
.content ul li:before {
  position: absolute;
  left: -20px;
  top: 5px;
  color: black;
  content: "\f10a";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.home img {
  width: 170px;
  padding-left: 10px;
}
.home a {
  display: block;
  padding: 10px 30px 10px 0;
  font-size: 2em;
  line-height: 2rem;
}
.home a:hover {
  color: #806847;
  padding: 10px 0 10px 30px;
}
.child-link:hover {
  padding-left: 10px;
}
.back {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: inline-block;
  padding: 5px;
  background: black;
  color: white;
  transition: 0.2s linear all;
  z-index: 99999;
}
.back:hover {
  background: white;
  color: black;
}
.swipe {
  opacity: 1;
  position: fixed;
  bottom: 20px;
  top: 20px;
  right: 0;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
}
.wp-block-audio {
  padding-top: 50px;
  padding-bottom: 50px;
}
.wp-block-audio audio {
  max-width: 500px;
}
.nav-trigger {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  padding: 5px;
  background: #aa8b5e;
  color: white !important;
  height: 40px;
  width: 40px;
  cursor: pointer;
  transition: 0.2s linear all;
  z-index: 999999999;
}
.nav-trigger i {
  color: white;
}
.nav-trigger:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.navigation-box {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding-bottom: 50px;
  background: #aa8b5e;
  z-index: 999999991;
}
.navigation-box a {
  color: white;
}
.image-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.photo-download {
  display: inline-block;
  background: #eae2d7;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 20px;
}
.photo-download:hover {
  background: #aa8b5e;
  color: white;
}
.content-page {
  padding-left: 20vw;
}
.content-page .content-sidebar {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 20vw;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  background: black;
  z-index: 20;
}
.content-page .content-body {
  display: block;
  animation-delay: 0.3s;
}
.content-page .content-body ul {
  margin-left: 20px;
}
.content-page .content-body h1 {
  background: white;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  padding: 40px;
  margin-top: -100px;
  margin-left: -30px;
}
.wp-block-columns .wp-block-image {
  text-align: center;
}
.wp-block-columns .wp-block-image img {
  max-width: 100%;
  height: 120px;
  padding: 20px;
}
/* Mobile Styles */
@media (max-width: 1024px) {
  /* ------------------ RESPONSIVE -------------------- */
  .-no-mobile,
  .-hidden-mobile,
  .-only-desktop {
    display: none;
  }
  .-no-desktop,
  .-hidden-desktop,
  .-only-mobile {
    display: block;
  }
  .-no-desktop-flex,
  .-hidden-desktop-flex,
  .-only-mobile-flex {
    display: flex;
  }
  .-no-mobile-flex,
  .-hidden-mobile-flex,
  .-only-desktop-flex {
    display: none;
  }
  /* ------------------ LAYOUT -------------------- */
  section {
    min-width: 100vw;
  }
  section.title {
    min-width: 90vw;
  }
  section .image-third {
    width: 90vw;
    top: 5vh;
    left: 5vw;
    height: 55vh;
  }
  section .title-block {
    position: absolute;
    padding: 40px;
    background: white;
    width: 90vw;
    bottom: 40px;
    left: 5vw;
    right: 5vw;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    z-index: 10;
  }
  .row.-flex {
    display: block;
  }
  .-full-mobile {
    width: 100%;
  }
  .-size-200,
  .method p {
    font-size: 1.2em;
  }
  body {
    border: none;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
  }
  header,
  footer {
    position: fixed;
    right: 0;
    left: 0;
    height: 60px;
    padding: 0 20px;
    z-index: 10;
  }
  .logo {
    position: relative;
    top: 0;
    left: 0;
    height: 60px;
    width: 90px;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    padding-left: 20px;
    transition: 0.2s linear all;
  }
  .logo svg {
    width: 100%;
    pointer-events: none;
  }
  .logo .logo-w {
    fill: #aa8b5e;
  }
  .tiles li {
    width: 100%;
  }
  .m-one_up {
    grid-template-columns: repeat(1, 1fr);
  }
  .m-two_up {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-three_up {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-four_up {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-five_up {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-six_up {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-seven_up {
    grid-template-columns: repeat(7, 1fr);
  }
  .m-eight_up {
    grid-template-columns: repeat(8, 1fr);
  }
  .m-nine_up {
    grid-template-columns: repeat(9, 1fr);
  }
  .m-ten_up {
    grid-template-columns: repeat(10, 1fr);
  }
  .m-eleven_up {
    grid-template-columns: repeat(11, 1fr);
  }
  .m-twelve_up {
    grid-template-columns: repeat(12, 1fr);
  }
  .m-sixteen_up {
    grid-template-columns: repeat(16, 1fr);
  }
  .m-full {
    width: 100%;
    max-width: 100%;
  }
  .m-block {
    display: block;
  }
  .-space-x * {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
    margin-left: 0;
  }
  .-space-x *:first-child {
    margin-left: 0;
    margin-top: 0;
  }
  .-space-x *:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .method img {
    max-width: 100px;
  }
  .wrapper.-flex {
    display: block;
  }
  .wrapper:first-child {
    padding-top: 20px !important;
  }
  .hiring {
    right: 10px;
    bottom: 10px;
    width: 110px;
  }
  .m\:one_up {
    grid-template-columns: repeat(1, 1fr);
  }
  .m\:two_up {
    grid-template-columns: repeat(2, 1fr);
  }
  .m\:three_up {
    grid-template-columns: repeat(3, 1fr);
  }
  .m\:four_up {
    grid-template-columns: repeat(4, 1fr);
  }
  .m\:five_up {
    grid-template-columns: repeat(5, 1fr);
  }
  .m\:six_up {
    grid-template-columns: repeat(6, 1fr);
  }
  .m\:seven_up {
    grid-template-columns: repeat(7, 1fr);
  }
  .m\:eight_up {
    grid-template-columns: repeat(8, 1fr);
  }
  .m\:nine_up {
    grid-template-columns: repeat(9, 1fr);
  }
  .m\:ten_up {
    grid-template-columns: repeat(10, 1fr);
  }
  .m\:eleven_up {
    grid-template-columns: repeat(11, 1fr);
  }
  .m\:twelve_up {
    grid-template-columns: repeat(12, 1fr);
  }
  .image-box {
    padding: 0;
  }
  .content-page {
    padding-left: 0;
    padding-top: 150px;
  }
  .content-page .content-sidebar {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    height: 150px;
    background: black;
  }
  .content-page .content-body {
    display: block;
    padding: 20px;
    animation-delay: 0.3s;
  }
  .content-page .content-body h1 {
    font-size: 1.2em;
    background: white;
    box-shadow: none;
    padding: 0;
    margin: auto;
  }
}
/* Uncomment to enable Dark Mode styles
@media (prefers-color-scheme: dark) {
	@import "dark";
}
*/

